diff options
author | markp <markp@FreeBSD.org> | 2001-07-08 07:07:41 +0000 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-07-08 07:07:41 +0000 |
commit | 046d87cf0f249ac1fb91d916498695090784a14b (patch) | |
tree | bed8cb437072e7934796c06baae9bdfcd28f8e78 /www/mdw | |
parent | f6c212997ed663782c317dc727282e1bc0d88ab1 (diff) | |
download | FreeBSD-ports-046d87cf0f249ac1fb91d916498695090784a14b.zip FreeBSD-ports-046d87cf0f249ac1fb91d916498695090784a14b.tar.gz |
Add mdw 1.0, a utility to check the MD5 sum of a webpage.
PR: 28712
Submitted by: petef@databits.net
Diffstat (limited to 'www/mdw')
-rw-r--r-- | www/mdw/Makefile | 27 | ||||
-rw-r--r-- | www/mdw/distinfo | 1 | ||||
-rw-r--r-- | www/mdw/pkg-comment | 1 | ||||
-rw-r--r-- | www/mdw/pkg-descr | 9 | ||||
-rw-r--r-- | www/mdw/pkg-plist | 3 |
5 files changed, 41 insertions, 0 deletions
diff --git a/www/mdw/Makefile b/www/mdw/Makefile new file mode 100644 index 0000000..95481dc --- /dev/null +++ b/www/mdw/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: mdw +# Date created: 5 July 2001 +# Whom: petef@databits.net +# +# $FreeBSD$ +# + +PORTNAME= mdw +PORTVERSION= 1.0 +CATEGORIES= www +MASTER_SITES= http://redbrick.dcu.ie/~colmmacc/mdw/ + +MAINTAINER= petef@databits.net + +GNU_CONFIGURE= yes + +MAN1= mdw.1 + +post-patch: + @${PERL} -pi -e 's!quite!quiet!ig; s!.BR md5sum \(1\),\n!!' \ + ${WRKSRC}/doc/mdw.1 + +post-install: + @${MKDIR} ${PREFIX}/share/examples/mdw + ${INSTALL_DATA} ${WRKSRC}/doc/example.sh ${PREFIX}/share/examples/mdw + +.include <bsd.port.mk> diff --git a/www/mdw/distinfo b/www/mdw/distinfo new file mode 100644 index 0000000..6441ee5 --- /dev/null +++ b/www/mdw/distinfo @@ -0,0 +1 @@ +MD5 (mdw-1.0.tar.gz) = 032f10323eafdb355eb16d19cdee1b69 diff --git a/www/mdw/pkg-comment b/www/mdw/pkg-comment new file mode 100644 index 0000000..9405257 --- /dev/null +++ b/www/mdw/pkg-comment @@ -0,0 +1 @@ +A utility to check the MD5 sum of a webpage diff --git a/www/mdw/pkg-descr b/www/mdw/pkg-descr new file mode 100644 index 0000000..9dcd64b --- /dev/null +++ b/www/mdw/pkg-descr @@ -0,0 +1,9 @@ +mdw is a neat little utility for md5summing web resources. It will +take a list of URLs, md5 each of them, and optionally compare this +to a previous checksum. There is a also a quiet mode which is +useful for inclusion in scripts. + +WWW: http://redbrick.dcu.ie/~colmmacc/mdw/ + +- Pete +petef@databits.net diff --git a/www/mdw/pkg-plist b/www/mdw/pkg-plist new file mode 100644 index 0000000..1a44641 --- /dev/null +++ b/www/mdw/pkg-plist @@ -0,0 +1,3 @@ +bin/mdw +share/examples/mdw/example.sh +@dirrm share/examples/mdw |