# New ports collection makefile for: py-google # Date created: 22 April 2002 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= google PORTVERSION= 0.5.2 CATEGORIES= net python MASTER_SITES= http://diveintomark.org/projects/pygoogle/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pygoogle-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= Python wrapper for the Google web API RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_xmlplus/sax/__init__.py:${PORTSDIR}/textproc/py-xml USE_PYTHON= yes USE_ZIP= yes USE_PYDISTUTILS= yes USE_REINPLACE= yes EXTRACT_BEFORE_ARGS= -q -aa WRKSRC= ${WRKDIR}/pygoogle EXAMPLESDIR= ${PREFIX}/share/examples/py-google post-patch: # www/py-websvcs has an incompatible version of SOAP.py @${MV} ${WRKSRC}/SOAP.py ${WRKSRC}/SOAPgoogle.py @cd ${WRKSRC}; for f in *.py; do \ ${REINPLACE_CMD} -e 's,import SOAP,import SOAPgoogle as SOAP,g' $$f; \ done @${MKDIR} ${WRKSRC}/tests @${MV} ${WRKSRC}/*test*.py ${WRKSRC}/tests @${REINPLACE_CMD} -e 's,.*extra_path.*,,g' ${WRKSRC}/setup.py post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} @${INSTALL_SCRIPT} ${WRKSRC}/tests/*.py ${EXAMPLESDIR} .endif @${CAT} ${PKGMESSAGE} .include freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 0.51sylvio2010-04-192-5/+4
* - update to 1.4.1dinoex2010-03-281-0/+1
* - Update to 0.50pgollucci2010-02-172-5/+4
* - update to jpeg-8dinoex2010-02-051-0/+1
* - Update to 0.48pgollucci2010-01-312-4/+4
* - Update to 0.46wen2009-11-182-6/+6
* - Update to 0.44.lippe2009-08-242-5/+4
* - Fix missing dependency of devel/p5-Module-Pluggable for Perl < 5.8.9amdmi32009-07-151-1/+6
* - Update to 0.43miwi2009-05-173-16/+4
* - Fix build after wxgtk2 updatemiwi2009-03-222-0/+12