1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

This module can be used almost as a drop-in replacement for CGI.pm

for those of you who do not use the HTML generating features of CGI.pm
This module provides an object-oriented interface for retrieving information
provided by the Common Gateway Interface, as well as url-encoding and
decoding values, and parsing CGI parameters.

WWW:	http://search.cpan.org/dist/CGI-Utils/

PR:		ports/130185
Submitted by:	Murilo Opsfelder <mopsfelder at gmail.com>
This commit is contained in:
Renato Botelho 2009-01-07 15:14:41 +00:00
parent b2d73ae6a2
commit f11583e100
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225397
5 changed files with 40 additions and 0 deletions

View File

@ -677,6 +677,7 @@
SUBDIR += p5-CGI-Untaint-date
SUBDIR += p5-CGI-Untaint-email
SUBDIR += p5-CGI-Upload
SUBDIR += p5-CGI-Utils
SUBDIR += p5-CGI-XMLApplication
SUBDIR += p5-CGI-modules
SUBDIR += p5-CGI.pm

22
www/p5-CGI-Utils/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-CGI-Utils
# Date created: 2009-01-05
# Whom: Murilo Opsfelder <mopsfelder@gmail.com>
#
# $FreeBSD$
#
PORTNAME= CGI-Utils
PORTVERSION= 0.12
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mopsfelder@gmail.com
COMMENT= Utilities for retrieving information through the CGI
PERL_CONFIGURE= yes
MAN3= CGI::Utils.3 \
CGI::Utils::UploadFile.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (CGI-Utils-0.12.tar.gz) = 53510b73cea3d866c08905da710c2442
SHA256 (CGI-Utils-0.12.tar.gz) = cee3c3623524fb18eda34b6f963c809f5f19217bf6f2f4b56f28322369ac4979
SIZE (CGI-Utils-0.12.tar.gz) = 21699

View File

@ -0,0 +1,7 @@
This module can be used almost as a drop-in replacement for CGI.pm
for those of you who do not use the HTML generating features of CGI.pm
This module provides an object-oriented interface for retrieving information
provided by the Common Gateway Interface, as well as url-encoding and
decoding values, and parsing CGI parameters.
WWW: http://search.cpan.org/dist/CGI-Utils/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Utils/.packlist
%%SITE_PERL%%/CGI/Utils.pm
%%SITE_PERL%%/CGI/Utils/UploadFile.pm
@dirrm %%SITE_PERL%%/CGI/Utils
@dirrmtry %%SITE_PERL%%/CGI
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Utils
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI