summaryrefslogtreecommitdiff
path: root/p5-datetime
diff options
context:
space:
mode:
authorHan Boetes <han@mijncomputer.nl>2006-11-13 21:12:21 +0100
committerHan Boetes <han@mijncomputer.nl>2006-11-13 21:12:21 +0100
commit32295a9faf0f964a313a84bb5a4e3fdeaf15e72f (patch)
tree48bd60cc85026b7f5effe956cd01e09d1e66234c /p5-datetime
parent4d6af94f215944409f18f85d1804bc04c3d32efd (diff)
downloadcontrib-32295a9faf0f964a313a84bb5a4e3fdeaf15e72f.tar.gz
contrib-32295a9faf0f964a313a84bb5a4e3fdeaf15e72f.tar.xz
abiword: initial release
Diffstat (limited to 'p5-datetime')
-rw-r--r--p5-datetime/.footprint22
-rw-r--r--p5-datetime/.md5sum1
-rw-r--r--p5-datetime/Pkgfile26
-rw-r--r--p5-datetime/datetime/.footprint22
-rw-r--r--p5-datetime/datetime/.md5sum1
-rw-r--r--p5-datetime/datetime/.sync0
-rw-r--r--p5-datetime/datetime/Pkgfile26
-rw-r--r--p5-datetime/datetime/index.html52
8 files changed, 150 insertions, 0 deletions
diff --git a/p5-datetime/.footprint b/p5-datetime/.footprint
new file mode 100644
index 000000000..308c28971
--- /dev/null
+++ b/p5-datetime/.footprint
@@ -0,0 +1,22 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/perl5/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/DateTime.pm
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/DateTime/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/DateTime/Duration.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/DateTime/Infinite.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/DateTime/LeapSecond.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/DateTimePP.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/DateTimePPExtra.pm
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/DateTime/
+-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/DateTime/DateTime.so
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man3/
+-r--r--r-- root/root usr/man/man3/DateTime.3pm.gz
+-r--r--r-- root/root usr/man/man3/DateTime::Duration.3pm.gz
+-r--r--r-- root/root usr/man/man3/DateTime::Infinite.3pm.gz
+-r--r--r-- root/root usr/man/man3/DateTime::LeapSecond.3pm.gz
diff --git a/p5-datetime/.md5sum b/p5-datetime/.md5sum
new file mode 100644
index 000000000..950bf11aa
--- /dev/null
+++ b/p5-datetime/.md5sum
@@ -0,0 +1 @@
+f96816e634700ae3c8bd849f97856861 DateTime-0.2901.tar.gz
diff --git a/p5-datetime/Pkgfile b/p5-datetime/Pkgfile
new file mode 100644
index 000000000..9edbd29aa
--- /dev/null
+++ b/p5-datetime/Pkgfile
@@ -0,0 +1,26 @@
+# Description: perl date/time object implementation
+# URL: http://search.cpan.org/~drolsky/DateTime-0.2901/lib/DateTime.pm
+# Maintainer: Han Boetes <han@mijncomputer.nl>
+# Packager: Han Boetes <han@mijncomputer.nl>
+# Depends on: perl
+
+name=p5-datetime
+capsname=DateTime
+version=0.2901
+release=1
+source="http://www.cpan.org/modules/by-module/${capsname%%-*}/$capsname-$version.tar.gz"
+
+build() {
+ cd $capsname-$version
+ perl Makefile.PL
+ make OPTIMIZE="$CFLAGS"
+ make install DESTDIR=$PKG
+ # Remove perlcrap
+ find $PKG \
+ -name .packlist -or \
+ -name '*.bs' -or \
+ -name autosplit.ix -or \
+ -name perllocal.pod | xargs rm
+ # Remove empty directories
+ find $PKG -depth -empty -exec rm -rf {} \;
+}
diff --git a/p5-datetime/datetime/.footprint b/p5-datetime/datetime/.footprint
new file mode 100644
index 000000000..308c28971
--- /dev/null
+++ b/p5-datetime/datetime/.footprint
@@ -0,0 +1,22 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/perl5/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/DateTime.pm
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/DateTime/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/DateTime/Duration.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/DateTime/Infinite.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/DateTime/LeapSecond.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/DateTimePP.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/DateTimePPExtra.pm
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/DateTime/
+-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/DateTime/DateTime.so
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man3/
+-r--r--r-- root/root usr/man/man3/DateTime.3pm.gz
+-r--r--r-- root/root usr/man/man3/DateTime::Duration.3pm.gz
+-r--r--r-- root/root usr/man/man3/DateTime::Infinite.3pm.gz
+-r--r--r-- root/root usr/man/man3/DateTime::LeapSecond.3pm.gz
diff --git a/p5-datetime/datetime/.md5sum b/p5-datetime/datetime/.md5sum
new file mode 100644
index 000000000..950bf11aa
--- /dev/null
+++ b/p5-datetime/datetime/.md5sum
@@ -0,0 +1 @@
+f96816e634700ae3c8bd849f97856861 DateTime-0.2901.tar.gz
diff --git a/p5-datetime/datetime/.sync b/p5-datetime/datetime/.sync
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/p5-datetime/datetime/.sync
diff --git a/p5-datetime/datetime/Pkgfile b/p5-datetime/datetime/Pkgfile
new file mode 100644
index 000000000..9edbd29aa
--- /dev/null
+++ b/p5-datetime/datetime/Pkgfile
@@ -0,0 +1,26 @@
+# Description: perl date/time object implementation
+# URL: http://search.cpan.org/~drolsky/DateTime-0.2901/lib/DateTime.pm
+# Maintainer: Han Boetes <han@mijncomputer.nl>
+# Packager: Han Boetes <han@mijncomputer.nl>
+# Depends on: perl
+
+name=p5-datetime
+capsname=DateTime
+version=0.2901
+release=1
+source="http://www.cpan.org/modules/by-module/${capsname%%-*}/$capsname-$version.tar.gz"
+
+build() {
+ cd $capsname-$version
+ perl Makefile.PL
+ make OPTIMIZE="$CFLAGS"
+ make install DESTDIR=$PKG
+ # Remove perlcrap
+ find $PKG \
+ -name .packlist -or \
+ -name '*.bs' -or \
+ -name autosplit.ix -or \
+ -name perllocal.pod | xargs rm
+ # Remove empty directories
+ find $PKG -depth -empty -exec rm -rf {} \;
+}
diff --git a/p5-datetime/datetime/index.html b/p5-datetime/datetime/index.html
new file mode 100644
index 000000000..277bb0fa3
--- /dev/null
+++ b/p5-datetime/datetime/index.html
@@ -0,0 +1,52 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<base href="http://www.xs4all.nl/~hanb/software/crux/han/datetime/">
+<link rel="stylesheet" href="http://www.xs4all.nl/~hanb/.data/dir.css">
+<title></title>
+</head>
+<body>
+
+<p>&nbsp;&nbsp;<a href="../">..</a>/<a href="">datetime</a>/</p>
+
+<table>
+<tr>
+<td class="nameh"><strong>Name</strong></td>
+<td class="sizeh" align="right"><strong>Size</strong></td>
+<td class="timeh"><strong>Time</strong></td>
+</tr>
+
+<tr>
+<td class="name"><a href="../"><img src="http://www.xs4all.nl/~hanb/.data/directory.gif" alt="prevdir">..</a></td>
+<td class="size" align="right">&nbsp;</td>
+<td class="time">&nbsp;</td>
+</tr>
+
+<tr>
+<td class="name"><a href=".footprint"><img src="http://www.xs4all.nl/~hanb/.data/file.gif" alt=".footprint">.footprint</a></td>
+<td class="size" align="right">1282</td>
+<td class="time">jun 16 01:09</td>
+</tr>
+
+<tr>
+<td class="name"><a href=".md5sum"><img src="http://www.xs4all.nl/~hanb/.data/file.gif" alt=".md5sum">.md5sum</a></td>
+<td class="size" align="right">57</td>
+<td class="time">nov 1 2005</td>
+</tr>
+
+<tr>
+<td class="name"><a href="Pkgfile"><img src="http://www.xs4all.nl/~hanb/.data/file.gif" alt="Pkgfile">Pkgfile</a></td>
+<td class="size" align="right">760</td>
+<td class="time">jun 2 06:06</td>
+</tr>
+
+<tr>
+<td class="name"><a href=".sync"><img src="http://www.xs4all.nl/~hanb/.data/file.gif" alt=".sync">.sync</a></td>
+<td class="size" align="right">0</td>
+<td class="time">nov 1 2005</td>
+</tr>
+
+</table>
+</body>
+</html>

Generated by cgit