From 8c982c93f44f7dbe2f2541d2d7627924b9f1627f Mon Sep 17 00:00:00 2001 From: Kamel Ibn Aziz Derouiche Date: Thu, 29 Dec 2011 22:12:12 +0000 Subject: [PATCH] Import py27-naftawayh-0.1 as wip/py-naftawayh. Naftawayh: Arabic word tagger --- py-naftawayh/DESCR | 1 + py-naftawayh/Makefile | 21 +++++++++++++++++++++ py-naftawayh/PLIST | 37 +++++++++++++++++++++++++++++++++++++ py-naftawayh/distinfo | 5 +++++ 4 files changed, 64 insertions(+) create mode 100644 py-naftawayh/DESCR create mode 100644 py-naftawayh/Makefile create mode 100644 py-naftawayh/PLIST create mode 100644 py-naftawayh/distinfo diff --git a/py-naftawayh/DESCR b/py-naftawayh/DESCR new file mode 100644 index 0000000000..4d9e42f1e2 --- /dev/null +++ b/py-naftawayh/DESCR @@ -0,0 +1 @@ +Naftawayh: Arabic word tagger diff --git a/py-naftawayh/Makefile b/py-naftawayh/Makefile new file mode 100644 index 0000000000..ecc8ca2fa2 --- /dev/null +++ b/py-naftawayh/Makefile @@ -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" diff --git a/py-naftawayh/PLIST b/py-naftawayh/PLIST new file mode 100644 index 0000000000..78f3d69541 --- /dev/null +++ b/py-naftawayh/PLIST @@ -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 diff --git a/py-naftawayh/distinfo b/py-naftawayh/distinfo new file mode 100644 index 0000000000..cafbdfe5b9 --- /dev/null +++ b/py-naftawayh/distinfo @@ -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