head	1.14;
access;
symbols
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.9
	RELEASE_5_1_0:1.9
	RELEASE_4_8_0:1.9
	RELEASE_5_0_0:1.8
	RELEASE_4_7_0:1.7
	RELEASE_4_6_2:1.7
	RELEASE_4_6_1:1.7
	RELEASE_4_6_0:1.7
	RELEASE_5_0_DP1:1.7
	RELEASE_4_5_0:1.7
	RELEASE_4_4_0:1.7
	RELEASE_4_3_0:1.6
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.2
	v_0_1:1.1.1.1
	MADESTRAND:1.1.1;
locks; strict;
comment	@# @;


1.14
date	2011.05.01.18.21.06;	author bapt;	state dead;
branches;
next	1.13;

1.13
date	2011.03.11.23.54.38;	author bapt;	state Exp;
branches;
next	1.12;

1.12
date	2008.06.28.07.34.16;	author itetcu;	state Exp;
branches;
next	1.11;

1.11
date	2007.07.02.18.26.15;	author pav;	state Exp;
branches;
next	1.10;

1.10
date	2004.02.06.13.12.41;	author trevor;	state Exp;
branches;
next	1.9;

1.9
date	2003.02.21.14.01.18;	author knu;	state Exp;
branches;
next	1.8;

1.8
date	2002.11.06.13.23.47;	author arved;	state Exp;
branches;
next	1.7;

1.7
date	2001.04.20.15.08.57;	author olgeni;	state Exp;
branches;
next	1.6;

1.6
date	2001.03.27.14.20.29;	author kevlo;	state Exp;
branches;
next	1.5;

1.5
date	2001.02.05.15.33.25;	author olgeni;	state Exp;
branches;
next	1.4;

1.4
date	2000.06.28.12.29.08;	author alex;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.10.00.05.28;	author cpiazza;	state Exp;
branches;
next	1.2;

1.2
date	2000.03.11.14.36.37;	author jedgar;	state Exp;
branches;
next	1.1;

1.1
date	2000.01.31.23.53.59;	author jedgar;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.01.31.23.53.59;	author jedgar;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Remove unmaintained expired ports from www category

2011-05-01 www/indexme: Upstream disapear and distfile is no more available
2011-05-01 www/osb-browser: Abandonware, please use www/webkit-gtk2
2011-05-01 www/osb-nrcit: Abandonware, please use www/webkit-gtk2
2011-05-01 www/osb-nrcore: Abandonware, please use www/webkit-gtk2
2011-05-01 www/pumperweb: Upstream disapear and distfile is no more available
2011-05-01 www/py-ez_web: Upstream disapear and distfile is no more available
2011-05-01 www/py-pullparser: Obsolete and deprecated
2011-05-01 www/sidplug: Upstream disapear and distfile is no more available
2011-05-01 www/twhttpd: Upstream disapear and distfile is no more available
2011-05-01 www/wnews: Upstream disapear and distfile is no more available
2011-05-01 www/xpath2rss: Upstream disapear and distfile is no more available
@
text
@# New ports collection makefile for:	indexme
# Date created:		30 Jan 2000
# Whom:			Carl Johan Madestrand
#
# $FreeBSD: ports/www/indexme/Makefile,v 1.13 2011/03/11 23:54:38 bapt Exp $
#

PORTNAME=	indexme
PORTVERSION=	0.1
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	ftp://users.uk.freebsd.org/pub/lord_cj/
DISTNAME=	${PORTNAME}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Links files into a HTML index for viewing and easy overview

DEPRECATED=     Upstream disapear and distfile is no more available
EXPIRATION_DATE=        2011-05-01

USE_PERL5=	yes

WRKSRC=		${WRKDIR}/indexme
NO_BUILD=	yes
	     
.if !defined(NO_INSTALL_MANPAGES)
MAN1=		indexme.1
.endif

PLIST_FILES=	bin/indexme

do-install:
		@@ ${INSTALL_SCRIPT} ${WRKSRC}/indexme ${PREFIX}/bin
.if !defined(NO_INSTALL_MANPAGES)
		@@ ${INSTALL_MAN} ${WRKSRC}/indexme.1 ${PREFIX}/man/man1
.endif
.include <bsd.port.mk>
@


1.13
log
@Deprecate unmaintained ports from www where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports

thanks eadler for the help
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- use NO_INSTALL_MANPAGES instead of NOPORTDOCS where appropriate thus fix
plist iu -DNOPORTDOCS
- bump PORTREVISION

Submitted by:	QA Tindy run
@
text
@d18 3
@


1.11
log
@- Reset MAINTAINER:

  ----- The following addresses had permanent fatal errors -----
  <calle.madestrand@@norrgarden.se>
      (reason: 550 <calle.madestrand@@norrgarden.se>, Recipient unknown)
@
text
@d10 1
d22 2
d25 2
d31 1
a31 1
.if !defined(NOPORTDOCS)
@


1.10
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d14 1
a14 1
MAINTAINER=	calle.madestrand@@norrgarden.se
@


1.9
log
@De-pkg-comment.
@
text
@d22 1
@


1.8
log
@Update MASTER_SITES

Submitted by: maintainer
@
text
@d15 1
@


1.7
log
@Update maintainer's email address.

PR:		26718
Submitted by:	Carl Johan Madestrand <LoRd_CJ@@dalusers.com>
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/indexme/Makefile,v 1.6 2001/03/27 14:20:29 kevlo Exp $
d11 1
a11 2
MASTER_SITES=	ftp://ukug.uk.freebsd.org/pub/lord_cj/	\
		http://kyb.homepage.com/perl/
@


1.6
log
@Update maintainer email.

PR: 26105
Submitted by: MAINTAINER
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/indexme/Makefile,v 1.5 2001/02/05 15:33:25 olgeni Exp $
d15 1
a15 1
MAINTAINER=	LoRd_CJ@@dalusers.com
@


1.5
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/indexme/Makefile,v 1.4 2000/06/28 12:29:08 alex Exp $
d15 1
a15 1
MAINTAINER=	cj@@vallcom.net
@


1.4
log
@Install a manpage as replacement for a README file.
Change MAINTAINER email.

PR:		19319
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/indexme/Makefile,v 1.3 2000/04/10 00:05:28 cpiazza Exp $
d9 1
a9 1
PORTVERSION= 	0.1
@


1.3
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/indexme/Makefile,v 1.2 2000/03/11 14:36:37 jedgar Exp $
d15 1
a15 1
MAINTAINER=	calle.madestrand@@norrgarden.se
d21 1
a23 1
		@@ ${MKDIR} ${PREFIX}/share/doc/indexme
d26 1
a26 1
		@@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/indexme
a27 1

@


1.2
log
@Add another MASTER_SITE
Add WWW

PR:		17307
Submitted by:	Maintainer
@
text
@a2 1
# Version required:	0.1
d5 1
a5 1
# $FreeBSD: ports/www/indexme/Makefile,v 1.1.1.1 2000/01/31 23:53:59 jedgar Exp $
d8 2
a9 2
DISTNAME=	indexme
PKGNAME=	indexme-0.1
d13 1
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $FreeBSD$
d12 2
a13 1
MASTER_SITES=	http://kyb.homepage.com/perl/
@


1.1.1.1
log
@indexme is a small Perl program for linking several images or
documents into a HTML index for viewing and easy overview.

PR:		16462
Submitted by:	Carl Johan Madestrand <calle.madestrand@@norrgarden.se>
@
text
@@
