summaryrefslogtreecommitdiff
path: root/pkgtools/rdigest/Makefile
diff options
context:
space:
mode:
authoratatat <atatat>2003-07-24 05:21:04 +0000
committeratatat <atatat>2003-07-24 05:21:04 +0000
commit7c48d94b5506e248484ba319deb8a7b1fdceb7f9 (patch)
tree0d4e8c1e05bb0a6917872193a8279fa9464cb84e /pkgtools/rdigest/Makefile
parentb1a5f22cdae7b54c11702061d501d039378e3a49 (diff)
downloadpkgsrc-7c48d94b5506e248484ba319deb8a7b1fdceb7f9.tar.gz
A strange meta-package of a sort, rdigest is implemented as a jumbo
patch to the well-known digest package. The output is the same for files, but if rdigest is given a directory as an argument, it will recursively checksum the directory in such a manner as to: (1) give a repeatable checksum (2) with no regard for file ownership (3) or timestamps (4) or modes (5) while taking into account empty files and directories such that the checksum of an extracted tar file will match the checksum of the same tree as retrieved via cvs, or two allegedly matching trees from different cvs servers, etc.
Diffstat (limited to 'pkgtools/rdigest/Makefile')
-rw-r--r--pkgtools/rdigest/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgtools/rdigest/Makefile b/pkgtools/rdigest/Makefile
new file mode 100644
index 00000000000..3286b2ac4ce
--- /dev/null
+++ b/pkgtools/rdigest/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/07/24 05:21:05 atatat Exp $
+
+DISTNAME= rdigest-${VERSION}
+CATEGORIES= # be quiet pkglint
+MASTER_SITES= # be quiet pkglint
+
+MAINTAINER= atatat@netbsd.org
+COMMENT= Recursive message digest wrapper utility
+
+DIGESTDIR= ${.CURDIR}/../../pkgtools/digest
+FILESDIR= ${DIGESTDIR}/files
+
+.include "${DIGESTDIR}/Makefile"