diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-hyperestraier-python/Makefile | 22 | ||||
-rw-r--r-- | textproc/py-hyperestraier-python/distinfo | 3 | ||||
-rw-r--r-- | textproc/py-hyperestraier-python/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/py-hyperestraier-python/pkg-plist | 3 |
5 files changed, 32 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2274687f34ed..a10bf835efc4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -755,6 +755,7 @@ SUBDIR += py-feedparser SUBDIR += py-genshi SUBDIR += py-hyperestraier + SUBDIR += py-hyperestraier-python SUBDIR += py-jaxml SUBDIR += py-libxml2 SUBDIR += py-libxslt diff --git a/textproc/py-hyperestraier-python/Makefile b/textproc/py-hyperestraier-python/Makefile new file mode 100644 index 000000000000..480b3592e449 --- /dev/null +++ b/textproc/py-hyperestraier-python/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: py-hyperestraier-python +# Date created: 30 March 2007 +# Whom: Junji NAKANISHI <jun-g@daemonfreaks.com> +# +# $FreeBSD$ + +PORTNAME= hyperestraier +PORTVERSION= 0.9.2 +CATEGORIES= textproc python +MASTER_SITES= http://www.liris.org/tech/program/hyperestraier-purepython/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= -python +EXTRACT_SUFX= .tgz + +MAINTAINER= jun-g@daemonfreaks.com +COMMENT= Pure Python HyperEstraier library + +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_PYTHON= yes +USE_PYDISTUTILS=yes + +.include <bsd.port.mk> diff --git a/textproc/py-hyperestraier-python/distinfo b/textproc/py-hyperestraier-python/distinfo new file mode 100644 index 000000000000..46b59c352c88 --- /dev/null +++ b/textproc/py-hyperestraier-python/distinfo @@ -0,0 +1,3 @@ +MD5 (hyperestraier-0.9.2.tgz) = e839935de8bfcacb11e71528d39965e0 +SHA256 (hyperestraier-0.9.2.tgz) = 7cc9c80ae6a9f306a29462d8a4ba21a80a3982230a91d568eae0ea6a4db383cd +SIZE (hyperestraier-0.9.2.tgz) = 5837 diff --git a/textproc/py-hyperestraier-python/pkg-descr b/textproc/py-hyperestraier-python/pkg-descr new file mode 100644 index 000000000000..bf0362c1ca91 --- /dev/null +++ b/textproc/py-hyperestraier-python/pkg-descr @@ -0,0 +1,3 @@ +This is HyperEstraier pure python implementation. + +WWW: http://www.liris.org/tech/program/hyperestraier-purepython/ diff --git a/textproc/py-hyperestraier-python/pkg-plist b/textproc/py-hyperestraier-python/pkg-plist new file mode 100644 index 000000000000..665b375d1c01 --- /dev/null +++ b/textproc/py-hyperestraier-python/pkg-plist @@ -0,0 +1,3 @@ +%%PYTHON_SITELIBDIR%%/hyperestraier.py +%%PYTHON_SITELIBDIR%%/hyperestraier.pyc +%%PYTHON_SITELIBDIR%%/hyperestraier.pyo |