pkgsrc changes: - Note that it uses C language Upstream changes: Version 0.69 -- 15 Feb 2010 <mst@shadowcat.co.uk> Matt S Trout o No changes since the previous development release. Version 0.68_02 -- 13 Jan 2010 <mst@shadowcat.co.uk> Matt S Trout o Make the PRINT method return a boolean value rather than the number of bytes written, previous patch was incorrect. Version 0.68_01 -- 10 Jan 2010 <mst@shadowcat.co.uk> Matt S Trout o Force signal handler installation so that we correctly install handlers for SIGPIPE. Fixes RT#5100 <bobtfish@bobtfish.net> o Make the PRINT method return the number of bytes written rather than undef to be consistent with the IO:: interface. Fixes RT#24347 <David Dick> o Fix UTF-8 double encoding when FCGI is passed octets by downgrading them into bytes correctly. Fixes RT#52400 <chansen@cpan.org>
20 lines
510 B
Makefile
20 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.25 2010/02/18 09:02:29 sno Exp $
|
|
#
|
|
|
|
DISTNAME= FCGI-0.69
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 3
|
|
SVR4_PKGNAME= p5fcg
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FCGI/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.fastcgi.com/
|
|
COMMENT= Perl5 library for FastCGI, a fast startup alternative to CGI
|
|
|
|
USE_LANGUAGES+= c
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PERL5_PACKLIST= auto/FCGI/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|