svn commit: r333540 - in head/devel: . py-jellyfish
Bryan Drewery
bdrewery at FreeBSD.org
Tue Nov 12 01:30:26 UTC 2013
Author: bdrewery
Date: Tue Nov 12 00:11:57 2013
New Revision: 333540
URL: http://svnweb.freebsd.org/changeset/ports/333540
Log:
Add new port devel/py-jellyfish
Jellyfish is a python library for doing approximate and phonetic matching of
strings.
WWW: https://github.com/sunlightlabs/jellyfish
Added:
head/devel/py-jellyfish/
head/devel/py-jellyfish/Makefile (contents, props changed)
head/devel/py-jellyfish/distinfo (contents, props changed)
head/devel/py-jellyfish/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Nov 11 23:11:16 2013 (r333539)
+++ head/devel/Makefile Tue Nov 12 00:11:57 2013 (r333540)
@@ -3603,6 +3603,7 @@
SUBDIR += py-iterpipes
SUBDIR += py-itools
SUBDIR += py-jcc
+ SUBDIR += py-jellyfish
SUBDIR += py-jira
SUBDIR += py-jmespath
SUBDIR += py-jsmin
Added: head/devel/py-jellyfish/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-jellyfish/Makefile Tue Nov 12 00:11:57 2013 (r333540)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= jellyfish
+PORTVERSION= 0.2.0
+CATEGORIES= devel
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= bdrewery at FreeBSD.org
+COMMENT= Library for doing approximate and phonetic matching of strings
+
+LICENSE= BSD
+
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= easy_install
+PYEASYINSTALL_ARCHDEP= yes
+
+.include <bsd.port.mk>
Added: head/devel/py-jellyfish/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-jellyfish/distinfo Tue Nov 12 00:11:57 2013 (r333540)
@@ -0,0 +1,2 @@
+SHA256 (jellyfish-0.2.0.tar.gz) = aa52f62bb48e6c3643bb0fc8f3f20a032342fa01e198add3f42a030bc15e2bb9
+SIZE (jellyfish-0.2.0.tar.gz) = 14645
Added: head/devel/py-jellyfish/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-jellyfish/pkg-descr Tue Nov 12 00:11:57 2013 (r333540)
@@ -0,0 +1,4 @@
+Jellyfish is a python library for doing approximate and phonetic matching of
+strings.
+
+WWW: https://github.com/sunlightlabs/jellyfish
More information about the svn-ports-all
mailing list