SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/p5-Date-Calc/Makefile
Normal file
17
devel/p5-Date-Calc/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT= date calculations for the Gregorian calendar
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Date-Calc-6.4
|
||||
CATEGORIES= devel
|
||||
REVISION= 0
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB= perl
|
||||
|
||||
RUN_DEPENDS= math/p5-Bit-Vector>=6.2 \
|
||||
devel/p5-Carp-Clan>=5.3
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Date-Calc/distinfo
Normal file
2
devel/p5-Date-Calc/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Date-Calc-6.4.tar.gz) = fOE3sueXt8CQHzrfGgWhk0M1bNHwRnaqHFap9iT4Wa0=
|
||||
SIZE (Date-Calc-6.4.tar.gz) = 173828
|
28
devel/p5-Date-Calc/pkg/DESCR
Normal file
28
devel/p5-Date-Calc/pkg/DESCR
Normal file
|
@ -0,0 +1,28 @@
|
|||
This package consists of a C library and a Perl module (which uses
|
||||
the C library, internally) for all kinds of date calculations based
|
||||
on the Gregorian calendar (the one used in all western countries
|
||||
today), thereby complying with all relevant norms and standards:
|
||||
ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where
|
||||
applicable).
|
||||
|
||||
(See also http://www.engelschall.com/u/sb/download/Date-Calc/DIN1355/
|
||||
for a scan of part of the "DIN 1355" document (in German)).
|
||||
|
||||
The module of course handles year numbers of 2000 and above correctly
|
||||
("Year 2000" or "Y2K" compliance) -- actually all year numbers from
|
||||
1 to the largest positive integer representable on your system
|
||||
(which is at least 32767) can be dealt with.
|
||||
|
||||
Note that this package projects the Gregorian calendar back until
|
||||
the year 1 A.D. -- even though the Gregorian calendar was only
|
||||
adopted in 1582 by most (not all) European countries, in obedience
|
||||
to the corresponding decree of catholic pope Gregor I in that year.
|
||||
|
||||
Some (mainly protestant) countries continued to use the Julian
|
||||
calendar (used until then) until as late as the beginning of the
|
||||
20th century.
|
||||
|
||||
Finally, note that this package is not intended to do everything
|
||||
you could ever imagine automagically for you; it is rather intended
|
||||
to serve as a toolbox (in the best of UNIX spirit and traditions)
|
||||
which should, however, always get you where you want to go.
|
21
devel/p5-Date-Calc/pkg/PLIST
Normal file
21
devel/p5-Date-Calc/pkg/PLIST
Normal file
|
@ -0,0 +1,21 @@
|
|||
${P5SITE}/Date/
|
||||
${P5SITE}/Date/Calc/
|
||||
${P5SITE}/Date/Calc.pm
|
||||
${P5SITE}/Date/Calc.pod
|
||||
${P5SITE}/Date/Calc/Object.pm
|
||||
${P5SITE}/Date/Calc/Object.pod
|
||||
${P5SITE}/Date/Calc/PP.pm
|
||||
${P5SITE}/Date/Calc/PP.pod
|
||||
${P5SITE}/Date/Calendar/
|
||||
${P5SITE}/Date/Calendar.pm
|
||||
${P5SITE}/Date/Calendar.pod
|
||||
${P5SITE}/Date/Calendar/Profiles.pm
|
||||
${P5SITE}/Date/Calendar/Profiles.pod
|
||||
${P5SITE}/Date/Calendar/Year.pm
|
||||
${P5SITE}/Date/Calendar/Year.pod
|
||||
@man man/man3p/Date::Calc.3p
|
||||
@man man/man3p/Date::Calc::Object.3p
|
||||
@man man/man3p/Date::Calc::PP.3p
|
||||
@man man/man3p/Date::Calendar.3p
|
||||
@man man/man3p/Date::Calendar::Profiles.3p
|
||||
@man man/man3p/Date::Calendar::Year.3p
|
Loading…
Add table
Add a link
Reference in a new issue