summaryrefslogtreecommitdiff
path: root/devel/p5-Date-Roman
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-05 00:35:15 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-05 00:35:15 +0000
commitf2e7e24ee46bdb2037ea60063c42e1258f8d4a4c (patch)
tree7a7cf5c7aa5a8e1472ca61ba3e2f7518768dd2f5 /devel/p5-Date-Roman
parentNew ports: devel/p5-Date-Roman, math/p5-Roman (diff)
New ports: devel/p5-Date-Roman
The math/p5-Roman port will convert 'ordinary' Arabic numerals into their Roman couterparts. Comes in handy when trying to decipher copyright messages on BBC. The devel/p5-Date-Roman port translates 'modern' dates into the format used by the ancient Romans. Makes for an interesting addition to e-mail headers. PR: ports/47148 Submitted by: Philip Paeps <philip@paeps.cx>
Notes
Notes: svn path=/head/; revision=74711
Diffstat (limited to 'devel/p5-Date-Roman')
-rw-r--r--devel/p5-Date-Roman/Makefile27
-rw-r--r--devel/p5-Date-Roman/distinfo1
-rw-r--r--devel/p5-Date-Roman/pkg-comment1
-rw-r--r--devel/p5-Date-Roman/pkg-descr5
-rw-r--r--devel/p5-Date-Roman/pkg-plist7
5 files changed, 41 insertions, 0 deletions
diff --git a/devel/p5-Date-Roman/Makefile b/devel/p5-Date-Roman/Makefile
new file mode 100644
index 000000000000..4b631322140a
--- /dev/null
+++ b/devel/p5-Date-Roman/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: p5-Date-Roman
+# Date created: 16 January 2003
+# Whom: Philip Paeps <philip@paeps.cx>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Date-Roman
+PORTVERSION= 1.05
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Date
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= philip@paeps.cx
+
+BUILD_DEPENDS= ${SITE_PERL}/Roman.pm:${PORTSDIR}/math/p5-Roman
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Date::Roman.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Date-Roman/distinfo b/devel/p5-Date-Roman/distinfo
new file mode 100644
index 000000000000..81a1f9efd119
--- /dev/null
+++ b/devel/p5-Date-Roman/distinfo
@@ -0,0 +1 @@
+MD5 (Date-Roman-1.05.tar.gz) = 8d12c48a3bc4cc9e73b1ee7a20138ce1
diff --git a/devel/p5-Date-Roman/pkg-comment b/devel/p5-Date-Roman/pkg-comment
new file mode 100644
index 000000000000..328e2a00f445
--- /dev/null
+++ b/devel/p5-Date-Roman/pkg-comment
@@ -0,0 +1 @@
+Perl module to play with Roman dates
diff --git a/devel/p5-Date-Roman/pkg-descr b/devel/p5-Date-Roman/pkg-descr
new file mode 100644
index 000000000000..3158224291bc
--- /dev/null
+++ b/devel/p5-Date-Roman/pkg-descr
@@ -0,0 +1,5 @@
+This Perl module deals with Roman dates. Very useful for generating custom
+headers for e-mail messages, or just to dazzle and confuse friends, relatives
+and complete strangers.
+
+WWW: http://search.cpan.org/author/HOBBIT/Date-Roman-1.05/lib/Date/Roman.pm
diff --git a/devel/p5-Date-Roman/pkg-plist b/devel/p5-Date-Roman/pkg-plist
new file mode 100644
index 000000000000..4f9b55d7af34
--- /dev/null
+++ b/devel/p5-Date-Roman/pkg-plist
@@ -0,0 +1,7 @@
+bin/RomanDate
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Roman/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Date/Roman.pm
+man/man1/RomanDate.1
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Roman
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true