Index: py-pyahocorasick/Makefile =================================================================== --- py-pyahocorasick/Makefile (nonexistent) +++ py-pyahocorasick/Makefile (working copy) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= pyahocorasick +DISTVERSION= 1.1.8 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= freebsd_ports@k-worx.org +COMMENT= Python and C implementation of the Aho-Corasick algorithm + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= distutils concurrent autoplist + +PORTDOCS= README.rst + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} unittests.py + +.include Property changes on: py-pyahocorasick/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: py-pyahocorasick/distinfo =================================================================== --- py-pyahocorasick/distinfo (nonexistent) +++ py-pyahocorasick/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1530203234 +SHA256 (pyahocorasick-1.1.8.tar.gz) = 3d584e7836ca7b066f99d7fdb384dc6ef7af211b2b139baedbd960c7c279bb7f +SIZE (pyahocorasick-1.1.8.tar.gz) = 74050 Property changes on: py-pyahocorasick/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: py-pyahocorasick/pkg-descr =================================================================== --- py-pyahocorasick/pkg-descr (nonexistent) +++ py-pyahocorasick/pkg-descr (working copy) @@ -0,0 +1,7 @@ +pyahocorasick is a fast and memory efficient library for exact or approximate +multi-pattern string search meaning that you can find multiple key strings +occurrences at once in some input text. The library provides an ahocorasick +Python module that you can use as a plain dict-like Trie or convert a Trie to an +automaton for efficient Aho-Corasick search. + +WWW: https://github.com/WojciechMula/pyahocorasick Property changes on: py-pyahocorasick/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property