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


1.8
date	2010.06.02.03.06.27;	author linimon;	state dead;
branches;
next	1.7;

1.7
date	2010.02.05.11.40.16;	author dinoex;	state Exp;
branches;
next	1.6;

1.6
date	2009.07.31.13.53.16;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2008.06.06.13.41.13;	author edwin;	state Exp;
branches;
next	1.4;

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

1.3
date	2004.03.19.21.09.30;	author vanilla;	state Exp;
branches;
next	1.2;

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

1.1
date	2003.02.12.09.17.41;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Remove expired port lang/pexts, which is extensions to expiring
port lang/pike72.
@
text
@# New ports collection makefile for:	pike
# Date created:		21 Jan 2002
# Whom:			kiwi@@oav.net
#
# $FreeBSD: ports/lang/pexts/Makefile,v 1.7 2010/02/05 11:40:16 dinoex Exp $
#

PORTNAME=	pexts
PORTVERSION=	20020121
PORTREVISION=	5
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp.oav.net/pkg_freebsd/distfiles/ \
		http://ftp.oav.net/pkg_freebsd/distfiles/ \
		http://grendel.firewall.com/caudium-pkg/
DISTNAME=	pexts-snapshot-${PORTVERSION}

MAINTAINER=	kiwi@@oav.net
COMMENT=	Third party Pike 7.2 extensions

BUILD_DEPENDS=	pike:${PORTSDIR}/lang/pike72/
RUN_DEPENDS=	pike:${PORTSDIR}/lang/pike72/
LIB_DEPENDS=	mhash:${PORTSDIR}/security/mhash/ \
		mcrypt:${PORTSDIR}/security/libmcrypt/

WRKSRC=		${WRKDIR}/pexts

PIKEVERSION=	7.2.570

GNU_CONFIGURE=	yes

CONFIGURE_ARGS+=	--without-debug

.include <bsd.port.pre.mk>

PLIST_SUB+=	PIKEVERSION=${PIKEVERSION}

USE_GMAKE=	yes

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

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


1.7
log
@- update to jpeg-8
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.5
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=	3
@


1.4
log
@Add missing RUN_DEPENDS on pike72

Submitted by:	maintainer
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.3
log
@- Update for pike7.2.570.
- Make the port more simplier with nexts updates.

PR:		ports/54457
Submitted by:	maintainer
@
text
@d21 1
@


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

(Part 2)
@
text
@d10 1
a10 1
PORTREVISION=	1
d21 2
a22 2
LIB_DEPENDS=	mhash.2:${PORTSDIR}/security/mhash/ \
		mcrypt.8:${PORTSDIR}/security/libmcrypt/
d26 1
a26 1
GNU_CONFIGURE=  yes
d28 7
a34 1
CONFIGURE_ARGS+= --without-debug
d41 1
a41 1
.include <bsd.port.mk>
@


1.1
log
@New port: lang/pexts : Pike extensions for pike 7.2

	PExts (Pike EXTensionS) are modules for Pike to handle some
	usefull extensions like bzip2, mhash and PCRE.
	Theses modules are used automaticaly by Caudium.

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

