aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ua
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-01-13 15:40:58 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-01-13 15:40:58 +0000
commitdd78d99ddfcbda37d7fcd8a0b3fcf479f7be19df (patch)
tree30ce35a0a59fc4786842d379f669f0912984bc12 /sysutils/ua
parent14cff6ad6d30a9fce93dc66444c84eec2e27cbe4 (diff)
downloadports-dd78d99ddfcbda37d7fcd8a0b3fcf479f7be19df.tar.gz
ports-dd78d99ddfcbda37d7fcd8a0b3fcf479f7be19df.zip
ua is a simple command-line tool that finds sets of identical files.
The name ua is derived from the Hungarian word ugyanaz meaning the same. The development of ua was motivated by the disturbingly often recurring event of waiting too long for a shell script using sorts, md5sums, diffs and the like to finish finding identical files. While there are many tools out there, we needed a tool that can ignore white spaces and runs quite fast. WWW: http://oss.euedge.com/wiki/UaMainPage
Notes
Notes: svn path=/head/; revision=225974
Diffstat (limited to 'sysutils/ua')
-rw-r--r--sysutils/ua/Makefile28
-rw-r--r--sysutils/ua/distinfo3
-rw-r--r--sysutils/ua/pkg-descr9
3 files changed, 40 insertions, 0 deletions
diff --git a/sysutils/ua/Makefile b/sysutils/ua/Makefile
new file mode 100644
index 000000000000..1e40a7164e99
--- /dev/null
+++ b/sysutils/ua/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: ua
+# Date created: 13 Jan 2009
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= ua
+PORTVERSION= 1.0.1
+CATEGORIES= sysutils
+MASTER_SITES= http://oss.euedge.com/downloads/
+
+MAINTAINER= dinoex@FreeBSD.org
+COMMENT= Finds sets of identical files
+
+GNU_CONFIGURE= yes
+
+MAN1= kua.1 ua.1
+PLIST_FILES= bin/kua bin/ua
+PORTDOCS= README
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
+.endif
+
+.include <bsd.port.mk>
diff --git a/sysutils/ua/distinfo b/sysutils/ua/distinfo
new file mode 100644
index 000000000000..178e98d26bc8
--- /dev/null
+++ b/sysutils/ua/distinfo
@@ -0,0 +1,3 @@
+MD5 (ua-1.0.1.tar.gz) = 3f1af32a8b838e86b19f402a04451d0e
+SHA256 (ua-1.0.1.tar.gz) = 3784bcafb02f6cc7f6ee9595692191e68c2aac43654cfbd65de27108b3029bb3
+SIZE (ua-1.0.1.tar.gz) = 162857
diff --git a/sysutils/ua/pkg-descr b/sysutils/ua/pkg-descr
new file mode 100644
index 000000000000..1969e6317dd4
--- /dev/null
+++ b/sysutils/ua/pkg-descr
@@ -0,0 +1,9 @@
+ua is a simple command-line tool that finds sets of identical files.
+The name ua is derived from the Hungarian word ugyanaz meaning the same.
+
+The development of ua was motivated by the disturbingly often recurring
+event of waiting too long for a shell script using sorts, md5sums, diffs
+and the like to finish finding identical files. While there are many tools
+out there, we needed a tool that can ignore white spaces and runs quite fast.
+
+WWW: http://oss.euedge.com/wiki/UaMainPage