head	1.15;
access;
symbols
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.12
	RELEASE_6_3_0:1.12
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.15
date	2010.05.02.10.45.48;	author miwi;	state dead;
branches;
next	1.14;

1.14
date	2010.03.24.21.57.22;	author niels;	state Exp;
branches;
next	1.13;

1.13
date	2009.06.11.08.17.39;	author erwin;	state Exp;
branches;
next	1.12;

1.12
date	2007.04.20.15.12.28;	author gabor;	state Exp;
branches;
next	1.11;

1.11
date	2007.03.01.21.31.41;	author anders;	state Exp;
branches;
next	1.10;

1.10
date	2006.05.13.04.15.18;	author edwin;	state Exp;
branches;
next	1.9;

1.9
date	2005.11.25.19.25.57;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2005.04.24.18.05.01;	author leeym;	state Exp;
branches;
next	1.7;

1.7
date	2003.03.07.06.10.51;	author ade;	state Exp;
branches;
next	1.6;

1.6
date	2002.11.04.01.32.37;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2002.04.22.01.35.17;	author anders;	state Exp;
branches;
next	1.4;

1.4
date	2002.03.15.00.31.51;	author anders;	state Exp;
branches;
next	1.3;

1.3
date	2001.12.24.02.16.51;	author pat;	state Exp;
branches;
next	1.2;

1.2
date	2001.10.07.02.03.43;	author petef;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.31.02.17.37;	author will;	state Exp;
branches;
next	;


desc
@@


1.15
log
@2010-04-30 audio/py-flac: has been marked IGNORE for past 24 months
2010-02-20 databases/mysql-connector-java50: Old version: please use databases/mysql-connector-java instead
2010-04-15 databases/p5-DBIx-Class-HTML-FormFu: This module is obsoleted by www/p5-HTML-FormFu-Model-DBIC
2010-04-29 devel/py-rbtree: "does not build with new pyrex and it's not active maintained"
2010-04-08 devel/tavrasm: No longer maintained, use devel/avra instead
2010-04-27 mail/postfix23: it's no longer maintened by upstream developer
2010-04-30 math/libgmp4: Use math/gmp instead.
2010-04-04 misc/ezload: does not build with new USB stack in 8-STABLE
2010-01-31 misc/gkrellmbgchg: use misc/gkrellmbgchg2
2010-03-04 multimedia/kbtv: no longer under development by author
2010-02-16 net/plb: broken; abandoned by author; use net/relayd or www/nginx instead
2010-04-30 security/vpnd: This software is no longer developed
2010-03-15 textproc/isearch: abandoned upstream, uses an obsolete version of GCC, not used by any other port
2010-04-02 www/caudium12: No longer maintained upstream, please switch to www/caudium14
2010-03-08 www/p5-Catalyst-Plugin-Cache-FileCache: Deprecated by module author in favor of www/p5-Catalyst-Plugin-Cache
@
text
@# New ports collection makefile for:	vpnd
# Date created:		25 March 2001
# Whom:			Anders Nordby <anders@@fix.no>
#
# $FreeBSD: ports/security/vpnd/Makefile,v 1.14 2010/03/24 21:57:22 niels Exp $
#

PORTNAME=	vpnd
PORTVERSION=	1.1.2
CATEGORIES=	security
MASTER_SITES=	http://vpnd.dotsrc.org/archive/ \
		http://atreides.freenix.no/~anders/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	VPN daemon offering transparent blowfish encryption between networks

WRKSRC=		${WRKDIR}/${PORTNAME}
HAS_CONFIGURE=	yes
USE_RC_SUBR=	yes

PLIST_FILES=	sbin/vpnd etc/rc.d/vpnd.sh etc/vpnd.conf.sample etc/vpnd.chat.sample
PORTDOCS=	README FAQ.TXT SPEED.TXT VERSIONS

DEPRECATED=	This software is no longer developed
EXPIRATION_DATE=	2010-04-30

post-patch:
.for f in README globals.c vpnd.c vpnd.conf
	@@${REINPLACE_CMD} -e 's,/etc,${PREFIX}/etc,g' ${WRKSRC}/${f}
.endfor
	@@${REINPLACE_CMD} -e "s,machine/param.h,sys/param.h,g" ${WRKSRC}/vpnd.h
	@@${REINPLACE_CMD} -e "s@@-O3@@${CFLAGS}@@g; s@@gcc@@${CC}@@g" ${WRKSRC}/${CONFIGURE_SCRIPT}

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/vpnd ${PREFIX}/sbin/vpnd
	@@${INSTALL_SCRIPT} ${FILESDIR}/vpnd.sh ${PREFIX}/etc/rc.d/vpnd.sh
	@@${INSTALL_DATA} ${WRKSRC}/vpnd.conf ${PREFIX}/etc/vpnd.conf.sample
	@@${INSTALL_DATA} ${WRKSRC}/vpnd.chat ${PREFIX}/etc/vpnd.chat.sample
