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/p5-Time-Human/pkg-descr | |
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/p5-Time-Human/pkg-descr')
-rw-r--r-- | textproc/p5-Time-Human/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
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> |