mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
add p5-Date-DayOfWeek
Determine the day of the week for any date
This commit is contained in:
parent
3f909a39ff
commit
f343fbe1db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43543
@ -285,6 +285,7 @@
|
||||
SUBDIR += p5-Data-Flow
|
||||
SUBDIR += p5-Data-ShowTable
|
||||
SUBDIR += p5-Date-Calc
|
||||
SUBDIR += p5-Date-DayOfWeek
|
||||
SUBDIR += p5-Date-Doomsday
|
||||
SUBDIR += p5-Date-Manip
|
||||
SUBDIR += p5-DateConvert
|
||||
|
23
devel/p5-Date-DayOfWeek/Makefile
Normal file
23
devel/p5-Date-DayOfWeek/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: p5-Date-DayOfWeek
|
||||
# Date created: Jun 5, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Date-DayOfWeek
|
||||
PORTVERSION= 1.13
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Date
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Date::DayOfWeek.3 Date::Doomsday.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Date-DayOfWeek/distinfo
Normal file
1
devel/p5-Date-DayOfWeek/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Date-DayOfWeek-1.13.tar.gz) = 834f130c19795ea56b68b7c8cd3a5fbc
|
1
devel/p5-Date-DayOfWeek/pkg-comment
Normal file
1
devel/p5-Date-DayOfWeek/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Determine the day of the week for any date
|
9
devel/p5-Date-DayOfWeek/pkg-descr
Normal file
9
devel/p5-Date-DayOfWeek/pkg-descr
Normal file
@ -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
|
4
devel/p5-Date-DayOfWeek/pkg-plist
Normal file
4
devel/p5-Date-DayOfWeek/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Date/Doomsday.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Date/DayOfWeek.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/DayOfWeek/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/DayOfWeek
|
Loading…
Reference in New Issue
Block a user