1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add new port: www/cgi-lib.pl .

cgi-lib.pl is a popular perl library for creating CGI.

Approved by:	DougB
This commit is contained in:
SADA Kenji 2002-06-23 06:13:40 +00:00
parent 038aa61ae2
commit 6254515516
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61775
6 changed files with 52 additions and 0 deletions

View File

@ -35,6 +35,7 @@
SUBDIR += cadaver
SUBDIR += calamaris
SUBDIR += cgi-lib
SUBDIR += cgi-lib.pl
SUBDIR += cgic
SUBDIR += cgicc
SUBDIR += cgichk

30
www/cgi-lib.pl/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: cgi-lib.pl
# Date created: 23 June 2002
# Whom: sada
#
# $FreeBSD$
#
PORTNAME= cgi-lib_pl
PORTVERSION= 2.18
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= sada
DISTNAME= cgi-lib.pl-${PORTVERSION}
EXTRACT_SUFX= .gz
MAINTAINER= sada@FreeBSD.org
USE_PERL5= YES
NO_BUILD= YES
NO_WRKSUBDIR= YES
EXTRACT_AFTER_ARGS= > cgi-lib.pl
INSTALL_BASE= lib/perl5/site_perl/${PERL_VER}
INSTALL_DIR= ${PREFIX}/${INSTALL_BASE}
do-install:
-${MKDIR} ${INSTALL_DIR}
${INSTALL_DATA} ${WRKDIR}/cgi-lib.pl ${INSTALL_DIR}
.include <bsd.port.mk>

1
www/cgi-lib.pl/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (cgi-lib.pl-2.18.gz) = 2d5d3ccaca93a67836b469786f227cae

View File

@ -0,0 +1 @@
De facto standard library for creating CGI in perl

18
www/cgi-lib.pl/pkg-descr Normal file
View File

@ -0,0 +1,18 @@
The cgi-lib.pl library makes CGI scripting in Perl easy enough for
anyone to process forms and create dynamic Web content. The library has
the following features:
* Extremely simple to learn and easy to use
* Designed for operation under Perl5 and Perl4
* Very efficient
* Compatibility with all CGI interactions, including File Upload
* Convenient utility functions
* Compatible with Perl5 security features such as taint, warnings,
(command line options -Tw) and use strict;
* Debugging facilities
* Good starting point for migration to more sophisticated libraries
WWW: http://cgi-lib.berkeley.edu/
- SADA Kenji
sada@FreeBSD.org

1
www/cgi-lib.pl/pkg-plist Normal file
View File

@ -0,0 +1 @@
lib/perl5/site_perl/%%PERL_VER%%/cgi-lib.pl