svn commit: r345005 - in head/textproc: . py-transifex-client

Kubilay Kocak koobs at FreeBSD.org
Wed Feb 19 06:05:45 UTC 2014


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	transifex-client
+PORTVERSION=	0.10
+CATEGORIES=	textproc python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	koobs at 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 @@
+ at comment $FreeBSD$


More information about the svn-ports-all mailing list