From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 05:06:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 870B3106573A; Sun, 9 Sep 2012 05:06:25 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 57BD08FC12; Sun, 9 Sep 2012 05:06:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8956PTR010487; Sun, 9 Sep 2012 05:06:25 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8956P1g010483; Sun, 9 Sep 2012 05:06:25 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209090506.q8956P1g010483@svn.freebsd.org> From: Thomas Abthorpe Date: Sun, 9 Sep 2012 05:06:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303957 - head/devel/p5-Locale-PO X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 05:06:26 -0000 Author: tabthorpe Date: Sun Sep 9 05:06:24 2012 New Revision: 303957 URL: http://svn.freebsd.org/changeset/ports/303957 Log: - Update to 0.22 Modified: head/devel/p5-Locale-PO/Makefile (contents, props changed) head/devel/p5-Locale-PO/distinfo (contents, props changed) head/devel/p5-Locale-PO/pkg-descr (contents, props changed) Modified: head/devel/p5-Locale-PO/Makefile ============================================================================== --- head/devel/p5-Locale-PO/Makefile Sun Sep 9 05:01:46 2012 (r303956) +++ head/devel/p5-Locale-PO/Makefile Sun Sep 9 05:06:24 2012 (r303957) @@ -6,8 +6,7 @@ # PORTNAME= Locale-PO -PORTVERSION= 0.21 -PORTREVISION= 1 +PORTVERSION= 0.22 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,10 +14,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Perl module for manipulating .po entries from GNU gettext +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} -BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp +BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Locale::PO.3 Modified: head/devel/p5-Locale-PO/distinfo ============================================================================== --- head/devel/p5-Locale-PO/distinfo Sun Sep 9 05:01:46 2012 (r303956) +++ head/devel/p5-Locale-PO/distinfo Sun Sep 9 05:06:24 2012 (r303957) @@ -1,2 +1,2 @@ -SHA256 (Locale-PO-0.21.tar.gz) = 9c6b135979e0a95b5342f40016dcbe1281dbf320177431457285c8b5ebb00200 -SIZE (Locale-PO-0.21.tar.gz) = 16990 +SHA256 (Locale-PO-0.22.tar.gz) = ae40817c824c61ed680573adc5641d456c92ed2c07d74c18b1078f0293b67a87 +SIZE (Locale-PO-0.22.tar.gz) = 19604 Modified: head/devel/p5-Locale-PO/pkg-descr ============================================================================== --- head/devel/p5-Locale-PO/pkg-descr Sun Sep 9 05:01:46 2012 (r303956) +++ head/devel/p5-Locale-PO/pkg-descr Sun Sep 9 05:06:24 2012 (r303957) @@ -1,3 +1,3 @@ -This module simplifies management of GNU gettext .po files and is -an alternative to using emacs po-mode. It provides an object-oriented -interface in which each entry in a .po file is a Locale::PO object. +This module provides methods for manipulating objects that represent +entries in a gettext po-file (untranslated and translated strings, with +associated comments). It can load and save complete po-files.