From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 18 10:50:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF3791065670 for ; Wed, 18 Nov 2009 10:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8449E8FC0A for ; Wed, 18 Nov 2009 10:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nAIAo3q8053622 for ; Wed, 18 Nov 2009 10:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nAIAo3vl053621; Wed, 18 Nov 2009 10:50:03 GMT (envelope-from gnats) Date: Wed, 18 Nov 2009 10:50:03 GMT Message-Id: <200911181050.nAIAo3vl053621@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/140659: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 10:50:03 -0000 The following reply was made to PR ports/140659; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140659: commit references a PR Date: Wed, 18 Nov 2009 10:40:27 +0000 (UTC) miwi 2009-11-18 10:40:18 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Time-Format Makefile distinfo pkg-descr pkg-plist Log: Time::Format provides a very easy way to format dates and times. The formatting functions are tied to hash variables, so they can be used inside strings as well as in ordinary expressions. The formatting codes used are meant to be easy to remember, use, and read. They follow a simple, consistent pattern. If I've done my job right, once you learn the codes, you should never have to refer to the documentation again. A quick-reference page is included, just in case. ;-) Time::Format can also format DateTime objects, and strings created with Date::Manip. Also provided is a tied-hash interface to POSIX::strftime and Date::Manip::UnixDate. If the I18N::Langinfo module is available, Time::Format provides weekday and month names in a language appropriate for your locale. A companion module, Time::Format_XS, is also available; if it is installed, Time::Format will detect and use it, which will result in a significant speed improvement. WWW: http://search.cpan.org/dist/Time-Format/ PR: ports/140659 Submitted by: Sergey V. Dyatko Revision Changes Path 1.3690 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/p5-Time-Format/Makefile (new) 1.1 +3 -0 ports/devel/p5-Time-Format/distinfo (new) 1.1 +23 -0 ports/devel/p5-Time-Format/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Time-Format/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"