head	1.14;
access;
symbols
	RELEASE_4_6_2:1.13
	RELEASE_4_6_1:1.13
	RELEASE_4_6_0:1.13
	RELEASE_5_0_DP1:1.13
	RELEASE_4_5_0:1.13
	RELEASE_4_4_0:1.13
	RELEASE_4_3_0:1.11
	RELEASE_4_2_0:1.10
	RELEASE_4_1_1:1.10
	RELEASE_4_1_0:1.9
	RELEASE_3_5_0:1.8
	RELEASE_4_0_0:1.6
	RELEASE_3_4_0:1.6
	RELEASE_3_3_0:1.6
	RELEASE_3_2_0:1.5
	RELEASE_3_1_0:1.5
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.2
	v0_8:1.1.1.1
	BILLF:1.1.1;
locks; strict;
comment	@# @;


1.14
date	2002.06.18.02.46.31;	author mi;	state dead;
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.14
log
@Remove the linbot port. The author stopped development after the
company behind linKbot claimed trademark violations. Fortunately,
Mike W. Meyer picked it up, and the newly renamed and improved
version is now known as www/webcheck.
@
text
@# New ports collection makefile for: linbot
# Date created:        19 September 1998
# Whom:                Bill Fumerola <billf@@chc-chimes.com>
#
# $FreeBSD: ports/www/linbot/Makefile,v 1.13 2001/07/19 16:34:12 mi Exp $
#

PORTNAME=	linbot
PORTVERSION=	1.0
PORTREVISION=	3
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	apps/www/misc
EXTRACT_SUFX=	.tgz

MAINTAINER=	mwm@@mired.org

USE_PYTHON=	YES

do-install:
	${MKDIR} ${PREFIX}/share/linbot
	${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot
	${CP} ${WRKSRC}/*.css ${PREFIX}/share/linbot
.for d in plugins schemes
	${MKDIR} ${PREFIX}/share/linbot/${d}
	${CP} ${WRKSRC}/${d}/*.py ${PREFIX}/share/linbot/${d}
.endfor
	${LN} -sf ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
.ifndef NOPORTDOCS
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/USAGE ${DOCSDIR}

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

.include <bsd.port.mk>
@


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
@d5 1
a5 1
# $FreeBSD: ports/www/linbot/Makefile,v 1.12 2001/07/13 01:51:29 mi Exp $
@


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
@@
