mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Remove expired port www/mdw
This commit is contained in:
parent
521397ce51
commit
93dabab04f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156049
1
MOVED
1
MOVED
@ -2185,3 +2185,4 @@ emulators/linux_base-src-rh-8||2006-02-14|Remove expired port
|
||||
emulators/linux_base-src-rh-7.3||2006-02-14|Remove expired port
|
||||
games/hlserver-tsc||2006-02-14|Remove expired port
|
||||
sysutils/pyfind||2006-02-14|Remove expired port
|
||||
www/mdw||2006-02-14|Remove expired port
|
||||
|
@ -243,7 +243,6 @@
|
||||
SUBDIR += man2web
|
||||
SUBDIR += mapedit
|
||||
SUBDIR += mathopd
|
||||
SUBDIR += mdw
|
||||
SUBDIR += mediawiki
|
||||
SUBDIR += mediawiki13
|
||||
SUBDIR += mediawiki14
|
||||
|
@ -1,32 +0,0 @@
|
||||
# New ports collection makefile for: mdw
|
||||
# Date created: 5 July 2001
|
||||
# Whom: petef@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mdw
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= # no longer maintained by author
|
||||
|
||||
MAINTAINER= petef@FreeBSD.org
|
||||
COMMENT= A utility to check the MD5 sum of a webpage
|
||||
|
||||
DEPRECATED= no longer maintained by author
|
||||
EXPIRATION_DATE= 2006-01-24
|
||||
|
||||
USE_AUTOTOOLS= autoconf:213
|
||||
USE_REINPLACE= yes
|
||||
|
||||
MAN1= mdw.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's!quite!quiet!g; s!.BR md5sum (1),!!' \
|
||||
${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>
|
@ -1,3 +0,0 @@
|
||||
MD5 (mdw-1.0.tar.gz) = 032f10323eafdb355eb16d19cdee1b69
|
||||
SHA256 (mdw-1.0.tar.gz) = 4028473eb7b61b8840c570c992d0aa66beb1bb3b3d0ccab9a1554e252ef40355
|
||||
SIZE (mdw-1.0.tar.gz) = 34075
|
@ -1,11 +0,0 @@
|
||||
--- configure.in.orig Wed Nov 14 01:42:12 2001
|
||||
+++ configure.in Wed Nov 14 01:42:22 2001
|
||||
@@ -14,7 +14,7 @@
|
||||
dnl
|
||||
|
||||
if test -n "$GCC"; then
|
||||
- CFLAGS="-O2 -Wall -pedantic"
|
||||
+ CFLAGS="$CFLAGS -Wall -pedantic"
|
||||
else
|
||||
case "$host_os" in
|
||||
*hpux*) CFLAGS=" +O3" ;;
|
@ -1,9 +0,0 @@
|
||||
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://www.redbrick.dcu.ie/~colmmacc/mdw/
|
||||
|
||||
- Pete
|
||||
petef@databits.net
|
@ -1,3 +0,0 @@
|
||||
bin/mdw
|
||||
share/examples/mdw/example.sh
|
||||
@dirrm share/examples/mdw
|
Loading…
Reference in New Issue
Block a user