Index: head/audio/albumart/Makefile =================================================================== --- head/audio/albumart/Makefile (revision 245716) +++ head/audio/albumart/Makefile (revision 245717) @@ -1,31 +1,31 @@ # New ports collection makefile for: albumart # Date created: 27 Aug 2008 # Whom: Timothy Bourke # # $FreeBSD$ # PORTNAME= albumart PORTVERSION= 1.6.6 CATEGORIES= audio python MASTER_SITES= http://muksuluuri.ath.cx/~skyostil/projects/albumart/dist/ MAINTAINER= timbob@bigpond.com COMMENT= GUI application for downloading album cover art USE_GMAKE= yes -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS=yes RUN_DEPENDS+= py*-qt>=3.1:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS+= py*-imaging>=1.1:${PORTSDIR}/graphics/py-imaging post-patch: ${CP} ${WRKSRC}/bin/albumart-qt ${WRKSRC}/bin/albumart-qt.orig echo "#!${PYTHON_CMD}" > ${WRKSRC}/bin/albumart-qt ${TAIL} -n +2 ${WRKSRC}/bin/albumart-qt.orig >> ${WRKSRC}/bin/albumart-qt ${CP} ${WRKSRC}/setup.py ${WRKSRC}/setup.py.orig ${SED} -e "s/os.system(\"make\")/os.system(\"${GMAKE}\")/" \ ${WRKSRC}/setup.py.orig > ${WRKSRC}/setup.py .include Property changes on: head/audio/albumart/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/audio/coverhunter/Makefile =================================================================== --- head/audio/coverhunter/Makefile (revision 245716) +++ head/audio/coverhunter/Makefile (revision 245717) @@ -1,63 +1,63 @@ # New ports collection makefile for: coverhunter # Date created: 14 Jul 2004 # Whom: Jean-Yves Lefort # # $FreeBSD$ # PORTNAME= coverhunter PORTVERSION= 0.3 PORTREVISION= 5 CATEGORIES= audio graphics MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A program fetching the covers of your digital music albums RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging USE_XORG= x11 USE_GNOME= pygtk2 -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ NO_BUILD= yes PYC= PYTHON="${PYTHON_CMD}" ${SH} ${SCRIPTDIR}/py-compile BINDIR= ${PREFIX}/bin PKGLIBDIR= ${PREFIX}/lib/coverhunter MODULES= __init__.py \ album.py \ amazon.py \ config.py \ libhunter.py \ musicfile.py \ source.py post-patch: @${REINPLACE_CMD} -e \ 's|@PYTHON_CMD@|${PYTHON_CMD}|; \ s|@PKGLIBDIR@|${PKGLIBDIR}|; \ s|@DATADIR@|${DATADIR}|' ${WRKSRC}/bin/coverhunter do-install: ${MKDIR} ${BINDIR} ${INSTALL_SCRIPT} ${WRKSRC}/bin/coverhunter ${BINDIR} ${MKDIR} ${PKGLIBDIR} .for module in ${MODULES} ${INSTALL_DATA} ${WRKSRC}/lib/${module} ${PKGLIBDIR} ${PYC} --basedir ${PKGLIBDIR} ${PKGLIBDIR}/${module} .endfor ${MKDIR} ${DATADIR} ${INSTALL_DATA} \ ${WRKSRC}/data/CoverHunter.glade \ ${WRKSRC}/data/fetch_all.png \ ${WRKSRC}/data/nocover.gif \ ${WRKSRC}/data/picture.png \ ${WRKSRC}/data/searching.png \ ${DATADIR} post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/audio/coverhunter/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/audio/streamtuner/Makefile =================================================================== --- head/audio/streamtuner/Makefile (revision 245716) +++ head/audio/streamtuner/Makefile (revision 245717) @@ -1,90 +1,90 @@ # New ports collection makefile for: streamtuner # Date created: 02 Apr 2002 # Whom: Jean-Yves Lefort # # $FreeBSD$ # PORTNAME= streamtuner PORTVERSION= 0.99.99 PORTREVISION= 14 CATEGORIES= audio www MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A GTK+ stream directory browser BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme USE_GNOME= gtk20 gnomehack gnomeprefix USE_GMAKE= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" OPTIONS= SHOUTCAST "SHOUTcast plugin" on \ LIVE365 "Live365 plugin" on \ XIPH "Xiph plugin" on \ LOCAL "Local plugin" on \ LOCAL_METADATA "metadata support for the Local plugin" on \ PYTHON "Python plugin" on .include .if defined(WITHOUT_SHOUTCAST) CONFIGURE_ARGS+= --disable-shoutcast PLIST_SUB+= SHOUTCAST="@comment " .else PLIST_SUB+= SHOUTCAST="" .endif .if defined(WITHOUT_LIVE365) CONFIGURE_ARGS+= --disable-live365 PLIST_SUB+= LIVE365="@comment " .else PLIST_SUB+= LIVE365="" .endif .if defined(WITHOUT_XIPH) CONFIGURE_ARGS+= --disable-xiph PLIST_SUB+= XIPH="@comment " .else PLIST_SUB+= XIPH="" USE_GNOME+= libxml2 .endif .if defined(WITHOUT_LOCAL) CONFIGURE_ARGS+= --disable-local PLIST_SUB+= LOCAL="@comment " .else PLIST_SUB+= LOCAL="" .if defined(WITHOUT_LOCAL_METADATA) CONFIGURE_ARGS+= --disable-local-metadata .else LIB_DEPENDS+= tag_c:${PORTSDIR}/audio/taglib .endif .endif .if defined(WITHOUT_PYTHON) CONFIGURE_ARGS+= --disable-python PLIST_SUB+= PYTHON="@comment " .else PLIST_SUB+= PYTHON="" -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ # we need to manually include this, because USE_PYTHON is defined # after including bsd.port.pre.mk .include "${PORTSDIR}/Mk/bsd.python.mk" USE_GNOME+= pygtk2 .endif post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|[(]datadir[)]/help|(datadir)/gnome/help|g' \ ${WRKSRC}/help/C/Makefile.in .include Property changes on: head/audio/streamtuner/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.43 \ No newline at end of property +1.44 \ No newline at end of property Index: head/chinese/qterm/Makefile =================================================================== --- head/chinese/qterm/Makefile (revision 245716) +++ head/chinese/qterm/Makefile (revision 245717) @@ -1,47 +1,47 @@ # New ports collection makefile for: qterm # Date created: 10 Mar 2001 # Whom: Shen Chuan-Hsing # # $FreeBSD$ # PORTNAME= qterm PORTVERSION= 0.4.1 PORTREVISION= 4 CATEGORIES= chinese MASTER_SITES= SF \ http://www.yuanjue.net/download/ PKGNAMEPREFIX= zh- MAINTAINER= ports@FreeBSD.org COMMENT= QTerm is a BBS client for BSD/Linux USE_XORG= x11 ice xext xt xaw xpm xi xproto xextproto USE_BZIP2= yes USE_PERL5_BUILD=yes USE_QT_VER= 3 HAS_CONFIGURE= yes CONFIGURE_ARGS= --enable-mt --prefix=${PREFIX} CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" .if !defined(WITHOUT_PYTHON) -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE} .endif pre-everything:: .if !defined(WITHOUT_PYTHON) @${ECHO_MSG} "Define WITHOUT_PYTHON to disable Python scripts support." .endif post-patch: @${REINPLACE_CMD} -e 's,-lssl,-lssl -lcrypto,' \ ${WRKSRC}/configure post-install: @${CHMOD} +w ${DATADIR}/qterm.cfg @${CHMOD} +w ${DATADIR}/address.cfg @${CAT} ${PKGMESSAGE} .include Property changes on: head/chinese/qterm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.37 \ No newline at end of property +1.38 \ No newline at end of property Index: head/databases/py-MySQLdb-devel/Makefile =================================================================== --- head/databases/py-MySQLdb-devel/Makefile (revision 245716) +++ head/databases/py-MySQLdb-devel/Makefile (revision 245717) @@ -1,48 +1,48 @@ # New ports collection makefile for: py-MySQLdb # Date created: 04 April 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= MySQLdb DISTVERSION= 1.2.3c1 CATEGORIES= databases python MASTER_SITES= SF/mysql-python/mysql-python-test/1.2.3c1 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -devel DISTNAME= MySQL-python-${DISTVERSION} MAINTAINER= mnag@FreeBSD.org COMMENT= Access a MySQL database through Python -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes PYDISTUTILS_PKGNAME= MySQL_python PYDISTUTILS_PKGVERSION= ${DISTVERSION} USE_MYSQL= yes CONFLICTS= py*-MySQLdb-[0-9]* PORTDOCS= * OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options OPTIONS= MYSQLCLIENT_R "Use libmysqlclient_r (thread safe)" on .include post-patch: .if defined(WITHOUT_MYSQLCLIENT_R) @${REINPLACE_CMD} -E -e "s|(threadsafe.*)True|\1 False|" \ ${WRKSRC}/site.cfg .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} .endif .include Property changes on: head/databases/py-MySQLdb-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/databases/py-pysqlite20/Makefile =================================================================== --- head/databases/py-pysqlite20/Makefile (revision 245716) +++ head/databases/py-pysqlite20/Makefile (revision 245717) @@ -1,54 +1,54 @@ # New ports collection makefile for: py-PySQLite # Date created: 02 Oct 2002 # Whom: Gerhard Haering # # $FreeBSD$ # PORTNAME= pysqlite PORTVERSION= 2.0.7 PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/${PORTVERSION:C/\.[0-9]$//}/${PORTVERSION}/ \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mnag@FreeBSD.org COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 CONFLICTS= py*-pysqlite-2.[1-9].* LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}20${PKGNAMESUFFIX} -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PYDISTUTILS_BUILDARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib DOCSBASE= share/doc/py-${PORTNAME}2 DOCSDIR= ${PREFIX}/${DOCSBASE} PORTDOCS= * post-patch: @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" ${WRKSRC}/setup.cfg .if !defined(NOPORTDOCS) @${REINPLACE_CMD} -E -e "s|pysqlite2-doc|${DOCSBASE}|" \ -e "s|.*build_docs\(\)\$$||" ${WRKSRC}/setup.py .else @${REINPLACE_CMD} -E -e "s|.*build_docs\(\)\$$||" \ -e "s|data_files = \[.*|data_files = []|" \ -e "s|.*glob.glob\(.*\).*||" \ -e "s|.*pysqlite2-doc/code.*||" \ ${WRKSRC}/setup.py .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}/code @${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} .endif .include Property changes on: head/databases/py-pysqlite20/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/databases/py-pysqlite21/Makefile =================================================================== --- head/databases/py-pysqlite21/Makefile (revision 245716) +++ head/databases/py-pysqlite21/Makefile (revision 245717) @@ -1,55 +1,55 @@ # New ports collection makefile for: py-PySQLite # Date created: 02 Oct 2002 # Whom: Gerhard Haering # # $FreeBSD$ # PORTNAME= pysqlite PORTVERSION= 2.1.3 PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/${PORTVERSION:C/\.[0-9]$//}/${PORTVERSION}/ \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mnag@FreeBSD.org COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 CONFLICTS= py*-pysqlite-2.[02-9].* LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}21${PKGNAMESUFFIX} -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PYDISTUTILS_BUILDARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib DOCSBASE= share/doc/py-${PORTNAME}2 DOCSDIR= ${PREFIX}/${DOCSBASE} PORTDOCS= * post-patch: @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" ${WRKSRC}/setup.cfg .if !defined(NOPORTDOCS) @${REINPLACE_CMD} -E -e "s|pysqlite2-doc|${DOCSBASE}|" \ -e "s/.*(cmdclass|extras_require) =.*//" \ ${WRKSRC}/setup.py .else @${REINPLACE_CMD} -E -e "s/.*(cmdclass|extras_require) =.*//" \ -e "s|data_files = \[.*|data_files = []|" \ -e "s|.*glob.glob\(.*\).*||" \ -e "s|.*pysqlite2-doc/code.*||" \ ${WRKSRC}/setup.py .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}/code @${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} .endif .include Property changes on: head/databases/py-pysqlite21/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/databases/py-pysqlite22/Makefile =================================================================== --- head/databases/py-pysqlite22/Makefile (revision 245716) +++ head/databases/py-pysqlite22/Makefile (revision 245717) @@ -1,54 +1,54 @@ # New ports collection makefile for: py-PySQLite # Date created: 02 Oct 2002 # Whom: Gerhard Haering # # $FreeBSD$ # PORTNAME= pysqlite PORTVERSION= 2.2.2 CATEGORIES= databases python MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/${PORTVERSION:C/\.[0-9]$//}/${PORTVERSION}/ \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mnag@FreeBSD.org COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 CONFLICTS= py*-pysqlite-2.[0-13-9].* LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}22${PKGNAMESUFFIX} -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PYDISTUTILS_BUILDARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib DOCSBASE= share/doc/py-${PORTNAME}2 DOCSDIR= ${PREFIX}/${DOCSBASE} PORTDOCS= * post-patch: @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" ${WRKSRC}/setup.cfg .if !defined(NOPORTDOCS) @${REINPLACE_CMD} -E -e "s|pysqlite2-doc|${DOCSBASE}|" \ -e "s/.*(cmdclass|extras_require) =.*//" \ ${WRKSRC}/setup.py .else @${REINPLACE_CMD} -E -e "s/.*(cmdclass|extras_require) =.*//" \ -e "s|data_files = \[.*|data_files = []|" \ -e "s|.*glob.glob\(.*\).*||" \ -e "s|.*pysqlite2-doc/code.*||" \ ${WRKSRC}/setup.py .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}/code ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} .endif .include Property changes on: head/databases/py-pysqlite22/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/databases/py-pysqlite23/Makefile =================================================================== --- head/databases/py-pysqlite23/Makefile (revision 245716) +++ head/databases/py-pysqlite23/Makefile (revision 245717) @@ -1,52 +1,52 @@ # New ports collection makefile for: py-PySQLite # Date created: 02 Oct 2002 # Whom: Gerhard Haering # # $FreeBSD$ # PORTNAME= pysqlite PORTVERSION= 2.3.5 CATEGORIES= databases python MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/${PORTVERSION:C/\.[0-9]$//}/${PORTVERSION}/ \ ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mnag@FreeBSD.org COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 CONFLICTS= py*-pysqlite-2.[0-24-9].* -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PYDISTUTILS_BUILDARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib DOCSBASE= share/doc/py-${PORTNAME}2 DOCSDIR= ${PREFIX}/${DOCSBASE} PORTDOCS= * post-patch: @${REINPLACE_CMD} -e "s|/usr|${PREFIX}|" ${WRKSRC}/setup.cfg .if !defined(NOPORTDOCS) @${REINPLACE_CMD} -E -e "s|pysqlite2-doc|${DOCSBASE}|" \ -e "s/.*(cmdclass|extras_require) =.*//" \ ${WRKSRC}/setup.py .else @${REINPLACE_CMD} -E -e "s/.*(cmdclass|extras_require) =.*//" \ -e "s|data_files = \[.*|data_files = []|" \ -e "s|.*glob.glob\(.*\).*||" \ -e "s|.*pysqlite2-doc/code.*||" \ ${WRKSRC}/setup.py .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}/code ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR} .endif .include Property changes on: head/databases/py-pysqlite23/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/databases/py-sqlalchemy/Makefile =================================================================== --- head/databases/py-sqlalchemy/Makefile (revision 245716) +++ head/databases/py-sqlalchemy/Makefile (revision 245717) @@ -1,79 +1,79 @@ # Ports collection makefile for: py-sqlalchemy # Date created: 12 Auguest 2004 # Whom: Dryice Dong Liu # # $FreeBSD$ # PORTNAME= sqlalchemy PORTVERSION= 0.5.5 CATEGORIES= databases python MASTER_SITES= SF \ CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SQLAlchemy-${DISTVERSION} MAINTAINER= nivit@FreeBSD.org COMMENT= A Python SQL toolkit and Object Relational Mapper -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= SQLAlchemy PYDISTUTILS_PKGVERSION= ${DISTVERSION} PYDISTUTILS_NOEGGINFO= yes # bypass infrastructure bug OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS= FIREBIRD "support FireBird" off OPTIONS+= MSSQL "support MS SQL Server" off OPTIONS+= MYSQL "support MySql" on OPTIONS+= POSTGRE "support PostGreSQL" on OPTIONS+= SQLITE "support Sqlite" on DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME} .if !defined(NOPORTDOCS) AL_PORTDOCS= *.html *.js .endif .include .if defined(WITH_FIREBIRD) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/kinterbasdb/__init__.py:${PORTSDIR}/databases/kinterbasdb .endif .if defined(WITH_MSSQL) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pymssql.py:${PORTSDIR}/databases/py-mssql .endif .if !defined(WITHOUT_MYSQL) RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb .endif .if !defined(WITHOUT_POSTGRE) RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:${PORTSDIR}/databases/py-psycopg2 .endif .if !defined(WITHOUT_SQLITE) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23 .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${AL_PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR} .endfor ${MKDIR} ${DOCSDIR}/reference @cd ${WRKSRC}/doc/reference && ${COPYTREE_SHARE} . ${DOCSDIR}/reference .endif .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} @cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR} .endif .include Property changes on: head/databases/py-sqlalchemy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/databases/py-sqlalchemy06/Makefile =================================================================== --- head/databases/py-sqlalchemy06/Makefile (revision 245716) +++ head/databases/py-sqlalchemy06/Makefile (revision 245717) @@ -1,79 +1,79 @@ # Ports collection makefile for: py-sqlalchemy # Date created: 12 Auguest 2004 # Whom: Dryice Dong Liu # # $FreeBSD$ # PORTNAME= sqlalchemy PORTVERSION= 0.5.5 CATEGORIES= databases python MASTER_SITES= SF \ CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= SQLAlchemy-${DISTVERSION} MAINTAINER= nivit@FreeBSD.org COMMENT= A Python SQL toolkit and Object Relational Mapper -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= SQLAlchemy PYDISTUTILS_PKGVERSION= ${DISTVERSION} PYDISTUTILS_NOEGGINFO= yes # bypass infrastructure bug OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS= FIREBIRD "support FireBird" off OPTIONS+= MSSQL "support MS SQL Server" off OPTIONS+= MYSQL "support MySql" on OPTIONS+= POSTGRE "support PostGreSQL" on OPTIONS+= SQLITE "support Sqlite" on DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME} .if !defined(NOPORTDOCS) AL_PORTDOCS= *.html *.js .endif .include .if defined(WITH_FIREBIRD) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/kinterbasdb/__init__.py:${PORTSDIR}/databases/kinterbasdb .endif .if defined(WITH_MSSQL) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pymssql.py:${PORTSDIR}/databases/py-mssql .endif .if !defined(WITHOUT_MYSQL) RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb .endif .if !defined(WITHOUT_POSTGRE) RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:${PORTSDIR}/databases/py-psycopg2 .endif .if !defined(WITHOUT_SQLITE) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23 .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${AL_PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR} .endfor ${MKDIR} ${DOCSDIR}/reference @cd ${WRKSRC}/doc/reference && ${COPYTREE_SHARE} . ${DOCSDIR}/reference .endif .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} @cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR} .endif .include Property changes on: head/databases/py-sqlalchemy06/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/databases/zodb3/Makefile =================================================================== --- head/databases/zodb3/Makefile (revision 245716) +++ head/databases/zodb3/Makefile (revision 245717) @@ -1,24 +1,24 @@ # New ports collection makefile for: zodb3 # Date created: 8 Dezember 2002 # Whom: Martin Klaffenboeck # # $FreeBSD$ # PORTNAME= zodb PORTVERSION= 3.6.0 PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.zope.org/Products/ZODB3.6/ZODB%20${PORTVERSION}/ PKGNAMESUFFIX= -py${PYTHON_SUFFIX} DISTNAME= ZODB3-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= perky@FreeBSD.org COMMENT= The Z - Object Database for python -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= ZODB3 .include Property changes on: head/databases/zodb3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/deskutils/blogtk/Makefile =================================================================== --- head/deskutils/blogtk/Makefile (revision 245716) +++ head/deskutils/blogtk/Makefile (revision 245717) @@ -1,40 +1,40 @@ # Ports collection makefile for: blogtk # Date created: Jul 30, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= blogtk PORTVERSION= 1.1 PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/BloGTK-${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= jbq@caraldi.com COMMENT= A client for Blogger, Movable Type, and other blogging systems WRKSRC= ${WRKDIR}/BloGTK-${PORTVERSION} USE_BZIP2= yes USE_GNOME= pygnomeextras -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ NO_BUILD= yes post-patch: @${FIND} ${WRKSRC}/src -name "*.py" | ${XARGS} ${REINPLACE_CMD} -e \ 's|/usr/share|${PREFIX}/share|g ; \ s|gtk\.FALSE|False|g ; \ s|gtk\.TRUE|True|g' do-install: @${MKDIR} ${PYTHONPREFIX_SITELIBDIR}/blogtk ${INSTALL_SCRIPT} ${WRKSRC}/src/*.py ${PYTHONPREFIX_SITELIBDIR}/blogtk @${LN} -fs ${PYTHONPREFIX_SITELIBDIR}/blogtk/BloGTK.py ${PREFIX}/bin/blogtk @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/pixmaps/*.glade ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/pixmaps/*.gladep ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/pixmaps/*.png ${DATADIR} .include Property changes on: head/deskutils/blogtk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/deskutils/treeline/Makefile =================================================================== --- head/deskutils/treeline/Makefile (revision 245716) +++ head/deskutils/treeline/Makefile (revision 245717) @@ -1,68 +1,68 @@ # New ports collection makefile for: treeline # Date created: Wed Jul 7 20:50:24 CEST 2004 # Whom: Tobias Roth # # $FreeBSD$ # PORTNAME= treeline PORTVERSION= 1.2.0 CATEGORIES= deskutils python MASTER_SITES= ${MASTER_SITE_BERLIOS}:treeline \ http://treeline.bellz.org/plugins/:plugins \ http://depot.fsck.ch/mirror/distfiles/:treeline,plugins MASTER_SITE_SUBDIR=treeline DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:treeline EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@fsck.ch COMMENT= TreeLine is a structured information storage program RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui OPTIONS= ASPELL "install with aspell support" off \ ISPELL "install with ispell support" off \ PYXML "use pythons py-xml instead of textproc/expat2" on \ HTTPLOAD "install httpLoad plugin" off WRKSRC= ${WRKDIR}/TreeLine USE_QT_VER= 4 -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ NO_BUILD= yes .include .if defined(WITH_ASPELL) BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell .endif .if defined(WITH_ISPELL) BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif .if defined(WITHOUT_PYXML) LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2 .endif .if defined(WITH_HTTPLOAD) DISTFILES+= httpload2.py:plugins PLIST_SUB+= HTTPLOAD="" .else PLIST_SUB+= HTTPLOAD="@comment " .endif do-install: @cd ${WRKSRC} && ${PYTHON_CMD} install.py \ -p ${PREFIX} -d ${DOCSDIR} -i ${DATADIR}/icons -x .if defined(WITH_HTTPLOAD) @${INSTALL_DATA} ${DISTDIR}/httpload2.py ${PREFIX}/lib/${PORTNAME}/plugins/ .endif post-install: ${RM} ${DOCSDIR}/INSTALL ${DOCSDIR}/LICENSE .if defined(NOPORTDOCS) ${RM} ${DOCSDIR}/* ${RMDIR} ${DOCSDIR} .endif .include Property changes on: head/deskutils/treeline/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/devel/nx/Makefile =================================================================== --- head/devel/nx/Makefile (revision 245716) +++ head/devel/nx/Makefile (revision 245717) @@ -1,39 +1,39 @@ # ex:ts=8 # Ports collection makefile for: NetworkX # Date created: Apr 13, 2005 # Whom: ijliao # # $FreeBSD$ # PORTNAME= nx PORTVERSION= 0.37 PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= https://networkx.lanl.gov/download/networkx/ DISTNAME= networkx-${PORTVERSION} MAINTAINER= araujo@FreeBSD.org COMMENT= Python package for studying network structure, dynamics, and function BUILD_DEPENDS= ${PYNUMERIC} \ ${PYTHON_SITELIBDIR}/pygsl/__init__.py:${PORTSDIR}/math/py-gsl \ ipython:${PORTSDIR}/devel/ipython \ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:${PORTSDIR}/math/py-matplotlib \ ${PYTHON_SITELIBDIR}/pydot.py:${PORTSDIR}/graphics/py-pydot \ dot:${PORTSDIR}/graphics/graphviz RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= networkx PORTDOCS= * PLIST_SUB= PYTHON_VER=${PYTHON_VER} post-install: .ifndef(NOPORTDOCS) ${MKDIR} ${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${DOCSDIR}) .endif .include Property changes on: head/devel/nx/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/devel/py-anonfunc/Makefile =================================================================== --- head/devel/py-anonfunc/Makefile (revision 245716) +++ head/devel/py-anonfunc/Makefile (revision 245717) @@ -1,21 +1,21 @@ # New ports collection makefile for: py-anonfunc # Date created: 3 January 2004 # Whom: Hye-Shik Chang # # $FreeBSD$ PORTNAME= anonfunc PORTVERSION= 1.0 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.freebsd.org/~perky/distfiles/ MASTER_SITE_SUBDIR= perky PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= perky@FreeBSD.org COMMENT= Python module that provides easy anonymous function -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS=yes .include Property changes on: head/devel/py-anonfunc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/py-babel/Makefile =================================================================== --- head/devel/py-babel/Makefile (revision 245716) +++ head/devel/py-babel/Makefile (revision 245717) @@ -1,35 +1,35 @@ # New ports collection makefile for: py-babel # Date created: 7 July 2007 # Whom: Dryice Liu # # $FreeBSD$ # PORTNAME= Babel PORTVERSION= 0.9.4 CATEGORIES= devel python MASTER_SITES= http://ftp.edgewall.com/pub/babel/ \ ${MASTER_SITE_LOCAL} \ http://dryice.name/computer/FreeBSD/distfiles/ MASTER_SITE_SUBDIR= dryice PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wenheping@gmail.com COMMENT= A collection of tools for internationalizing Python applications -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= easy_install .if !defined(NOPORTDOCS) PORTDOCS= doc/* .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for docfile in ${PORTDOCS} ${CP} -r ${WRKSRC}/${docfile} ${DOCSDIR} .endfor .endif .include Property changes on: head/devel/py-babel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/py-cfgparse/Makefile =================================================================== --- head/devel/py-cfgparse/Makefile (revision 245716) +++ head/devel/py-cfgparse/Makefile (revision 245717) @@ -1,33 +1,33 @@ # New ports collection makefile for: cfgparse # Date created: March 18, 2008 # Whom: John Ferrell # # $FreeBSD$ # PORTNAME= cfgparse PORTVERSION= 1.2 CATEGORIES= devel python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v01_02 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= cfgparse-v01_02 MAINTAINER= jdferrell3@yahoo.com COMMENT= Python module for parsing configuration files -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= cfgparse PYDISTUTILS_EGGINFO= ${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-v01_02-${PYTHON_VERSION:S/thon//}.egg-info DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/cfgparse/* ${DOCSDIR} .endif PLIST_SUB= PYTHONVER=${PYTHON_VERSION:S/python//} .include Property changes on: head/devel/py-cfgparse/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/py-decoratortools/Makefile =================================================================== --- head/devel/py-decoratortools/Makefile (revision 245716) +++ head/devel/py-decoratortools/Makefile (revision 245717) @@ -1,25 +1,25 @@ # New ports collection makefile for: py-DecoratorTools # Date created: 20-jan-2008 # Whom: alexander smishlajev # # $FreeBSD$ # PORTNAME= DecoratorTools PORTVERSION= 1.7 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_CHEESESHOP} MASTER_SITE_SUBDIR= source/D/DecoratorTools PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Class, function, and metaclass decorators -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= easy_install USE_ZIP= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% .include Property changes on: head/devel/py-decoratortools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/py-extended_threading/Makefile =================================================================== --- head/devel/py-extended_threading/Makefile (revision 245716) +++ head/devel/py-extended_threading/Makefile (revision 245717) @@ -1,33 +1,33 @@ # New ports collection makefile for: py-extended_threading # Date created: 14 Jan 2008 # Whom: James Stapleton # # $FreeBSD$ # PORTNAME= extended_threading PORTVERSION= 0.2 CATEGORIES= devel python MASTER_SITES+= http://www.var-dev.net/programming/python/extended_threading/ \ http://www.var-dev.com/programming/python/extended_threading/ \ http://www.var-dev.org/programming/python/extended_threading/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= extended_threading-0_2 MAINTAINER= fbsdporter@var-dev.net COMMENT= A library to extend pythons threading library -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_BZIP2= YES do-build: (cd ${WRKDIR}/extended_threading/extended_threading/ && \ echo "import sys; import py_compile; for f in sys.argv: py_compile.compile(f)" | ${PYTHON_CMD} *.py) do-install: ${MKDIR} ${PYTHON_SITELIBDIR}/extended_threading (cd ${WRKDIR}/extended_threading/extended_threading/ && \ ${CP} -rfv * ${PYTHON_SITELIBDIR}/extended_threading) .include Property changes on: head/devel/py-extended_threading/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/py-freebsd/Makefile =================================================================== --- head/devel/py-freebsd/Makefile (revision 245716) +++ head/devel/py-freebsd/Makefile (revision 245717) @@ -1,41 +1,41 @@ # Ports collection makefile for: py-freebsd # Date created: 14 June 2002 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= freebsd PORTVERSION= 0.9.3 PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.freebsd.org/~perky/distfiles/ MASTER_SITE_SUBDIR= perky PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py-freebsd-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Python interface to FreeBSD-specific system libraries -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= py-freebsd PLIST_FILES= %%PYTHON_SITELIBDIR%%/freebsd.so \ %%PYTHON_SITELIBDIR%%/freebsd_compat02.py \ %%PYTHON_SITELIBDIR%%/freebsd_compat02.pyc \ %%PYTHON_SITELIBDIR%%/freebsd_compat02.pyo .include .if ${OSVERSION} >= 700000 EXTRA_PATCHES+= ${FILESDIR}/freebsd7_patch-src-netstat.c .endif # Multi-IPv4/v6/no-IP jails. .if ${OSVERSION} >= 800056 || \ (${OSVERSION} < 800000 && ${OSVERSION} >= 701103) EXTRA_PATCHES+= ${FILESDIR}/freebsd8_patch-src-jail.c .endif .include Property changes on: head/devel/py-freebsd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/devel/py-instant/Makefile =================================================================== --- head/devel/py-instant/Makefile (revision 245716) +++ head/devel/py-instant/Makefile (revision 245717) @@ -1,29 +1,29 @@ # New ports collection makefile for: py-instant # Date created: Jan. 04, 2007 # Whom: Li-Wen Hsu # # $FreeBSD$ # PORTNAME= instant PORTVERSION= 0.9 CATEGORIES= devel python MASTER_SITES= SF/py${PORTNAME}/Instant-${PORTVERSION}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Instant-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Python module for instant inlining of C and C++ code in Python RUN_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Instant PYDISTUTILS_PKGVERSION= 0.8 PLIST_FILES= %%PYTHON_SITELIBDIR%%/Instant.py \ %%PYTHON_SITELIBDIR%%/Instant.pyc \ %%PYTHON_SITELIBDIR%%/Instant.pyo .include Property changes on: head/devel/py-instant/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/py-nose/Makefile =================================================================== --- head/devel/py-nose/Makefile (revision 245716) +++ head/devel/py-nose/Makefile (revision 245717) @@ -1,27 +1,27 @@ # New ports collection makefile for: py-nose # Date created: 14 December 2006 # Whom: Dryice Liu # # $FreeBSD$ # PORTNAME= nose PORTVERSION= 0.10.4 CATEGORIES= devel python MASTER_SITES= http://somethingaboutorange.com/mrl/projects/nose/ \ ${MASTER_SITE_LOCAL} \ http://dryice.name/computer/FreeBSD/distfiles/ MASTER_SITE_SUBDIR= dryice PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gcooper@FreeBSD.org COMMENT= A discovery-based unittest extension -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= easy_install MAN1= nosetests.1 post-install: ${INSTALL_MAN} ${WRKSRC}/nosetests.1 ${PREFIX}/man/man1 .include Property changes on: head/devel/py-nose/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/devel/py-parsing/Makefile =================================================================== --- head/devel/py-parsing/Makefile (revision 245716) +++ head/devel/py-parsing/Makefile (revision 245717) @@ -1,36 +1,36 @@ # New ports collection makefile for: py-parsing # Date created: 1 Jul 2004 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= parsing PORTVERSION= 1.5.2 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyparsing-${PORTVERSION} MAINTAINER= wenheping@gmail.com COMMENT= General parsing module for Python -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= pyparsing DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/htmldoc/* ${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include Property changes on: head/devel/py-parsing/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/devel/py-pmock/Makefile =================================================================== --- head/devel/py-pmock/Makefile (revision 245716) +++ head/devel/py-pmock/Makefile (revision 245717) @@ -1,34 +1,34 @@ # New ports collection makefile for: py-pmock # Date created: 2005-01-13 # Whom: Piet Delport # # $FreeBSD$ PORTNAME= pmock PORTVERSION= 0.3 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Mock object library for Python -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS=yes .if !defined(NOPORTDOCS) PORTDOCS= * .endif CPIOFLAGS= --quiet -pdm -R ${SHAREOWN}:${SHAREGRP} post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @cd ${WRKSRC}/doc && ${FIND} . | ${CPIO} ${CPIOFLAGS} ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} @cd ${WRKSRC}/examples && ${FIND} . | ${CPIO} ${CPIOFLAGS} ${EXAMPLESDIR} .endif .include Property changes on: head/devel/py-pmock/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/py-ruledispatch/Makefile =================================================================== --- head/devel/py-ruledispatch/Makefile (revision 245716) +++ head/devel/py-ruledispatch/Makefile (revision 245717) @@ -1,30 +1,30 @@ # New ports collection makefile for: py-ruledispatch # Date created: 15 December 2006 # Whom: Dryice Liu # # $FreeBSD$ # PORTNAME= RuleDispatch PORTVERSION= 0.5.a1.r2506 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://nivi.interfree.it/distfiles/${PORTNAME}/ \ http://peak.telecommunity.com/snapshots/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-0.5a1.dev-r2506 MAINTAINER= nivit@FreeBSD.org COMMENT= Rule-based Dispatching and Generic Functions RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}PyProtocols>=1.0.a0.r2302:${PORTSDIR}/devel/py-protocols-devel \ ${PYTHON_PKGNAMEPREFIX}Extremes>=1.1:${PORTSDIR}/devel/py-extremes -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGVERSION= 0.5a1.dev_r2506 PYEASYINSTALL_ARCHDEP= yes PLIST_FILES+= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% .include Property changes on: head/devel/py-ruledispatch/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/devel/py-setuptools/Makefile =================================================================== --- head/devel/py-setuptools/Makefile (revision 245716) +++ head/devel/py-setuptools/Makefile (revision 245717) @@ -1,45 +1,45 @@ # New ports collection makefile for: py-setuptools # Date created: 2005-11-21 # Whom: Jose Alonso Cardenas Marquez # # $FreeBSD$ # PORTNAME= setuptools PORTVERSION= 0.6c11 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Download, build, install, upgrade, and uninstall Python packages DIST_SUBDIR= python -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PYDISTUTILS_NOEGGINFO= yes # XXX convert easy_install support to bsd.python.mk's PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//} .include .if ${PYTHON_SUFFIX} < 25 PLIST_SUB+= PYTHON_CURRENT="@comment " PLIST_SUB+= PYTHON_OLD="" .else PLIST_SUB+= PYTHON_CURRENT="" PLIST_SUB+= PYTHON_OLD="@comment " .endif post-install: ${INSTALL_DATA} ${WRKSRC}/site.py ${PYTHON_SITELIBDIR} .for opt in -Qold -O ${PYTHON_CMD} ${opt} -m compileall -l -x \ '^[^s][^i]?[^t]?[^e]?[^.][^p][^y]$$' ${PYTHON_SITELIBDIR} .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} .endif .include Property changes on: head/devel/py-setuptools/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/dns/sshfp/Makefile =================================================================== --- head/dns/sshfp/Makefile (revision 245716) +++ head/dns/sshfp/Makefile (revision 245717) @@ -1,32 +1,32 @@ # New ports collection makefile for: sshfp # Date created: 5 Oct 2006 # Whom: Emanuel Haupt # # $FreeBSD$ # PORTNAME= sshfp PORTVERSION= 1.1.3 CATEGORIES= dns security MASTER_SITES= ftp://ftp.xelerance.com/sshfp/ \ CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Generate SSHFP DNS records from knownhosts files or ssh-keyscan RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ MAN1= sshfp.1 PLIST_FILES= bin/sshfp post-patch: @${REINPLACE_CMD} -e '1s|.*|#!${PYTHON_CMD}|' ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 .include Property changes on: head/dns/sshfp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/finance/ktoblzcheck/Makefile =================================================================== --- head/finance/ktoblzcheck/Makefile (revision 245716) +++ head/finance/ktoblzcheck/Makefile (revision 245717) @@ -1,24 +1,24 @@ # New ports collection makefile for: ktoblzcheck # Date created: 25 November 2003 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= ktoblzcheck PORTVERSION= 1.22 CATEGORIES= finance german MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Check bank codes of German banks USE_GNOME= gnomehack gnometarget pkgconfig -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes MAN1= ktoblzcheck.1 .include Property changes on: head/finance/ktoblzcheck/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/games/kimboot/Makefile =================================================================== --- head/games/kimboot/Makefile (revision 245716) +++ head/games/kimboot/Makefile (revision 245717) @@ -1,46 +1,46 @@ # New ports collection makefile for: kimboot # Date created: 26 Jan 2007 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= kimboot PORTVERSION= 0.74 PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= A sick and addictive arcade game RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ ${PYTHON_SITELIBDIR}/xode/__init__.py:${PORTSDIR}/devel/py-ode USE_BZIP2= yes -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ NO_BUILD= yes SUB_FILES= kimboot SUB_LIST= PROGRAM_DIR="${PREFIX}/lib/${PORTNAME}" DESKTOP_ENTRIES="Kimboot" \ "A sick and addictive arcade game" \ "${PREFIX}/lib/kimboot/data/corpse.gif" \ "kimboot" \ "Game;ArcadeGame;" \ false do-install: ${MKDIR} ${PREFIX}/lib/${PORTNAME} ${MKDIR} ${PREFIX}/lib/${PORTNAME}/data ${MKDIR} ${PREFIX}/lib/${PORTNAME}/menu .for file in *.py hiscores options.xml ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/${PORTNAME} .endfor ${INSTALL_DATA} ${WRKSRC}/data/* ${PREFIX}/lib/${PORTNAME}/data ${INSTALL_DATA} ${WRKSRC}/menu/* ${PREFIX}/lib/${PORTNAME}/menu ${INSTALL_SCRIPT} ${WRKDIR}/kimboot ${PREFIX}/bin .include Property changes on: head/games/kimboot/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/games/poker-engine/Makefile =================================================================== --- head/games/poker-engine/Makefile (revision 245716) +++ head/games/poker-engine/Makefile (revision 245717) @@ -1,39 +1,39 @@ # ex:ts=8 # Ports collection Makefile for: poker-engine # Date created: Dec 14, 2006 # Whom: ijliao # # $FreeBSD$ # PORTNAME= poker-engine PORTVERSION= 1.3.4 PORTREVISION= 0 CATEGORIES= games MASTER_SITES= http://download.gna.org/pokersource/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= A python library that implements poker rules RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt \ ${PYTHON_SITELIBDIR}/pokereval.py:${PORTSDIR}/games/py-poker-eval \ ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync BUILD_DEPENDS= ${RUN_DEPENDS} USE_GNOME= pkgconfig -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ GNU_CONFIGURE= yes USE_GMAKE= yes MAN8= pokerconfigupgrade.8 post-patch: @${REINPLACE_CMD} -e \ 's|{datadir}/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in test: @cd ${WRKSRC} && ${GMAKE} check .include Property changes on: head/games/poker-engine/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/games/py-poker-eval/Makefile =================================================================== --- head/games/py-poker-eval/Makefile (revision 245716) +++ head/games/py-poker-eval/Makefile (revision 245717) @@ -1,38 +1,38 @@ # ex:ts=8 # Ports collection Makefile for: py-poker-eval # Date created: Dec 14, 2006 # Whom: ijliao # # $FreeBSD$ # PORTNAME= poker-eval PORTVERSION= 0.137 CATEGORIES= games python MASTER_SITES= http://download.gna.org/pokersource/sources/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION:E}.0 MAINTAINER= ports@FreeBSD.org COMMENT= Python adaptor for the poker-eval toolkit LIB_DEPENDS= poker-eval.1:${PORTSDIR}/games/poker-eval USE_GNOME= pkgconfig -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ GNU_CONFIGURE= yes PLIST_SUB= PYVER=${_PYTHON_VERSION:S/./_/} do-configure: @cd ${CONFIGURE_WRKSRC} && ./${CONFIGURE_SCRIPT} post-patch: @${REINPLACE_CMD} -e \ 's|{libdir}/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in test: @cd ${WRKSRC} && ${MAKE} check .include Property changes on: head/games/py-poker-eval/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/graphics/py-PyX/Makefile =================================================================== --- head/graphics/py-PyX/Makefile (revision 245716) +++ head/graphics/py-PyX/Makefile (revision 245717) @@ -1,39 +1,39 @@ # ex:ts=8 # Ports collection makefile for: PyX # Date created: Jun 8, 2004 # Whom: ijliao # # $FreeBSD$ # PORTNAME= PyX PORTVERSION= 0.10 PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mva@FreeBSD.org COMMENT= A Python package for the creation of encapsulated PostScript figures BUILD_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PLIST_FILES= etc/pyxrc post-patch: @${REINPLACE_CMD} -e 's|/etc|etc|g' ${WRKSRC}/setup.py post-install: @${FIND} ${PYTHONPREFIX_SITELIBDIR}/pyx ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${PYTHONPREFIX_SITELIBDIR}/pyx -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} @${FIND} ${PREFIX}/share/pyx ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${PREFIX}/share/pyx -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .include Property changes on: head/graphics/py-PyX/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/graphics/py-visual/Makefile =================================================================== --- head/graphics/py-visual/Makefile (revision 245716) +++ head/graphics/py-visual/Makefile (revision 245717) @@ -1,62 +1,62 @@ # New ports collection makefile for: py-visual # Date created: 2005-07-13 # Whom: Nicola Vitale # # $FreeBSD$ # PORTNAME= visual PORTVERSION= 4.b26 PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= SF/${PORTNAME}python/${PORTNAME}-module/VPython%204.beta26 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/} MAINTAINER= nivit@FreeBSD.org COMMENT= A python module that offers real 3D visual output BUILD_DEPENDS= ${PYNUMPY} \ bjam:${PORTSDIR}/devel/boost-jam LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea \ gtkglextmm-x11-1.2:${PORTSDIR}/x11-toolkits/gtkglextmm \ glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ boost_python.4:${PORTSDIR}/devel/boost-python-libs RUN_DEPENDS= ${BUILD_DEPENDS} USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk12 -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ OPTIONS= EXAMPLES "install example files" on OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} --disable-dependency-tracking .if defined(NOPORTDOCS) CONFIGURE_ARGS+= --disable-docs .endif CONFIGURE_ENV= PYTHONPATH=${PYTHON_LIBDIR} CFLAGS+= ${PTHREAD_CFLAGS} MAKE_ENV= LDFLAGS="${LDFLAGS} ${PTREAD_LIBS}" VPYTHON_SCRIPT= bin/vpython.in .include .if !defined(WITH_EXAMPLES) CONFIGURE_ARGS+= --disable-examples PLIST_SUB+= PORTEXAMPLES="@comment " .else CONFIGURE_ARGS+= --with-example-dir=${EXAMPLESDIR} PLIST_SUB+= PORTEXAMPLES="" .endif post-patch: @cd ${WRKSRC}; \ ${REINPLACE_CMD} -e 's|%%PYTHONBASE%%|${PYTHONBASE}|g' \ -e 's|%%PYTHON_VERSION%%|${PYTHON_VER}|g' \ ${VPYTHON_SCRIPT} .include Property changes on: head/graphics/py-visual/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/irc/py-supybot-plugins/Makefile =================================================================== --- head/irc/py-supybot-plugins/Makefile (revision 245716) +++ head/irc/py-supybot-plugins/Makefile (revision 245717) @@ -1,36 +1,36 @@ # New ports collection makefile for: supybot-plugins # Date created: 2005-07-12 # Whom: Radim Kolar # # $FreeBSD$ # PORTNAME= supybot-plugins PORTVERSION= 20060723 PORTREVISION= 1 CATEGORIES= irc python MASTER_SITES= SF/supybot/OldFiles PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Supybot-plugins-${PORTVERSION} MAINTAINER= dhn@FreeBSD.org COMMENT= Official plugin pack for Supybot RUN_DEPENDS= supybot:${PORTSDIR}/irc/py-supybot -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_BZIP2= yes post-extract: # Delete, because it now included in irc/py-supybot .for data in BadWords Dunno Success _darcs @${RM} -rf ${WRKSRC}/${data} .endfor do-build: cd ${WRKSRC} && ${PYTHON_CMD} -c 'import compileall;compileall.compile_dir(".");' && ${PYTHON_CMD} -O -c 'import compileall;compileall.compile_dir(".");' do-install: cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdm -R ${BINOWN}:${BINGRP} ${PYTHONPREFIX_SITELIBDIR}/supybot/plugins .include Property changes on: head/irc/py-supybot-plugins/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/mail/py-apolicy/Makefile =================================================================== --- head/mail/py-apolicy/Makefile (revision 245716) +++ head/mail/py-apolicy/Makefile (revision 245717) @@ -1,38 +1,38 @@ # New ports collection makefile for: py-apolicy # Date created: 24 November 2008 # Whom: Chifeng QU # # $FreeBSD$ # PORTNAME= apolicy PORTVERSION= 0.73 CATEGORIES= mail python MASTER_SITES= http://download.gna.org/apolicy/%SUBDIR%/ \ http://www.chifeng.name/dist/apolicy/%SUBDIR%/ \ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER?= chifeng@gmail.com COMMENT= An ACL system for Postfix, as a policy daemon RUN_DEPENDS= ${PYTHON_SITELIBDIR}/spf.py:${PORTSDIR}/mail/py-spf \ ${PYTHON_SITELIBDIR}/IPy.py:${PORTSDIR}/net-mgmt/py-ipy -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS=yes USE_TWISTED= yes NO_BUILD= yes USE_RC_SUBR= apolicyd SUB_LIST= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} \ PYTHON_CMD=${PYTHON_CMD} SUB_FILES= pkg-message post-patch: @${REINPLACE_CMD} 's|/etc|${PREFIX}/etc|' ${WRKSRC}/setup.py post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/mail/py-apolicy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/mail/py-email/Makefile =================================================================== --- head/mail/py-email/Makefile (revision 245716) +++ head/mail/py-email/Makefile (revision 245717) @@ -1,24 +1,24 @@ # New ports collection makefile for: py-mimelib # Date created: 31 July 2003 # Whom: Gerhard Schmidt # # $FreeBSD$ # PORTNAME= email PORTVERSION= 3.0.1 CATEGORIES= mail python MASTER_SITES= http://cheeseshop.python.org/packages/source/e/email/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= email-${PORTVERSION} MAINTAINER= mnag@FreeBSD.org COMMENT= Email package for Python 2.3 or upper DIST_SUBDIR= python -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes CONFLICTS= py*-mimelib-2.* py*-email-2.* .include Property changes on: head/mail/py-email/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/mail/py-ppolicy/Makefile =================================================================== --- head/mail/py-ppolicy/Makefile (revision 245716) +++ head/mail/py-ppolicy/Makefile (revision 245717) @@ -1,60 +1,60 @@ # New ports collection makefile for: py-ppolicy # Date created: 27 November 2008 # Whom: Chifeng QU # # $FreeBSD$ # PORTNAME= ppolicy PORTVERSION= 2.6.6 PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= http://kmlinux.fjfi.cvut.cz/~vokac/activities/ppolicy/download/%SUBDIR%/ \ http://www.chifeng.name/dist/ppolicy/%SUBDIR%/ MAINTAINER?= chifeng@gmail.com COMMENT= PPolicy is tool for extending Postfix checking capabilities RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS=yes USE_TWISTED= yes NO_BUILD= yes USE_RC_SUBR= ppolicyd.sh DOCSDIR?= ${PREFIX}/share/doc/py-${PORTNAME} SUB_LIST= PYTHON_CMD=${PYTHON_CMD} SUB_FILES= pkg-message OPTIONS= GeoIP "Use GeoIP support" On \ LDAP "Use LDAP support" On \ MYSQL "Use MySQL support" Off .include .if defined(WITH_GeoIP) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/GeoIP.so:${PORTSDIR}/net/py-GeoIP .endif .if defined(WITH_MYSQL) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb .endif .if defined(WITH_LDAP) RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ldap2>=2.3.1:${PORTSDIR}/net/py-ldap2 .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/MODULES ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/TESTS ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ppolicy.sql ${DOCSDIR} .endif ${INSTALL_DATA} -m 0644 ${WRKSRC}/ppolicy.conf ${PREFIX}/etc ${INSTALL_DATA} ${WRKSRC}/ppolicy.tap ${PREFIX}/sbin @${CAT} ${PKGMESSAGE} .include Property changes on: head/mail/py-ppolicy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/mail/svnmailer/Makefile =================================================================== --- head/mail/svnmailer/Makefile (revision 245716) +++ head/mail/svnmailer/Makefile (revision 245717) @@ -1,45 +1,45 @@ # New ports collection makefile for: svnmailer # Date created: 2005-08-30 # Whom: Andrej Zverev # # $FreeBSD$ # PORTNAME= svnmailer DISTVERSION= 1.1.0-dev-r1373 PORTREVISION= 2 CATEGORIES= mail python MASTER_SITES= http://storage.perlig.de/${PORTNAME}/ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} MAINTAINER= skv@FreeBSD.org COMMENT= A tool to post subversion repository commit information BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libsvn/__init__.py:${PORTSDIR}/devel/py-subversion RUN_DEPENDS= ${BUILD_DEPENDS} USE_BZIP2= YES -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGVERSION= ${DISTVERSION} MAN1= svn-mailer.1 .include pre-patch: .if ${PYTHON_REL} >= 250 EXTRA_PATCHES= ${FILESDIR}/py25-src-lib-svnmailer-notifier-_base.py .endif .if defined(NOPORTDOCS) PYDISTUTILS_INSTALLARGS+= --no-install-docs .else PORTDOCS= * .endif post-patch: @${REINPLACE_CMD} -e "1s|^.*|#!${PYTHON_CMD}|" ${WRKSRC}/setup.py @${REINPLACE_CMD} -e "1s|^.*|#!${PYTHON_CMD}|" ${WRKSRC}/src/svn-mailer .include Property changes on: head/mail/svnmailer/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/mail/tmda/Makefile =================================================================== --- head/mail/tmda/Makefile (revision 245716) +++ head/mail/tmda/Makefile (revision 245717) @@ -1,66 +1,66 @@ # New ports collection makefile for: tmda # Date created: 08 June 2001 # Whom: Jason R. Mastaler # # $FreeBSD$ # PORTNAME= tmda PORTVERSION= 1.1.12 CATEGORIES= mail python MASTER_SITES= ftp://tmda.net/pub/tmda/releases/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= sergei EXTRACT_SUFX= .tgz MAINTAINER= sergei@FreeBSD.org COMMENT= Python-based SPAM reduction system .if defined(WITH_CDB) RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cdbmodule.so:${PORTSDIR}/databases/py-cdb .endif -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ SUB_FILES= pkg-message DOCS= CODENAMES CRYPTO README THANKS NEWS UPGRADE SAMPLES= tmda.el tofmipd.sysconfig vtmdarc SCRIPTS= collectaddys def2html printcdb printdbm sendit.sh \ smtp-check-sender tofmipd.init tofmipd.sysconfig \ update-internaldomains vadduser-tmda vmailmgr-vdir.sh \ vpopmail-vdir.sh wrapfd3.sh do-build: cd ${WRKSRC} && ${PYTHON_CMD} ./compileall do-install: @${MKDIR} ${PYTHONPREFIX_SITELIBDIR}/TMDA/pythonlib/email @${MKDIR} ${PYTHONPREFIX_SITELIBDIR}/TMDA/pythonlib/email/mime @${MKDIR} ${PYTHONPREFIX_SITELIBDIR}/TMDA/Queue ${INSTALL_SCRIPT} ${WRKSRC}/TMDA/*.py* ${PYTHONPREFIX_SITELIBDIR}/TMDA ${INSTALL_SCRIPT} ${WRKSRC}/TMDA/pythonlib/email/*.py* \ ${PYTHONPREFIX_SITELIBDIR}/TMDA/pythonlib/email ${INSTALL_SCRIPT} ${WRKSRC}/TMDA/pythonlib/email/mime/*.py* \ ${PYTHONPREFIX_SITELIBDIR}/TMDA/pythonlib/email/mime ${INSTALL_SCRIPT} ${WRKSRC}/TMDA/Queue/*.py* \ ${PYTHONPREFIX_SITELIBDIR}/TMDA/Queue @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/templates/*.txt ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/bin/tmda-* ${PREFIX}/bin @${MKDIR} ${EXAMPLESDIR}/dot-tmda/filters ${EXAMPLESDIR}/dot-tmda/lists cd ${WRKSRC}/contrib && \ ${INSTALL_SCRIPT} ${SCRIPTS} ${EXAMPLESDIR} && \ ${INSTALL_DATA} ${SAMPLES} ${EXAMPLESDIR} cd ${WRKSRC}/contrib/dot-tmda && \ ${INSTALL_DATA} [Rc]* ${EXAMPLESDIR}/dot-tmda && \ ${INSTALL_DATA} filters/* ${EXAMPLESDIR}/dot-tmda/filters && \ ${INSTALL_DATA} lists/* ${EXAMPLESDIR}/dot-tmda/lists .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${DOCSDIR}/html ${DOCSDIR}/pdf cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} && \ ${CP} -r doc/html doc/pdf ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/mail/tmda/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.59 \ No newline at end of property +1.60 \ No newline at end of property Index: head/misc/diary-hercules/Makefile =================================================================== --- head/misc/diary-hercules/Makefile (revision 245716) +++ head/misc/diary-hercules/Makefile (revision 245717) @@ -1,26 +1,26 @@ # New ports collection makefile for: diary-hercules # Date created: 2 May 2006 # Whom: Andrew Pantyukhin # # $FreeBSD$ # PORTNAME= hercules PORTVERSION= 0.0.3.2 PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/stable%20branch/${PORTVERSION} PKGNAMEPREFIX= diary- MAINTAINER= ports@FreeBSD.org COMMENT= A personal workout diary program for bodybuilders RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sqlite/__init__.py:${PORTSDIR}/databases/py-PySQLite11 USE_GETTEXT= yes -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes USE_WX= 2.6 WX_COMPS= python .include Property changes on: head/misc/diary-hercules/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/mediaproxy/Makefile =================================================================== --- head/net/mediaproxy/Makefile (revision 245716) +++ head/net/mediaproxy/Makefile (revision 245717) @@ -1,36 +1,36 @@ # New ports collection makefile for: mediaproxy # Date created: 08 August 2006 # Whom: Steve Ames # # $FreeBSD$ PORTNAME= mediaproxy PORTVERSION= 1.8.2 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://mediaproxy.ag-projects.com/ \ http://mediaproxy.ag-projects.com/old/ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= steve@energistic.com COMMENT= A far-end NAT traversal solution for SER/OpenSER USE_RC_SUBR= mediaproxy.sh WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ OPTIONS= ACCOUNTING "ACCOUNTING support (Requires MySQL)" off .include .if defined(WITH_ACCOUNTING) USE_MYSQL= yes .endif post-install: ${CP} -pRP ${WRKSRC}/ ${PREFIX}/mediaproxy ${CHOWN} -R 0:0 ${PREFIX}/mediaproxy .include Property changes on: head/net/mediaproxy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/py-zsi/Makefile =================================================================== --- head/net/py-zsi/Makefile (revision 245716) +++ head/net/py-zsi/Makefile (revision 245717) @@ -1,42 +1,42 @@ # New ports collection makefile for: py-zsi # Date created: 17 September 2001 # Whom: Johann Visagie # # $FreeBSD$ # PORTNAME= zsi PORTVERSION= 2.0 PORTEPOCH= 1 CATEGORIES= net python MASTER_SITES= SF/pywebsvcs/ZSI/ZSI-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:U}-${PORTVERSION} MAINTAINER= mnag@FreeBSD.org COMMENT= A pure Python module that provides an implementation of SOAP 1.1 BUILD_DEPENDS= ${PYXML} RUN_DEPENDS= ${PYXML} CONFLICTS= py-zsi-devel-2.* -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= ZSI post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for docfile in CHANGES README doc/zsi.* doc/*.tex @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} .endfor .endif .if !defined(NOPORTEXAMPLES) .for subdir in interop samples test @${MKDIR} ${EXAMPLESDIR}/${subdir} @${CP} -rp ${WRKSRC}/${subdir}/* ${EXAMPLESDIR}/${subdir} .endfor .endif .include Property changes on: head/net/py-zsi/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net-im/cjc/Makefile =================================================================== --- head/net-im/cjc/Makefile (revision 245716) +++ head/net-im/cjc/Makefile (revision 245717) @@ -1,45 +1,45 @@ # New ports collection makefile for: cjc # Date created: 19 April 2006 # Whom: Andrew Pantyukhin # # $FreeBSD$ # PORTNAME= cjc PORTVERSION= 1.0.0.675 CATEGORIES= net-im python MASTER_SITES= CENKES http://jabberstudio.2nw.net/cjc/ # svn export -r675 http://cjc.jajcus.net/svn/cjc/trunk cjc MAINTAINER= ports@FreeBSD.org COMMENT= The Console Jabber Client RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyxmpp>=1.0.0.644:${PORTSDIR}/net-im/py-pyxmpp USE_BZIP2= yes -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ MAKE_ENV+= prefix=${PREFIX} pkg_datadir=${DATADIR} INSTALL_DIR="${INSTALL} -d" MAKE_ARGS+= -E prefix -E pkg_datadir -E pkg_docdir -E INSTALL -E INSTALL_DATA \ -E INSTALL_DIR .ifndef NOPORTDOCS BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \ docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl MAKE_ENV+= pkg_docdir=${DOCSDIR} PORTDOCS= manual.html COPYING README TODO .endif post-extract: @${MKDIR} ${WRKSRC}/.svn post-patch: .ifdef NOPORTDOCS @${REINPLACE_CMD} -e '/^DOCS=/s|=.*|=|' -e '/$$(DESTDIR)$$(pkg_docdir)/d' ${WRKSRC}/Makefile .endif @${GREP} -lr '/usr/bin/python' ${WRKSRC} | \ ${XARGS} ${REINPLACE_CMD} -e "s!/usr/bin/python!${PYTHON_CMD}!" @${REINPLACE_CMD} -e '/^XSLTPROC=/s|=.*|=${LOCALBASE}/bin/xsltproc|' \ -e '/^XSL_DIR=/s|=.*|=${LOCALBASE}/share/xsl/docbook/|' ${WRKSRC}/doc/Makefile @${REINPLACE_CMD} -e '/^DOCS=/s|ChangeLog||' ${WRKSRC}/Makefile .include Property changes on: head/net-im/cjc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net-im/py-msnp/Makefile =================================================================== --- head/net-im/py-msnp/Makefile (revision 245716) +++ head/net-im/py-msnp/Makefile (revision 245717) @@ -1,29 +1,29 @@ # ex:ts=8 # Ports collection makefile for: py-msnp # Date created: Dec 26, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= msnp PORTVERSION= 0.4.1 CATEGORIES= net-im python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}.py-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MSN messaging in Python -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= msnp.py .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/tutorial.html ${DOCSDIR} .endif .include Property changes on: head/net-im/py-msnp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net-im/py-pyxmpp/Makefile =================================================================== --- head/net-im/py-pyxmpp/Makefile (revision 245716) +++ head/net-im/py-pyxmpp/Makefile (revision 245717) @@ -1,35 +1,35 @@ # Ports collection makefile for: py-pyxmpp # Date created: Mar 04, 2005 # Whom: Vsevolod Stakhov # # $FreeBSD$ # PORTNAME= pyxmpp PORTVERSION= 1.0.1 CATEGORIES= net-im python MASTER_SITES= http://pyxmpp.jajcus.net/downloads/ \ CENKES http://jabberstudio.2nw.net/pyxmpp/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wenheping@gmail.com COMMENT= A Python XMPP library BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython \ ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.18.2:${PORTSDIR}/security/py-m2crypto RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes post-patch: @${GREP} -lr '/usr/bin/python' ${WRKSRC} | \ ${XARGS} ${REINPLACE_CMD} -e "s!/usr/bin/python!${PYTHON_CMD}!" @${REINPLACE_CMD} -e '/include_dirs =/s|]|,"${LOCALBASE}/include"]|' \ -e '/library_dirs =/s|]|"${LOCALBASE}/lib"]|' \ -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/setup.py post-install: @${ECHO} "pyxmpp" > ${PYTHON_SITELIBDIR}/pyxmpp.pth .include Property changes on: head/net-im/py-pyxmpp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net-im/py-xmpppy/Makefile =================================================================== --- head/net-im/py-xmpppy/Makefile (revision 245716) +++ head/net-im/py-xmpppy/Makefile (revision 245717) @@ -1,27 +1,27 @@ # Ports collection makefile for: py-xmpppy # Date created: 21 April 2006 # Whom: Andrew Pantyukhin # # $FreeBSD$ # PORTNAME= xmpppy PORTVERSION= 0.4.1 PORTREVISION= 1 CATEGORIES= net-im python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wenheping@gmail.com COMMENT= A Python library that provides easy scripting with Jabber RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.7.1:${PORTSDIR}/dns/py-dnspython -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes post-patch: @${GREP} -lr '/usr/bin/python' ${WRKSRC} | \ ${XARGS} ${REINPLACE_CMD} -e "s,^#!/usr/bin/python,#!${PYTHON_CMD}," .include Property changes on: head/net-im/py-xmpppy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/net-im/py-xmpppy-irc/Makefile =================================================================== --- head/net-im/py-xmpppy-irc/Makefile (revision 245716) +++ head/net-im/py-xmpppy-irc/Makefile (revision 245717) @@ -1,52 +1,52 @@ # Ports collection makefile for: py-irc-transport # Date created: 21 April 2006 # Whom: Andrew Pantyukhin # # $FreeBSD$ # PORTNAME= xmpppy-irc PORTVERSION= 0.3 CATEGORIES= net-im python irc MASTER_SITES= SF/xmpppy/PyIRCt/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= irc-transport-${PORTVERSION} MAINTAINER= wenheping@gmail.com COMMENT= An xmpp to irc transport RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xmpp/__init__.py:${PORTSDIR}/net-im/py-xmpppy \ ${PYTHON_SITELIBDIR}/irclib.py:${PORTSDIR}/irc/py-irclib -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ NO_BUILD= yes FILES= irc.py jep0106.py jep0133.py test_jep0106.py PFILES= ${FILES:S.^.%%PYTHON_SITELIBDIR%%/xmpp/irc/.} PLIST_FILES= ${PFILES} ${PFILES:S.$.c.} ${PFILES:S.$.o.} etc/${PORTNAME:S.-..}.conf.sample PLIST_DIRS= %%PYTHON_SITELIBDIR%%/xmpp/irc SUB_LIST= PYTHON_CMD=${PYTHON_CMD} FEXEC=${PYTHON_SITELIBDIR}/xmpp/irc/irc.py USE_RC_SUBR= xmpppyirc PORTDOCS= ChangeLog IRC-Transport-Howtouse.html README.txt DDIR= ${PYTHON_SITELIBDIR}/xmpp/irc PORTSCOUT= limit:^0\.4[1-4] post-patch: @${GREP} -lr '/usr/bin/python' ${WRKSRC} | \ ${XARGS} ${REINPLACE_CMD} -e "s,/usr/bin/python,${PYTHON_CMD}," \ -e "s!/etc/jabber/jabber-irc.conf!${PREFIX}/etc/${PORTNAME:S.-..}.conf!" do-install: @${INSTALL} -d ${DDIR} @${INSTALL_SCRIPT} ${WRKSRC}/irc.py ${DDIR}/ @${INSTALL_DATA} ${FILES:M*jep*:S.^.${WRKSRC}/.} ${DDIR}/ @${INSTALL_DATA} ${WRKSRC}/transport.ini ${PREFIX}/etc/${PORTNAME:S.-..}.conf.sample @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DDIR} @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DDIR} @${CHMOD} -R a-w ${DDIR} .ifndef NOPORTDOCS @${INSTALL} -d ${DOCSDIR} @${INSTALL} ${PORTDOCS:S.^.${WRKSRC}/.} ${DOCSDIR}/ .endif .include Property changes on: head/net-im/py-xmpppy-irc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/net-im/py-xmpppy-yahoo/Makefile =================================================================== --- head/net-im/py-xmpppy-yahoo/Makefile (revision 245716) +++ head/net-im/py-xmpppy-yahoo/Makefile (revision 245717) @@ -1,83 +1,83 @@ # Ports collection makefile for: xmpppy-yahoo # Date created: Thu Jul 26 # Whom: Michael Nottebrock # # $FreeBSD$ # PORTNAME= yahoo PORTVERSION= 0.3.20070314 CATEGORIES= net-im python MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=lofi PKGNAMEPREFIX= xmpppy- DISTNAME= yahoo-transport-${PORTVERSION} MAINTAINER= wenheping@gmail.com COMMENT= Yahoo! transport for Jabber OPTIONS= EJABBERD "Use transport with ejabberd" off RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xmpp/__init__.py:${PORTSDIR}/net-im/py-xmpppy \ ${PYTHON_SITELIBDIR}/DNS/__init__.py:${PORTSDIR}/dns/py-dns -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ NO_BUILD= yes FILES= adhoc.py config.py jep0133.py roomlist.py xmlconfig.py \ yahoo_helpers.py avatar.py htmlutils.py migratespool.py toolbox.py \ yahoo.py ylib.py FILES_CURPHOO= YahooMD5.py __init__.py cpformat.py md5crypt.py pysha.py yahoo_fn.py PFILES= ${FILES:S.^.%%PYTHON_SITELIBDIR%%/xmpp/yahoo/.} \ ${FILES_CURPHOO:S.^.%%PYTHON_SITELIBDIR%%/xmpp/yahoo/curphoo/.} PLIST_FILES= ${PFILES} ${PFILES:S.$.c.} ${PFILES:S.$.o.} etc/${UNIQUENAME:S.-._.}.conf.sample PLIST_DIRS= %%PYTHON_SITELIBDIR%%/xmpp/yahoo/curphoo %%PYTHON_SITELIBDIR%%/xmpp/yahoo SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} BINDIR=${PYTHON_SITELIBDIR}/xmpp/yahoo \ JABBER_USER=${JABBER_USER} USE_RC_SUBR= ${UNIQUENAME:S/-/_/} DDIR= ${PYTHON_SITELIBDIR}/xmpp/yahoo .include .if defined(WITH_EJABBERD) JABBER_USER?= ejabberd SUB_LIST+= JABBER_REQUIRE=ejabberd .else JABBER_USER?= jabber SUB_LIST+= JABBER_REQUIRE=jabberd .endif post-patch: @${GREP} -lr '/usr/bin/env python' ${WRKSRC} | \ ${XARGS} ${REINPLACE_CMD} -e "s|/usr/bin/env python|${PYTHON_CMD}|" @${REINPLACE_CMD} -e "s|/etc/pyyimt.conf.xml|${PREFIX}/etc/${UNIQUENAME:S.-._.}.conf|" \ -e 's|pid = ""|pid = "/var/jabberd/pid/PyYIMt.pid"|g' \ -e 's|spoolFile = "user.dbm"|spoolFile = "/var/spool/jabberd/yahoouser.dbm"|g' \ ${WRKSRC}/config.py @${REINPLACE_CMD} -e '/spoolFile/s|yahoouser.dbm|/var/spool/jabberd/yahoouser.dbm|' \ -e 's|yahooerror.log -->|' \ -e 's|PyYIMt.pid|/var/jabberd/pid/PyYIMt.pid|' \ ${WRKSRC}/config_example.xml do-install: @${INSTALL} -d ${DDIR} @${INSTALL_DATA} ${FILES:S.^.${WRKSRC}/.} ${DDIR}/ @${INSTALL_SCRIPT} ${WRKSRC}/yahoo.py ${DDIR}/ @${MKDIR} ${DDIR}/curphoo @${INSTALL_DATA} ${FILES_CURPHOO:S.^.${WRKSRC}/curphoo/.} ${DDIR}/curphoo/ @${INSTALL_DATA} ${WRKSRC}/config_example.xml ${PREFIX}/etc/${UNIQUENAME:S.-._.}.conf.sample @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${DDIR} @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${DDIR} @${CHMOD} -R a-w ${DDIR} post-install: @${ECHO_CMD} @${ECHO_CMD} "****************************************************" @${ECHO_CMD} "A sample configuration file has been installed in" @${ECHO_CMD} "${PREFIX}/etc/${UNIQUENAME:S.-._.}.conf.sample" @${ECHO_CMD} @${ECHO_CMD} "Follow the setup instructions at" @${ECHO_CMD} "http://wiki.blathersource.org/wiki/index.php/PyYIMt." @${ECHO_CMD} "****************************************************" @${ECHO_CMD} .include Property changes on: head/net-im/py-xmpppy-yahoo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/ports-mgmt/pkg_trackinst/Makefile =================================================================== --- head/ports-mgmt/pkg_trackinst/Makefile (revision 245716) +++ head/ports-mgmt/pkg_trackinst/Makefile (revision 245717) @@ -1,23 +1,23 @@ # New ports collection makefile for: pkg_trackinst # Date created: 3 May 2005 # Whom: Hye-Shik Chang # # $FreeBSD$ PORTNAME= pkg_trackinst PORTVERSION= 1.2.3 CATEGORIES= ports-mgmt MASTER_SITES= http://people.freebsd.org/~perky/distfiles/ MAINTAINER= perky@FreeBSD.org COMMENT= PkgDB/pkg-plist generator by tracking installation -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ INSTALLS_EGGINFO= yes MAKE_ENV= PYTHON_CMD=${PYTHON_CMD} post-patch: ${REINPLACE_CMD} 's,/usr/local,${PREFIX},g' \ ${WRKSRC}/PkgTrackInst/cmd_support.py .include Property changes on: head/ports-mgmt/pkg_trackinst/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/print/py-reportlab/Makefile =================================================================== --- head/print/py-reportlab/Makefile (revision 245716) +++ head/print/py-reportlab/Makefile (revision 245717) @@ -1,50 +1,50 @@ # New ports collection makefile for: reportlab # Date created: 17 August 2000 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= reportlab PORTVERSION= 1.21.2 PORTREVISION= 2 CATEGORIES= print python MASTER_SITES= http://www.reportlab.org/ftp/ \ ftp://ftp.reportlab.org/ \ http://people.freebsd.org/~erwin/distfiles/:accel \ http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/:accel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= ReportLab_${PORTVERSION:S/./_/g}.tgz \ rl_accel-3004.tgz:accel MAINTAINER= perky@FreeBSD.org COMMENT= Library to create PDF documents using the Python language -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Reportlab WRKSRC= ${WRKDIR}/reportlab_${PORTVERSION:S/./_/g}/reportlab MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}" REPORTLABDIR= ${PYTHONPREFIX_SITELIBDIR}/reportlab DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} DOCS= RML_UserGuide.pdf RML_UserGuide_1_0.pdf diagradoc.pdf graphguide.pdf \ graphics_reference.pdf reference.pdf userguide.pdf post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/rl_config.py @${REINPLACE_CMD} -e 's#with#with26#g' ${WRKSRC}/lib/PyFontify.py .include post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${DOCS} ${CP} ${WRKSRC}/docs/${i} ${DOCSDIR} .endfor .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/print/py-reportlab/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.29 \ No newline at end of property +1.30 \ No newline at end of property Index: head/science/py-paida/Makefile =================================================================== --- head/science/py-paida/Makefile (revision 245716) +++ head/science/py-paida/Makefile (revision 245717) @@ -1,26 +1,26 @@ # New ports collection makefile for: paida # Date created: 2005-07-17 # Whom: Vsevolod Stakhov # # $FreeBSD$ # PORTNAME= paida PORTVERSION= 3.2.1.2.10 CATEGORIES= science python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-3.2.1_2.10.1 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-3.2.1_2.10.1 MAINTAINER= wenheping@gmail.com COMMENT= Pure Python scientific analysis package .if !defined(NO_GUI) BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter .endif -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGVERSION= 3.2.1_2.10.1 .include Property changes on: head/science/py-paida/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/security/py-m2crypto/Makefile =================================================================== --- head/security/py-m2crypto/Makefile (revision 245716) +++ head/security/py-m2crypto/Makefile (revision 245717) @@ -1,35 +1,35 @@ # New ports collection makefile for: py-m2crypto # Date created: 27 March 2001 # Whom: Peter Haight # # $FreeBSD$ # PORTNAME= m2crypto PORTVERSION= 0.20 CATEGORIES= security python MASTER_SITES= CHEESESHOP \ http://chandlerproject.org/pub/Projects/MeTooCrypto/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= M2Crypto-${PORTVERSION} DIST_SUBDIR= python MAINTAINER= mnag@FreeBSD.org COMMENT= Crypto and SSL toolkit for Python BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_OPENSSL= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes PYDISTUTILS_PKGNAME= M2Crypto .include PYDISTUTILS_BUILDARGS= build_ext --openssl="${OPENSSLBASE}" post-patch: @${REINPLACE_CMD} "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|g" ${WRKSRC}/SWIG/Makefile .include Property changes on: head/security/py-m2crypto/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/security/py-pyme/Makefile =================================================================== --- head/security/py-pyme/Makefile (revision 245716) +++ head/security/py-pyme/Makefile (revision 245717) @@ -1,36 +1,36 @@ # New ports collection makefile for: security/py-pyme # Date created: 28 December 2008 # Whom: Johan van Selst # # $FreeBSD$ # PORTNAME= pyme PORTVERSION= 0.8.1 PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= johans@stack.nl COMMENT= Python interface to GPGME library BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme USE_GMAKE= yes -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME=pygpgme .include post-patch: @${REINPLACE_CMD} -e 's,gpgme-config,${PREFIX}/bin/&,' \ ${WRKSRC}/Makefile ${WRKSRC}/setup.py @${REINPLACE_CMD} -e 's,include/,&gpgme/,' ${WRKSRC}/Makefile pre-build: @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} build) .include Property changes on: head/security/py-pyme/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/security/vinetto/Makefile =================================================================== --- head/security/vinetto/Makefile (revision 245716) +++ head/security/vinetto/Makefile (revision 245717) @@ -1,34 +1,34 @@ # New ports collection makefile for: vinetto # Date created: 2006-12-26 # Whom: Aleksander Fafula # # $FreeBSD$ # PORTNAME= vinetto PORTVERSION= 0.07 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-beta-${PORTVERSION} DISTNAME= ${PORTNAME}-beta-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A forensics tool to examine Thumbs.db files OPTIONS= IMAGING "Build with ability to extract graphic thumbnails" on -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS=yes PYDISTUTILS_PKGVERSION= 0.06alpha .include .if !defined(WITHOUT_IMAGING) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging .endif do-patch: ${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/setup.py ${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/vinreport.py ${REINPLACE_CMD} -e "s|/usr/share/vinetto|${DATADIR}|g" ${WRKSRC}/vinetto .include Property changes on: head/security/vinetto/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/wapiti/Makefile =================================================================== --- head/security/wapiti/Makefile (revision 245716) +++ head/security/wapiti/Makefile (revision 245717) @@ -1,35 +1,35 @@ # New ports collection makefile for: wapiti # Date created: 3 October 2007 # Whom: Philippe Audeoud # $FreeBSD$ PORTNAME= wapiti PORTVERSION= 1.1.6 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= jadawin@FreeBSD.org COMMENT= Wapiti is a vulnerability scanner for web applications RUN_DEPENDS= ${PYTHON_SITELIBDIR}/tidy:${PORTSDIR}/www/py-utidy -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ NO_BUILD= yes PORTDOCS= README PLIST_FILES= bin/wapiti.py \ bin/lswww.py \ bin/getcookie.py \ bin/cookie.py \ bin/BeautifulSoup.py do-install: .for i in wapiti.py lswww.py getcookie.py cookie.py BeautifulSoup.py ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin/ .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/security/wapiti/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/textproc/py-texttable/Makefile =================================================================== --- head/textproc/py-texttable/Makefile (revision 245716) +++ head/textproc/py-texttable/Makefile (revision 245717) @@ -1,24 +1,24 @@ # Ports collection makefile for: py-texttable # Date created: 24 April 2007 # Whom: Martin Wilke # # $FreeBSD$ # PORTNAME= texttable PORTVERSION= 0.7.0 CATEGORIES= textproc python MASTER_SITES= http://jefke.free.fr/stuff/python/texttable/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= miwi@FreeBSD.org COMMENT= Module for creating simple ASCII tables -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/texttable.py \ %%PYTHON_SITELIBDIR%%/texttable.pyc \ %%PYTHON_SITELIBDIR%%/texttable.pyo .include Property changes on: head/textproc/py-texttable/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/textproc/queequeg/Makefile =================================================================== --- head/textproc/queequeg/Makefile (revision 245716) +++ head/textproc/queequeg/Makefile (revision 245717) @@ -1,38 +1,38 @@ # New ports collection makefile for: Queequeg # Date created: 28 February 2004 # Whom: Kimura Fuyuki # # $FreeBSD$ # PORTNAME= queequeg PORTVERSION= 0.91 PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A tiny English grammar checker BUILD_DEPENDS= wn:${PORTSDIR}/textproc/wordnet \ ${PYTHON_SITELIBDIR}/cdbmodule.so:${PORTSDIR}/databases/py-cdb RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cdbmodule.so:${PORTSDIR}/databases/py-cdb -USE_PYTHON= 2.3+ +USE_PYTHON= yes MAKE_ARGS= dict WORDNETDICT="${LOCALBASE}/share/WordNet" .if !defined(NOPORTDOCS) PORTDOCS= address.png index-e.html index.html .endif do-install: ${MKDIR} ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/qq ${DATADIR} ${LN} -shf ${DATADIR}/qq ${PREFIX}/bin/qq ${INSTALL_DATA} ${WRKSRC}/*.py ${WRKSRC}/dict.cdb ${DATADIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/htdocs; ${INSTALL_DATA} * ${DOCSDIR} .endif .include Property changes on: head/textproc/queequeg/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property