From owner-cvs-all@FreeBSD.ORG Fri Nov 11 08:17:55 2011 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 783BF106566B; Fri, 11 Nov 2011 08:17:55 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 693A08FC13; Fri, 11 Nov 2011 08:17:55 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pAB8HtfR007004; Fri, 11 Nov 2011 08:17:55 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pAB8Ht04007003; Fri, 11 Nov 2011 08:17:55 GMT (envelope-from wen) Message-Id: <201111110817.pAB8Ht04007003@repoman.freebsd.org> From: Wen Heping Date: Fri, 11 Nov 2011 08:17:55 +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/textproc Makefile ports/textproc/py-gettext Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2011 08:17:55 -0000 wen 2011-11-11 08:17:55 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/py-gettext Makefile distinfo pkg-descr pkg-plist Log: This implementation of Gettext for Python includes a Msgfmt class which can be used to generate compiled mo files from Gettext po files and includes support for the newer msgctxt keyword. WWW: http://pypi.python.org/pypi/python-gettext Submitted by: Ruslan Mahmatkhanov (via github) Feature safe: yes Revision Changes Path 1.1680 +1 -0 ports/textproc/Makefile 1.1 +27 -0 ports/textproc/py-gettext/Makefile (new) 1.1 +2 -0 ports/textproc/py-gettext/distinfo (new) 1.1 +5 -0 ports/textproc/py-gettext/pkg-descr (new) 1.1 +36 -0 ports/textproc/py-gettext/pkg-plist (new)