Date: Mon, 27 Nov 2006 03:07:34 +0900 From: "Junji NAKANISHI <jun-g@daemonfreaks.com>" <jun-g@daemonfreaks.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/105875: [NEW PORT] textproc/py-hyperestraier: Python bindings for HyperEstraier Message-ID: <1164564454.71212@blackmagic.daemonfreaks.local> Resent-Message-ID: <200611261820.kAQIKDvh072111@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105875 >Category: ports >Synopsis: [NEW PORT] textproc/py-hyperestraier: Python bindings for HyperEstraier >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 26 18:20:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Junji NAKANISHI <jun-g@daemonfreaks.com> >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD 6.1-STABLE #4: Wed Sep 6 12:32:58 JST 2006 root@blackmagic.daemonfreaks.local:/usr/obj/usr/src/sys/BLACKMAGIC >Description: This is a Python bindings for HyperEstraier. WWW: http://hyperestraier.sourceforge.net/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-hyperestraier/ # py-hyperestraier/Makefile # py-hyperestraier/distinfo # py-hyperestraier/pkg-descr # py-hyperestraier/pkg-plist # echo c - py-hyperestraier/ mkdir -p py-hyperestraier/ > /dev/null 2>&1 echo x - py-hyperestraier/Makefile sed 's/^X//' >py-hyperestraier/Makefile << 'END-of-py-hyperestraier/Makefile' X# New ports collection makefile for: py-hyperestraier X# Date created: 21 November 2006 X# Whom: Junji NAKANISHI <jun-g@daemonfreaks.com> X# X# $FreeBSD:$ X XPORTNAME= hyperestraier XPORTVERSION= 0.0.15 XCATEGORIES= textproc python XMASTER_SITES= http://hyperestraier.sourceforge.net/binding/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= hyper_estraier_wrappers-${PORTVERSION} X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Python bindings for HyperEstraier X XBUILD_DEPENDS= swig>=1.3:${PORTSDIR}/devel/swig13 XLIB_DEPENDS= estraier.8:${PORTSDIR}/textproc/hyperestraier X XUSE_PYTHON= yes X XMAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" X Xpre-patch: X @${REINPLACE_CMD} -e 's|PYTHON = python|PYTHON = ${PYTHON_VERSION}|' \ X ${WRKSRC}/Makefile X X.include <bsd.port.mk> END-of-py-hyperestraier/Makefile echo x - py-hyperestraier/distinfo sed 's/^X//' >py-hyperestraier/distinfo << 'END-of-py-hyperestraier/distinfo' XMD5 (hyper_estraier_wrappers-0.0.15.tar.gz) = 26f81dbc06954a6030f801b4d8b06fa9 XSHA256 (hyper_estraier_wrappers-0.0.15.tar.gz) = fef975da295f7a393a3a0fbaf2e00d06f1d58f6486bbfdd3fc0af26dd7cc3bd2 XSIZE (hyper_estraier_wrappers-0.0.15.tar.gz) = 368409 END-of-py-hyperestraier/distinfo echo x - py-hyperestraier/pkg-descr sed 's/^X//' >py-hyperestraier/pkg-descr << 'END-of-py-hyperestraier/pkg-descr' XThis is a Python bindings for HyperEstraier. X XWWW: http://hyperestraier.sourceforge.net/ END-of-py-hyperestraier/pkg-descr echo x - py-hyperestraier/pkg-plist sed 's/^X//' >py-hyperestraier/pkg-plist << 'END-of-py-hyperestraier/pkg-plist' X%%PYTHON_SITELIBDIR%%/_HyperEstraier.so X%%PYTHON_SITELIBDIR%%/HyperEstraier.py X%%PYTHON_SITELIBDIR%%/HyperEstraier.pyc END-of-py-hyperestraier/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1164564454.71212>