From owner-svn-ports-head@freebsd.org Fri Dec 23 17:35:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72FC4C8E157; Fri, 23 Dec 2016 17:35:52 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42D3713A4; Fri, 23 Dec 2016 17:35:52 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBNHZppV051983; Fri, 23 Dec 2016 17:35:51 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBNHZpoh051978; Fri, 23 Dec 2016 17:35:51 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201612231735.uBNHZpoh051978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 23 Dec 2016 17:35:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429278 - in head/deskutils: . p5-Data-ICal-DateTime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2016 17:35:52 -0000 Author: matthew Date: Fri Dec 23 17:35:50 2016 New Revision: 429278 URL: https://svnweb.freebsd.org/changeset/ports/429278 Log: Data::ICal::DateTime - convenience methods for using Data::ICal with DateTime WWW: http://search.cpan.org/dist/Data-ICal-DateTime/ Added: head/deskutils/p5-Data-ICal-DateTime/ head/deskutils/p5-Data-ICal-DateTime/Makefile (contents, props changed) head/deskutils/p5-Data-ICal-DateTime/distinfo (contents, props changed) head/deskutils/p5-Data-ICal-DateTime/pkg-descr (contents, props changed) head/deskutils/p5-Data-ICal-DateTime/pkg-plist (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Fri Dec 23 17:30:50 2016 (r429277) +++ head/deskutils/Makefile Fri Dec 23 17:35:50 2016 (r429278) @@ -165,6 +165,7 @@ SUBDIR += osynctool SUBDIR += owncloudclient SUBDIR += p5-Data-ICal + SUBDIR += p5-Data-ICal-DateTime SUBDIR += p5-Goo SUBDIR += p5-ZConf-BGSet SUBDIR += p5-ZConf-Runner Added: head/deskutils/p5-Data-ICal-DateTime/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/p5-Data-ICal-DateTime/Makefile Fri Dec 23 17:35:50 2016 (r429278) @@ -0,0 +1,35 @@ +# Created by: Matthew Seaman +# $FreeBSD$ + +PORTNAME= Data-ICal-DateTime +PORTVERSION= 0.81 +CATEGORIES= deskutils perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Convenience methods for using Data::ICal with DateTime + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes + +BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-Data-ICal>=0.07:deskutils/p5-Data-ICal \ + p5-Clone>=0:devel/p5-Clone \ + p5-DateTime-Set>=0:devel/p5-DateTime-Set \ + p5-DateTime-Format-ICal>=0:devel/p5-DateTime-Format-ICal +RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ + p5-Data-ICal>=0.07:deskutils/p5-Data-ICal \ + p5-Clone>=0:devel/p5-Clone \ + p5-DateTime-Set>=0:devel/p5-DateTime-Set \ + p5-DateTime-Format-ICal>=0:devel/p5-DateTime-Format-ICal +TEST_DEPENDS= p5-Test-LongString>=0:devel/p5-Test-LongString \ + p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ + p5-Test-Warn>=0:devel/p5-Test-Warn + +USES= perl5 +USE_PERL5= configure + +.include Added: head/deskutils/p5-Data-ICal-DateTime/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/p5-Data-ICal-DateTime/distinfo Fri Dec 23 17:35:50 2016 (r429278) @@ -0,0 +1,3 @@ +TIMESTAMP = 1482508342 +SHA256 (Data-ICal-DateTime-0.81.tar.gz) = 83a00933b683677dc2bdb408e6cabaa9cbcb9de65a41f4b284b0922bbd6f8dd8 +SIZE (Data-ICal-DateTime-0.81.tar.gz) = 41000 Added: head/deskutils/p5-Data-ICal-DateTime/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/p5-Data-ICal-DateTime/pkg-descr Fri Dec 23 17:35:50 2016 (r429278) @@ -0,0 +1,4 @@ +Data::ICal::DateTime - convenience methods for using Data::ICal with +DateTime + +WWW: http://search.cpan.org/dist/Data-ICal-DateTime/ Added: head/deskutils/p5-Data-ICal-DateTime/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/p5-Data-ICal-DateTime/pkg-plist Fri Dec 23 17:35:50 2016 (r429278) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Data/ICal/DateTime.pm +%%PERL5_MAN3%%/Data::ICal::DateTime.3.gz