Add py-hyperestraier 0.0.15, python bindings for HyperEstraier.
PR: ports/105875 Submitted by: Junji NAKANISHI <jun-g at daemonfreaks.com>
This commit is contained in:
@@ -731,6 +731,7 @@
|
||||
SUBDIR += py-excelerator
|
||||
SUBDIR += py-expat
|
||||
SUBDIR += py-feedparser
|
||||
SUBDIR += py-hyperestraier
|
||||
SUBDIR += py-jaxml
|
||||
SUBDIR += py-libxml2
|
||||
SUBDIR += py-libxslt
|
||||
|
||||
29
textproc/py-hyperestraier/Makefile
Normal file
29
textproc/py-hyperestraier/Makefile
Normal file
@@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: py-hyperestraier
|
||||
# Date created: 21 November 2006
|
||||
# Whom: Junji NAKANISHI <jun-g@daemonfreaks.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hyperestraier
|
||||
PORTVERSION= 0.0.15
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= http://hyperestraier.sourceforge.net/binding/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= hyper_estraier_wrappers-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ahze@FreeBSD.org
|
||||
COMMENT= Python bindings for HyperEstraier
|
||||
|
||||
BUILD_DEPENDS= swig>=1.3:${PORTSDIR}/devel/swig13
|
||||
LIB_DEPENDS= estraier.8:${PORTSDIR}/textproc/hyperestraier
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
||||
MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
pre-patch:
|
||||
@${REINPLACE_CMD} -e 's|PYTHON = python|PYTHON = ${PYTHON_VERSION}|' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
textproc/py-hyperestraier/distinfo
Normal file
3
textproc/py-hyperestraier/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
MD5 (hyper_estraier_wrappers-0.0.15.tar.gz) = 26f81dbc06954a6030f801b4d8b06fa9
|
||||
SHA256 (hyper_estraier_wrappers-0.0.15.tar.gz) = fef975da295f7a393a3a0fbaf2e00d06f1d58f6486bbfdd3fc0af26dd7cc3bd2
|
||||
SIZE (hyper_estraier_wrappers-0.0.15.tar.gz) = 368409
|
||||
3
textproc/py-hyperestraier/pkg-descr
Normal file
3
textproc/py-hyperestraier/pkg-descr
Normal file
@@ -0,0 +1,3 @@
|
||||
This is a Python bindings for HyperEstraier.
|
||||
|
||||
WWW: http://hyperestraier.sourceforge.net/
|
||||
3
textproc/py-hyperestraier/pkg-plist
Normal file
3
textproc/py-hyperestraier/pkg-plist
Normal file
@@ -0,0 +1,3 @@
|
||||
%%PYTHON_SITELIBDIR%%/_HyperEstraier.so
|
||||
%%PYTHON_SITELIBDIR%%/HyperEstraier.py
|
||||
%%PYTHON_SITELIBDIR%%/HyperEstraier.pyc
|
||||
Reference in New Issue
Block a user