From owner-cvs-all@FreeBSD.ORG Sat Jun 28 14:57:23 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96FF11065672; Sat, 28 Jun 2008 14:57:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 823C38FC17; Sat, 28 Jun 2008 14:57:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5SEvNMx056391; Sat, 28 Jun 2008 14:57:23 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5SEvN5w056390; Sat, 28 Jun 2008 14:57:23 GMT (envelope-from miwi) Message-Id: <200806281457.m5SEvN5w056390@repoman.freebsd.org> From: Martin Wilke Date: Sat, 28 Jun 2008 14:57:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-DateTime-Format-DateParse Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2008 14:57:23 -0000 miwi 2008-06-28 14:57:23 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-DateTime-Format-DateParse Makefile distinfo pkg-descr pkg-plist Log: This module is a compatibility wrapper around Date::Parse. Provides a tool to process different combinations of dates and zones values. If a date doesn't contain a timezone suffix, and zone parameter is not set, then the timezone of the returned DateTime object will be set to the local timezone. This is consistent with the behavior of Date::Parse. If no zone is specified and the date string does specify a timezone/offset or if a zone format can not be parsed by DateTime::TimeZone, the returned DateTime object will have UTC timezone. WWW: http://search.cpan.org/dist/DateTime-Format-DateParse/ PR: ports/124852 Submitted by: svysh at pn.sinp.msu.ru Revision Changes Path 1.3118 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/p5-DateTime-Format-DateParse/Makefile (new) 1.1 +3 -0 ports/devel/p5-DateTime-Format-DateParse/distinfo (new) 1.1 +11 -0 ports/devel/p5-DateTime-Format-DateParse/pkg-descr (new) 1.1 +4 -0 ports/devel/p5-DateTime-Format-DateParse/pkg-plist (new)