Date: Thu, 15 Jul 2004 15:06:27 -0400 (EDT) From: "Frank J. Laszlo" <laszlof@vonostingroup.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Will Andrews <will@FreeBSD.org> Subject: ports/69124: New port for md5deep Message-ID: <200407151906.i6FJ6R5P031247@ritamari.vonostingroup.com> Resent-Message-ID: <200407151910.i6FJAM7X094796@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69124 >Category: ports >Synopsis: New port for md5deep >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 15 19:10:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Frank J. Laszlo >Release: FreeBSD 4.9-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD ritamari.vonostingroup.com 4.9-RELEASE-p3 FreeBSD 4.9-RELEASE-p3 #2: Mon Mar 8 18:14:29 EST 2004 root@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386 >Description: This is a new port for md5deep. (http://md5deep.sourceforge.net) I found this useful for comparing md5 checksums for multiple files within a directory. >How-To-Repeat: >Fix: --- md5deep.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # md5deep # md5deep/distinfo # md5deep/Makefile # md5deep/pkg-plist # md5deep/pkg-descr # echo c - md5deep mkdir -p md5deep > /dev/null 2>&1 echo x - md5deep/distinfo sed 's/^X//' >md5deep/distinfo << 'END-of-md5deep/distinfo' XMD5 (md5deep-1.3.tar.gz) = b747ef1eb7bc87df079dfa8cac750081 END-of-md5deep/distinfo echo x - md5deep/Makefile sed 's/^X//' >md5deep/Makefile << 'END-of-md5deep/Makefile' X# New ports collection makefile for: md5deep X# Date created: 15 July 2004 X# Whom: Frank Laszlo <laszlof@vonostingroup.com> X# X# $FreeBSD$ X# X XPORTNAME= md5deep XPORTVERSION= 1.3 XCATEGORIES= security XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= laszlof@vonostingroup.com XCOMMENT= Program to compute MD5 and SHA1 message digests recursively X XNO_BUILD= yes X XMAN1= md5deep.1 sha1deep.1 X Xpost-extract: X @ (cd ${WRKSRC}; make unix) X Xpre-install: X @ (cd ${WRKSRC}; make install) X X.include <bsd.port.mk> END-of-md5deep/Makefile echo x - md5deep/pkg-plist sed 's/^X//' >md5deep/pkg-plist << 'END-of-md5deep/pkg-plist' Xbin/md5deep Xbin/sha1deep END-of-md5deep/pkg-plist echo x - md5deep/pkg-descr sed 's/^X//' >md5deep/pkg-descr << 'END-of-md5deep/pkg-descr' Xmd5deep is a cross-platform set of programs to compute XMD5 message digests or SHA-1 message digests on an arbitrary Xnumber of files. The programs run on Windows, Linux, *BSD, XOS X, Solaris, and should run on most other platforms. Xmd5deep is similar to the md5sum program found in the XGNU Coreutils package, but has many additional features. X XWWW: http://md5deep.sourceforge.net END-of-md5deep/pkg-descr exit --- md5deep.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407151906.i6FJ6R5P031247>