From owner-svn-ports-head@FreeBSD.ORG Fri Nov 15 16:48:35 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 774965FE; Fri, 15 Nov 2013 16:48:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 668482615; Fri, 15 Nov 2013 16:48:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAFGmZGB090081; Fri, 15 Nov 2013 16:48:35 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAFGmYxp090076; Fri, 15 Nov 2013 16:48:34 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311151648.rAFGmYxp090076@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 15 Nov 2013 16:48:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333888 - in head/devel: . p5-DateTime-Format-RSS 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.16 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, 15 Nov 2013 16:48:35 -0000 Author: mat Date: Fri Nov 15 16:48:33 2013 New Revision: 333888 URL: http://svnweb.freebsd.org/changeset/ports/333888 Log: Add p5-DateTime-Format-RSS 0.03000, format DateTime For RSS. PR: ports/180305 Submitted by: Anes Mukhametov Added: head/devel/p5-DateTime-Format-RSS/ head/devel/p5-DateTime-Format-RSS/Makefile (contents, props changed) head/devel/p5-DateTime-Format-RSS/distinfo (contents, props changed) head/devel/p5-DateTime-Format-RSS/pkg-descr (contents, props changed) head/devel/p5-DateTime-Format-RSS/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 15 16:41:49 2013 (r333887) +++ head/devel/Makefile Fri Nov 15 16:48:33 2013 (r333888) @@ -1809,6 +1809,7 @@ SUBDIR += p5-DateTime-Format-Oracle SUBDIR += p5-DateTime-Format-Pg SUBDIR += p5-DateTime-Format-RFC3339 + SUBDIR += p5-DateTime-Format-RSS SUBDIR += p5-DateTime-Format-Roman SUBDIR += p5-DateTime-Format-SQLite SUBDIR += p5-DateTime-Format-Strptime Added: head/devel/p5-DateTime-Format-RSS/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-DateTime-Format-RSS/Makefile Fri Nov 15 16:48:33 2013 (r333888) @@ -0,0 +1,25 @@ +# Created by: Anes Mukhametov +# $FreeBSD$ + +PORTNAME= DateTime-Format-RSS +PORTVERSION= 0.03000 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= anes@anes.su +COMMENT= Format DateTime For RSS + +RUN_DEPENDS= p5-DateTime-Format-DateParse>=0:${PORTSDIR}/devel/p5-DateTime-Format-DateParse \ + p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \ + p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ + p5-Class-Accessor-Fast-XS>=0:${PORTSDIR}/devel/p5-Class-Accessor-Fast-XS +BUILD_DEPENDS= p5-DateTime-Format-DateParse>=0:${PORTSDIR}/devel/p5-DateTime-Format-DateParse \ + p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \ + p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ + p5-Class-Accessor-Fast-XS>=0:${PORTSDIR}/devel/p5-Class-Accessor-Fast-XS + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-DateTime-Format-RSS/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-DateTime-Format-RSS/distinfo Fri Nov 15 16:48:33 2013 (r333888) @@ -0,0 +1,2 @@ +SHA256 (DateTime-Format-RSS-0.03000.tar.gz) = ec17a6233a225fdf7e8700b096fa33aa3285a0fac1ffc1173ccbfb6160561631 +SIZE (DateTime-Format-RSS-0.03000.tar.gz) = 18846 Added: head/devel/p5-DateTime-Format-RSS/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-DateTime-Format-RSS/pkg-descr Fri Nov 15 16:48:33 2013 (r333888) @@ -0,0 +1,7 @@ +Format DateTime For RSS + +DateTime::Format::RSS attempts to deal with those nasty RSS +date/time strings used in fields (such as , , +) that never ever seems to be right. + +WWW: http://search.cpan.org/dist/DateTime-Format-RSS/ Added: head/devel/p5-DateTime-Format-RSS/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-DateTime-Format-RSS/pkg-plist Fri Nov 15 16:48:33 2013 (r333888) @@ -0,0 +1,8 @@ +%%PERL5_MAN3%%/DateTime::Format::RSS.3.gz +%%SITE_PERL%%/DateTime/Format/RSS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/RSS/.packlist +@dirrmtry %%SITE_PERL%%/DateTime/Format +@dirrmtry %%SITE_PERL%%/DateTime +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/RSS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime