aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-02-23 20:02:34 +0800
committerdemon <demon@FreeBSD.org>2003-02-23 20:02:34 +0800
commitfe063c748a92c9019b86e6c6efb14cd173b71883 (patch)
treea87361d15e199aaf155aa5e88fcd8fd93b9e2c62
parentdd76a8d2c2f13f3601895af37a2e2b019538aa69 (diff)
downloadfreebsd-ports-graphics-fe063c748a92c9019b86e6c6efb14cd173b71883.tar.gz
freebsd-ports-graphics-fe063c748a92c9019b86e6c6efb14cd173b71883.tar.zst
freebsd-ports-graphics-fe063c748a92c9019b86e6c6efb14cd173b71883.zip
De-pkg-comment;
Remove redundant text from pkg-descr.
-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 260164a96b7..bdf89f94e71 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 3c4cf12d6e2..00000000000
--- 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 7e56a1a813b..bc8fb2cb239 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.