From owner-svn-ports-head@FreeBSD.ORG Tue Mar 10 06:08:22 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DDFD9CC1; Tue, 10 Mar 2015 06:08:21 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8CE6242; Tue, 10 Mar 2015 06:08:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2A68LR6011687; Tue, 10 Mar 2015 06:08:21 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2A68KMv011681; Tue, 10 Mar 2015 06:08:20 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201503100608.t2A68KMv011681@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 10 Mar 2015 06:08:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380893 - in head/devel: . p5-Time-timegm 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.18-1 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: Tue, 10 Mar 2015 06:08:22 -0000 Author: vanilla Date: Tue Mar 10 06:08:19 2015 New Revision: 380893 URL: https://svnweb.freebsd.org/changeset/ports/380893 QAT: https://qat.redports.org/buildarchive/r380893/ Log: Add p5-Time-timegm 0.01, efficiently compute time from local and GMT time. PR: 198308 Submitted by: Geoffroy Desvernay Added: head/devel/p5-Time-timegm/ head/devel/p5-Time-timegm/Makefile (contents, props changed) head/devel/p5-Time-timegm/distinfo (contents, props changed) head/devel/p5-Time-timegm/pkg-descr (contents, props changed) head/devel/p5-Time-timegm/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Mar 10 06:03:50 2015 (r380892) +++ head/devel/Makefile Tue Mar 10 06:08:19 2015 (r380893) @@ -3142,6 +3142,7 @@ SUBDIR += p5-Time-Stopwatch SUBDIR += p5-Time-Warp SUBDIR += p5-Time-modules + SUBDIR += p5-Time-timegm SUBDIR += p5-TimeDate SUBDIR += p5-ToolSet SUBDIR += p5-TraceFuncs Added: head/devel/p5-Time-timegm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-timegm/Makefile Tue Mar 10 06:08:19 2015 (r380893) @@ -0,0 +1,20 @@ +# Created by: Geoffroy Desvernay +# $FreeBSD$ + +PORTNAME= Time-timegm +PORTVERSION= 0.01 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PEVANS +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Efficiently compute time from local and GMT time + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Time-timegm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-timegm/distinfo Tue Mar 10 06:08:19 2015 (r380893) @@ -0,0 +1,2 @@ +SHA256 (Time-timegm-0.01.tar.gz) = e721cdfda183146b895e04cee712e10ab1bc73c8bad1bbc84c04b19ef1052c98 +SIZE (Time-timegm-0.01.tar.gz) = 13466 Added: head/devel/p5-Time-timegm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-timegm/pkg-descr Tue Mar 10 06:08:19 2015 (r380893) @@ -0,0 +1,10 @@ +The POSIX standard provides three functions for converting between integer +epoch values and 6-component "broken-down" time representations. +localtime and gmtime convert an epoch into the 6 components of seconds, +minutes, hours, day of month, month and year, in either local timezone or UTC. +The mktime function converts a local broken-down time into an epoch value. +However, POSIX does not provide a UTC version of this. + +This module provides a function timegm which has this ability. + +WWW: https://metacpan.org/pod/Time::timegm Added: head/devel/p5-Time-timegm/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-timegm/pkg-plist Tue Mar 10 06:08:19 2015 (r380893) @@ -0,0 +1,3 @@ +%%PERL5_MAN3%%/Time::timegm.3.gz +%%SITE_PERL%%/Time/timegm.pm +%%SITE_PERL%%/Time/timegm.xs