.if !defined(NOPORTDOCS)
	@@${INSTALL} -d -m 0755 ${DOCSDIR}
.for i in ${PORTDOCS}
	@@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 800045
BROKEN=		does not build
.endif

.include <bsd.port.post.mk>
@


1.14
log
@Marked DEPRECATED and expiration date is set to 2010-04-30. The
port is broken and the software is no longer available/developed

Approved by:	itetcu (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@Mark BROKEN on 8.x: does not build.
@
text
@d24 3
@


1.12
log
@- Remove FreeBSD 4.X support from unmaintained ports in categories starting
  with letter r-s
@
text
@d43 7
a49 1
.include <bsd.port.mk>
@


1.11
log
@Give up maintainership of these ports. Don't use/have an interest for
them anymore.
@
text
@d43 1
a43 11
.include <bsd.port.pre.mk>

post-install:
.if ${OSVERSION} < 500000
	@@${ECHO} "================================================================================"
	@@${ECHO} "Make sure you set up a few IRQ's for random generation with rndcontrol before"
	@@${ECHO} "trying to generate a master key file."
	@@${ECHO} "================================================================================"
.endif

.include <bsd.port.post.mk>
@


1.10
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d14 1
a14 1
MAINTAINER=	anders@@FreeBSD.org
@


1.9
log
@- Update to 1.1.2

PR:		ports/86156
Submitted by:	az
Approved by:	maintainer timeout (anders; 2 months)
@
text
@a18 1
USE_REINPLACE=	yes
@


1.8
log
@- replace FILESDIR/patch-* with REINPLACE_CMD ...
- replace pkg-plist with PORTDOCS and PLIST_FILES
- add USE_RC_SUBR support
- rndcontrol retired on 5.x already, so only show messages on 4.x

PR:		73317
Submitted by:	leeym
Approved by:	maintainer timeout
@
text
@d9 1
a9 1
PORTVERSION=	1.1.0
d11 1
a11 1
MASTER_SITES=	http://sunsite.dk/vpnd/archive/ \
@


1.7
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d20 1
d22 2
a23 1
DOCFILES=	README FAQ.TXT SPEED.TXT VERSIONS
d26 5
a30 7
	@@${MV} ${WRKSRC}/Makefile.FreeBSD.in ${WRKSRC}/Makefile.FreeBSD.in_tmp
	@@${SED} -e "s:^ETC_DIR=:ETC_DIR=	${PREFIX}/etc:" \
	< ${WRKSRC}/Makefile.FreeBSD.in_tmp > ${WRKSRC}/Makefile.FreeBSD.in

pre-configure:
	${REINPLACE_CMD} -e "s@@-O3@@${CFLAGS}@@g; s@@gcc@@${CC}@@g" \
		${WRKSRC}/configure
d34 1
d39 1
a39 1
.for i in ${DOCFILES}
d44 2
d47 1
d52 1
d54 1
a54 1
.include <bsd.port.mk>
@


1.6
log
@PERL -> REINPLACE
Noticed on: bento
@
text
@d15 1
@


1.5
log
@Reclaim maintainership.
@
text
@d18 1
d28 2
a29 1
	${PERL} -pi.orig -e "s@@-O3@@${CFLAGS}@@g; s@@gcc@@${CC}@@g" ${WRKSRC}/configure
@


1.4
log
@Master site updates: www.freenix.no => atreides.freenix.no for these
files.
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d34 1
a34 1
	@@${MKDIR} ${DOCSDIR}
@


1.3
log
@- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
@
text
@d12 1
a12 1
		http://www.freenix.no/~anders/
@


1.2
log
@Set maintainer to ports@@FreeBSD.org

Submitted by:	Anders Nordby <anders@@fix.no> (previous maintainer)
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/vpnd/Makefile,v 1.1 2001/03/31 02:17:37 will Exp $
d34 1
a34 1
	${INSTALL} -d -m 555 ${PREFIX}/share/doc/vpnd
d36 1
a36 1
	@@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/vpnd
@


1.1
log
@Add vpnd 1.1.0, a VPN daemon offering transparent blowfish encryption
between networks.

PR:		26067
Submitted by:	Anders Nordby <anders@@fix.no>
@
text
@d5 1
a5 1
# $FreeBSD$
d14 1
a14 1
MAINTAINER=	anders@@fix.no
@

