diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-08-20 17:56:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-08-20 17:56:25 +0800 |
commit | a2123ccdf3dbe6fc022dc60226870a7706597939 (patch) | |
tree | 95111cc6237acd02892cd81e79573b782b370cee /www | |
parent | 321a24d9b8b18319b11236317a300ed85c7ce644 (diff) | |
download | freebsd-ports-gnome-a2123ccdf3dbe6fc022dc60226870a7706597939.tar.gz freebsd-ports-gnome-a2123ccdf3dbe6fc022dc60226870a7706597939.tar.zst freebsd-ports-gnome-a2123ccdf3dbe6fc022dc60226870a7706597939.zip |
- Remove p5-FCGI: we have p5-FastCGI already
Notified by: az
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-FCGI/Makefile | 35 | ||||
-rw-r--r-- | www/p5-FCGI/distinfo | 2 | ||||
-rw-r--r-- | www/p5-FCGI/pkg-descr | 11 | ||||
-rw-r--r-- | www/p5-FCGI/pkg-plist | 5 |
5 files changed, 0 insertions, 54 deletions
diff --git a/www/Makefile b/www/Makefile index 0fa1bd246003..42fa6cccc09e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/p5-FCGI/Makefile b/www/p5-FCGI/Makefile deleted file mode 100644 index 313a948a8692..000000000000 --- a/www/p5-FCGI/Makefile +++ /dev/null @@ -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> diff --git a/www/p5-FCGI/distinfo b/www/p5-FCGI/distinfo deleted file mode 100644 index afdda384f979..000000000000 --- a/www/p5-FCGI/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (FCGI-0.73.tar.gz) = 08fee08b2d0766a6e87ead24db6b207829fdb29f4008b2d550e4a42e530384ed -SIZE (FCGI-0.73.tar.gz) = 96250 diff --git a/www/p5-FCGI/pkg-descr b/www/p5-FCGI/pkg-descr deleted file mode 100644 index 4f70ba718a5b..000000000000 --- a/www/p5-FCGI/pkg-descr +++ /dev/null @@ -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/ diff --git a/www/p5-FCGI/pkg-plist b/www/p5-FCGI/pkg-plist deleted file mode 100644 index 411015494368..000000000000 --- a/www/p5-FCGI/pkg-plist +++ /dev/null @@ -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 |