aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-TimeDate
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-02-23 12:02:34 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-02-23 12:02:34 +0000
commitf05da48243b58d23fd4ff701dbbd57a1e0b1f82a (patch)
tree9cb0aef20d89b86ebe43e8bf03d774b02c8d7765 /devel/p5-TimeDate
parent80e3a9ed5daa1d936532460204d64b257274cae0 (diff)
downloadports-f05da48243b58d23fd4ff701dbbd57a1e0b1f82a.tar.gz
ports-f05da48243b58d23fd4ff701dbbd57a1e0b1f82a.zip
Notes
Diffstat (limited to 'devel/p5-TimeDate')
-rw-r--r--devel/p5-TimeDate/Makefile1
-rw-r--r--devel/p5-TimeDate/pkg-comment1
-rw-r--r--devel/p5-TimeDate/pkg-descr8
3 files changed, 2 insertions, 8 deletions
diff --git a/devel/p5-TimeDate/Makefile b/devel/p5-TimeDate/Makefile
index 260164a96b7b..bdf89f94e715 100644
--- a/devel/p5-TimeDate/Makefile
+++ b/devel/p5-TimeDate/Makefile
@@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= Date
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
+COMMENT= Perl5 module containing a better/faster date parser for absolute dates
PERL_CONFIGURE= YES
diff --git a/devel/p5-TimeDate/pkg-comment b/devel/p5-TimeDate/pkg-comment
deleted file mode 100644
index 3c4cf12d6e2c..000000000000
--- a/devel/p5-TimeDate/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Perl5 module containing a better/faster date parser for absolute dates
diff --git a/devel/p5-TimeDate/pkg-descr b/devel/p5-TimeDate/pkg-descr
index 7e56a1a813b9..bc8fb2cb239a 100644
--- a/devel/p5-TimeDate/pkg-descr
+++ b/devel/p5-TimeDate/pkg-descr
@@ -1,7 +1,4 @@
-This is the perl5 TimeDate distribution. It requires perl version 5.003
-or later
-
-This distribution replaces my earlier GetDate distribution, which was
+The TimeDate distribution replaces earlier GetDate distribution, which was
only a date parser. The date parser contained in this distribution
is far superior to the yacc based parser, and a *lot* fatser.
@@ -14,6 +11,3 @@ version of Time::Local which comes with perl. It fixes two problems
- It determines the zone offset based on now rather than epoch
- It fixes a problem with looping forever when a year > 1900 is passed in
-
-Please report any bugs/suggestions to <Graham.Barr@tiuk.ti.com>
-Copyright 1996 Graham Barr. All rights reserved.