diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-06-06 01:39:41 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-06-06 01:39:41 +0800 |
commit | 295a91519142c81a4520d502c2c87796e473143d (patch) | |
tree | d8db6373d58b2ad212ec2c2a561da0612639a4de /devel/p5-Date-DayOfWeek/pkg-descr | |
parent | d1fad65d7788452bf321a1d3c712419d1e8be28a (diff) | |
download | freebsd-ports-gnome-295a91519142c81a4520d502c2c87796e473143d.tar.gz freebsd-ports-gnome-295a91519142c81a4520d502c2c87796e473143d.tar.zst freebsd-ports-gnome-295a91519142c81a4520d502c2c87796e473143d.zip |
add p5-Date-DayOfWeek
Determine the day of the week for any date
Diffstat (limited to 'devel/p5-Date-DayOfWeek/pkg-descr')
-rw-r--r-- | devel/p5-Date-DayOfWeek/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-Date-DayOfWeek/pkg-descr b/devel/p5-Date-DayOfWeek/pkg-descr new file mode 100644 index 000000000000..e5578fd5278e --- /dev/null +++ b/devel/p5-Date-DayOfWeek/pkg-descr @@ -0,0 +1,9 @@ +There are two modules in this distribution. Date::Doomsday calculates doomsday +for a particular year. Date::DayOfWeek uses the doomsday algorithm to +calculate the day of the week for any given date. + +Doomsday is a cute little idea invented by Dr John Conway that makes it very +easy to figure out the day of the week for any date. + +You can find out more about doomsday and related calculations at +http://www.interlog.com/~r937/doomsday.html |