[Lunar-commits] <moonbase> Date-Manip: Changed tarball name

Duncan Gibson engelsman at lunar-linux.org
Sun Feb 22 13:44:32 CET 2009


commit ad68c1d9277f4873fb42246f461eab3f16fa9e7f
Author: Auke Kok <sofar at foo-projects.org>
Date:   Sun Feb 22 13:44:32 2009 +0100

    Date-Manip: Changed tarball name
    
    Note: rename of DateManip to match tarball name, only used in xmltv
          downloaded, compiled and installed OK
          otherwise untested by me - engelsman
---
 zbeta/Date-Manip/BUILD   |    6 ++++++
 zbeta/Date-Manip/DEPENDS |    1 +
 zbeta/Date-Manip/DETAILS |   20 ++++++++++++++++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/zbeta/Date-Manip/BUILD b/zbeta/Date-Manip/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/zbeta/Date-Manip/BUILD
@@ -0,0 +1,6 @@
+(
+
+  perl  Makefile.PL  &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/Date-Manip/DEPENDS b/zbeta/Date-Manip/DEPENDS
new file mode 100644
index 0000000..1dd0168
--- /dev/null
+++ b/zbeta/Date-Manip/DEPENDS
@@ -0,0 +1 @@
+depends  perl
diff --git a/zbeta/Date-Manip/DETAILS b/zbeta/Date-Manip/DETAILS
new file mode 100644
index 0000000..494bb47
--- /dev/null
+++ b/zbeta/Date-Manip/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=Date-Manip
+         VERSION=5.54
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/
+      SOURCE_VFY=sha1:88ce43556343024c3b86815e4938399226eab55a
+        WEB_SITE=http://search.cpan.org/~sbeck/DateManip-5.44/
+         ENTERED=20011108
+         UPDATED=20090218
+           SHORT="a perl module for easily parsing and manipulating dates"
+cat << EOF
+Date::Manip:
+
+A perl 5 module which allows you to easily parse and manipulate dates
+(several different foreign languages are supported and more can be added
+easily, international date formats are also supported). A date
+calculator is also included to tell the time elapsed between two dates,
+or to find a date a certain amount of time from a given date.
+Calculations can also be done using a special business mode where
+weekends and holidays are ignored.
+EOF


More information about the Lunar-commits mailing list