mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
www/p5-CGI was repocopied to www/p5-CGI-modules. Finish this process:
- remove www/p5-CGI/*; - modify www/p5-CGI-modules/Makefile to reflect the new name; - change p5-CGI to p5-CGI-modules in the category's Makefile. OK'ed by: markm Reminded to _BE_CAREFUL_!! by: markm
This commit is contained in:
parent
80ee1799c0
commit
90e108873f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45205
@ -198,14 +198,14 @@
|
||||
SUBDIR += p5-Apache-SSI
|
||||
SUBDIR += p5-Apache-Session
|
||||
SUBDIR += p5-Apache-Session-SharedMem
|
||||
SUBDIR += p5-CGI
|
||||
SUBDIR += p5-CGI.pm
|
||||
SUBDIR += p5-CGI_Lite
|
||||
SUBDIR += p5-CGI-Application
|
||||
SUBDIR += p5-CGI-ArgChecker
|
||||
SUBDIR += p5-CGI-Cache
|
||||
SUBDIR += p5-CGI-FastTemplate
|
||||
SUBDIR += p5-CGI-Minimal
|
||||
SUBDIR += p5-CGI-modules
|
||||
SUBDIR += p5-CGI.pm
|
||||
SUBDIR += p5-CGI_Lite
|
||||
SUBDIR += p5-FastCGI
|
||||
SUBDIR += p5-GtkHTML
|
||||
SUBDIR += p5-HTML
|
||||
|
@ -5,13 +5,12 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= CGI
|
||||
PORTNAME= CGI-modules
|
||||
PORTVERSION= 2.76
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= CGI
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= CGI-modules-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
|
@ -1,26 +0,0 @@
|
||||
# New ports collection makefile for: p5-CGI
|
||||
# Date created: September 30th 1996
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= CGI
|
||||
PORTVERSION= 2.76
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= CGI
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= CGI-modules-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= CGI::Base.3 CGI::BasePlus.3 CGI::Carp.3 CGI::Form.3 \
|
||||
CGI::MiniSvr.3 CGI::Request.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1 +0,0 @@
|
||||
MD5 (CGI-modules-2.76.tar.gz) = be3a6dff87ae14bbf54b60005ceb5bb3
|
@ -1 +0,0 @@
|
||||
Modules for perl5, for use in writing CGI scripts
|
@ -1,11 +0,0 @@
|
||||
These are the CGI:: modules for perl5, for use in writing CGI scripts.
|
||||
|
||||
Online documentation of these modules as well as related modules (such
|
||||
as the earlier CGI.pm module) can be found at:
|
||||
|
||||
WWW: http://www-genome.wi.mit.edu/ftp/pub/software/WWW/CGIperl/
|
||||
|
||||
Many examples of CGI scripts of various degrees of complexity can be
|
||||
found at:
|
||||
|
||||
http://www-genome.wi.mit.edu/WWW/examples/Ch9/
|
@ -1,10 +0,0 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/Base.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/BasePlus.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/Carp.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/Form.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/MiniSvr.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/Request.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/CGI/test.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/CGI
|
Loading…
Reference in New Issue
Block a user