diff --git a/pisi-index.xml b/pisi-index.xml
index 9fc4e6ac70..351eea5554 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -380761,6 +380761,49 @@ yığın. Üç bölüm sağlar:
+
+
+ rdfind
+ https://rdfind.pauldreik.se/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app
+ programming.misc
+ Command line tool that finds duplicate files
+ Command line tool that finds duplicate files
+ Yinelenen dosyaları bulan komut satırı aracı
+ Yinelenen dosyaları bulan komut satırı aracı
+ rdfind
+ https://rdfind.pauldreik.se/rdfind-1.6.0.tar.gz
+
+ nettle-devel
+
+ programming/misc/rdfind/pspec.xml
+
+
+ rdfind
+
+ nettle
+
+
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+ 2023-11-22
+ 1.6.0
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
oniguruma
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 5191d8a11d..03c5eb860e 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-de5ee29a4bc822761d1c93e822d95047f4a25da4
\ No newline at end of file
+e415553624feb6f3fa169ca3bc8090ffdc8b3fa5
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index cebe7e7c98..4a11826eb4 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index a288a5da19..8ac1f2914f 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-0dbd3ad7286fd44b85b0ef3d8715f9beea9a021d
\ No newline at end of file
+e248567109aadf3eddffbbd1e171eff620361d92
\ No newline at end of file
diff --git a/programming/misc/rdfind/actions.py b/programming/misc/rdfind/actions.py
new file mode 100644
index 0000000000..a47c39032a
--- /dev/null
+++ b/programming/misc/rdfind/actions.py
@@ -0,0 +1,20 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.configure()
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "LICENSE", "ChangeLog", "COPYING", "NEWS", "README*")
diff --git a/programming/misc/rdfind/pspec.xml b/programming/misc/rdfind/pspec.xml
new file mode 100644
index 0000000000..0668307d23
--- /dev/null
+++ b/programming/misc/rdfind/pspec.xml
@@ -0,0 +1,49 @@
+
+
+
+
+ rdfind
+ https://rdfind.pauldreik.se/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app
+ Command line tool that finds duplicate files
+ rdfind
+ Yinelenen dosyaları bulan komut satırı aracı
+ https://rdfind.pauldreik.se/rdfind-1.6.0.tar.gz
+
+ nettle-devel
+
+
+
+
+
+ rdfind
+
+ nettle
+
+
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2023-11-22
+ 1.6.0
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/programming/misc/rdfind/translations.xml b/programming/misc/rdfind/translations.xml
new file mode 100644
index 0000000000..a689f017c4
--- /dev/null
+++ b/programming/misc/rdfind/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ rdfind
+ Command line tool that finds duplicate files
+ Yinelenen dosyaları bulan komut satırı aracı
+
+