diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-06-25 15:04:14 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-06-25 15:04:14 +0000 |
commit | f0b459917dc819c6e7fb9eda5f7c9ea14a436182 (patch) | |
tree | 04c2f4a8241d7c8eba91d2a6dad553441a8eb2de /textproc/p5-Time-Human | |
parent | 6cdab236e9b652ca4ea3fbf6dd11a9f7a2ae0e8f (diff) | |
download | ports-f0b459917dc819c6e7fb9eda5f7c9ea14a436182.tar.gz ports-f0b459917dc819c6e7fb9eda5f7c9ea14a436182.zip |
Notes
Diffstat (limited to 'textproc/p5-Time-Human')
-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 |
4 files changed, 36 insertions, 0 deletions
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 |