head	1.20;
access;
symbols
	RELEASE_5_2_1:1.17
	RELEASE_5_2_0:1.17
	RELEASE_4_9_0:1.15
	RELEASE_5_1_0:1.15
	RELEASE_4_8_0:1.15
	RELEASE_5_0_0:1.13
	RELEASE_4_7_0:1.13
	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.13
	RELEASE_4_2_0:1.12
	RELEASE_4_1_1:1.11
	RELEASE_4_1_0:1.11
	RELEASE_3_5_0:1.11
	RELEASE_4_0_0:1.8
	RELEASE_3_4_0:1.8
	RELEASE_3_3_0:1.6
	RELEASE_3_2_0:1.5
	RELEASE_3_1_0:1.5
	RELEASE_2_2_8:1.5
	RELEASE_3_0_0:1.4
	web500gw_2_1b2:1.1.1.1
	NORDQUIST:1.1.1;
locks; strict;
comment	@# @;


1.20
date	2004.04.19.00.55.11;	author eik;	state dead;
branches;
next	1.19;

1.19
date	2004.02.16.13.57.34;	author eik;	state Exp;
branches;
next	1.18;

1.18
date	2003.12.07.01.46.10;	author linimon;	state Exp;
branches;
next	1.17;

1.17
date	2003.10.04.07.34.50;	author edwin;	state Exp;
branches;
next	1.16;

1.16
date	2003.09.24.09.36.59;	author osa;	state Exp;
branches;
next	1.15;

1.15
date	2003.02.24.02.26.55;	author edwin;	state Exp;
branches;
next	1.14;

1.14
date	2003.02.21.14.01.34;	author knu;	state Exp;
branches;
next	1.13;

1.13
date	2001.02.05.15.33.54;	author olgeni;	state Exp;
branches;
next	1.12;

1.12
date	2000.10.08.10.23.19;	author asami;	state Exp;
branches;
next	1.11;

1.11
date	2000.06.02.03.24.03;	author will;	state Exp;
branches;
next	1.10;

1.10
date	2000.04.10.00.07.12;	author cpiazza;	state Exp;
branches;
next	1.9;

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

1.8
date	99.11.26.15.30.25;	author imura;	state Exp;
branches;
next	1.7;

1.7
date	99.09.21.22.37.11;	author nectar;	state Exp;
branches;
next	1.6;

1.6
date	99.08.31.02.43.25;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	98.10.26.04.53.18;	author asami;	state Exp;
branches;
next	1.4;

1.4
date	98.10.15.02.08.17;	author jseger;	state Exp;
branches;
next	1.3;

1.3
date	98.08.24.01.26.30;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	98.07.31.21.34.38;	author asami;	state Exp;
branches;
next	1.1;

1.1
date	98.07.31.18.47.37;	author nectar;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.07.31.18.47.37;	author nectar;	state Exp;
branches;
next	;


desc
@@


1.20
log
@long overdue removal of OpenLDAP 1.2 and dependent ports
@
text
@# New ports collection makefile for:    web500gw
# Date created:         30 July 1998
# Whom:                 Brent J. Nordquist <bjn@@visi.com>
#
# $FreeBSD: ports/www/web500gw/Makefile,v 1.19 2004/02/16 13:57:34 eik Exp $
#

PORTNAME=	web500gw
PORTVERSION=	2.1b3
CATEGORIES=	www
MASTER_SITES=	ftp://ftp.tu-chemnitz.de/pub/Local/urz/web500gw/ \
		http://www.tu-chemnitz.de/ftp-home/pub/Local/urz/web500gw/ \
		ftp://ftp.ntua.gr/pub/net/ldap/web500gw/ \
		ftp://ftp.imms.de/pub/unix/networking/ldap/

PATCH_SITES=	http://www.tu-chemnitz.de/~fri/web500gw/
PATCHFILES=	modtmpl.patch

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	HTTP gateway to LDAP-based directories

FORBIDDEN=		"Depends on net/openldap12, which is no more"
DEPRECATED=		${FORBIDDEN}
EXPIRATION_DATE=	2004-04-18

BUILD_DEPENDS=	${LOCALBASE}/lib/libldap.a:${PORTSDIR}/net/openldap12

INSTDIR=	${PREFIX}/bin

MAKE_ENV=	PLATFORMCFLAGS="${CFLAGS} -DUSE_SYSCONF -I${PREFIX}/include" \
		LDFLAGS=-L${PREFIX}/lib \
		INSTDIR=${INSTDIR} \
		WEB500GWDIR=${WEB500GWDIR} \
		MANDIR=${MANPREFIX}/man/man8 \
		INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
		INSTALL_DATA="${INSTALL_DATA}" \
		INSTALL_MAN="${INSTALL_MAN}"
MAN8=		web500gw.8

WEB500GWDIR=	${PREFIX}/etc/web500gw

post-install:
	${STRIP_CMD} ${INSTDIR}/web500gw
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.19
log
@- BROKEN => FORBIDDEN, since these are potential security issues.
- schedule for removal

Reminded by:	kris
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
log
@Restyle email address of (non)maintainer.
@
text
@d22 3
a24 1
BROKEN=		"Depends on net/openldap12, which is no more"
@


