[Lunar-commits] r22148 - in moonbase/trunk/perl: . Locale-gettext
Terry Chan
tchan at lunar-linux.org
Fri Nov 10 23:54:10 CET 2006
Author: tchan
Date: 2006-11-10 23:54:10 +0100 (Fri, 10 Nov 2006)
New Revision: 22148
Added:
moonbase/trunk/perl/Locale-gettext/
moonbase/trunk/perl/Locale-gettext/BUILD
moonbase/trunk/perl/Locale-gettext/DEPENDS
moonbase/trunk/perl/Locale-gettext/DETAILS
Log:
Added another perl module that is required by frozen-bubble-2.0.0.
This perl module is weird in that its invoked from perl by use Locale::gettext
but the source tarball is called gettext-1.05.tar.gz and we already have the
regular gettext module in moonbase. So I renamed it Locale-gettext in the perl
section.
Added: moonbase/trunk/perl/Locale-gettext/BUILD
===================================================================
--- moonbase/trunk/perl/Locale-gettext/BUILD (rev 0)
+++ moonbase/trunk/perl/Locale-gettext/BUILD 2006-11-10 22:54:10 UTC (rev 22148)
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/perl/Locale-gettext/DEPENDS
===================================================================
--- moonbase/trunk/perl/Locale-gettext/DEPENDS (rev 0)
+++ moonbase/trunk/perl/Locale-gettext/DEPENDS 2006-11-10 22:54:10 UTC (rev 22148)
@@ -0,0 +1 @@
+depends perl
Added: moonbase/trunk/perl/Locale-gettext/DETAILS
===================================================================
--- moonbase/trunk/perl/Locale-gettext/DETAILS (rev 0)
+++ moonbase/trunk/perl/Locale-gettext/DETAILS 2006-11-10 22:54:10 UTC (rev 22148)
@@ -0,0 +1,13 @@
+ MODULE=Locale-gettext
+ VERSION=1.05
+ SOURCE=gettext-$VERSION.tar.gz
+ SOURCE_URL=http://www.cpan.org/authors/id/P/PV/PVANDRY/
+ SOURCE_VFY=sha1:705f519ad61b4a8c522d8aaf98425e0bd21709f2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/gettext-$VERSION
+ WEB_SITE=http://search.cpan.org/search?dist=gettext
+ ENTERED=20061110
+ UPDATED=20061110
+ SHORT="message handling functions"
+cat << EOF
+Locale::gettext - message handling functions
+EOF
More information about the Lunar-commits
mailing list