FreeBSD Bugzilla – Attachment 194815 Details for
Bug 229451
[NEW PORT] textproc/py-pyahocorasick: Python and C implementation of the Aho-Corasick algorithm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-pyahocorasick.patch
py-pyahocorasick.patch (text/plain), 2.82 KB, created by
Kai Knoblich
on 2018-07-01 13:05:52 UTC
(
hide
)
Description:
py-pyahocorasick.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-07-01 13:05:52 UTC
Size:
2.82 KB
patch
obsolete
>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 <bsd.port.mk> > >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229451
: 194815