head	1.22;
access;
symbols
	RELEASE_8_3_0:1.21
	RELEASE_9_0_0:1.20
	RELEASE_7_4_0:1.20
	RELEASE_8_2_0:1.20
	RELEASE_6_EOL:1.20
	RELEASE_8_1_0:1.20
	RELEASE_7_3_0:1.20
	RELEASE_8_0_0:1.20
	RELEASE_7_2_0:1.19
	RELEASE_7_1_0:1.19
	RELEASE_6_4_0:1.19
	RELEASE_5_EOL:1.19
	RELEASE_7_0_0:1.19
	RELEASE_6_3_0:1.19
	PRE_XORG_7:1.19
	RELEASE_4_EOL:1.19
	RELEASE_6_2_0:1.19
	RELEASE_6_1_0:1.19
	RELEASE_5_5_0:1.19
	RELEASE_6_0_0:1.19
	RELEASE_5_4_0:1.19
	RELEASE_4_11_0:1.19
	RELEASE_5_3_0:1.19
	RELEASE_4_10_0:1.19
	RELEASE_5_2_1:1.19
	RELEASE_5_2_0:1.19
	RELEASE_4_9_0:1.19
	RELEASE_5_1_0:1.19
	RELEASE_4_8_0:1.19
	RELEASE_5_0_0:1.17
	RELEASE_4_7_0:1.17
	RELEASE_4_6_2:1.16
	RELEASE_4_6_1:1.16
	RELEASE_4_6_0:1.16
	old_RELEASE_5_0_DP1:1.13
	old_RELEASE_4_5_0:1.13
	old_RELEASE_4_4_0:1.13
	old_RELEASE_4_3_0:1.11
	old_RELEASE_4_2_0:1.10
	old_RELEASE_4_1_1:1.10
	old_RELEASE_4_1_0:1.9
	old_RELEASE_3_5_0:1.8
	old_RELEASE_4_0_0:1.6
	old_RELEASE_3_4_0:1.6
	old_RELEASE_3_3_0:1.6
	old_RELEASE_3_2_0:1.5
	old_RELEASE_3_1_0:1.5
	old_RELEASE_2_2_8:1.3
	old_RELEASE_3_0_0:1.2
	old_v0_8:1.1.1.1
	old_BILLF:1.1.1;
locks; strict;
comment	@# @;


1.22
date	2012.11.17.06.03.10;	author svnexp;	state Exp;
branches;
next	1.21;

1.21
date	2012.02.19.07.02.58;	author rm;	state Exp;
branches;
next	1.20;

1.20
date	2009.06.28.01.43.24;	author wxs;	state Exp;
branches;
next	1.19;

1.19
date	2003.02.21.14.01.34;	author knu;	state Exp;
branches;
next	1.18;

1.18
date	2003.01.03.08.41.34;	author edwin;	state Exp;
branches;
next	1.17;

1.17
date	2002.05.30.07.33.51;	author jkoshy;	state Exp;
branches;
next	1.16;

1.16
date	2002.05.20.11.20.11;	author ijliao;	state Exp;
branches;
next	1.15;

1.15
date	2002.05.20.01.29.05;	author kris;	state Exp;
branches;
next	1.14;

1.14
date	2002.05.15.15.33.01;	author ijliao;	state Exp;
branches;
next	1.13;

1.13
date	2001.07.19.16.34.12;	author mi;	state Exp;
branches;
next	1.12;

1.12
date	2001.07.13.01.51.29;	author mi;	state Exp;
branches;
next	1.11;

1.11
date	2001.02.05.15.33.27;	author olgeni;	state Exp;
branches;
next	1.10;

1.10
date	2000.09.17.21.19.26;	author steve;	state Exp;
branches;
next	1.9;

1.9
date	2000.06.23.13.21.58;	author sobomax;	state Exp;
branches;
next	1.8;

1.8
date	2000.04.21.18.15.22;	author billf;	state Exp;
branches;
next	1.7;

1.7
date	2000.04.10.00.05.38;	author cpiazza;	state Exp;
branches;
next	1.6;

1.6
date	99.08.31.02.42.55;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	99.01.21.22.49.36;	author billf;	state Exp;
branches;
next	1.4;

1.4
date	98.12.29.18.22.59;	author billf;	state Exp;
branches;
next	1.3;

1.3
date	98.11.04.02.37.38;	author jkoshy;	state Exp;
branches;
next	1.2;

1.2
date	98.10.03.10.09.02;	author jkoshy;	state Exp;
branches;
next	1.1;

1.1
date	98.09.21.05.42.14;	author jkoshy;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.09.21.05.42.14;	author jkoshy;	state Exp;
branches;
next	;


desc
@@


