From owner-svn-ports-head@FreeBSD.ORG Sun Aug 18 12:57:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2E801F9A; Sun, 18 Aug 2013 12:57:42 +0000 (UTC) (envelope-from wg@FreeBSD.org) 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 00CBF2640; Sun, 18 Aug 2013 12:57:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7ICvfmK082671; Sun, 18 Aug 2013 12:57:41 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7ICvfEt082652; Sun, 18 Aug 2013 12:57:41 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201308181257.r7ICvfEt082652@svn.freebsd.org> From: William Grzybowski Date: Sun, 18 Aug 2013 12:57:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324903 - head/devel/py-polib 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.14 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: Sun, 18 Aug 2013 12:57:42 -0000 Author: wg Date: Sun Aug 18 12:57:40 2013 New Revision: 324903 URL: http://svnweb.freebsd.org/changeset/ports/324903 Log: devel/py-polib: update to 1.0.3 - Update to 1.0.3 - Change WWW for new upstream url Changes: https://bitbucket.org/jaraco/irc/src/f8120c37a5/CHANGES.rst?at=8.5.1 Modified: head/devel/py-polib/Makefile head/devel/py-polib/distinfo head/devel/py-polib/pkg-descr Modified: head/devel/py-polib/Makefile ============================================================================== --- head/devel/py-polib/Makefile Sun Aug 18 12:48:03 2013 (r324902) +++ head/devel/py-polib/Makefile Sun Aug 18 12:57:40 2013 (r324903) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= polib -PORTVERSION= 0.7.0 +PORTVERSION= 1.0.3 CATEGORIES= devel python MASTER_SITES= http://cdn.bitbucket.org/izi/polib/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-polib/distinfo ============================================================================== --- head/devel/py-polib/distinfo Sun Aug 18 12:48:03 2013 (r324902) +++ head/devel/py-polib/distinfo Sun Aug 18 12:57:40 2013 (r324903) @@ -1,2 +1,2 @@ -SHA256 (polib-0.7.0.tar.gz) = d9184d7454c650f5a26db54e70da8a50c51dcc6873af65277708ab9c6cf5c449 -SIZE (polib-0.7.0.tar.gz) = 149614 +SHA256 (polib-1.0.3.tar.gz) = 7b281e5ca799f9061bf029f2e911e99df483a1a02ef2ffaaf73fe80222f26aff +SIZE (polib-1.0.3.tar.gz) = 149954 Modified: head/devel/py-polib/pkg-descr ============================================================================== --- head/devel/py-polib/pkg-descr Sun Aug 18 12:48:03 2013 (r324902) +++ head/devel/py-polib/pkg-descr Sun Aug 18 12:57:40 2013 (r324903) @@ -1,13 +1,13 @@ -PoLib is a python library to parse and manage gettext catalogs. +PoLib is a python library to parse and manage gettext catalogs. polib allows you to manipulate, create, modify gettext files (pot, po and mo files). You can load existing files, iterate through it's entries, add, modify entries, comments or metadata, etc... -or create new po files from scratch. +or create new po files from scratch. polib provides a simple and pythonic API, exporting only three convenience functions 'pofile', 'mofile' and 'detect_encoding', and the 4 core classes: POFile, MOFile, POEntry and MOEntry for creating new files/entries. -WWW: http://polib.googlecode.com/ +WWW: https://bitbucket.org/izi/polib/