diff options
author | mharo <mharo@FreeBSD.org> | 2004-01-16 21:33:20 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2004-01-16 21:33:20 +0000 |
commit | e505eec5c028ed0fc408774e5c5b9421b407a622 (patch) | |
tree | 7573742f259ba038496fffd110b5fedad8faf324 /devel/p5-Date-Set/pkg-descr | |
parent | 75529c515df20a665b3b5b7a01e1806be7e99bad (diff) | |
download | FreeBSD-ports-e505eec5c028ed0fc408774e5c5b9421b407a622.zip FreeBSD-ports-e505eec5c028ed0fc408774e5c5b9421b407a622.tar.gz |
add p5-Date-Set - It allows you to generate groups of dates, like
"every wednesday", and then find all the dates matching that pattern.
Note that this port is similar (but not the same) as p5-DateTime-Set.
Diffstat (limited to 'devel/p5-Date-Set/pkg-descr')
-rw-r--r-- | devel/p5-Date-Set/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-Date-Set/pkg-descr b/devel/p5-Date-Set/pkg-descr new file mode 100644 index 0000000..4f67e0e --- /dev/null +++ b/devel/p5-Date-Set/pkg-descr @@ -0,0 +1,8 @@ +Date::Set is a module for date/time sets. It allows you to generate +groups of dates, like "every wednesday", and then find all the dates +matching that pattern. + +WWW: http://reefknot.sf.net + +- Michael Haro +mharo@FreeBSD.org |