[Lunar-commits] <moonbase> CGI-Lite: renamed from CGI_Lite and updated to 2.02
Duncan Gibson
engelsman at lunar-linux.org
Sat Jul 4 23:41:04 CEST 2009
commit 2d11fc7b25aa3d54a36796612ba63d5341fc6bc7
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Sat Jul 4 23:41:04 2009 +0200
CGI-Lite: renamed from CGI_Lite and updated to 2.02
---
perl/CGI-Lite/BUILD | 6 ++++++
perl/CGI-Lite/DEPENDS | 1 +
perl/CGI-Lite/DETAILS | 18 ++++++++++++++++++
perl/CGI_Lite/BUILD | 6 ------
perl/CGI_Lite/DEPENDS | 1 -
perl/CGI_Lite/DETAILS | 16 ----------------
6 files changed, 25 insertions(+), 23 deletions(-)
diff --git a/perl/CGI-Lite/BUILD b/perl/CGI-Lite/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/CGI-Lite/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/CGI-Lite/DEPENDS b/perl/CGI-Lite/DEPENDS
new file mode 100644
index 0000000..1dd0168
--- /dev/null
+++ b/perl/CGI-Lite/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/CGI-Lite/DETAILS b/perl/CGI-Lite/DETAILS
new file mode 100644
index 0000000..784172d
--- /dev/null
+++ b/perl/CGI-Lite/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=CGI-Lite
+ VERSION=2.02
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.cpan.org/authors/id/S/SM/SMYLERS/
+ SOURCE_VFY=sha1:30171a52171bb59805eca07bcb7d9e9622ebc7c3
+ WEB_SITE=http://search.cpan.org/dist/CGI-Lite/Lite.pm
+ ENTERED=20011108
+ UPDATED=20090704
+ SHORT="Perl module to process and decode WWW forms and cookies"
+
+cat << EOF
+Perl module to process and decode WWW forms and cookies.
+
+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.
+
+EOF
diff --git a/perl/CGI_Lite/BUILD b/perl/CGI_Lite/BUILD
deleted file mode 100644
index c11ca00..0000000
--- a/perl/CGI_Lite/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- perl Makefile.PL &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/perl/CGI_Lite/DEPENDS b/perl/CGI_Lite/DEPENDS
deleted file mode 100644
index 1dd0168..0000000
--- a/perl/CGI_Lite/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends perl
diff --git a/perl/CGI_Lite/DETAILS b/perl/CGI_Lite/DETAILS
deleted file mode 100644
index 8748578..0000000
--- a/perl/CGI_Lite/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- MODULE=CGI_Lite
- VERSION=1.9
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://www.cpan.org/authors/id/B/BE/BENL/
- WEB_SITE=http://search.cpan.org/search?dist=CGI_Lite
- ENTERED=20011108
- UPDATED=20011108
- SHORT="Perl module to process and decode WWW forms and cookies"
-cat << EOF
-Perl module to process and decode WWW forms and cookies.
-
-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.
-
-EOF
More information about the Lunar-commits
mailing list