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


1.16
date	2010.05.02.10.45.50;	author miwi;	state dead;
branches;
next	1.15;

1.15
date	2010.02.26.07.32.17;	author johans;	state Exp;
branches;
next	1.14;

1.14
date	2010.02.23.18.07.13;	author johans;	state Exp;
branches;
next	1.13;

1.13
date	2010.02.05.11.44.40;	author dinoex;	state Exp;
branches;
next	1.12;

1.12
date	2009.11.04.21.06.16;	author johans;	state Exp;
branches;
next	1.11;

1.11
date	2009.07.31.13.56.24;	author dinoex;	state Exp;
branches;
next	1.10;

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

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

1.8
date	2006.07.15.22.46.02;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2006.04.14.13.39.40;	author mnag;	state Exp;
branches;
next	1.6;

1.6
date	2004.11.16.15.41.03;	author vs;	state Exp;
branches;
next	1.5;

1.5
date	2004.05.21.06.33.57;	author krion;	state Exp;
branches;
next	1.4;

1.4
date	2004.03.20.17.51.56;	author vanilla;	state Exp;
branches;
next	1.3;

1.3
date	2004.02.04.05.09.25;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2003.11.07.09.12.49;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2003.06.18.06.06.04;	author daichi;	state Exp;
branches;
next	;


desc
@@


1.16
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:	pike
# Date created:		15 May 2004
# Whom:			kiwi@@oav.net
#
# $FreeBSD: ports/www/caudium12/Makefile,v 1.15 2010/02/26 07:32:17 johans Exp $
#

PORTNAME=	caudium12
PORTVERSION=	1.2.34
PORTREVISION=	4
CATEGORIES=	www
MASTER_SITES=	ftp://ftp.caudium.net/caudium/source/ \
		ftp://ftp.oav.net/caudium/source/
DISTNAME=	caudium-${PORTVERSION}

MAINTAINER=	johans@@FreeBSD.org
COMMENT=	A free webserver which is based on the Roxen Challenger 1.3 code base

BUILD_DEPENDS=	pike:${PORTSDIR}/lang/pike72/ \
		pexts>0:${PORTSDIR}/lang/pexts/
LIB_DEPENDS=	sablot.70:${PORTSDIR}/textproc/sablotron/
RUN_DEPENDS=	lsof:${PORTSDIR}/sysutils/lsof/ \
		pexts>0:${PORTSDIR}/lang/pexts/

DEPRECATED=	No longer maintained upstream, please switch to www/caudium14
EXPIRATION_DATE=	2010-04-02

WRKSRC=		${WRKDIR}/${DISTNAME}

PIKEVERSION=	7.2.570

# bash:${PORTSDIR}/shells/bash2/
#SH=		${PREFIX}/bin/bash
GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=	--without-debug --with-PiXSL --prefix=${PREFIX} \
		 --with-pike=${LOCALBASE}/pike/${PIKEVERSION}/bin/pike

USE_GMAKE=	yes

PLIST_SUB+=	PIKEVERSION=${PIKEVERSION}

pre-configure:
	@@${ECHO} ${CONFIGURE_ENV}
	@@${ECHO} ${CONFIGURE_ARGS}

post-configure:
	@@cd ${WRKSRC}/src/cmods; \
	(for a in Caudium PiXSL UltraLog;do cd $$a; ${SED} s/"INSTALL=..\/"/"INSTALL=\/usr\/bin\/install -c"/ Makefile > Makefile.tmp; ${MV} -f Makefile.tmp Makefile; cd ..; done)
	@@cd ${WRKSRC}/src/tools; ${SED} s/"INSTALL=..\/"/"INSTALL=\/usr\/bin\/install -c"/ Makefile > Makefile.tmp; ${MV} -f Makefile.tmp Makefile
	@@cd ${WRKSRC}/src/fast_cgi; ${SED} s/"INSTALL=..\/"/"INSTALL=\/usr\/bin\/install -c"/ Makefile > Makefile.tmp; ${MV} -f Makefile.tmp Makefile

post-build:
	@@${SED} 's,@@@@PREFIX@@@@,${PREFIX},g' ${FILESDIR}/caudium.sh >${WRKDIR}/caudium.sh

