diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-11-12 00:11:57 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-11-12 00:11:57 +0000 |
commit | e2637ec07d65ef6b4dde4cf473657731defb94e0 (patch) | |
tree | 0c6231e8b6b624891092cd6a5a29964c16ec5f4b /devel | |
parent | db432dee6ec3542420d730db8012226d80e0c285 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-jellyfish/Makefile | 20 | ||||
-rw-r--r-- | devel/py-jellyfish/distinfo | 2 | ||||
-rw-r--r-- | devel/py-jellyfish/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d672592c8c57..34d1210ee596 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-jellyfish/Makefile b/devel/py-jellyfish/Makefile new file mode 100644 index 000000000000..5fab2b13785a --- /dev/null +++ b/devel/py-jellyfish/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= jellyfish +PORTVERSION= 0.2.0 +CATEGORIES= devel +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= bdrewery@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> diff --git a/devel/py-jellyfish/distinfo b/devel/py-jellyfish/distinfo new file mode 100644 index 000000000000..752bf1489dea --- /dev/null +++ b/devel/py-jellyfish/distinfo @@ -0,0 +1,2 @@ +SHA256 (jellyfish-0.2.0.tar.gz) = aa52f62bb48e6c3643bb0fc8f3f20a032342fa01e198add3f42a030bc15e2bb9 +SIZE (jellyfish-0.2.0.tar.gz) = 14645 diff --git a/devel/py-jellyfish/pkg-descr b/devel/py-jellyfish/pkg-descr new file mode 100644 index 000000000000..0eea149c0e5c --- /dev/null +++ b/devel/py-jellyfish/pkg-descr @@ -0,0 +1,4 @@ +Jellyfish is a python library for doing approximate and phonetic matching of +strings. + +WWW: https://github.com/sunlightlabs/jellyfish |