Date: Wed, 19 Feb 2014 06:05:44 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345005 - in head/textproc: . py-transifex-client Message-ID: <201402190605.s1J65iOc064557@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Wed Feb 19 06:05:43 2014 New Revision: 345005 URL: http://svnweb.freebsd.org/changeset/ports/345005 QAT: https://qat.redports.org/buildarchive/r345005/ Log: textproc/py-transifex-client: Command line interface for Transifex The Transifex Command-line Client is a command line tool that enables you to easily manage your translations within a project without the need of an elaborate UI system. You can use the command line client to easily create new resources, map locale files to translations and synchronize your Transifex project with your local repository and vice verca. Translators and localization managers can also use it to handle large volumes of translation files easily and without much hassle. WWW: http://www.transifex.com/ Added: head/textproc/py-transifex-client/ head/textproc/py-transifex-client/Makefile (contents, props changed) head/textproc/py-transifex-client/distinfo (contents, props changed) head/textproc/py-transifex-client/pkg-descr (contents, props changed) head/textproc/py-transifex-client/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Feb 19 05:44:13 2014 (r345004) +++ head/textproc/Makefile Wed Feb 19 06:05:43 2014 (r345005) @@ -1203,6 +1203,7 @@ SUBDIR += py-syck SUBDIR += py-texttable SUBDIR += py-trans + SUBDIR += py-transifex-client SUBDIR += py-translationstring SUBDIR += py-tvgrab SUBDIR += py-twistedLore Added: head/textproc/py-transifex-client/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-transifex-client/Makefile Wed Feb 19 06:05:43 2014 (r345005) @@ -0,0 +1,27 @@ +# Created by: Kubilay Kocak <koobs@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= transifex-client +PORTVERSION= 0.10 +CATEGORIES= textproc python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= koobs@FreeBSD.org +COMMENT= Command line interface for Transifex + +LICENSE= GPLv2 + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock + +USE_GITHUB= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +GH_ACCOUNT= transifex +GH_COMMIT= 84c9dcc + +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + +.include <bsd.port.mk> Added: head/textproc/py-transifex-client/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-transifex-client/distinfo Wed Feb 19 06:05:43 2014 (r345005) @@ -0,0 +1,2 @@ +SHA256 (transifex-client-0.10.tar.gz) = 3de66de38b37d0be200b0a208a862c4f3f5f1561c9db55818045dc2b52a86870 +SIZE (transifex-client-0.10.tar.gz) = 71822 Added: head/textproc/py-transifex-client/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-transifex-client/pkg-descr Wed Feb 19 06:05:43 2014 (r345005) @@ -0,0 +1,11 @@ +The Transifex Command-line Client is a command line tool that enables you +to easily manage your translations within a project without the need of an +elaborate UI system. + +You can use the command line client to easily create new resources, map +locale files to translations and synchronize your Transifex project with +your local repository and vice verca. Translators and localization managers +can also use it to handle large volumes of translation files easily and +without much hassle. + +WWW: https://www.transifex.com/ Added: head/textproc/py-transifex-client/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-transifex-client/pkg-plist Wed Feb 19 06:05:43 2014 (r345005) @@ -0,0 +1 @@ +@comment $FreeBSD$
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402190605.s1J65iOc064557>