From f3360f6524e88f6e8ca5da0a96dc94f111cc1197 Mon Sep 17 00:00:00 2001 From: tonnerre Date: Sun, 16 Mar 2008 19:10:01 +0000 Subject: Add Calendar::Simple Perl version in version 1.19 Perl extension to create simple calendars. A very simple module that exports one function called calendar. Approved-by: cube --- time/p5-Calendar-Simple/DESCR | 1 + time/p5-Calendar-Simple/Makefile | 17 +++++++++++++++++ time/p5-Calendar-Simple/PLIST | 1 + time/p5-Calendar-Simple/distinfo | 5 +++++ 4 files changed, 24 insertions(+) create mode 100644 time/p5-Calendar-Simple/DESCR create mode 100644 time/p5-Calendar-Simple/Makefile create mode 100644 time/p5-Calendar-Simple/PLIST create mode 100644 time/p5-Calendar-Simple/distinfo (limited to 'time') diff --git a/time/p5-Calendar-Simple/DESCR b/time/p5-Calendar-Simple/DESCR new file mode 100644 index 00000000000..76d0b9bb646 --- /dev/null +++ b/time/p5-Calendar-Simple/DESCR @@ -0,0 +1 @@ +Perl extension to create simple calendars diff --git a/time/p5-Calendar-Simple/Makefile b/time/p5-Calendar-Simple/Makefile new file mode 100644 index 00000000000..45ee8d94305 --- /dev/null +++ b/time/p5-Calendar-Simple/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/03/16 19:10:01 tonnerre Exp $ + +DISTNAME= Calendar-Simple-1.17 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Calendar/} + +MAINTAINER= tonnerre@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Calendar-Simple/ +COMMENT= Perl extension to create simple calendars + +PERL5_PACKLIST= auto/Calendar/Simple/.packlist + +PERL5_MODULE_TYPE= Module::Build + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Calendar-Simple/PLIST b/time/p5-Calendar-Simple/PLIST new file mode 100644 index 00000000000..ba51014806b --- /dev/null +++ b/time/p5-Calendar-Simple/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/16 19:10:01 tonnerre Exp $ diff --git a/time/p5-Calendar-Simple/distinfo b/time/p5-Calendar-Simple/distinfo new file mode 100644 index 00000000000..26cf81fcbe1 --- /dev/null +++ b/time/p5-Calendar-Simple/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/03/16 19:10:01 tonnerre Exp $ + +SHA1 (Calendar-Simple-1.17.tar.gz) = 82a113ebf4f44250457bffe0c4938569807e19d8 +RMD160 (Calendar-Simple-1.17.tar.gz) = ef72e40426ae09816600889364cec9eca8428f26 +Size (Calendar-Simple-1.17.tar.gz) = 6507 bytes -- cgit v1.2.3