Date: Thu, 5 Jul 2001 01:43:42 -0400 (EDT) From: Pete Fritchman <petef@databits.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28712: New port: www/mdw Message-ID: <200107050543.f655hgR11132@electron.databits.net>
next in thread | raw e-mail | index | archive | help
>Number: 28712 >Category: ports >Synopsis: New port: www/mdw >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 04 22:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: 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/ >How-To-Repeat: >Fix: # 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: # # mdw # mdw/pkg-descr # mdw/pkg-plist # mdw/distinfo # mdw/Makefile # mdw/pkg-comment # echo c - mdw mkdir -p mdw > /dev/null 2>&1 echo x - mdw/pkg-descr sed 's/^X//' >mdw/pkg-descr << 'END-of-mdw/pkg-descr' Xmdw is a neat little utility for md5summing web resources. It will Xtake a list of URLs, md5 each of them, and optionally compare this Xto a previous checksum. There is a also a quiet mode which is Xuseful for inclusion in scripts. X XWWW: http://redbrick.dcu.ie/~colmmacc/mdw/ X X- Pete Xpetef@databits.net END-of-mdw/pkg-descr echo x - mdw/pkg-plist sed 's/^X//' >mdw/pkg-plist << 'END-of-mdw/pkg-plist' Xbin/mdw Xshare/examples/mdw/example.sh X@dirrm share/examples/mdw END-of-mdw/pkg-plist echo x - mdw/distinfo sed 's/^X//' >mdw/distinfo << 'END-of-mdw/distinfo' XMD5 (mdw-1.0.tar.gz) = 032f10323eafdb355eb16d19cdee1b69 END-of-mdw/distinfo echo x - mdw/Makefile sed 's/^X//' >mdw/Makefile << 'END-of-mdw/Makefile' X# New ports collection makefile for: mdw X# Date created: 5 July 2001 X# Whom: petef@databits.net X# X# $FreeBSD$ X# X XPORTNAME= mdw XPORTVERSION= 1.0 XCATEGORIES= www XMASTER_SITES= http://redbrick.dcu.ie/~colmmacc/mdw/ X XMAINTAINER= petef@databits.net X XGNU_CONFIGURE= yes X XMAN1= mdw.1 X Xpost-patch: X @${PERL} -pi -e 's!quite!quiet!ig; s!.BR md5sum \(1\),\n!!' \ X ${WRKSRC}/doc/mdw.1 X Xpost-install: X @${MKDIR} ${PREFIX}/share/examples/mdw X ${INSTALL_DATA} ${WRKSRC}/doc/example.sh ${PREFIX}/share/examples/mdw X X.include <bsd.port.mk> END-of-mdw/Makefile echo x - mdw/pkg-comment sed 's/^X//' >mdw/pkg-comment << 'END-of-mdw/pkg-comment' XA utility to check the MD5 sum of a webpage END-of-mdw/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107050543.f655hgR11132>