# 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-lucene # py-lucene/CVS # py-lucene/CVS/Root # py-lucene/CVS/Repository # py-lucene/CVS/Entries # py-lucene/CVS/Template # py-lucene/Makefile # py-lucene/distinfo # py-lucene/pkg-descr # py-lucene/pkg-plist # echo c - py-lucene mkdir -p py-lucene > /dev/null 2>&1 echo c - py-lucene/CVS mkdir -p py-lucene/CVS > /dev/null 2>&1 echo x - py-lucene/CVS/Root sed 's/^X//' >py-lucene/CVS/Root << 'END-of-py-lucene/CVS/Root' Xlaszlof@pcvs.FreeBSD.org:/home/pcvs END-of-py-lucene/CVS/Root echo x - py-lucene/CVS/Repository sed 's/^X//' >py-lucene/CVS/Repository << 'END-of-py-lucene/CVS/Repository' Xports/textproc/py-lucene END-of-py-lucene/CVS/Repository echo x - py-lucene/CVS/Entries sed 's/^X//' >py-lucene/CVS/Entries << 'END-of-py-lucene/CVS/Entries' X/Makefile/1.3/Tue Nov 7 15:37:00 2006// X/distinfo/1.1/Sat Nov 4 00:03:53 2006// X/pkg-descr/1.1/Sat Nov 4 00:03:53 2006// X/pkg-plist/1.2/Tue Nov 7 01:56:06 2006// XD END-of-py-lucene/CVS/Entries echo x - py-lucene/CVS/Template sed 's/^X//' >py-lucene/CVS/Template << 'END-of-py-lucene/CVS/Template' X XPR: XSubmitted by: XReviewed by: XApproved by: XObtained from: XMFC after: XSecurity: XCVS: ---------------------------------------------------------------------- XCVS: PR: Fill this in if a GNATS PR is affected by the change. XCVS: Submitted by: Fill this in if someone else sent in the change. XCVS: Reviewed by: Fill this in if someone else reviewed your modification. XCVS: Approved by: Fill this in if you needed approval for this commit. XCVS: Obtained from: Fill this in if the change is from third party software. XCVS: MFC after: N [day[s]|week[s]|month[s]] XCVS: Fill in to get MFC notification later. (days assumed unless specified) XCVS: Security: vulnerability reference or description XCVS: If the change is related to a security vulnerability, include one or XCVS: more references (e.g. CVE names, VuXML IDs, URLs) or a description XCVS: of the issue. Please use one `Security:' entry per reference. END-of-py-lucene/CVS/Template echo x - py-lucene/Makefile sed 's/^X//' >py-lucene/Makefile << 'END-of-py-lucene/Makefile' X# X# Ports collection makefile for: py-lucene X# Date created: Nov 2, 2006 X# Whom: Frank J. Laszlo X# X# $FreeBSD: ports/textproc/py-lucene/Makefile,v 1.3 2006/11/07 15:37:00 laszlof Exp $ X# X XPORTNAME= PyLucene XPORTVERSION= 2.0.0 XPORTREVISION= 1 XCATEGORIES= devel textproc python XMASTER_SITES= http://downloads.osafoundation.org/PyLucene/src/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= ${PORTNAME}-src-${PORTVERSION}${PATCHSET} X XMAINTAINER= laszlof@FreeBSD.org XCOMMENT= A GCJ-compiled version of Java Lucene integrated with Python X XBUILD_DEPENDS+= ${LOCALBASE}/bin/gcj41:${PORTSDIR}/lang/gcc41 X XUSE_PYTHON= 2.4+ XUSE_GMAKE= yes XUSE_LDCONFIG= yes XPATCHSET= -3 X XOPTIONSFILE?= ${PORT_DBDIR}/${PORTNAME}/options X XOPTIONS= BDB "Compile with support for Berkley DB" Off X X.include X X_GCC_LIBDIR!= (cd ${PORTSDIR}/lang/gcc41;make -V TARGLIB) XGCC_LIBDIR= ${_GCC_LIBDIR:S/${PREFIX}/${LOCALBASE}/} X XMAKE_ARGS+= PREFIX=${PREFIX} PREFIX_PYTHON=${LOCALBASE} GCJ_HOME=${LOCALBASE} \ X GCJ_LIBDIR=${GCC_LIBDIR} CC=${LOCALBASE}/bin/gcc41 CXX=${LOCALBASE}/bin/g++41 \ X JCC=${LOCALBASE}/bin/gcj41 JCCH=${LOCALBASE}/bin/gcjh41 PYTHON=${PYTHON_CMD} \ X LDFLAGS+=-L${LOCALBASE}/lib PYTHON_INC=${PYTHON_INCLUDEDIR} \ X PYTHON_SITE=${PYTHON_SITELIBDIR} X X.if defined(WITH_BDB) XBROKEN= Will not compile with BDB support XREAL_BDB_VER= ${BDB_VER:C/([0-9])([0-9])/\1.\2/g} X_BDB_WRKSRC!= (cd ../../databases/db44;make -V WRKSRC) XBDB_WRKSRC= ${_BDB_WRKSRC:S/\/build_unix//} XMAKE_ARGS+= DB=${BDB_WRKSRC} PREFIX_DB=${LOCALBASE} DB_VER=${REAL_BDB_VER} DB_LIB_VER=${REAL_BDB_VER} XUSE_BDB= 44 XBUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/databases/db44:extract X.endif X X.include END-of-py-lucene/Makefile echo x - py-lucene/distinfo sed 's/^X//' >py-lucene/distinfo << 'END-of-py-lucene/distinfo' XMD5 (PyLucene-src-2.0.0-3.tar.gz) = f322c2101d876f252710b8e4607a1741 XSHA256 (PyLucene-src-2.0.0-3.tar.gz) = 22c889751d1859e3f016b32ed050b2b7da401381589e754b5d59e014eab56996 XSIZE (PyLucene-src-2.0.0-3.tar.gz) = 4167624 END-of-py-lucene/distinfo echo x - py-lucene/pkg-descr sed 's/^X//' >py-lucene/pkg-descr << 'END-of-py-lucene/pkg-descr' XPyLucene is a GCJ-compiled version of Java Lucene integrated with Python. XIts goal is to allow you to use Lucene's text indexing and searching Xcapabilities from Python. It is designed to be API compatible with the Xlatest version of Java Lucene. X XWWW: http://pylucene.osafoundation.org/ END-of-py-lucene/pkg-descr echo x - py-lucene/pkg-plist sed 's/^X//' >py-lucene/pkg-plist << 'END-of-py-lucene/pkg-plist' X%%PYTHON_SITELIBDIR%%/PyLucene.py X%%PYTHON_SITELIBDIR%%/_PyLucene.so X%%PYTHON_SITELIBDIR%%/security/classpath.security X%%PYTHON_SITELIBDIR%%/security/libgcj.security X@dirrmtry %%PYTHON_SITELIBDIR%%/security END-of-py-lucene/pkg-plist exit