summaryrefslogtreecommitdiff
path: root/www/mdw
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2001-07-08 07:07:41 +0000
committerMark Pulford <markp@FreeBSD.org>2001-07-08 07:07:41 +0000
commit949b1940d1aec941b4389b2fff4ed24a0eaf94fe (patch)
treeb293c67317ab22d2febb2b2cf6a800e5fcd469a2 /www/mdw
parentadd 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
Notes
Notes: svn path=/head/; revision=44908
Diffstat (limited to 'www/mdw')
-rw-r--r--www/mdw/Makefile27
-rw-r--r--www/mdw/distinfo1
-rw-r--r--www/mdw/pkg-comment1
-rw-r--r--www/mdw/pkg-descr9
-rw-r--r--www/mdw/pkg-plist3
5 files changed, 41 insertions, 0 deletions
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