head	1.12;
access;
symbols
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.6
	old_RELEASE_5_0_0:1.4
	old_RELEASE_4_7_0:1.3;
locks; strict;
comment	@# @;


1.12
date	2007.02.07.16.57.02;	author miwi;	state dead;
branches;
next	1.11;

1.11
date	2006.12.22.07.42.08;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2004.05.21.06.31.18;	author krion;	state Exp;
branches;
next	1.9;

1.9
date	2004.02.04.05.09.24;	author marcus;	state Exp;
branches;
next	1.8;

1.8
date	2003.03.30.23.03.16;	author edwin;	state Exp;
branches;
next	1.7;

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

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

1.5
date	2003.02.21.14.01.13;	author knu;	state Exp;
branches;
next	1.4;

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

1.3
date	2002.09.10.21.44.38;	author obraun;	state Exp;
branches;
next	1.2;

1.2
date	2002.09.10.12.30.52;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.10.12.28.23;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.12
log
@2007-02-06 irc/xchat-systray-plugin: Functionality is now included in xchat
2007-02-01 chinese/oicq: Does not work with newer OICQ protocol
2007-02-01 net/nicmond: Disappeared from the internet
2007-02-01 www/caudium10: Please use www/caudium12
@
text
@# New ports collection makefile for:	pike
# Date created:		05 Sep 2001
# Whom:			kiwi@@oav.net
#
# $FreeBSD: ports/www/caudium10/Makefile,v 1.11 2006/12/22 07:42:08 miwi Exp $
#

PORTNAME=	caudium10
PORTVERSION=	1.0.56
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	ftp://ftp.caudium.net/caudium/source/	\
		ftp://ftp.fr.caudium.net/pub/caudium/source/
DISTNAME=	caudium-${PORTVERSION}

MAINTAINER=	kiwi@@oav.net
COMMENT=	A free webserver which is based on the Roxen Challenger 1.3 code base

BUILD_DEPENDS=	pike:${PORTSDIR}/lang/pike70/
LIB_DEPENDS=	sablot.70:${PORTSDIR}/textproc/sablotron/

DEPRECATED=	Please use www/caudium12
EXPIRATION_DATE=2007-02-01

WRKSRC=		${WRKDIR}/${DISTNAME}/

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=	--without-debug --with-PiXSL --prefix=${PREFIX}

USE_GMAKE=	yes
USE_BZIP2=	yes

pre-configure:
	@@${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:
	@@${INSTALL_SCRIPT} ${WRKDIR}/caudium.sh ${PREFIX}/etc/rc.d/caudium.sh.sample
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.11
log
@- Marked for Remove (2007.02.0.1)
- Not longer maintaind please use www/caudium12

PR:		ports/106869
Submitted by:	Xavier Beaudouin <kiwi@@oav.net> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- Fix MASTER_SITES
- Pet portlint

PR:		ports/66957
Submitted by:	maintainer
@
text
@d22 3
@


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

(Part 1)
@
text
@d12 2
a13 2
MASTER_SITES=	ftp://ftp.oav.net/caudium/source/	\
		ftp://ftp.caudium.net/caudium/source/
d24 2
a25 2
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+= --without-debug --with-PiXSL --prefix=${PREFIX}
@


1.8
log
@maintainer-Update www/caudium10 update to 1.0.56

PR:		ports/48848
Submitted by:	Xavier Beaudouin <kiwi@@oav.net>
@
text
@d10 1
@


1.7
log
@maintainer-update www/caudium10 fix dependency with textproc/sablotron

PR:		ports/48806
Submitted by:	Xavier Beaudouin <kiwi@@oav.net>
@
text
@d9 1
a9 2
PORTVERSION=	1.0.52
PORTREVISION=	1
@


1.6
log
@Maintainer Update: Please Repo Copy www/caudium -> www/caudium10

	Caudium 1.2 is out of box as well as Caudium 1.3 (current
	devel branch).

	I'd like to have such ports in www :
	www/caudium10     (Caudium 1.0.xx branch)
	www/caudium12     (Caudium 1.2.xx branch)
	www/caudium-devel (Caudium 1.3.xx development branch).

	For now www/caudium is 1.0 branch. It should be better to
	have www/caudium10 instead.

PR:		ports/46234
Submitted by:   Xavier Beaudouin <kiwi@@oav.net>
@
text
@d10 1
d20 1
a20 1
LIB_DEPENDS=	sablot.69:${PORTSDIR}/textproc/sablotron/
@


1.5
log
@De-pkg-comment.
@
text
@d8 1
a8 1
PORTNAME=	caudium
@


1.4
log
@Change depend of pike to pike70.
Forgetten by:	me
Noticed by:	kris
@
text
@d16 1
@


1.3
log
@* Fix dependency
* respect PREFIX

PR:		ports/42648
Submitted by:	maintainer
@
text
@d17 1
a17 1
BUILD_DEPENDS=	pike:${PORTSDIR}/lang/pike/
@


1.2
log
@Udpate to 1.0.52
@
text
@d17 1
a17 1
BUILD_DEPENDS=	pike:${PORTSDIR}/lang/pike70cvs/
d23 1
a23 1
CONFIGURE_ARGS+= --without-debug --with-PiXSL
@


1.1
log
@Caudium is the name of a free webserver which is based on the Roxen Challenger
1.3 code base. It is an attractive alternative to servers like Apache, Netscape
and Zeus due to it's strength in dynamic page and data generation, like all the
titles on this site.

WWW: http://caudium.net/
PR:		34041
Submitted by:	kiwi@@caudium.net
@
text
@d9 1
a9 1
PORTVERSION=	1.0.36
d11 2
a12 2
MASTER_SITES=	ftp://ftp.oav.net/caudium/pre-dist/	\
		ftp://ftp.caudium.net/caudium/pre-dist/
d18 1
a18 1
LIB_DEPENDS=	sablot.66:${PORTSDIR}/textproc/sablotron/
d26 1
@

