Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B57F87A266 for ; Sat, 17 Sep 2016 02:34:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 602C185EAE; Sat, 17 Sep 2016 02:34:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E521185E8B for ; Sat, 17 Sep 2016 02:34:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VSzYqCq5r8O0 for ; Sat, 17 Sep 2016 02:34:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7000185E44 for ; Sat, 17 Sep 2016 02:34:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6E347FBD1; Sat, 17 Sep 2016 02:34:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474079663166960" MIME-Version: 1.0 Date: Sat, 17 Sep 2016 02:34:23 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/time/p5-DateTime-Incomplete To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160917023423.6E347FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1474079663166960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Sep 17 02:34:23 UTC 2016 Added Files: pkgsrc/time/p5-DateTime-Incomplete: DESCR Makefile distinfo Log Message: Import p5-DateTime-Incomplete-0.08 as time/p5-DateTime-Incomplete. DateTime::Incomplete is a class for representing partial dates and times. These are actually encountered relatively frequently. For example, a birthday is commonly given as a month and day, without a year. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/time/p5-DateTime-Incomplete/DESCR \ pkgsrc/time/p5-DateTime-Incomplete/Makefile \ pkgsrc/time/p5-DateTime-Incomplete/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474079663166960 Content-Disposition: inline Content-Length: 2123 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/time/p5-DateTime-Incomplete/DESCR diff -u /dev/null pkgsrc/time/p5-DateTime-Incomplete/DESCR:1.1 --- /dev/null Sat Sep 17 02:34:23 2016 +++ pkgsrc/time/p5-DateTime-Incomplete/DESCR Sat Sep 17 02:34:23 2016 @@ -0,0 +1,4 @@ +DateTime::Incomplete is a class for representing partial dates and times. + +These are actually encountered relatively frequently. For example, a +birthday is commonly given as a month and day, without a year. Index: pkgsrc/time/p5-DateTime-Incomplete/Makefile diff -u /dev/null pkgsrc/time/p5-DateTime-Incomplete/Makefile:1.1 --- /dev/null Sat Sep 17 02:34:23 2016 +++ pkgsrc/time/p5-DateTime-Incomplete/Makefile Sat Sep 17 02:34:23 2016 @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2016/09/17 02:34:23 mef Exp $ + +DISTNAME= DateTime-Incomplete-0.08 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/F/FG/FGLOCK/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/F/FG/FGLOCK/ +COMMENT= DateTime::Incomplete - An incomplete datetime, like January 5 +LICENSE= ${PERL5_LICENSE} + +# for make test +BUILD_DEPENDS+= p5-DateTime-Set-[0-9]*:../../time/p5-DateTime-Set +BUILD_DEPENDS+= p5-DateTime-Event-Recurrence-[0-9]*:../../time/p5-DateTime-Event-Recurrence + +PERL5_PACKLIST= auto/DateTime/Incomplete/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/time/p5-DateTime-Incomplete/distinfo diff -u /dev/null pkgsrc/time/p5-DateTime-Incomplete/distinfo:1.1 --- /dev/null Sat Sep 17 02:34:23 2016 +++ pkgsrc/time/p5-DateTime-Incomplete/distinfo Sat Sep 17 02:34:23 2016 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/09/17 02:34:23 mef Exp $ + +SHA1 (DateTime-Incomplete-0.08.tar.gz) = 0450b2b1bf638c211a1b80b2288a964f8d5a951c +RMD160 (DateTime-Incomplete-0.08.tar.gz) = a2fee2529de3227ddd1395921ce2b34f5a823c26 +SHA512 (DateTime-Incomplete-0.08.tar.gz) = 676cfae2e9183815ee62c65ecf587afc36bc2cf4444a73e7982a1572d0f18debdfd7498c55a63e90fdd3e04cfa9fbb5bec7b078cddeec1e2391cd98039a695d5 +Size (DateTime-Incomplete-0.08.tar.gz) = 25886 bytes --_----------=_1474079663166960--