mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Add py-hyperestraier-python 0.9.2, pure Python HyperEstraier library.
PR: ports/111267 Submitted by: Junji NAKANISHI <jun-g at daemonfreaks.com> Approved by: clsung (mentor)
This commit is contained in:
parent
f5bb8217fb
commit
a95bf91c6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189338
@ -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
|
||||
|
22
textproc/py-hyperestraier-python/Makefile
Normal file
22
textproc/py-hyperestraier-python/Makefile
Normal file
@ -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>
|
3
textproc/py-hyperestraier-python/distinfo
Normal file
3
textproc/py-hyperestraier-python/distinfo
Normal file
@ -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
|
3
textproc/py-hyperestraier-python/pkg-descr
Normal file
3
textproc/py-hyperestraier-python/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is HyperEstraier pure python implementation.
|
||||
|
||||
WWW: http://www.liris.org/tech/program/hyperestraier-purepython/
|
3
textproc/py-hyperestraier-python/pkg-plist
Normal file
3
textproc/py-hyperestraier-python/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%PYTHON_SITELIBDIR%%/hyperestraier.py
|
||||
%%PYTHON_SITELIBDIR%%/hyperestraier.pyc
|
||||
%%PYTHON_SITELIBDIR%%/hyperestraier.pyo
|
Loading…
Reference in New Issue
Block a user