From 08efd271f1e414b7b3cc7ebfb9ce567c3fcf5e8e Mon Sep 17 00:00:00 2001 From: espie Date: Sat, 4 Nov 2006 19:09:24 +0000 Subject: [PATCH] catalyst prereq --- www/p5-CGI-Simple/Makefile | 24 ++++++++++++++++++++++++ www/p5-CGI-Simple/distinfo | 3 +++ www/p5-CGI-Simple/pkg/DESCR | 5 +++++ www/p5-CGI-Simple/pkg/PLIST | 11 +++++++++++ 4 files changed, 43 insertions(+) create mode 100644 www/p5-CGI-Simple/Makefile create mode 100644 www/p5-CGI-Simple/distinfo create mode 100644 www/p5-CGI-Simple/pkg/DESCR create mode 100644 www/p5-CGI-Simple/pkg/PLIST diff --git a/www/p5-CGI-Simple/Makefile b/www/p5-CGI-Simple/Makefile new file mode 100644 index 00000000000..ce452d6e25c --- /dev/null +++ b/www/p5-CGI-Simple/Makefile @@ -0,0 +1,24 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2006/11/04 19:09:24 espie Exp $ + +COMMENT= "drop-in object-oriented CGI.pm replacement" + +VERSION= 0.077 +DISTNAME= Cgi-Simple-${VERSION} +PKGNAME= p5-CGI-Simple-${VERSION} +CATEGORIES= www perl5 + +MAINTAINER= Simon Dassow + +# Artistic +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} + +CONFIGURE_STYLE=perl + +PKG_ARCH= * + +.include diff --git a/www/p5-CGI-Simple/distinfo b/www/p5-CGI-Simple/distinfo new file mode 100644 index 00000000000..8b820d64e13 --- /dev/null +++ b/www/p5-CGI-Simple/distinfo @@ -0,0 +1,3 @@ +MD5 (Cgi-Simple-0.077.tar.gz) = 5b947fe84b30a2c8ed050550f73b39a9 +RMD160 (Cgi-Simple-0.077.tar.gz) = 27704907b86ff74847d6c717d90a54c99580e907 +SHA1 (Cgi-Simple-0.077.tar.gz) = a30f1613affe062b8502faa957d9f8f0be1bd254 diff --git a/www/p5-CGI-Simple/pkg/DESCR b/www/p5-CGI-Simple/pkg/DESCR new file mode 100644 index 00000000000..34dd9eb1193 --- /dev/null +++ b/www/p5-CGI-Simple/pkg/DESCR @@ -0,0 +1,5 @@ +CGI::Simple provides a relatively lightweight drop-in replacement for CGI.pm. +It shares an identical OO interface to CGI.pm for parameter parsing, file +upload, cookie handling and header generation. This module is entirely object +oriented, however a complete functional interface is available by using the +CGI::Simple::Standard module. diff --git a/www/p5-CGI-Simple/pkg/PLIST b/www/p5-CGI-Simple/pkg/PLIST new file mode 100644 index 00000000000..f24c7ee3843 --- /dev/null +++ b/www/p5-CGI-Simple/pkg/PLIST @@ -0,0 +1,11 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/04 19:09:24 espie Exp $ +${P5SITE}/CGI/ +${P5SITE}/CGI/Simple/ +${P5SITE}/CGI/Simple.pm +${P5SITE}/CGI/Simple/Cookie.pm +${P5SITE}/CGI/Simple/Standard.pm +${P5SITE}/CGI/Simple/Util.pm +@man man/man3p/CGI::Simple.3p +@man man/man3p/CGI::Simple::Cookie.3p +@man man/man3p/CGI::Simple::Standard.3p +@man man/man3p/CGI::Simple::Util.3p