head	1.10;
access;
symbols
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2010.12.31.17.35.14;	author rene;	state dead;
branches;
next	1.9;

1.9
date	2010.11.23.23.07.22;	author ohauer;	state Exp;
branches;
next	1.8;

1.8
date	2009.05.12.08.29.25;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2006.05.13.04.15.04;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2005.10.19.14.24.57;	author ehaupt;	state Exp;
branches;
next	1.5;

1.5
date	2004.07.06.13.53.40;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2004.06.21.21.27.38;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2004.03.06.22.49.11;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2003.10.09.08.07.14;	author roam;	state Exp;
branches;
next	1.1;

1.1
date	2003.07.19.02.34.32;	author foxfair;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Garbage-collect expired ports:
2010-12-30 databases/p5-sqlrelay: broken and upstream disapeared
2010-12-30 devel/php-dbg2: No upstream support
2010-12-30 dns/fourcdns: upstream has disapeared
2010-12-31 emulators/win4bsd: Development has ceased and distfile is no longer available
2010-12-31 french/mozilla-flp: www/seamonkey port is deprecated. Consider using the www/firefox-i18n.
2010-12-31 french/xtel: Minitel services will be discontinued at the end of 2010.
2010-12-30 ftp/ftpq: upstream has disapeared
2010-12-30 graphics/paintlib: does not compile with new tiff and no more maintained upstream
2010-12-30 graphics/g3dviewer: does not build with gcc 4.2, upstream disapeared
2010-12-30 lang/scriba: Does not compile with gcc 4.2+, looks like abandonware
2010-12-30 math/rascal: Broken on every arch since 2008, looks like an abandonware
2010-12-31 net-mgmt/nrg: Project has vanished. Use cacti instead.
2010-12-31 security/hostsentry: Project is dead.
2010-12-31 sysutils/kcube: Project has vanished
2010-12-31 www/cybercalendar: has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974)
2010-12-31 www/flock: Flock 3 moves from Firefox to Chromium
2010-12-31 www/linux-flock: Flock 3 moves from Firefox to Chromium
2010-12-30 x11-clocks/xtu: Looks like abandonware

Leave java/tya in for now, as it has outstanding PRs.
@
text
@# New ports collection makefile for:   hostsentry
# Date created:        7 February 2003
# Whom:                Andre Ramos <andre.ramos@@netcabo.pt>
#
# $FreeBSD: ports/security/hostsentry/Makefile,v 1.9 2010/11/23 23:07:22 ohauer Exp $
#

PORTNAME=	hostsentry
PORTVERSION=	0.02
PORTREVISION=	2
CATEGORIES=	security
MASTER_SITES=	ftp://ftp.netsys.com/len/ \
		${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR=	UNIX/IDS

MAINTAINER=	michael@@ranner.eu
COMMENT=	A Login Anomaly Detector

RUN_DEPENDS=	${PYTHONPREFIX_SITELIBDIR}/gdbm.so:${PORTSDIR}/databases/py-gdbm

DEPRECATED=	Project is dead.
EXPIRATION_DATE=2010-12-31

USE_PYTHON=	yes

PKGMESSAGE=	${WRKDIR}/pkg-message

post-patch:
	@@${SED} 's|%%PREFIX%%|${PREFIX}|' ${.CURDIR}/pkg-message > ${PKGMESSAGE}
	@@${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," \
		${WRKSRC}/*
	@@${RM} ${WRKSRC}/*.bak

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README.BUGS \
	${WRKSRC}/README.credits \
	${WRKSRC}/README.install \
	${WRKSRC}/README.intro \
	${WRKSRC}/README.modules \
	${WRKSRC}/README.paper \
	${WRKSRC}/README.technical \
	${WRKSRC}/README.why_python \
	${WRKSRC}/README.wtmp \
	${DOCSDIR}
.endif
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.9
log
@ - mark port deprecated
 - expiration date: 2010-12-31

   Project is dead.

PR:		152492
Submitted by:	Michael Ranner <michael _at_ ranner.eu> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Update maintainer's address
@
text
@d21 3
@


1.7
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d16 1
a16 1
MAINTAINER=	mranner@@inode.at
@


1.6
log
@. respect PREFIX
. bump PORTREVISION

PR:		87660, 87638
Reported by:	dosirak via kris
Submitted by:	Michael Ranner <mranner@@inode.at> (maintainer)
@
text
@a21 1
USE_REINPLACE=	yes
@


1.5
log
@- Unbreak, unmark deprecated
- Pass maintainership to submitter

PR:		ports/68642
Submitted by:	Michael Ranner <mranner@@inode.at>
@
text
@d10 1
a10 1
PORTREVISION=	1
d22 1
d28 3
@


1.4
log
@Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports.  They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
@
text
@d10 1
d12 3
a14 1
MASTER_SITES=	ftp://ftp.netsys.com/len/
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
d19 1
a19 1
RUN_DEPENDS=	${LOCALBASE}/bin/python:${PORTSDIR}/lang/python
d21 6
a26 3
IGNORE=		is missing runtime dependencies; see ports/62516
EXPIRATION_DATE=2004-08-20
DEPRECATED=	${IGNORE}
d30 1
a30 1
	${MKDIR} ${PREFIX}/share/doc/hostsentry
d40 1
a40 1
	${PREFIX}/share/doc/hostsentry
a41 4

	${INSTALL_DATA} ${WRKSRC}/hostsentry.conf \
	${PREFIX}/etc/hostsentry.conf

@


1.3
log
@The hostsentry port is unusable as shipped and requires additional
dependencies to run.  Mark it IGNORE and DEPRECATED, and it will be
scheduled for a removal in a future batch of ports.

PR:             ports/62516
Submitted by:   Dan Mahoney <danm@@prime.gushi.org>
@
text
@d19 1
@


1.2
log
@Spell NOPORTDOCS correctly.

PR:		57749
Submitted by:	Oliver Eikemeier <eikemeier@@fillmore-labs.com>
@
text
@d18 3
@


1.1
log
@Add hostsentry 0.02, a Login Anomaly Detector.

PR:		48127
Submitted by:	Andre Ramos <andre.ramos@@netcabo.pt>
@
text
@d19 1
a19 1
.if !defined(NOPORTSDOCS)
@

