Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2013 20:38:17 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331996 - in head/devel: . py-babelfish
Message-ID:  <201310292038.r9TKcH76025145@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Tue Oct 29 20:38:17 2013
New Revision: 331996
URL: http://svnweb.freebsd.org/changeset/ports/331996

Log:
  devel/py-babelfish: module to work with countries and languages
  
  WWW: https://github.com/Diaoul/babelfish/

Added:
  head/devel/py-babelfish/
  head/devel/py-babelfish/Makefile   (contents, props changed)
  head/devel/py-babelfish/distinfo   (contents, props changed)
  head/devel/py-babelfish/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Oct 29 20:34:55 2013	(r331995)
+++ head/devel/Makefile	Tue Oct 29 20:38:17 2013	(r331996)
@@ -3461,6 +3461,7 @@
     SUBDIR += py-async
     SUBDIR += py-avro
     SUBDIR += py-babel
+    SUBDIR += py-babelfish
     SUBDIR += py-bcdoc
     SUBDIR += py-billiard
     SUBDIR += py-binplist

Added: head/devel/py-babelfish/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-babelfish/Makefile	Tue Oct 29 20:38:17 2013	(r331996)
@@ -0,0 +1,21 @@
+# Created by: William Grzybowski <wg@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	babelfish
+PORTVERSION=	0.1.5
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	wg@FreeBSD.org
+COMMENT=	Module to work with countries and languages
+
+LICENSE=	BSD
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=	easy_install
+PYDISTUTILS_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-babelfish/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-babelfish/distinfo	Tue Oct 29 20:38:17 2013	(r331996)
@@ -0,0 +1,2 @@
+SHA256 (babelfish-0.1.5.tar.gz) = 6c40d31be37cec569101a49b6d89037f0446361bd3a7d9c7c714d04c74cf21d7
+SIZE (babelfish-0.1.5.tar.gz) = 74938

Added: head/devel/py-babelfish/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-babelfish/pkg-descr	Tue Oct 29 20:38:17 2013	(r331996)
@@ -0,0 +1,3 @@
+BabelFish is a Python library to work with countries and languages.
+
+WWW: https://github.com/Diaoul/babelfish/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310292038.r9TKcH76025145>