Import CGI::Deurl 1.08 perl module.
Submitted by Peter Galbavy <peter.galbavy@knowtion.net>. This module is made for CGI scripting. It decodes the parameters passed to the CGI. It does nothing more, so it's much smaller and loads more quickly than CGI.pm.
This commit is contained in:
parent
b73909247c
commit
5a1a29a5b7
19
www/p5-CGI-Deurl/Makefile
Normal file
19
www/p5-CGI-Deurl/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/11/21 14:47:31 naddy Exp $
|
||||
|
||||
COMMENT= "Lightweight URL parser"
|
||||
|
||||
DISTNAME= CGI-Deurl-1.08
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
||||
|
||||
MAINTAINER= Peter Galbavy <peter.galbavy@knowtion.net>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-CGI-Deurl/distinfo
Normal file
3
www/p5-CGI-Deurl/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (CGI-Deurl-1.08.tar.gz) = 06bff4e23662ae6c6e6b40f7b2b3d924
|
||||
RMD160 (CGI-Deurl-1.08.tar.gz) = 2b525ea09cbc57ef72905cfd03873ec6e6c2cb5f
|
||||
SHA1 (CGI-Deurl-1.08.tar.gz) = 50c59c7b47accac30a4a307d9815b4b5221cdcaf
|
6
www/p5-CGI-Deurl/pkg/DESCR
Normal file
6
www/p5-CGI-Deurl/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
This module is made for CGI scripting. It decodes the parameters
|
||||
passed to the CGI. It does nothing more, so it's much smaller and
|
||||
loads more quickly than CGI.pm.
|
||||
|
||||
Can be used outside of CGI by passing NOTCGI in the initial 'use'
|
||||
statement.
|
3
www/p5-CGI-Deurl/pkg/PLIST
Normal file
3
www/p5-CGI-Deurl/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/11/21 14:47:31 naddy Exp $
|
||||
${P5SITE}/CGI/Deurl.pm
|
||||
man/man3p/CGI::Deurl.3p
|
Loading…
Reference in New Issue
Block a user