post-install:
#	@@${RM} ${PREFIX}/caudium/server/base_server/caudium.pike.orig
	@@${CHOWN} -R www:www ${PREFIX}/caudium
	@@${INSTALL_SCRIPT} ${WRKDIR}/caudium.sh ${PREFIX}/etc/rc.d/caudium.sh.sample
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.pre.mk>

# is this really only true for sparc64?
.if ${ARCH} == sparc64
BROKEN=		does not install due to dependency error
.endif

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


1.15
log
@Mark deprecated (no longer maintained) and refer users to www/caudium14:
a more modern version of the same software.

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@Update my mail address to @@FreeBSD.org

Feature safe:   yes
@
text
@d25 3
@


1.13
log
@- update to jpeg-8
@
text
@d16 1
a16 1
MAINTAINER=	johans@@stack.nl
@


1.12
log
@- Take maintainership of caudium12 and pike72 at maintainer's request
- The plan is to upgrade caudium and retire the old pike

Approved by:	Xavier Beaudouin (old maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.11
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d16 1
a16 1
MAINTAINER=	kiwi@@oav.net
@


1.10
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.9
log
@- Replace DEPENDS, which are about to be removed

Tested on:	pointyhat
With hat:	portmgr
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.8
log
@Mark as broken due to dependency error (currently only seen on sparc64-6).
@
text
@d10 1
d19 2
a20 1
BUILD_DEPENDS=	pike:${PORTSDIR}/lang/pike72/
d22 2
a23 2
RUN_DEPENDS=	lsof:${PORTSDIR}/sysutils/lsof/
DEPENDS=	${PORTSDIR}/lang/pexts/
@


1.7
log
@- Fix MASTER_SITES

PR:		95726
Submitted by:	"Ion-Mihai "IOnut" Tetcu" <itetcu___people.tecnik93.com>
Approved by:	maintainer
@
text
@d56 8
a63 1
.include <bsd.port.mk>
@


1.6
log
@Update to 1.2.34. Please see the PR for changelog.

PR:		ports/73973
Submitted by:	maintainer
@
text
@d12 1
a12 3
		ftp://ftp.us.caudium.net/pub/caudium/source/ \
		ftp://ftp.oav.net/caudium/source/old/ \
		ftp://ftp.us.caudium.net/pub/caudium/source/
@


1.5
log
@- Add new MASTER_SITES
- Adapt a better configuration of pike dependency

PR:		ports/66958
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.2.32
@


1.4
log
@Upgrade to 1.2.32, remove dependency to bash2.

PR:		ports/54458
Submitted by:	maintainer
@
text
@a9 1
PORTREVISION=	0
d11 2
a12 4
MASTER_SITES=	ftp://ftp.oav.net/caudium/source/	\
		ftp://ftp.caudium.net/caudium/source/ \
		ftp://ftp.oav.net/pkg_freebsd/distfiles/ \
		http://grendel.firewall.com/caudium-pkg/ \
d14 1
a14 1
		ftp://ftp.caudium.net/caudium/snapshot/1.2/
d33 1
a33 1
		 --with-pike=${LOCALBASE}/bin/pike
@


1.3
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d9 2
a10 2
PORTVERSION=	1.2.26
PORTREVISION=	1
d23 1
a23 2
BUILD_DEPENDS=	pike:${PORTSDIR}/lang/pike72/ \
		bash:${PORTSDIR}/shells/bash2/
d30 1
a30 1
PIKEVERSION=	7.2.492
d32 4
a35 3
SH=		${PREFIX}/bin/bash
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+= --without-debug --with-PiXSL --prefix=${PREFIX} \
@


1.2
log
@Use the new Apache bits from bsd.port.mk.

Submitted by:	dinoex
@
text
@d10 1
a10 1
PORTREVISION=	0
@


1.1
log
@Add caudium12 1.2.26,
a free webserver which is based on the Roxen
Challenger 1.3 code base.

PR:		52295
Submitted by:	kiwi@@oav.net
@
text
@d36 1
a36 1
		 --with-pike=/usr/local/bin/pike
@

