mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
p5-Date-Calc 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). PR: 16979 Submitted by: Brad Hendrickse <bradh@uunet.co.za>
This commit is contained in:
parent
45b27508e1
commit
3e14cc210d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26277
@ -126,6 +126,7 @@
|
||||
SUBDIR += p5-Curses
|
||||
SUBDIR += p5-Data-Flow
|
||||
SUBDIR += p5-Data-ShowTable
|
||||
SUBDIR += p5-Date-Calc
|
||||
SUBDIR += p5-Date-Manip
|
||||
SUBDIR += p5-Devel-DProf
|
||||
SUBDIR += p5-Devel-Peek
|
||||
|
25
devel/p5-Date-Calc/Makefile
Normal file
25
devel/p5-Date-Calc/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Date-Calc
|
||||
# Version required: 4.3
|
||||
# Date created: 25 February 2000
|
||||
# Whom: Brad Hendrickse <bradh@uunet.co.za>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= Date-Calc-4.3
|
||||
PKGNAME= p5-Date-Calc-4.3
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Date
|
||||
|
||||
MAINTAINER= bradh@uunet.co.za
|
||||
|
||||
USE_PERL5= YES
|
||||
|
||||
MAN3= Date::Calc.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Date-Calc/distinfo
Normal file
1
devel/p5-Date-Calc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Date-Calc-4.3.tar.gz) = da96f2286bb05b33b01801bc2a424e82
|
1
devel/p5-Date-Calc/pkg-comment
Normal file
1
devel/p5-Date-Calc/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Gregorian calendar date calculations
|
11
devel/p5-Date-Calc/pkg-descr
Normal file
11
devel/p5-Date-Calc/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
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).
|
||||
|
||||
WWW: http://www.engelschall.com/u/sb/download/
|
||||
|
||||
--
|
||||
Brad Hendrickse
|
||||
bradh@uunet.co.za
|
5
devel/p5-Date-Calc/pkg-plist
Normal file
5
devel/p5-Date-Calc/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Calc/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Calc/Calc.so
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Calc/Calc.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Date/Calc.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Calc
|
Loading…
x
Reference in New Issue
Block a user