From 5a1a29a5b7299cd9d7c026cc942d12d00a3c7bcf Mon Sep 17 00:00:00 2001 From: naddy Date: Thu, 21 Nov 2002 14:47:31 +0000 Subject: [PATCH] Import CGI::Deurl 1.08 perl module. Submitted by Peter Galbavy . 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. --- www/p5-CGI-Deurl/Makefile | 19 +++++++++++++++++++ www/p5-CGI-Deurl/distinfo | 3 +++ www/p5-CGI-Deurl/pkg/DESCR | 6 ++++++ www/p5-CGI-Deurl/pkg/PLIST | 3 +++ 4 files changed, 31 insertions(+) create mode 100644 www/p5-CGI-Deurl/Makefile create mode 100644 www/p5-CGI-Deurl/distinfo create mode 100644 www/p5-CGI-Deurl/pkg/DESCR create mode 100644 www/p5-CGI-Deurl/pkg/PLIST diff --git a/www/p5-CGI-Deurl/Makefile b/www/p5-CGI-Deurl/Makefile new file mode 100644 index 00000000000..e5de628cef0 --- /dev/null +++ b/www/p5-CGI-Deurl/Makefile @@ -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 + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +CONFIGURE_STYLE= perl + +.include diff --git a/www/p5-CGI-Deurl/distinfo b/www/p5-CGI-Deurl/distinfo new file mode 100644 index 00000000000..c064a71da23 --- /dev/null +++ b/www/p5-CGI-Deurl/distinfo @@ -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 diff --git a/www/p5-CGI-Deurl/pkg/DESCR b/www/p5-CGI-Deurl/pkg/DESCR new file mode 100644 index 00000000000..63aee043535 --- /dev/null +++ b/www/p5-CGI-Deurl/pkg/DESCR @@ -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. diff --git a/www/p5-CGI-Deurl/pkg/PLIST b/www/p5-CGI-Deurl/pkg/PLIST new file mode 100644 index 00000000000..0608ce4a4dd --- /dev/null +++ b/www/p5-CGI-Deurl/pkg/PLIST @@ -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