head	1.14;
access;
symbols
	RELEASE_6_0_0:1.12
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.12
	RELEASE_5_3_0:1.12
	RELEASE_4_10_0:1.12
	RELEASE_5_2_1:1.12
	RELEASE_5_2_0:1.12
	RELEASE_4_9_0:1.11
	RELEASE_5_1_0:1.11
	RELEASE_4_8_0:1.11
	RELEASE_5_0_0:1.10
	RELEASE_4_7_0:1.10
	RELEASE_4_6_2:1.10
	RELEASE_4_6_1:1.10
	RELEASE_4_6_0:1.10
	RELEASE_5_0_DP1:1.10
	RELEASE_4_5_0:1.10
	RELEASE_4_4_0:1.10
	RELEASE_4_3_0:1.10
	RELEASE_4_2_0:1.10
	RELEASE_4_1_1:1.10
	RELEASE_4_1_0:1.10
	RELEASE_3_5_0:1.10
	RELEASE_4_0_0:1.8
	RELEASE_3_4_0:1.8
	RELEASE_3_3_0:1.8
	RELEASE_3_2_0:1.5
	RELEASE_3_1_0:1.5
	RELEASE_2_2_8:1.5
	RELEASE_3_0_0:1.5
	RELEASE_2_2_7:1.4
	RELEASE_2_2_6:1.4
	RELEASE_2_2_5:1.3
	RELEASE_2_2_1:1.3
	RELEASE_2_2_2:1.3
	ftpsearch_19961208:1.1.1.1
	TEGGE:1.1.1;
locks; strict;
comment	@# @;


1.14
date	2006.02.14.17.20.43;	author garga;	state dead;
branches;
next	1.13;

1.13
date	2005.12.08.15.30.38;	author vs;	state Exp;
branches;
next	1.12;

1.12
date	2003.11.13.14.45.03;	author trevor;	state Exp;
branches;
next	1.11;

1.11
date	2003.02.21.12.00.36;	author knu;	state Exp;
branches;
next	1.10;

1.10
date	2000.04.22.09.48.47;	author mharo;	state Exp;
branches;
next	1.9;

1.9
date	2000.04.12.05.31.06;	author mharo;	state Exp;
branches;
next	1.8;

1.8
date	99.08.28.01.57.13;	author mharo;	state Exp;
branches;
next	1.7;

1.7
date	99.08.25.05.55.07;	author obrien;	state Exp;
branches;
next	1.6;

1.6
date	99.08.02.10.43.41;	author asami;	state Exp;
branches;
next	1.5;

1.5
date	98.09.07.16.49.16;	author tegge;	state Exp;
branches;
next	1.4;

1.4
date	97.10.30.02.42.19;	author tegge;	state Exp;
branches;
next	1.3;

1.3
date	97.02.19.09.31.07;	author tg;	state Exp;
branches;
next	1.2;

1.2
date	97.02.18.10.08.23;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	97.02.17.10.43.00;	author tg;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.02.17.10.43.00;	author tg;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Remove expired port ftp/ftpsearch
@
text
@# New ports collection makefile for:	ftpsearch
# Date created:		07 Dec 1996
# Whom:			Tor.Egge@@idi.ntnu.no
#
# $FreeBSD: ports/ftp/ftpsearch/Makefile,v 1.13 2005/12/08 15:30:38 vs Exp $
#

PORTNAME=	ftpsearch
PORTVERSION=	1.0
CATEGORIES=	ftp
MASTER_SITES=	ftp://ftpsearch.ntnu.no/pub/ftpsearch/

PATCH_SITES=	ftp://ftpsearch.ntnu.no/pub/ftpsearch/
PATCHFILES=	ftpsearch-1.0.patch1 \
		ftpsearch-1.0.patch2 \
		ftpsearch-1.0.patch3 \
		ftpsearch-1.0.patch4 \
		ftpsearch-1.0.patch5 \
		ftpsearch-1.0.patch6 \
		ftpsearch-1.0.patch7 \
		ftpsearch-1.0.patch8

MAINTAINER=	Tor.Egge@@idi.ntnu.no
COMMENT=	A system for indexing contents on ftp servers

DEPRECATED=	mastersite disappeared, no longer maintained by author
EXPIRATION_DATE=2006-01-30

NO_PACKAGE=	"Hostname compiled in"

GNU_CONFIGURE=	yes
CONFIGURE_ENV+=	FTPSEARCHROOT=${PREFIX}/ftpsearch

