head	1.11;
access;
symbols
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.2;
locks; strict;
comment	@# @;


1.11
date	2006.02.14.17.58.57;	author garga;	state dead;
branches;
next	1.10;

1.10
date	2005.11.25.02.41.49;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2005.11.15.06.51.33;	author ade;	state Exp;
branches;
next	1.8;

1.8
date	2004.03.14.06.17.33;	author ade;	state Exp;
branches;
next	1.7;

1.7
date	2003.10.26.17.34.07;	author petef;	state Exp;
branches;
next	1.6;

1.6
date	2003.03.07.06.12.40;	author ade;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.05.02.39.22;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.04.05.46.37;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2001.11.14.06.44.58;	author petef;	state Exp;
branches;
next	1.2;

1.2
date	2001.08.22.23.07.09;	author petef;	state Exp;
branches;
next	1.1;

1.1
date	2001.07.08.07.07.41;	author markp;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Remove expired port www/mdw
@
text
@# New ports collection makefile for:	mdw
# Date created:				5 July 2001
# Whom:					petef@@FreeBSD.org
#
# $FreeBSD: ports/www/mdw/Makefile,v 1.10 2005/11/25 02:41:49 linimon Exp $
#

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.10
log
@Mark as deprecated: no longer on author's mastersite.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.redbrick.dcu.ie/~colmmacc/mdw/
d16 3
@


1.8
log
@Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
@
text
@d16 1
a16 1
USE_AUTOCONF_VER=	213
@


1.7
log
@The distribution site requires a 'www.' prefix.

Noticed by:	distfiles survey
@
text
@d16 1
a16 1
USE_AUTOCONF=	yes
@


1.6
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d11 1
a11 1
MASTER_SITES=	http://redbrick.dcu.ie/~colmmacc/mdw/
@


1.5
log
@Updated RE to match sed.
Noticed by: bento
@
text
@d14 1
@


1.4
log
@PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
@
text
@d21 1
a21 1
	@@${REINPLACE_CMD} -e 's!quite!quiet!ig; s!.BR md5sum \(1\),\n!!' \
@


1.3
log
@Respect CFLAGS.
@
text
@d16 1
d21 1
a21 1
	@@${PERL} -pi -e 's!quite!quiet!ig; s!.BR md5sum \(1\),\n!!' \
@


1.2
log
@Change my email address to petef@@FreeBSD.org for the ports I maintain.

Reviewed by:	ade
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/mdw/Makefile,v 1.1 2001/07/08 07:07:41 markp Exp $
d15 1
a15 1
GNU_CONFIGURE=	yes
@


1.1
log
@Add mdw 1.0, a utility to check the MD5 sum of a webpage.

PR:		28712
Submitted by:	petef@@databits.net
@
text
@d3 1
a3 1
# Whom:					petef@@databits.net
d5 1
a5 1
# $FreeBSD$
d13 1
a13 1
MAINTAINER=	petef@@databits.net
@

