- Remove p5-FCGI: we have p5-FastCGI already
Notified by: az
This commit is contained in:
parent
785537c209
commit
5e298cb4fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280062
5 changed files with 0 additions and 54 deletions
|
@ -918,7 +918,6 @@
|
|||
SUBDIR += p5-Data-Validate-URI
|
||||
SUBDIR += p5-Emplacken
|
||||
SUBDIR += p5-FAQ-OMatic
|
||||
SUBDIR += p5-FCGI
|
||||
SUBDIR += p5-FCGI-Async
|
||||
SUBDIR += p5-FCGI-Client
|
||||
SUBDIR += p5-FCGI-Engine
|
||||
|
|
|
@ -1,35 +0,0 @@
|
|||
# New ports collection makefile for: p5-FCGI
|
||||
# Date created: 2011-08-20
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= FCGI
|
||||
PORTVERSION= 0.73
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Fast CGI module
|
||||
|
||||
OPTIONS= PURE_PERL "Build pure Perl version (experimental)" off
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= FCGI.3
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_PURE_PERL)
|
||||
CONFIGURE_ARGS= --pure-perl
|
||||
PLIST_SUB= PURE_PERL="@comment "
|
||||
.else
|
||||
PLIST_SUB= PURE_PERL=""
|
||||
.endif
|
||||
|
||||
regression-test: build
|
||||
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} test
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (FCGI-0.73.tar.gz) = 08fee08b2d0766a6e87ead24db6b207829fdb29f4008b2d550e4a42e530384ed
|
||||
SIZE (FCGI-0.73.tar.gz) = 96250
|
|
@ -1,11 +0,0 @@
|
|||
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/
|
|
@ -1,5 +0,0 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/FCGI.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/.packlist
|
||||
%%PURE_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/FCGI.bs
|
||||
%%PURE_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI/FCGI.so
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FCGI
|
Loading…
Reference in a new issue