head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.02.48;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.05.31.11.19.30;	author bapt;	state Exp;
branches;
next	1.6;

1.6
date	2011.09.24.17.41.43;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2011.08.23.12.18.06;	author az;	state Exp;
branches;
next	1.4;

1.4
date	2011.08.20.09.56.25;	author sunpoet;	state dead;
branches;
next	1.3;

1.3
date	2011.08.20.08.24.22;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2011.05.11.02.11.02;	author swills;	state dead;
branches;
next	1.1;

1.1
date	2011.05.11.01.02.08;	author swills;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-FCGI
# Date created:				October 27th 1999
# Whom:	      				Kelly Yancey <kbyanc@@posi.net>
#
# $FreeBSD: head/www/p5-FCGI/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	FCGI
PORTVERSION=	0.74
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:FLORA
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Modules for perl5, for enabling FastCGI support in CGI scripts

OPTIONS_DEFINE=	PURE_PERL
PURE_PERL_DESC=	Build pure Perl version (experimental)

# XXX: fcgi.0 is missing FCGX_Detach, see ports/149755
#LIB_DEPENDS=	fcgi.0:${PORTSDIR}/www/fcgi
#CONFIGURE_ARGS+=	--use-installed=${LOCALBASE}

PERL_CONFIGURE=	yes

MAN3=		FCGI.3

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MPURE_PERL}
CONFIGURE_ARGS+=--pure-perl
PLIST_SUB=	PURE_PERL="@@comment "
.else
PLIST_SUB=	PURE_PERL=""
.endif

.include <bsd.port.mk>
@


1.7
log
@Convert to new options framework
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Update to 0.74

Changes:	http://search.cpan.org/dist/FCGI/ChangeLog
@
text
@d18 2
a19 1
OPTIONS=	PURE_PERL "Build pure Perl version (experimental)" off
d31 1
a31 1
.if defined(WITH_PURE_PERL)
@


1.5
log
@Rename www/p5-FastCGI to reflect official module name (FCGI) www/p5-FCGI.
@
text
@d9 1
a9 1
PORTVERSION=	0.73
@


1.4
log
@- Remove p5-FCGI: we have p5-FastCGI already

Notified by:	az
@
text
@d2 2
a3 2
# Date created:		2011-08-20
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
d5 1
a5 1
# $FreeBSD: ports/www/p5-FCGI/Makefile,v 1.3 2011/08/20 08:24:22 sunpoet Exp $
d12 1
d15 2
a16 2
MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	Fast CGI module
d20 4
d31 1
a31 1
CONFIGURE_ARGS=	--pure-perl
a36 3
regression-test: build
	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} test

@


1.3
log
@- Add p5-FCGI 0.73

FCGI is a Fast CGI module for Perl. It's based on the FCGI module that comes
with Open Market's FastCGI Developer's Kit.

FCGI.pm isn't Unicode aware, only characters within the range 0x00-0xFF are
supported. Attempts to output strings containing characters above 0xFF results
in a exception: (F) Wide character in %s.

Users who wants the previous (FCGI.pm <= 0.68) incorrect behavior can disable
the exception by using the bytes pragma.

WWW: http://search.cpan.org/dist/FCGI/
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Remove www/p5-FCGI, it is a duplicate of www/p5-FastCGI

Pointy hat to:	swills
@
text
@d2 2
a3 2
# Date created:		2011-05-09
# Whom:			Steve Wills <swills@@FreeBSD.org>
d5 1
a5 1
# $FreeBSD: ports/www/p5-FCGI/Makefile,v 1.1 2011/05/11 01:02:08 swills Exp $
d9 1
a9 1
PORTVERSION=	0.71
a11 1
MASTER_SITE_SUBDIR=	CPAN:FLORA
d14 1
a14 1
MAINTAINER=	perl@@FreeBSD.org
d17 2
a18 1
USE_PERL=	yes
d21 13
a33 1
MAN3=	FCGI.3
@


1.1
log
@Perl Fast CGI module

WWW:	http://search.cpan.org/dist/FCGI/
@
text
@d5 1
a5 1
# $FreeBSD$
@

