head	1.2;
access;
symbols
	pkgsrc-2013Q2:1.2.0.10
	pkgsrc-2013Q2-base:1.2
	pkgsrc-2012Q4:1.2.0.8
	pkgsrc-2012Q4-base:1.2
	pkgsrc-2011Q4:1.2.0.6
	pkgsrc-2011Q4-base:1.2
	pkgsrc-2011Q2:1.2.0.4
	pkgsrc-2011Q2-base:1.2
	pkgsrc-2009Q4:1.2.0.2
	pkgsrc-2009Q4-base:1.2
	pkgsrc-2009Q2:1.1.1.1.0.4
	pkgsrc-2009Q2-base:1.1.1.1
	pkgsrc-2009Q1:1.1.1.1.0.2
	pkgsrc-2009Q1-base:1.1.1.1
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2009.08.08.06.22.35;	author tnn;	state dead;
branches;
next	1.1;

1.1
date	2009.02.13.23.46.51;	author abs;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2009.02.13.23.46.51;	author abs;	state Exp;
branches;
next	;


desc
@@


1.2
log
@remove time/p5-Date-Calc, duplicate of devel/p5-Date-Calc
@
text
@# $NetBSD: Makefile,v 1.1 2009/02/13 23:46:51 abs Exp $

DISTNAME=	Date-Calc-5.4
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	time perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Date/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	http://search.cpan.org/perldoc?Date::Calc
COMMENT=	Gregorian calendar date calculations

DEPENDS+=	p5-Bit-Vector>=6.4:../../devel/p5-Bit-Vector

USE_LANGUAGES=	c # installs C module
PERL5_PACKLIST=	auto/Date/Calc/.packlist

PKG_DESTDIR_SUPPORT=	user-destdir

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.14 2008/12/10 23:32:59 he Exp $
@


1.1.1.1
log
@Added time/p5-Date-Calc version 5.4

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.
@
text
@@
