import p5-CGI-Lite 2.02
You can use this module to decode form and query information, including file uploads, as well as cookies in a very simple manner; you need not concern yourself with the actual details behind the decoding process. from Abel Camarillo (MAINTAINER), with some tweaks by me
This commit is contained in:
parent
2a06ade1cf
commit
b64d36aec9
24
www/p5-CGI-Lite/Makefile
Normal file
24
www/p5-CGI-Lite/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/30 23:44:02 jasper Exp $
|
||||
|
||||
COMMENT= process and decode WWW forms and cookies
|
||||
|
||||
DISTNAME= CGI-Lite-2.02
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= Abel Camarillo <acamari@the00z.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
EG_DIR= ${PREFIX}/share/examples/p5-CGI-Lite
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${EG_DIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* ${EG_DIR}
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/p5-CGI-Lite/distinfo
Normal file
5
www/p5-CGI-Lite/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (CGI-Lite-2.02.tar.gz) = +pGHOiSpyKx4ogTkmn82fw==
|
||||
RMD160 (CGI-Lite-2.02.tar.gz) = blkomspIMKKs0njlQzlENF0MKjQ=
|
||||
SHA1 (CGI-Lite-2.02.tar.gz) = MBcaUhcbtZgF7KB7y32eliLrx8M=
|
||||
SHA256 (CGI-Lite-2.02.tar.gz) = mAJ36t4fgSnwPlw1irzcEMKWy1axrGBjIavPzY7I80o=
|
||||
SIZE (CGI-Lite-2.02.tar.gz) = 15727
|
3
www/p5-CGI-Lite/pkg/DESCR
Normal file
3
www/p5-CGI-Lite/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
You can use this module to decode form and query information, including
|
||||
file uploads, as well as cookies in a very simple manner; you need not
|
||||
concern yourself with the actual details behind the decoding process.
|
12
www/p5-CGI-Lite/pkg/PLIST
Normal file
12
www/p5-CGI-Lite/pkg/PLIST
Normal file
@ -0,0 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/05/30 23:44:02 jasper Exp $
|
||||
${P5SITE}/CGI/
|
||||
${P5SITE}/CGI/Lite.pm
|
||||
@man man/man3p/CGI::Lite.3p
|
||||
share/examples/p5-CGI-Lite/
|
||||
share/examples/p5-CGI-Lite/cookies
|
||||
share/examples/p5-CGI-Lite/file
|
||||
share/examples/p5-CGI-Lite/get_post
|
||||
share/examples/p5-CGI-Lite/post
|
||||
share/examples/p5-CGI-Lite/print
|
||||
share/examples/p5-CGI-Lite/reference
|
||||
share/examples/p5-CGI-Lite/upload
|
Loading…
Reference in New Issue
Block a user