mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Rename www/p5-FastCGI to reflect official module name (FCGI) www/p5-FCGI.
This commit is contained in:
parent
b556daeb83
commit
ec4d2e2c6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280268
1
MOVED
1
MOVED
@ -2516,3 +2516,4 @@ lang/ocamlduce||2011-08-16|Has expired: has been broken for over a year
|
||||
devel/cl-asdf-binary-locations||2011-08-16|Obsoleted by ASDF 2 capabilities
|
||||
devel/py-istring||2011-08-17|Has expired: port is unmaintained and broken
|
||||
mail/sylpheed3|mail/sylpheed|2011-08-22|Removed: please use mail/sylpheed instead
|
||||
www/p5-FastCGI|www/p5-FCGI|2011-08-23|Rename to reflect official module name
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= sympa
|
||||
PORTVERSION= 6.1.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.sympa.org/distribution/ \
|
||||
http://www.sympa.org/distribution/old/
|
||||
@ -92,9 +92,9 @@ USE_MYSQL= yes
|
||||
|
||||
.if defined(WITH_FASTCGI)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \
|
||||
${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI
|
||||
${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FCGI
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \
|
||||
${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI
|
||||
${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FCGI
|
||||
.endif
|
||||
|
||||
.if ${DB_TYPE:L} == "oracle"
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= sympa
|
||||
PORTVERSION= 5.4.7
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES?= http://www.sympa.org/distribution/
|
||||
|
||||
@ -75,7 +75,7 @@ PLIST_SUB+= NLS=""
|
||||
|
||||
.if !defined(WITHOUT_FASTCGI)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FCGI
|
||||
.endif
|
||||
|
||||
.if ${DB_TYPE} == "Oracle"
|
||||
|
@ -23,7 +23,7 @@ BUILD_DEPENDS= ${SITE_PERL}/RRDp.pm:${PORTSDIR}/databases/rrdtool \
|
||||
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
|
||||
${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
|
||||
${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \
|
||||
${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI \
|
||||
${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FCGI \
|
||||
p5-JSON>0:${PORTSDIR}/converters/p5-JSON
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= prosearch
|
||||
PORTVERSION= 0.19.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net www
|
||||
MASTER_SITES= http://pro.setun.net/search/download/ SF/pro-search/pro-search/${PORTVERSION}
|
||||
|
||||
@ -87,7 +88,7 @@ ${LOCALBASE}/${APACHEMODDIR}/mod_perl.so:${PORTSDIR}/www/mod_perl2
|
||||
.if defined(WITH_MOD_FASTCGI)
|
||||
RUN_DEPENDS+=\
|
||||
${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \
|
||||
${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI
|
||||
${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FCGI
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SPHINX)
|
||||
|
@ -919,6 +919,7 @@
|
||||
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
|
||||
@ -926,7 +927,6 @@
|
||||
SUBDIR += p5-FCGI-Spawn
|
||||
SUBDIR += p5-FEAR-API
|
||||
SUBDIR += p5-Facebook-Graph
|
||||
SUBDIR += p5-FastCGI
|
||||
SUBDIR += p5-Feed-Find
|
||||
SUBDIR += p5-Feersum
|
||||
SUBDIR += p5-File-Mork
|
||||
|
@ -1,17 +1,16 @@
|
||||
# New ports collection makefile for: p5-FastCGI
|
||||
# New ports collection makefile for: p5-FCGI
|
||||
# Date created: October 27th 1999
|
||||
# Whom: Kelly Yancey <kbyanc@posi.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= FastCGI
|
||||
PORTNAME= FCGI
|
||||
PORTVERSION= 0.73
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= FCGI
|
||||
MASTER_SITE_SUBDIR= CPAN:FLORA
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= FCGI-${PORTVERSION}
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Modules for perl5, for enabling FastCGI support in CGI scripts
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= Task-Catalyst
|
||||
PORTVERSION= 4.01
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -42,7 +42,7 @@ BUILD_DEPENDS= p5-Catalyst-ActionRole-ACL>=0:${PORTSDIR}/www/p5-Catalyst-ActionR
|
||||
p5-CatalystX-Profile>=0:${PORTSDIR}/www/p5-CatalystX-Profile \
|
||||
p5-CatalystX-REPL>=0:${PORTSDIR}/www/p5-CatalystX-REPL \
|
||||
p5-CatalystX-SimpleLogin>=0:${PORTSDIR}/www/p5-CatalystX-SimpleLogin \
|
||||
p5-FastCGI>=0.71:${PORTSDIR}/www/p5-FastCGI \
|
||||
p5-FCGI>=0.71:${PORTSDIR}/www/p5-FCGI \
|
||||
p5-FCGI-ProcManager>=0:${PORTSDIR}/www/p5-FCGI-ProcManager \
|
||||
p5-Test-WWW-Mechanize-Catalyst>=0.35:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst \
|
||||
p5-local-lib>=0:${PORTSDIR}/devel/p5-local-lib
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= Task-Plack
|
||||
PORTVERSION= 0.25
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -35,7 +36,7 @@ OPTIONS=FASTCGI "FastCGI daemon and dispatcher" off \
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_FASTCGI)
|
||||
DEP+= p5-FastCGI>=0.71:${PORTSDIR}/www/p5-FastCGI \
|
||||
DEP+= p5-FCGI>=0.71:${PORTSDIR}/www/p5-FCGI \
|
||||
p5-FCGI-Client>=0.04:${PORTSDIR}/www/p5-FCGI-Client \
|
||||
p5-FCGI-ProcManager>=0.19:${PORTSDIR}/www/p5-FCGI-ProcManager \
|
||||
p5-Net-FastCGI>=0.11:${PORTSDIR}/www/p5-Net-FastCGI
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= rt
|
||||
PORTVERSION?= 3.6.11
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \
|
||||
http://download.bestpractical.com/pub/rt/devel/ \
|
||||
@ -75,7 +75,7 @@ CONFIGURE_ARGS= --prefix=${RT_PATH} \
|
||||
.include <bsd.port.pre.mk>
|
||||
.if defined(WITH_FASTCGI)
|
||||
PERL_MODULES+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
|
||||
PERL_MODULES+= ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI
|
||||
PERL_MODULES+= ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FCGI
|
||||
.else
|
||||
. if ${APACHE_VERSION} == 13
|
||||
PERL_MODULES+= ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI-mp1
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
PORTNAME= rt
|
||||
PORTVERSION= 3.8.10
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \
|
||||
ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/
|
||||
@ -74,7 +74,7 @@ USE_APACHE= 13+
|
||||
.if defined(WITH_FASTCGI)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \
|
||||
${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI
|
||||
${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FCGI
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GRAPHVIZ)
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
PORTNAME= rt
|
||||
PORTVERSION= 3.8.10
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \
|
||||
ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/
|
||||
@ -74,7 +74,7 @@ USE_APACHE= 13+
|
||||
.if defined(WITH_FASTCGI)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \
|
||||
${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI
|
||||
${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FCGI
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GRAPHVIZ)
|
||||
|
Loading…
Reference in New Issue
Block a user