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:
Michael Johnson
2006-12-04 01:47:19 +00:00
parent 2d45776e21
commit 7665147c12
5 changed files with 39 additions and 0 deletions

View File

@@ -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

View 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>

View 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

View File

@@ -0,0 +1,3 @@
This is a Python bindings for HyperEstraier.
WWW: http://hyperestraier.sourceforge.net/

View File

@@ -0,0 +1,3 @@
%%PYTHON_SITELIBDIR%%/_HyperEstraier.so
%%PYTHON_SITELIBDIR%%/HyperEstraier.py
%%PYTHON_SITELIBDIR%%/HyperEstraier.pyc