1.17
log
@Mark port as broken: net/openldap12 is no more.
Remove maintainer:
	SMTP error from remote mailer after RCPT
	TO:<Karl.Dietz@@frankfurt.netsurf.de>: host smtp.netsurf.de
	[194.195.64.36]: 550 That e-mail address does not exist
	(#5.7.1)
@
text
@d19 1
a19 1
MAINTAINER=	ports@@freebsd.org
@


1.16
log
@Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:	Oleg Karachevtsev <ok@@etrust.ru>
PR:		56998
@
text
@d19 1
a19 1
MAINTAINER=	Karl.Dietz@@frankfurt.netsurf.de
d21 2
@


1.15
log
@Point dependencies on net/openldap to net/openldap12
@
text
@d39 1
a39 1
	strip ${INSTDIR}/web500gw
@


1.14
log
@De-pkg-comment.
@
text
@d22 1
a22 1
BUILD_DEPENDS=	${LOCALBASE}/lib/libldap.a:${PORTSDIR}/net/openldap
@


1.13
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/web500gw/Makefile,v 1.12 2000/10/08 10:23:19 asami Exp $
d20 1
@


1.12
log
@Change PKGDIR from pkg/ to .  Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/web500gw/Makefile,v 1.11 2000/06/02 03:24:03 will Exp $
d9 1
a9 1
PORTVERSION= 	2.1b3
@


1.11
log
@Remove inappropriate categories.  See Porter's Handbook.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/web500gw/Makefile,v 1.10 2000/04/10 00:07:12 cpiazza Exp $
d39 1
a39 1
	@@${CAT} ${PKGDIR}/MESSAGE
@


1.10
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/web500gw/Makefile,v 1.9 2000/04/01 08:27:36 mharo Exp $
d10 1
a10 1
CATEGORIES=	www net
@


1.9
log
@fix: web500gw can't always parse dates (Y2K)

PR:		16736
Submitted by:	maintainer
@
text
@a1 1
# Version required:     2.1b2
d5 1
a5 1
# $FreeBSD: ports/www/web500gw/Makefile,v 1.8 1999/11/26 15:30:25 imura Exp $
d8 2
a9 1
DISTNAME=	web500gw-2.1b3
@


1.8
log
@Maintainer's e-mail address has changed, and portlint.

PR:		15092
Submitted by:	Maintainer
@
text
@d6 1
a6 1
# $FreeBSD: ports/www/web500gw/Makefile,v 1.7 1999/09/21 22:37:11 nectar Exp $
d15 3
@


1.7
log
@Update 2.1b2 -> 2.1b3 and unbreak.  Point MAINTAINER to Karl Dietz
<karl.dietz@@triplan.com>.

PR:		ports/12999, ports/13654
Submitted by:	Karl Dietz <karl.dietz@@triplan.com>
@
text
@d6 1
a6 1
# $FreeBSD: ports/www/web500gw/Makefile,v 1.6 1999/08/31 02:43:25 peter Exp $
d16 1
a16 1
MAINTAINER=	karl.dietz@@triplan.com
d18 1
a18 1
BUILD_DEPENDS=	${PREFIX}/lib/libldap.a:${PORTSDIR}/net/openldap
@


1.6
log
@$Id$ -> $FreeBSD$
@
text
@d6 1
a6 1
# $FreeBSD$
d9 1
a9 1
DISTNAME=	web500gw-2.1b2
d12 3
a14 2
		http://www.tu-chemnitz.de/ftp-home/pub/Local/urz/web500gw/
EXTRACT_SUFX=	.tgz
d16 1
a16 1
MAINTAINER=	bjn@@visi.com
d18 1
a18 3
BROKEN=		build

BUILD_DEPENDS=	${PREFIX}/lib/libldap.a:${PORTSDIR}/net/ldap
d22 2
a23 1
MAKE_ENV=	PLATFORMCFLAGS="${CFLAGS} -DUSE_SYSCONF" \
@


1.5
log
@Build broken for a.out too.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.4 1998/10/15 02:08:17 jseger Exp $
@


1.4
log
@Mark BROKEN for ELF:
gcc  -O -pipe -DUSE_SYSCONF -I. -I/usr/local/include -DMODIFY -DWEB500GW_DEBUG -DSUPPORT_OLD_URLS  -DWEB500GWDIR=\"/usr/local/etc/web500gw\" -DLDAPVERSION=33  -DLDAP_DEBUG  -fpcc-struct-return -fwritable-strings -c gwversion.c
gcc  -o web500gw web500gw.o read.o search.o modify.o add.o navigation.o util.o  web_util.o dir_util.o ldap2html.o messages.o init.o config.o  detach.o setproctitle.o gwversion.o  -L/usr/local/lib -lldap -llber
util.o: In function `find_access':
util.o(.text+0x91a): undefined reference to `re_comp'
util.o(.text+0x927): undefined reference to `re_exec'
util.o: In function `find_language':
util.o(.text+0x96a): undefined reference to `re_comp'
util.o(.text+0x977): undefined reference to `re_exec'
util.o: In function `find_browser':
util.o(.text+0xd2e): undefined reference to `re_comp'
util.o(.text+0xd3b): undefined reference to `re_exec'
*** Error code 1
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.3 1998/08/24 01:26:30 steve Exp $
d17 1
a17 1
BROKEN_ELF=	yes
@


1.3
log
@Allow this to run standalone or from inetd.

PR:		7663
Submitted by:	maintainer
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1998/07/31 21:34:38 asami Exp $
d16 2
@


1.2
log
@You don't need to use "+=" for a variable only defined once....
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1998/07/31 18:47:37 nectar Exp $
a17 1
RUN_DEPENDS=	${INSTDIR}:${PORTSDIR}/www/apache12
d19 1
a19 1
INSTDIR=	${PREFIX}/www/cgi-bin
d34 1
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
d22 1
a22 1
MAKE_ENV+=	PLATFORMCFLAGS="${CFLAGS} -DUSE_SYSCONF" \
@


1.1.1.1
log
@HTTP gateway to LDAP-based directories.
PR:		ports/7447
Submitted by:	Brent J. Nordquist <bjn@@visi.com>
@
text
@@
