Import py27-naftawayh-0.1 as wip/py-naftawayh.
Naftawayh: Arabic word tagger
This commit is contained in:
parent
97a25c4141
commit
8c982c93f4
4 changed files with 64 additions and 0 deletions
1
py-naftawayh/DESCR
Normal file
1
py-naftawayh/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Naftawayh: Arabic word tagger
|
21
py-naftawayh/Makefile
Normal file
21
py-naftawayh/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/12/29 22:12:12 jihbed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Naftawayh-0.1
|
||||
PKGNAME= ${PYPKGPREFIX}-naftawayh-0.1
|
||||
CATEGORIES= textproc python #arabic
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/N/Naftawayh/
|
||||
EXTRACT_SUFX= .zip#md5=30663df3626a2464e234131f674e7627
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= http://naftawayh.sourceforge.net/
|
||||
COMMENT= Naftawayh: Arabic word tagger
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
37
py-naftawayh/PLIST
Normal file
37
py-naftawayh/PLIST
Normal file
|
@ -0,0 +1,37 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/29 22:12:12 jihbed Exp $
|
||||
${PYSITELIB}/naftawayh/__init__.py
|
||||
${PYSITELIB}/naftawayh/__init__.pyc
|
||||
${PYSITELIB}/naftawayh/__init__.pyo
|
||||
${PYSITELIB}/naftawayh/affix_const.py
|
||||
${PYSITELIB}/naftawayh/affix_const.pyc
|
||||
${PYSITELIB}/naftawayh/affix_const.pyo
|
||||
${PYSITELIB}/naftawayh/ar_ctype.py
|
||||
${PYSITELIB}/naftawayh/ar_ctype.pyc
|
||||
${PYSITELIB}/naftawayh/ar_ctype.pyo
|
||||
${PYSITELIB}/naftawayh/ar_stopwords.py
|
||||
${PYSITELIB}/naftawayh/ar_stopwords.pyc
|
||||
${PYSITELIB}/naftawayh/ar_stopwords.pyo
|
||||
${PYSITELIB}/naftawayh/ar_stowords.py
|
||||
${PYSITELIB}/naftawayh/ar_stowords.pyc
|
||||
${PYSITELIB}/naftawayh/ar_stowords.pyo
|
||||
${PYSITELIB}/naftawayh/arabic_const.py
|
||||
${PYSITELIB}/naftawayh/arabic_const.pyc
|
||||
${PYSITELIB}/naftawayh/arabic_const.pyo
|
||||
${PYSITELIB}/naftawayh/create_verbstamp.py
|
||||
${PYSITELIB}/naftawayh/create_verbstamp.pyc
|
||||
${PYSITELIB}/naftawayh/create_verbstamp.pyo
|
||||
${PYSITELIB}/naftawayh/specialwords.py
|
||||
${PYSITELIB}/naftawayh/specialwords.pyc
|
||||
${PYSITELIB}/naftawayh/specialwords.pyo
|
||||
${PYSITELIB}/naftawayh/stopwords.py
|
||||
${PYSITELIB}/naftawayh/stopwords.pyc
|
||||
${PYSITELIB}/naftawayh/stopwords.pyo
|
||||
${PYSITELIB}/naftawayh/verb_dictionary.py
|
||||
${PYSITELIB}/naftawayh/verb_dictionary.pyc
|
||||
${PYSITELIB}/naftawayh/verb_dictionary.pyo
|
||||
${PYSITELIB}/naftawayh/verb_stamp.py
|
||||
${PYSITELIB}/naftawayh/verb_stamp.pyc
|
||||
${PYSITELIB}/naftawayh/verb_stamp.pyo
|
||||
${PYSITELIB}/naftawayh/wordtag.py
|
||||
${PYSITELIB}/naftawayh/wordtag.pyc
|
||||
${PYSITELIB}/naftawayh/wordtag.pyo
|
5
py-naftawayh/distinfo
Normal file
5
py-naftawayh/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/12/29 22:12:12 jihbed Exp $
|
||||
|
||||
SHA1 (Naftawayh-0.1.zip) = 2bb83a2be2dd4dc106e311c031ba9b62ad5df6c0
|
||||
RMD160 (Naftawayh-0.1.zip) = 920179a936bcb0f8e304eea3245ffea28cb12b13
|
||||
Size (Naftawayh-0.1.zip) = 328623 bytes
|
Loading…
Reference in a new issue