MANPREFIX=${PREFIX}/ftpsearch
MAN1=	ftpsearch.1
MAN5=	cnames.5 ftpcli_config.5 sites.5 sites.alias.5 sites.skip.5
MAN7=	datasets.7
MAN8=	astat.8 autoupdateconfig.pl.8 cardusage.8 checkenv.pl.8 chknavig.8 \
	chksites.pl.8 domainhelp.8 freq.8 ftpcli.8 \
	ftpsearchshell.8 gateway.8 genaliases.8 gendataset.8 genit.pl.8 \
	genmotd.pl.8 genspecter.8 genspecter2.8 listsite.8 load.8 \
	makesuffix.8 mergesites.8 nsslave.8 parsesite.8 removeoldparsed.pl.8 \
	search.8 sgateway.8 siteadmin.pl.8 sortsuffix.8

pre-install:
	${FIND} ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} \{} \;

post-install:
	${LN} -sf ${PREFIX}/ftpsearch/bin/gateway ${PREFIX}/bin/ftpsearch

.include <bsd.port.mk>
@


1.13
log
@Deprecate: mastersite disappeared, no longer maintained by author

PR:		ports/89763
Submitted by:	Jean Milanez Melo
Approved by:	maintainer timeout
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
@
text
@d26 3
@


1.11
log
@De-pkg-comment.
@
text
@d43 1
a43 1
	find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} \{} \;
@


1.10
log
@portlint (whitespace nits and variable/section ordering)
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/ftpsearch/Makefile,v 1.9 2000/04/12 05:31:06 mharo Exp $
d24 1
@


1.9
log
@PORTNAME/PORTVERSION stuff
@
text
@d5 1
a5 1
# $FreeBSD: ports/ftp/ftpsearch/Makefile,v 1.8 1999/08/28 01:57:13 mharo Exp $
d13 2
a14 6
MAINTAINER=	Tor.Egge@@idi.ntnu.no

NO_PACKAGE=	"Hostname compiled in"

PATCH_SITES =   ftp://ftpsearch.ntnu.no/pub/ftpsearch/
PATCHFILES =	ftpsearch-1.0.patch1 \
d23 4
d31 4
a34 4
MAN1 = ftpsearch.1
MAN5 = cnames.5 ftpcli_config.5 sites.5 sites.alias.5 sites.skip.5
MAN7 = datasets.7
MAN8 =  astat.8 autoupdateconfig.pl.8 cardusage.8 checkenv.pl.8 chknavig.8 \
@


1.8
log
@ln -> ${LN}
@
text
@a1 1
# Version required:	1.0
d5 1
a5 1
# $FreeBSD: ports/ftp/ftpsearch/Makefile,v 1.7 1999/08/25 05:55:07 obrien Exp $
d8 2
a9 1
DISTNAME=	ftpsearch-1.0
@


1.7
log
@Change Id->FreeBSD.
@
text
@d6 1
a6 1
# $FreeBSD$
d45 1
a45 1
	ln -sf ${PREFIX}/ftpsearch/bin/gateway ${PREFIX}/bin/ftpsearch
@


1.6
log
@Change "net" -> "ftp".
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.5 1998/09/07 16:49:16 tegge Exp $
@


1.5
log
@Add two distribution patches.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.4 1997/10/30 02:42:19 tegge Exp $
d10 1
a10 1
CATEGORIES=	net
@


1.4
log
@portlint (27 fatal errors and 6 warnings eliminated).
Added some patches.
Set NO_PACKAGE, since the hostname is compiled into several binaries.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.3 1997/02/19 09:31:07 tg Exp $
d23 3
a25 1
		ftpsearch-1.0.patch6
@


1.3
log
@Upgrade from 19961208 snapshot to version 1.0.

Submitted by:	Tor Egge <Tor.Egge@@idt.ntnu.no>
@
text
@d2 1
a2 1
# Version required:	
d4 1
a4 1
# Whom:			tegge@@idt.ntnu.no
d6 1
a6 1
# $Id: Makefile,v 1.2 1997/02/18 10:08:23 obrien Exp $
d13 11
a23 1
MAINTAINER=	tegge@@idt.ntnu.no
d27 14
@


1.2
log
@Style police.
Bug fixes.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1997/02/17 10:43:00 tg Exp $
d9 1
a9 1
DISTNAME=	ftpsearch-19961208
d19 1
a19 1
	${CP} ${PREFIX}/ftpsearch/bin/gateway ${PREFIX}/bin/ftpsearch
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
d16 1
a16 1
CONFIGURE_ENV+=	FTPSEARCHROOT=$(PREFIX)/ftpsearch
d19 1
a19 1
	cp $(PREFIX)/ftpsearch/bin/gateway $(PREFIX)/bin/ftpsearch
@


1.1.1.1
log
@Import of ftpsearch, a system for indexing contents of ftp servers.

Closes PR #2171.

Submitted by:	Tor Egge <tegge@@idt.ntnu.no>
@
text
@@
