diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-07-08 07:07:41 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-07-08 07:07:41 +0000 |
commit | 949b1940d1aec941b4389b2fff4ed24a0eaf94fe (patch) | |
tree | b293c67317ab22d2febb2b2cf6a800e5fcd469a2 /www | |
parent | add p5-Grapics-ColorNames (diff) |
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')
-rw-r--r-- | www/Makefile | 1 | ||||
-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 |
6 files changed, 42 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 547089551fa7..b71cbfc675e7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -114,6 +114,7 @@ SUBDIR += mapedit SUBDIR += marc-search SUBDIR += mathopd + SUBDIR += mdw SUBDIR += mgstat SUBDIR += mhonarc SUBDIR += mmosaic diff --git a/www/mdw/Makefile b/www/mdw/Makefile new file mode 100644 index 000000000000..95481dcf8343 --- /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 000000000000..6441ee5a0787 --- /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 000000000000..9405257610d0 --- /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 000000000000..9dcd64b002a6 --- /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 000000000000..1a44641b7453 --- /dev/null +++ b/www/mdw/pkg-plist @@ -0,0 +1,3 @@ +bin/mdw +share/examples/mdw/example.sh +@dirrm share/examples/mdw |