diff options
author | roam <roam@FreeBSD.org> | 2004-06-25 23:04:14 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-06-25 23:04:14 +0800 |
commit | 64963bd9522a96c76c268a781432a5c72d96d1e1 (patch) | |
tree | 207f06e03d0fd80b92223a1c8dcc5d589524dd71 /textproc | |
parent | cd39c3fd2c52c533bd3f6ef21a25b86dedd41b9c (diff) | |
download | freebsd-ports-gnome-64963bd9522a96c76c268a781432a5c72d96d1e1.tar.gz freebsd-ports-gnome-64963bd9522a96c76c268a781432a5c72d96d1e1.tar.zst freebsd-ports-gnome-64963bd9522a96c76c268a781432a5c72d96d1e1.zip |
Add p5-Time-Human 1.02, a port of Simon Cozens' Time::Human module for
providing human-readable descriptions of localtime() specifications.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Time-Human/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Time-Human/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Time-Human/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/p5-Time-Human/pkg-plist | 5 |
5 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 1636d117d6a1..38ac9fd1e606 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -338,6 +338,7 @@ SUBDIR += p5-Text-Tmpl SUBDIR += p5-Text-WikiFormat SUBDIR += p5-Text-Wrapper + SUBDIR += p5-Time-Human SUBDIR += p5-Tk-XMLViewer SUBDIR += p5-Tree-Nary SUBDIR += p5-UML-Sequence diff --git a/textproc/p5-Time-Human/Makefile b/textproc/p5-Time-Human/Makefile new file mode 100644 index 000000000000..f40ec8d53de5 --- /dev/null +++ b/textproc/p5-Time-Human/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Time-Human +# Date created: July 24th, 2004 +# Whom: Peter Pentchev <roam@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Time-Human +PORTVERSION= 1.02 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Time +PKGNAMEPREFIX= p5- + +MAINTAINER= roam@FreeBSD.org +COMMENT= Convert localtime() format to "speaking clock" time + +PERL_CONFIGURE= yes + +MAN3= Time::Human.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Time-Human/distinfo b/textproc/p5-Time-Human/distinfo new file mode 100644 index 000000000000..45446e208dfb --- /dev/null +++ b/textproc/p5-Time-Human/distinfo @@ -0,0 +1,2 @@ +MD5 (Time-Human-1.02.tar.gz) = ca11066959cb38fb8876e2f2fdeb6863 +SIZE (Time-Human-1.02.tar.gz) = 2771 diff --git a/textproc/p5-Time-Human/pkg-descr b/textproc/p5-Time-Human/pkg-descr new file mode 100644 index 000000000000..ebde0c3aa5d9 --- /dev/null +++ b/textproc/p5-Time-Human/pkg-descr @@ -0,0 +1,7 @@ +From the Time::Human documentation: + + This module provides a "vague" rendering of the time into natural lan- + guage; it's originally intended for text-to-speech applications and + other speech-based interfaces. + +Author: Simon Cozens <simon@cpan.org> diff --git a/textproc/p5-Time-Human/pkg-plist b/textproc/p5-Time-Human/pkg-plist new file mode 100644 index 000000000000..93a87af33d7f --- /dev/null +++ b/textproc/p5-Time-Human/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Time/Human/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Time/Human +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Time +%%SITE_PERL%%/Time/Human.pm +@dirrm %%SITE_PERL%%/Time |