1.22
log
@Switch exporter over
@
text
@# New ports collection makefile for: webcheck
# Date created:        10 May, 2002
# Whom:                Mike Meyer <mwm@@mired.org>
#
# $FreeBSD: head/www/webcheck/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	webcheck
PORTVERSION=	1.10.3
CATEGORIES=	www python
MASTER_SITES=	http://arthurdejong.org/webcheck/
EXTRACT_SUFX=	.tar.gz

MAINTAINER=	reed@@reedmedia.net
COMMENT=	View structure of a web site, get a list of problems like broken links

USE_PYTHON=	yes
NO_BUILD=	yes

MAN1=		webcheck.1

# what about fancytooltips?

do-install:
	@@${MKDIR} ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/*.py ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/*.css ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/favicon.ico ${DATADIR}
.for d in parsers parsers/html plugins schemes
	@@${MKDIR} ${DATADIR}/${d}
	${INSTALL_DATA} ${WRKSRC}/${d}/*.py ${DATADIR}/${d}
.endfor
	@@${MKDIR} ${DATADIR}/fancytooltips
	${INSTALL_DATA} ${WRKSRC}/fancytooltips/* ${DATADIR}/fancytooltips
	${INSTALL_SCRIPT} ${WRKSRC}/webcheck.py ${DATADIR}
	${LN} -sf ${DATADIR}/webcheck.py ${PREFIX}/bin/webcheck
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
	@@${INSTALL_MAN} ${WRKSRC}/webcheck.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>
@


1.21
log
@- replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)

They all non-functional changes.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.20
log
@- Update to 1.10.3
- Pass maintainer to submitter

PR:		ports/135300
Submitted by:	Jeremy C. Reed <reed@@reedmedia.net>
Approved by:	Mike Meyer <mwm@@mired.org> (old maintainer)
@
text
@d17 2
a18 2
USE_PYTHON=	YES
NO_BUILD=	YES
@


1.19
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	1.0
d11 2
a12 2
MASTER_SITES=	http://www.mired.org/webcheck/
EXTRACT_SUFX=	.bz2
d14 1
a14 1
MAINTAINER=	mwm@@mired.org
a17 2
USE_BZIP2=	YES
.if defined(NOPORTDOCS)
a18 1
.endif
d20 3
a22 3
do-build:
	${AWK} '/^Running Webcheck/ { output=1 } output' \
		< ${WRKSRC}/INSTALL > ${WRKSRC}/USAGE
d28 2
a29 1
.for d in plugins schemes
d33 2
d39 1
a39 1
	${INSTALL_DATA} ${WRKSRC}/USAGE ${DOCSDIR}
d41 1
@


1.18
log
@Redo Makefile to use INSTALL_DATA/INSTALL_SCRIPT

PR:		ports/40088
Submitted by:	Cyrille Lefevre <cyrille.lefevre@@laposte.net>
@
text
@d15 1
@


1.17
log
@The distfiles for this port are distributed in bzip2 format.  Add
a ``USE_BZIP2'' line to reflect this.
@
text
@d18 7
d28 2
a29 2
	${CP} ${WRKSRC}/*.py ${DATADIR}
	${CP} ${WRKSRC}/*.css ${DATADIR}
d32 1
a32 1
	${CP} ${WRKSRC}/${d}/*.py ${DATADIR}/${d}
d34 1
d36 1
a36 1
.ifndef NOPORTDOCS
a38 6

do-build:
	${AWK} '/^Running Webcheck/ { output=1 } output' \
		< ${WRKSRC}/INSTALL > ${WRKSRC}/USAGE
.else
NO_BUILD=	yes
@


1.16
log
@fix master site and unbreak it

PR:		38314
Submitted by:	maintainer
@
text
@d17 1
@


1.15
log
@BROKEN: does not fetch
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_SUNSITE}
a14 2

BROKEN=		"Does not fetch"
@


1.14
log
@add webcheck , which is repo-copied from linbot

PR:	37939
Submitted by:	Mike Meyer <mwm@@mired.org>
@
text
@d16 2
@


1.13
log
@Add another  patch (by Mike Meyer),  who answered my call  for a
Python guru and fixed the linbot to work under modern version of
Python (as well  as the 1.5). He also replaced  regex and regsub
with  the  re  module,  which  seems  to  make  it  work  better
with  no-ascii  web-pages  too  (a nice  side-effect).  Bump  up
PORTREVISION and  give MAINTAINERship to  Mike (he *did*  see it
coming).

Obtained from:	Mike Meyer
@
text
@d1 3
a3 3
# New ports collection makefile for: linbot
# Date created:        19 September 1998
# Whom:                Bill Fumerola <billf@@chc-chimes.com>
d5 1
a5 1
# $FreeBSD: ports/www/linbot/Makefile,v 1.12 2001/07/13 01:51:29 mi Exp $
d8 1
a8 1
PORTNAME=	linbot
a9 1
PORTREVISION=	3
d12 1
a12 2
MASTER_SITE_SUBDIR=	apps/www/misc
EXTRACT_SUFX=	.tgz
d19 3
a21 3
	${MKDIR} ${PREFIX}/share/linbot
	${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot
	${CP} ${WRKSRC}/*.css ${PREFIX}/share/linbot
d23 2
a24 2
	${MKDIR} ${PREFIX}/share/linbot/${d}
	${CP} ${WRKSRC}/${d}/*.py ${PREFIX}/share/linbot/${d}
d26 1
a26 1
	${LN} -sf ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
d28 1
a28 1
	${MKDIR} ${DOCSDIR}
d32 1
a32 1
	${AWK} '/^Running Linbot/ { output=1 } output' \
d35 1
a35 1
NO_BUILD=	yeah
@


1.12
log
@RUN_DEPEND on python15 -- the  scripts break with the new Python
:-( Can someone look into this, please?

Generate and  install USAGE document (derived  from the author's
INSTALL file). That's the user's  only documentation -- there is
no man-page or meaningfull usage(). Bump up port-revision.

Change maintainership to ports.

Reviewed by:	previous maintainer (billf)
Approved by:	previous maintainer (billf)
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/linbot/Makefile,v 1.11 2001/02/05 15:33:27 olgeni Exp $
d10 1
a10 1
PORTREVISION=	2
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
d18 1
a18 1
RUN_DEPENDS=	python:${PORTSDIR}/lang/python15
@


1.11
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/linbot/Makefile,v 1.10 2000/09/17 21:19:26 steve Exp $
d10 1
a10 1
PORTREVISION=	1
d16 1
a16 1
MAINTAINER=	billf@@FreeBSD.org
d18 1
a18 3
RUN_DEPENDS=	python:${PORTSDIR}/lang/python

NO_BUILD=	yeah
d29 10
@


1.10
log
@- Install several config files that are required at runtime.
- Update to use new homepage location.

Approved by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/linbot/Makefile,v 1.9 2000/06/23 13:21:58 sobomax Exp $
d9 1
a9 1
PORTVERSION= 	1.0
@


1.9
log
@- Use MASTER_SITE_SUNSITE to MASTER_SITES

PR:		19496
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/linbot/Makefile,v 1.8 2000/04/21 18:15:22 billf Exp $
d10 1
d26 4
@


1.8
log
@Update to 1.0

The real MASTER_SITE's hard drive went south evidently, so we'll use just
the backup for now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/linbot/Makefile,v 1.7 2000/04/10 00:05:38 cpiazza Exp $
d11 2
a12 1
MASTER_SITES=	http://metalab.unc.edu/pub/Linux/apps/www/misc/
@


1.7
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/linbot/Makefile,v 1.6 1999/08/31 02:42:55 peter Exp $
d9 1
a9 1
PORTVERSION= 	0.9
d11 2
a12 1
MASTER_SITES=	http://starship.skyport.net/crew/marduk/linbot/download/
a19 2
MAN1=		linbot.1

a23 1
	${CP} ${WRKSRC}/contrib/*.1 ${PREFIX}/man/man1
@


1.6
log
@$Id$ -> $FreeBSD$
@
text
@a1 1
# Version required:    0.8
d5 1
a5 1
# $FreeBSD$
d8 2
a9 1
DISTNAME=	linbot-0.9
@


1.5
log
@Make this work until I commit the upgrade RSN.

Found by:		Fenner's survey
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.4 1998/12/29 18:22:59 billf Exp $
@


1.4
log
@Update MAINTAINER to reflect my proper e-mail address.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.3 1998/11/04 02:37:38 jkoshy Exp $
d11 1
a11 1
MASTER_SITES=	http://starship.skyport.net/crew/marduk/linbot/
@


1.3
log
@Add port to virtual category "python".

Submitted by:	Bill Fumerola <billf@@jade.chc-chimes.com> (maintainer)
PR:		8558
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1998/10/03 10:09:02 jkoshy Exp $
d13 1
a13 1
MAINTAINER=	billf@@chc-chimes.com
@


1.2
log
@Upgrade to v0.9.

Submitted by:	Bill Fumerola <billf@@jade.chc-chimes.com> (maintainer)
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1998/09/21 05:42:14 jkoshy Exp $
d10 1
a10 1
CATEGORIES=	www
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id: $
d9 1
a9 1
DISTNAME=	linbot-0.8
d24 1
d26 1
a26 1
	${LN} -s ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
@


1.1.1.1
log
@Import of `linbot', a web site management tool.

PR:		ports/8003
Reviewed by:	jkoshy
Submitted by:	Bill Fumerola (billf@@chc-chimes.com)
@
text
@@
