Index: head/www/feedjack/Makefile =================================================================== --- head/www/feedjack/Makefile (revision 245715) +++ head/www/feedjack/Makefile (revision 245716) @@ -1,28 +1,28 @@ # New ports collection makefile for: feedjack # Date created: Jul 28 2006 # Whom: Florent Thoumie # # $FreeBSD$ # PORTNAME= feedjack PORTVERSION= 0.9.16 CATEGORIES= www MASTER_SITES= http://www.feedjack.org/download/ DISTNAME= Feedjack-${PORTVERSION} MAINTAINER= flz@FreeBSD.org COMMENT= Feed aggregator writen in Python using the Django framework RUN_DEPENDS= ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser \ django-admin.py:${PORTSDIR}/www/py-django DIST_SUBDIR= python -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= Feedjack PLIST_SUB= FEEDJACKVER=${PORTVERSION} \ PYTHONVER=${_PYTHON_VERSION} .include Property changes on: head/www/feedjack/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/www/mod_wsgi/Makefile =================================================================== --- head/www/mod_wsgi/Makefile (revision 245715) +++ head/www/mod_wsgi/Makefile (revision 245716) @@ -1,37 +1,37 @@ # New ports collection makefile for: mod_wsgi # Date created: 07 April 2008 # Whom: Douglas Thrift # # $FreeBSD$ # PORTNAME= mod_wsgi PORTVERSION= 2.8 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://apt.douglasthrift.net/files/${PORTNAME}/ \ http://code.douglasthrift.net/files/${PORTNAME}/ MAINTAINER= douglas@douglasthrift.net COMMENT= Python WSGI adapter module for Apache MAKE_JOBS_SAFE= yes LATEST_LINK= mod_wsgi2 CONFLICTS= mod_wsgi-3.* PROJECTHOST= modwsgi USE_APACHE= 1.3+ -USE_PYTHON= 2.3-2.6 +USE_PYTHON= 2.4-2.6 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" SUB_FILES= pkg-message post-install: @${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so" @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/mod_wsgi/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/www/mod_wsgi3/Makefile =================================================================== --- head/www/mod_wsgi3/Makefile (revision 245715) +++ head/www/mod_wsgi3/Makefile (revision 245716) @@ -1,43 +1,43 @@ # New ports collection makefile for: mod_wsgi # Date created: 07 April 2008 # Whom: Douglas Thrift # # $FreeBSD$ # PORTNAME= mod_wsgi PORTVERSION= 3.1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://apt.douglasthrift.net/files/${PORTNAME}/ \ http://code.douglasthrift.net/files/${PORTNAME}/ MAINTAINER= douglas@douglasthrift.net COMMENT= Python WSGI adapter module for Apache MAKE_JOBS_SAFE= yes #LATEST_LINK= mod_wsgi CONFLICTS= mod_wsgi-2.* PROJECTHOST= modwsgi USE_APACHE= 1.3+ -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" SUB_FILES= pkg-message .include .if ${PYTHON_REL} >= 300 && ${PYTHON_REL} < 310 IGNORE= is unsupported with Python 3.0 .endif post-install: @${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so" @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/mod_wsgi3/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/www/myghty/Makefile =================================================================== --- head/www/myghty/Makefile (revision 245715) +++ head/www/myghty/Makefile (revision 245716) @@ -1,27 +1,27 @@ # New ports collection makefile for: myghty # Date created: July 13 2005 # Whom: Dryice Liu # # $FreeBSD$ # PORTNAME= myghty PORTVERSION= 1.1 CATEGORIES= www python MASTER_SITES= SF DISTNAME= Myghty-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A Python based templating framework BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ NO_BUILD= yes PLIST_SUB= VERSION="${PORTVERSION}" PYVER="${PYTHON_VERSION:S/python//}" do-install: cd ${BUILD_WRKSRC} \ && ${PYTHON_CMD} setup.py install --old-and-unmanageable .include Property changes on: head/www/myghty/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/www/py-cherrypy-old/Makefile =================================================================== --- head/www/py-cherrypy-old/Makefile (revision 245715) +++ head/www/py-cherrypy-old/Makefile (revision 245716) @@ -1,44 +1,44 @@ # New ports collection makefile for: py-cherrypy # Date created: 2006-01-11 # Whom: Nicola Vitale # # $FreeBSD$ # PORTNAME= cherrypy PORTVERSION= 2.3.0 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= http://download.cherrypy.org/${PORTNAME}/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -old DISTNAME= CherryPy-${PORTVERSION:C/\.b$/beta/} MAINTAINER= ports@FreeBSD.org COMMENT= A pythonic, object-oriented web development framework -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= CherryPy LN_OPTS= -sf RM_OPTS= -r EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} CPEXAMPLES= ${PYTHON_SITELIBDIR}/${PORTNAME}/tutorial .if defined(NOPORTEXAMPLES) PLIST_SUB= PORTPYTHON_SITELIBDIR="@comment " .else PLIST_SUB= PORTPYTHON_SITELIBDIR="" .endif post-install: .if defined(NOPORTEXAMPLES) @${RM} ${RM_OPTS} ${CPEXAMPLES} .else @${MV} ${CPEXAMPLES} ${EXAMPLESDIR} && \ ${LN} ${LN_OPTS} ${EXAMPLESDIR} ${CPEXAMPLES} .endif .include Property changes on: head/www/py-cherrypy-old/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/www/py-prewikka/Makefile =================================================================== --- head/www/py-prewikka/Makefile (revision 245715) +++ head/www/py-prewikka/Makefile (revision 245716) @@ -1,48 +1,48 @@ # New ports collection makefile for: prewikka # Date created: 2006-03-13 # Whom: Robin Gruyters # # $FreeBSD$ # PORTNAME= prewikka PORTVERSION= 0.9.17.1 CATEGORIES= www security python MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Frontend for the Prelude IDS BUILD_DEPENDS= cheetah-compile:${PORTSDIR}/devel/py-cheetah LIB_DEPENDS= prelude.20:${PORTSDIR}/security/libprelude \ preludedb.4:${PORTSDIR}/security/libpreludedb -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " .endif post-patch: ${MV} ${WRKSRC}/conf/prewikka.conf ${WRKSRC}/conf/prewikka.conf-dist ${REINPLACE_CMD} 's,conf/prewikka.conf,conf/prewikka.conf-dist,' \ ${WRKSRC}/setup.py .if defined(WITHOUT_NLS) ${REINPLACE_CMD} 's,\(.*self.data_files.extend(self._compile_po_files())\),#\1,' \ ${WRKSRC}/setup.py .endif post-install: @if [ ! -f ${PREFIX}/etc/prewikka/prewikka.conf ]; then \ ${CP} -p ${PREFIX}/etc/prewikka/prewikka.conf-dist \ ${PREFIX}/etc/prewikka/prewikka.conf ; \ fi .include Property changes on: head/www/py-prewikka/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/www/py-utidy/Makefile =================================================================== --- head/www/py-utidy/Makefile (revision 245715) +++ head/www/py-utidy/Makefile (revision 245716) @@ -1,28 +1,28 @@ # New ports collection makefile for: utidy # Date created: Wed Aug 29 21:37:35 CEST 2007 # Whom: Stefan Esser # # $FreeBSD$ # PORTNAME= utidy PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= utidylib PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= uTidylib-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to tidy-lib # XXX Better depend on tidy or tidy-devel??? LIB_DEPENDS= tidy-0.99.0:${PORTSDIR}/www/tidy-lib USE_ZIP= yes -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= uTidylib .include Property changes on: head/www/py-utidy/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/www/pyblosxom/Makefile =================================================================== --- head/www/pyblosxom/Makefile (revision 245715) +++ head/www/pyblosxom/Makefile (revision 245716) @@ -1,31 +1,31 @@ # New ports collection makefile for: pyblosxom # Date created: 13 April 2005 # Whom: Dryice Liu # # $FreeBSD$ # PORTNAME= pyblosxom PORTVERSION= 1.4.3 CATEGORIES= www python MASTER_SITES= SF \ http://dryice.name/computer/FreeBSD/distfiles/ MAINTAINER= jun-g@daemonfreaks.com COMMENT= A lightweight weblog system -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}-${PORTVERSION} post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for docfile in INSTALL LICENSE README ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} .endfor .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/pyblosxom/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/www/quixote/Makefile =================================================================== --- head/www/quixote/Makefile (revision 245715) +++ head/www/quixote/Makefile (revision 245716) @@ -1,38 +1,38 @@ # New ports collection makefile for: quixote # Date created: 18 September 2001 # Whom: Johann Visagie # # $FreeBSD$ # PORTNAME= quixote PORTVERSION= 2.6 CATEGORIES= www python MASTER_SITES= http://quixote.ca/releases/ \ http://dryice.name/computer/FreeBSD/distfiles/ DISTNAME= Quixote-${PORTVERSION} MAINTAINER= ports@FreeBSD.ORg COMMENT= A framework for developing web applications in Python RUN_DEPENDS+= qpcheck.py:${PORTSDIR}/www/py-qpy -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Quixote .include post-install: @ PYTHONPATH=${PREFIX}/lib/${PYTHON_VERSION}/site-packages \ ${PYTHON_CMD} ${SCRIPTDIR}/compile_ptl.py \ ${PREFIX}/lib/${PYTHON_VERSION}/site-packages/${PORTNAME}/demo/*.ptl .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} .for docfile in ACKS.txt CHANGES.txt LICENSE.txt README.txt TODO doc/* @ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} .endfor .endif .include Property changes on: head/www/quixote/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.34 \ No newline at end of property +1.35 \ No newline at end of property Index: head/www/session2/Makefile =================================================================== --- head/www/session2/Makefile (revision 245715) +++ head/www/session2/Makefile (revision 245716) @@ -1,44 +1,44 @@ # New ports collection makefile for: quixote-session2 # Date created: 15 June 2005 # Whom: Dryice Liu # # $FreeBSD$ # PORTNAME= session2 PORTVERSION= 0.6.1 PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= http://quixote.idyll.org/session2/ \ http://dryice.name/computer/FreeBSD/distfiles/ DISTNAME= session2-${PORTVERSION} MAINTAINER= dryice@dryice.name COMMENT= A quixote session manager with persistence support -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGVERSION= 0.6 OPTIONS= MYSQL "MySQLdb support" on OPTIONS+= POSTGRESQL "psycopg support" on .include .if defined(WITH_MYSQL) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb .endif .if defined(WITH_POSTGRESQL) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopgmodule.so:${PORTSDIR}/databases/py-psycopg .endif post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} .for docfile in ChangeLog default.css README.html README.txt TODO @ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} .endfor .endif .include Property changes on: head/www/session2/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/www/trac-addcomment/Makefile =================================================================== --- head/www/trac-addcomment/Makefile (revision 245715) +++ head/www/trac-addcomment/Makefile (revision 245716) @@ -1,30 +1,30 @@ # New ports collection makefile for: trac-addcomment # Date created: December 28 2006 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= addcomment PORTVERSION= 0.3 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}macro-${PORTVERSION} MAINTAINER= brooks@FreeBSD.org COMMENT= Add formatted comments to wiki pages BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ ${PYTHON_SITELIBDIR}/TracMacroPost-0.2-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-macropost WRKSRC= ${WRKDIR}/${PORTNAME}macro NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= TracAddCommentMacro PYDISTUTILS_NOEGGINFO= yes # XXX convert easy_install support to bsd.python.mk's PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} .include Property changes on: head/www/trac-addcomment/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/www/trac-advancedticketworkflow/Makefile =================================================================== --- head/www/trac-advancedticketworkflow/Makefile (revision 245715) +++ head/www/trac-advancedticketworkflow/Makefile (revision 245716) @@ -1,29 +1,29 @@ # New ports collection makefile for: trac-customroadmap # Date created: Oct 08 2008 # Whom: Martin Matuska # # $FreeBSD$ # PORTNAME= advancedticketworkflow PORTVERSION= 0.10.3940 CATEGORIES= www devel python MASTER_SITES= http://people.freebsd.org/~mm/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= mm@FreeBSD.org COMMENT= Advanced Ticket Workflow Plugin for Trac RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= AdvancedTicketWorkflowPlugin PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}dev PLIST_SUB+= PORTVERSION=${PORTVERSION:R}dev PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-advancedticketworkflow/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/www/trac-batchmodify/Makefile =================================================================== --- head/www/trac-batchmodify/Makefile (revision 245715) +++ head/www/trac-batchmodify/Makefile (revision 245716) @@ -1,34 +1,34 @@ # New ports collection makefile for: trac-batchmodify # Date created: Jan 29 2009 # Whom: Greg Larkin # # $FreeBSD$ # PORTNAME= batchmodify PORTVERSION= 0.2.0.4447 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Enables users to modify several tickets together at once RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= BatchModify PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} PLIST_SUB+= EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/trac-batchmodify/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/www/trac-calendar/Makefile =================================================================== --- head/www/trac-calendar/Makefile (revision 245715) +++ head/www/trac-calendar/Makefile (revision 245716) @@ -1,29 +1,29 @@ # New ports collection makefile for: trac-calendar # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= calendar PORTVERSION= 0.1 PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Calendar plugin for trac BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-calendar/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/www/trac-ccselector/Makefile =================================================================== --- head/www/trac-ccselector/Makefile (revision 245715) +++ head/www/trac-ccselector/Makefile (revision 245716) @@ -1,34 +1,34 @@ # New ports collection makefile for: trac-ccselector # Date created: Dec 10 2008 # Whom: glarkin # # $FreeBSD$ # PORTNAME= ccselector PORTVERSION= 0.0.2.4001 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Visually edit the Trac ticket CC field RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= cc_selector PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} PLIST_SUB+= EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/trac-ccselector/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/www/trac-codetags/Makefile =================================================================== --- head/www/trac-codetags/Makefile (revision 245715) +++ head/www/trac-codetags/Makefile (revision 245716) @@ -1,29 +1,29 @@ # New ports collection makefile for: trac-codetags # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= codetags PORTVERSION= 0.1 PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= A plugin for displaying code tags BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-codetags/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/www/trac-ctxtnavadd/Makefile =================================================================== --- head/www/trac-ctxtnavadd/Makefile (revision 245715) +++ head/www/trac-ctxtnavadd/Makefile (revision 245716) @@ -1,27 +1,27 @@ # New ports collection makefile for: trac-ctxtnavadd # Date created: December 28 2006 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= ctxtnavaddplugin PORTVERSION= 2.0 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- MAINTAINER= glarkin@FreeBSD.org COMMENT= Add links to the ctxtnav bar from other plugins BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION:S/.r/_r/} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-ctxtnavadd/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/www/trac-customfieldadmin/Makefile =================================================================== --- head/www/trac-customfieldadmin/Makefile (revision 245715) +++ head/www/trac-customfieldadmin/Makefile (revision 245716) @@ -1,35 +1,35 @@ # New ports collection makefile for: trac-customfieldadmin # Date created: Jan 11 2008 # Whom: Greg Larkin # # $FreeBSD$ # PORTNAME= customfieldadmin PORTVERSION= 0.2.2.6485 PORTEPOCH= 1 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Web interface to administer Trac ticket custom fields RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracCustomFieldAdmin PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} PLIST_SUB+= EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/trac-customfieldadmin/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/www/trac-customroadmap/Makefile =================================================================== --- head/www/trac-customroadmap/Makefile (revision 245715) +++ head/www/trac-customroadmap/Makefile (revision 245716) @@ -1,29 +1,29 @@ # New ports collection makefile for: trac-customroadmap # Date created: Oct 08 2008 # Whom: Martin Matuska # # $FreeBSD$ # PORTNAME= customroadmap PORTVERSION= 0.4.2348 CATEGORIES= www devel python MASTER_SITES= http://people.freebsd.org/~mm/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= mm@FreeBSD.org COMMENT= Custom roadmap plugin for trac RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracCustomRoadmap PYDISTUTILS_PKGVERSION= 0.4 PLIST_SUB+= PORTVERSION=${PYDISTUTILS_PKGVERSION} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-customroadmap/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/www/trac-email2trac/Makefile =================================================================== --- head/www/trac-email2trac/Makefile (revision 245715) +++ head/www/trac-email2trac/Makefile (revision 245716) @@ -1,57 +1,57 @@ # New ports collection makefile for: trac-email2trac # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= email2trac PORTVERSION= 0.90 CATEGORIES= www devel python MASTER_SITES= ftp://ftp.sara.nl/pub/outgoing/ PKGNAMEPREFIX= trac- MAINTAINER= brooks@FreeBSD.org COMMENT= Convert email to trac tickets BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac OPTIONS= POSTFIX "Configure suid script for postfix" OFF TRACUSER?= ${WWWOWN} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-trac-user=${TRACUSER} --with-mta-user=${MTAUSER} -USE_PYTHON= 2.3+ +USE_PYTHON= yes PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README .include .if defined(WITH_POSTFIX) MTAUSER?= nobody .else MTAUSER?= mailnull .endif do-install: @${INSTALL_SCRIPT} ${WRKSRC}/delete_spam.py ${PREFIX}/bin/delete_spam @${INSTALL_SCRIPT} ${WRKSRC}/email2trac.py ${PREFIX}/bin/email2trac @${INSTALL} ${COPY} ${STRIP} ${_BINOWNGRP} -m 4111 \ ${WRKSRC}/run_email2trac ${PREFIX}/bin @${INSTALL_DATA} ${WRKSRC}/email2trac.conf \ ${PREFIX}/etc/email2trac.conf.sample @if [ ! -e ${PREFIX}/etc/email2trac.conf ]; then \ ${CP} -p ${PREFIX}/etc/email2trac.conf.sample \ ${PREFIX}/etc/email2trac.conf ; \ fi .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/www/trac-email2trac/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/www/trac-fullblog/Makefile =================================================================== --- head/www/trac-fullblog/Makefile (revision 245715) +++ head/www/trac-fullblog/Makefile (revision 245716) @@ -1,46 +1,46 @@ # New ports collection makefile for: trac-fullblog # Date created: January 9, 2009 # Whom: Brooks Davis # # $FreeBSD$ # PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L} PORTVERSION= 0.1 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= brooks@freebsd.org COMMENT= This plugin provides a project Blog RUN_DEPENDS+= htmldoc:${PORTSDIR}/textproc/htmldoc \ tracd:${PORTSDIR}/www/trac BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ NO_BUILD= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= TracFullBlogPlugin WRKSRC= ${WRKDIR}/${PORTNAME}plugin PYDISTUTILS_NOEGGINFO= yes PLIST_SUB= PORTVERSION=${PORTVERSION} \ PYTHON_VER=${PYTHON_VER} EGG_PATH= ${PYTHONPREFIX_SITELIBDIR}/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg do-build: @${DO_NADA} build-plist: @${CAT} /dev/null > ${PLIST} ${FIND} ${EGG_PATH} -type f | \ ${SED} -e 's|${EGG_PATH}|%%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-%%PORTVERSION%%-py%%PYTHON_VER%%.egg|' | \ ${SORT} >> ${PLIST} ${FIND} ${EGG_PATH} -type d | \ ${SED} -e 's|${EGG_PATH}|@dirrm %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-%%PORTVERSION%%-py%%PYTHON_VER%%.egg|' | \ ${SORT} -r >> ${PLIST} .include Property changes on: head/www/trac-fullblog/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/www/trac-gantt/Makefile =================================================================== --- head/www/trac-gantt/Makefile (revision 245715) +++ head/www/trac-gantt/Makefile (revision 245716) @@ -1,41 +1,41 @@ # New ports collection makefile for: trac-gantt # Date created: July 12 2006 # Whom: Dryice Liu # # $FreeBSD$ # PORTNAME= TracGantt PORTVERSION= 0.3.2a PORTREVISION= 3 CATEGORIES= www devel python MASTER_SITES= http://willbarton.com/files/ \ http://dryice.name/computer/FreeBSD/distfiles/ PKGNAMEPREFIX= trac- MAINTAINER= dryice@dryice.name COMMENT= A plugin to creates Gantt charts for trac BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= trac>=0.11:${PORTSDIR}/www/trac NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .if !defined(NOPORTDOCS) PORTDOCS= PKG-INFO README .endif .include post-install: .if !defined(NOPORTDOCS) @${INSTALL} -d ${DOCSDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/trac-gantt/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/www/trac-graphviz/Makefile =================================================================== --- head/www/trac-graphviz/Makefile (revision 245715) +++ head/www/trac-graphviz/Makefile (revision 245716) @@ -1,44 +1,44 @@ # New ports collection makefile for: trac-graphviz # Date created: January 14, 2009 # Whom: Brooks Davis # # $FreeBSD$ # PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L} PORTVERSION= 0.7.4 CATEGORIES= www devel graphics python MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= brooks@freebsd.org COMMENT= Graphviz pluging for Trac's wiki RUN_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/URW/fonts.dir:${PORTSDIR}/x11-fonts/urwfonts \ dot:${PORTSDIR}/graphics/graphviz \ tracd:${PORTSDIR}/www/trac BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools -USE_PYTHON= 2.3+ +USE_PYTHON= yes NO_BUILD= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= graphviz WRKSRC= ${WRKDIR}/${PORTNAME}plugin PYDISTUTILS_NOEGGINFO= yes PLIST_SUB= PORTVERSION=${PORTVERSION} \ PYTHON_VER=${PYTHON_VER} PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ -e 's|%%PREFIX%%|${PREFIX}|' \ -e 's|%%OSMAJOR%%|${OSREL:C/\..*$//}|' \ ${WRKSRC}/graphviz/graphviz.py do-build: @${DO_NADA} .include Property changes on: head/www/trac-graphviz/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/www/trac-hierwiki/Makefile =================================================================== --- head/www/trac-hierwiki/Makefile (revision 245715) +++ head/www/trac-hierwiki/Makefile (revision 245716) @@ -1,29 +1,29 @@ # New ports collection makefile for: trac-hierwiki # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= hierwiki PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Dealing with the trac wiki as a hierarchy BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-hierwiki/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/www/trac-iniadmin/Makefile =================================================================== --- head/www/trac-iniadmin/Makefile (revision 245715) +++ head/www/trac-iniadmin/Makefile (revision 245716) @@ -1,28 +1,28 @@ # New ports collection makefile for: trac-iniadmin # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= iniadmin PORTVERSION= 0.2.3915 CATEGORIES= www devel python MASTER_SITES= http://people.freebsd.org/~mm/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= brooks@FreeBSD.org COMMENT= Edit all trac.ini option via the WebAdminPlugin RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= IniAdmin PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} PLIST_SUB+= PORTVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-iniadmin/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/www/trac-ldap/Makefile =================================================================== --- head/www/trac-ldap/Makefile (revision 245715) +++ head/www/trac-ldap/Makefile (revision 245716) @@ -1,30 +1,30 @@ # New ports collection makefile for: trac-ldap # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= ldap PORTVERSION= 0.5.1 PORTREVISION= 3 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= LDAP extenstions for Trac BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ ${PYTHON_PKGNAMEPREFIX}ldap2>=2.3.1:${PORTSDIR}/net/py-ldap2 WRKSRC= ${WRKDIR}/${PORTNAME}plugin NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION}dev PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-ldap/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/www/trac-macropost/Makefile =================================================================== --- head/www/trac-macropost/Makefile (revision 245715) +++ head/www/trac-macropost/Makefile (revision 245716) @@ -1,28 +1,28 @@ # New ports collection makefile for: trac-macropostplugin # Date created: 17 May 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= macropost PORTVERSION= 0.2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Allows Macros to use POST in forms RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools WRKSRC= ${WRKDIR}/${PORTNAME}plugin NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-macropost/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/www/trac-mastertickets/Makefile =================================================================== --- head/www/trac-mastertickets/Makefile (revision 245715) +++ head/www/trac-mastertickets/Makefile (revision 245716) @@ -1,28 +1,28 @@ # New ports collection makefile for: trac-mastertickets # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= mastertickets PORTVERSION= 2.1.3 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Support for ticket dependencies BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-mastertickets/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/www/trac-mercurial/Makefile =================================================================== --- head/www/trac-mercurial/Makefile (revision 245715) +++ head/www/trac-mercurial/Makefile (revision 245716) @@ -1,35 +1,35 @@ # New ports collection makefile for: trac-mercurial # Date created: January 23, 2009 # Whom: Brooks Davis # # $FreeBSD$ # PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L} PORTVERSION= 0.11.0.7 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= brooks@freebsd.org COMMENT= A plugin to use Mercurial instead of Subversion in Trac RUN_DEPENDS+= hg:${PORTSDIR}/devel/mercurial \ tracd:${PORTSDIR}/www/trac BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools -USE_PYTHON= 2.3+ +USE_PYTHON= yes NO_BUILD= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= TracMercurial WRKSRC= ${WRKDIR}/${PORTNAME}plugin PYDISTUTILS_NOEGGINFO= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg do-build: @${DO_NADA} .include Property changes on: head/www/trac-mercurial/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/www/trac-nav/Makefile =================================================================== --- head/www/trac-nav/Makefile (revision 245715) +++ head/www/trac-nav/Makefile (revision 245716) @@ -1,28 +1,28 @@ # New ports collection makefile for: trac-nav # Date created: January 03 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= nav PORTVERSION= 4.1 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= trac${PORTNAME}-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= A fully customizable navigation bar for Trac BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/trac${PORTNAME} NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-nav/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/www/trac-navadd/Makefile =================================================================== --- head/www/trac-navadd/Makefile (revision 245715) +++ head/www/trac-navadd/Makefile (revision 245716) @@ -1,34 +1,34 @@ # New ports collection makefile for: trac-navadd # Date created: January 23, 2009 # Whom: Brooks Davis # # $FreeBSD$ # PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L} PORTVERSION= 0.1 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= brooks@freebsd.org COMMENT= A plugin for adding navigation items into Trac navigation bars RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools -USE_PYTHON= 2.3+ +USE_PYTHON= yes NO_BUILD= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= NavAdd WRKSRC= ${WRKDIR}/${PORTNAME}plugin PYDISTUTILS_NOEGGINFO= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg do-build: @${DO_NADA} .include Property changes on: head/www/trac-navadd/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/www/trac-pagelist/Makefile =================================================================== --- head/www/trac-pagelist/Makefile (revision 245715) +++ head/www/trac-pagelist/Makefile (revision 245716) @@ -1,29 +1,29 @@ # New ports collection makefile for: trac-pagelist # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= pagelist PORTVERSION= 0.1.0 PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= TracPageList BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-pagelist/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/www/trac-pagetopdf/Makefile =================================================================== --- head/www/trac-pagetopdf/Makefile (revision 245715) +++ head/www/trac-pagetopdf/Makefile (revision 245716) @@ -1,33 +1,33 @@ # New ports collection makefile for: trac-pagetopdf # Date created: December 28 2006 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= pagetopdf PORTVERSION= 0.2 PORTREVISION= 3 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= pagetopdfplugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Export trac wiki pages as PDFs RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ htmldoc:${PORTSDIR}/textproc/htmldoc BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ NO_BUILD= yes USE_PYDISTUTILS=yes WRKSRC= ${WRKDIR}/${PORTNAME}plugin PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes do-build: @${DO_NADA} .include Property changes on: head/www/trac-pagetopdf/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/www/trac-pendingticket/Makefile =================================================================== --- head/www/trac-pendingticket/Makefile (revision 245715) +++ head/www/trac-pendingticket/Makefile (revision 245716) @@ -1,38 +1,38 @@ # New ports collection makefile for: trac-pendingticket # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= pendingticket PORTVERSION= 0.0.4 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Support for pending tickets BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin/removependingplugin NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes post-patch: cd ${WRKDIR}/${PORTNAME}plugin && ${PATCH} < ${PATCHDIR}/close_old_pending.py.patch ${REINPLACE_CMD} -e "s,%%PYTHON%%,${PYTHON_CMD}," ${WRKDIR}/${PORTNAME}plugin/close_old_pending.py cd ${WRKDIR}/${PORTNAME}plugin && ${PATCH} < ${PATCHDIR}/migrate_pending_attrib_to_status.py.patch ${REINPLACE_CMD} -e "s,%%PYTHON%%,${PYTHON_CMD}," ${WRKDIR}/${PORTNAME}plugin/migrate_pending_attrib_to_status.py post-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}plugin/close_old_pending.py ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}plugin/migrate_pending_attrib_to_status.py ${PREFIX}/bin .include Property changes on: head/www/trac-pendingticket/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/www/trac-pydotorgtheme/Makefile =================================================================== --- head/www/trac-pydotorgtheme/Makefile (revision 245715) +++ head/www/trac-pydotorgtheme/Makefile (revision 245716) @@ -1,34 +1,34 @@ # New ports collection makefile for: trac-pydotorgtheme # Date created: January 9, 2009 # Whom: Brooks Davis # # $FreeBSD$ # PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L} PORTVERSION= 2.0 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks PKGNAMEPREFIX= trac- MAINTAINER= brooks@freebsd.org COMMENT= This is a theme that emulates the look of python.org RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ trac-themeengine>=2.0:${PORTSDIR}/www/trac-themeengine BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ NO_BUILD= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= TracPyDotOrgTheme WRKSRC= ${WRKDIR}/${PORTNAME} PYDISTUTILS_NOEGGINFO= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg do-build: @${DO_NADA} .include Property changes on: head/www/trac-pydotorgtheme/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/www/trac-remind/Makefile =================================================================== --- head/www/trac-remind/Makefile (revision 245715) +++ head/www/trac-remind/Makefile (revision 245716) @@ -1,36 +1,36 @@ # New ports collection makefile for: trac-remind # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= remind PORTVERSION= 1 PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.unixmedia.it/ PKGNAMEPREFIX= trac- DISTNAME= trac${PORTNAME} MAINTAINER= glarkin@FreeBSD.org COMMENT= Trac tickets reminder script BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac NO_BUILD= yes USE_ZIP= yes -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ PLIST_FILES= bin/tracremind.py etc/tracremind.conf post-patch: ${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX}," \ -e "s,%%PYTHON%%,${PYTHON_CMD}," ${WRKSRC}/tracremind.py do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tracremind.py ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/tracremind.conf ${PREFIX}/etc .include Property changes on: head/www/trac-remind/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/www/trac-revtree/Makefile =================================================================== --- head/www/trac-revtree/Makefile (revision 245715) +++ head/www/trac-revtree/Makefile (revision 245716) @@ -1,66 +1,66 @@ # New ports collection makefile for: trac-revtree # Date created: Nov 10 2008 # Whom: glarkin # # $FreeBSD$ # PORTNAME= revtree PORTVERSION= 0.6.3 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Graphical representation of an SVN repository RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac OPTIONS= MINFOENH "Enable mergeinfo display enhancer" On \ LOGENH "Enable log message display enhancer" Off USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracRevtreePlugin PYDISTUTILS_PKGVERSION= ${PORTVERSION}dev PLIST_SUB+= EGGVERSION="${PORTVERSION}dev" PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include .if defined(WITH_MINFOENH) MINFOENH_VERSION= 0.2.1 PLIST_SUB+= MINFOENH_EGGVERSION="${MINFOENH_VERSION}dev" ENH1="" .else ENH1="@comment " .endif PLIST_SUB+= ENH1=${ENH1} .if defined(WITH_LOGENH) LOGENH_VERSION= 0.2.0 PLIST_SUB+= LOGENH_EGGVERSION="${LOGENH_VERSION}dev" ENH2="" .else ENH2="@comment " .endif PLIST_SUB+= ENH2=${ENH2} post-install: # Install the selected enhancer plugins .if defined(WITH_MINFOENH) @( cd ${WRKSRC}/enhancers/mergeinfoenhancer ; \ ${PYEASYINSTALL_CMD} . ) .endif .if defined(WITH_LOGENH) @( cd ${WRKSRC}/enhancers/logenhancer ; \ ${PYEASYINSTALL_CMD} . ) .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/trac-revtree/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/www/trac-simpleticket/Makefile =================================================================== --- head/www/trac-simpleticket/Makefile (revision 245715) +++ head/www/trac-simpleticket/Makefile (revision 245716) @@ -1,29 +1,29 @@ # New ports collection makefile for: trac-simpleticket # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= simpleticket PORTVERSION= 1.1.3 PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Simplified Ticket Entry BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-simpleticket/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/www/trac-tags/Makefile =================================================================== --- head/www/trac-tags/Makefile (revision 245715) +++ head/www/trac-tags/Makefile (revision 245716) @@ -1,32 +1,32 @@ # New ports collection makefile for: trac-tags # Date created: December 28 2006 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= tags PORTVERSION= 0.6 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= brooks@FreeBSD.org COMMENT= A generic tags frontend for trac RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools -USE_PYTHON= 2.3+ +USE_PYTHON= yes NO_BUILD= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= TracTags PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} WRKSRC= ${WRKDIR}/${PORTNAME}plugin PYDISTUTILS_NOEGGINFO= yes do-build: @${DO_NADA} .include Property changes on: head/www/trac-tags/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/www/trac-themeengine/Makefile =================================================================== --- head/www/trac-themeengine/Makefile (revision 245715) +++ head/www/trac-themeengine/Makefile (revision 245716) @@ -1,34 +1,34 @@ # New ports collection makefile for: trac-themeengine # Date created: January 9, 2009 # Whom: Brooks Davis # # $FreeBSD$ # PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:L} PORTVERSION= 2.0 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= brooks@freebsd.org COMMENT= Plugin to simplify distributing and deploying themes and styles RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools -USE_PYTHON= 2.3+ +USE_PYTHON= yes NO_BUILD= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= TracThemeEngine WRKSRC= ${WRKDIR}/${PORTNAME}plugin PYDISTUTILS_NOEGGINFO= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg do-build: @${DO_NADA} .include Property changes on: head/www/trac-themeengine/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/www/trac-ticketdelete/Makefile =================================================================== --- head/www/trac-ticketdelete/Makefile (revision 245715) +++ head/www/trac-ticketdelete/Makefile (revision 245716) @@ -1,29 +1,29 @@ # New ports collection makefile for: trac-ticketdelete # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= ticketdelete PORTVERSION= 2.0.3543 CATEGORIES= www devel python MASTER_SITES= http://people.freebsd.org/~mm/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Ticket and ticket change deletion RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ ${PYTHON_SITELIBDIR}/TracWebAdmin-0.1.2dev-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-webadmin WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracTicketDelete PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} PLIST_SUB+= PORTVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-ticketdelete/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/www/trac-tocmacro/Makefile =================================================================== --- head/www/trac-tocmacro/Makefile (revision 245715) +++ head/www/trac-tocmacro/Makefile (revision 245716) @@ -1,26 +1,26 @@ # New ports collection makefile for: trac-tocmacro # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= tocmacro PORTVERSION= 11.0.0.3 CATEGORIES= www devel python MASTER_SITES= http://people.freebsd.org/~mm/trac/ PKGNAMEPREFIX= trac- MAINTAINER= glarkin@FreeBSD.org COMMENT= Table of contents macro RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracTocMacro PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-tocmacro/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/www/trac-tweakui/Makefile =================================================================== --- head/www/trac-tweakui/Makefile (revision 245715) +++ head/www/trac-tweakui/Makefile (revision 245716) @@ -1,43 +1,43 @@ # New ports collection makefile for: trac-tweakui # Date created: Dec 09 2008 # Whom: glarkin # # $FreeBSD$ # PORTNAME= tweakui PORTVERSION= 0.1.5514 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Easily tweak Trac pages with Javascript expressions RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac USE_ZIP= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(css|html|js|py|txt)$ EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/trac${PORTNAME}plugin/0.11 -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracTweakUI PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} PLIST_SUB+= EGGVERSION="${PORTVERSION:R}" PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes post-install: .if !defined(NOPORTEXAMPLES) @cd ${WRKSRC}/tractweakui/htdocs && ${COPYTREE_SHARE} . ${EXAMPLESDIR} .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/trac-tweakui/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/www/trac-wantedpages/Makefile =================================================================== --- head/www/trac-wantedpages/Makefile (revision 245715) +++ head/www/trac-wantedpages/Makefile (revision 245716) @@ -1,29 +1,29 @@ # New ports collection makefile for: trac-wantedpages # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= wantedpages PORTVERSION= 0.3 PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Shows wanted wiki pages BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-wantedpages/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/www/trac-wikinegotiator/Makefile =================================================================== --- head/www/trac-wikinegotiator/Makefile (revision 245715) +++ head/www/trac-wikinegotiator/Makefile (revision 245716) @@ -1,29 +1,29 @@ # New ports collection makefile for: trac-wikinegotiator # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= wikinegotiator PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= trac${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Content negotiation for Trac BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/trac${PORTNAME}plugin NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-wikinegotiator/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/www/trac-wikinotification/Makefile =================================================================== --- head/www/trac-wikinotification/Makefile (revision 245715) +++ head/www/trac-wikinotification/Makefile (revision 245716) @@ -1,27 +1,27 @@ # New ports collection makefile for: trac-wikinotification # Date created: December 28 2006 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= wikinotificationplugin PORTVERSION= 0.2.1 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/rc/} MAINTAINER= glarkin@FreeBSD.org COMMENT= Allow email notifications on wiki page changes RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS=easy_install PYDISTUTILS_PKGNAME= TracWikiNotification PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/p/rc/} .include Property changes on: head/www/trac-wikinotification/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/www/trac-wikirename/Makefile =================================================================== --- head/www/trac-wikirename/Makefile (revision 245715) +++ head/www/trac-wikirename/Makefile (revision 245716) @@ -1,26 +1,26 @@ # New ports collection makefile for: trac-wikirename # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= wikirename PORTVERSION= 2.1.1 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Renames Wiki pages RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ ${PYTHON_SITELIBDIR}/TracCtxtnavAdd-2.0-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-ctxtnavadd WRKSRC= ${WRKDIR}/${PORTNAME}plugin -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracWikiRename .include Property changes on: head/www/trac-wikirename/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/www/trac-wikitemplates/Makefile =================================================================== --- head/www/trac-wikitemplates/Makefile (revision 245715) +++ head/www/trac-wikitemplates/Makefile (revision 245716) @@ -1,29 +1,29 @@ # New ports collection makefile for: trac-wikitemplates # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= wikitemplates PORTVERSION= 0.3.0p3 PORTREVISION= 2 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION:S/p/rc/} MAINTAINER= glarkin@FreeBSD.org COMMENT= Templates for the Trac wiki RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ ${PYTHON_SITELIBDIR}/TracCtxtnavAdd-2.0-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-ctxtnavadd WRKSRC= ${WRKDIR}/${PORTNAME}plugin -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracWikiTemplates PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/p/rc/} .include Property changes on: head/www/trac-wikitemplates/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/www/trac-wikitopdf/Makefile =================================================================== --- head/www/trac-wikitopdf/Makefile (revision 245715) +++ head/www/trac-wikitopdf/Makefile (revision 245716) @@ -1,35 +1,35 @@ # New ports collection makefile for: trac-wikitopdf # Date created: January 9, 2009 # Whom: Brooks Davis # # $FreeBSD$ # PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L} PORTVERSION= 2.2.2 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= brooks@freebsd.org COMMENT= Plugin to generate PDF documents from the Wiki RUN_DEPENDS+= htmldoc:${PORTSDIR}/textproc/htmldoc \ tracd:${PORTSDIR}/www/trac BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools -USE_PYTHON= 2.3+ +USE_PYTHON= yes NO_BUILD= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= TracWikiToPdfPlugin WRKSRC= ${WRKDIR}/${PORTNAME}plugin PYDISTUTILS_NOEGGINFO= yes PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg do-build: @${DO_NADA} .include Property changes on: head/www/trac-wikitopdf/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/www/trac-wysiwyg/Makefile =================================================================== --- head/www/trac-wysiwyg/Makefile (revision 245715) +++ head/www/trac-wysiwyg/Makefile (revision 245716) @@ -1,34 +1,34 @@ # New ports collection makefile for: trac-wysiwyg # Date created: Jan 11 2008 # Whom: Greg Larkin # # $FreeBSD$ # PORTNAME= wysiwyg PORTVERSION= 0.2.5931 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= WYSIWYG editor for Trac wiki RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac USE_ZIP= yes WRKSRC= ${WRKDIR}/trac${PORTNAME}plugin/0.11 -USE_PYTHON= 2.3+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracWysiwyg PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} PLIST_SUB+= EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/trac-wysiwyg/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/www/trac-xmlrpc/Makefile =================================================================== --- head/www/trac-xmlrpc/Makefile (revision 245715) +++ head/www/trac-xmlrpc/Makefile (revision 245716) @@ -1,29 +1,29 @@ # New ports collection makefile for: trac-xmlrpc # Date created: May 18 2007 # Whom: Gerrit Beine # # $FreeBSD$ # PORTNAME= xmlrpc PORTVERSION= 1.0.6 CATEGORIES= www devel python MASTER_SITES= http://shuqun.com/files/ \ LOCAL/glarkin PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= Provides an xml rpc interface to Trac BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin NO_BUILD= yes -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS=yes PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} PYDISTUTILS_NOEGGINFO= yes .include Property changes on: head/www/trac-xmlrpc/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/www/zope28/Makefile =================================================================== --- head/www/zope28/Makefile (revision 245715) +++ head/www/zope28/Makefile (revision 245716) @@ -1,107 +1,107 @@ # New ports collection makefile for: Zope-2.8.x # Date created: Tue Sep 13 11:34:24 MSD 2005 # Whom: Denis Shaposhnikov # # $FreeBSD$ # PORTNAME= zope PORTVERSION= 2.8.9.1 CATEGORIES= www python zope MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ DISTNAME= Zope-${PORTVERSION}-final EXTRACT_SUFX= .tgz DIST_SUBDIR= zope MAINTAINER= dsh@vlink.ru COMMENT= An object-based web application platform WRKSRC= ${WRKDIR}/Zope-${PORTVERSION}-final -USE_PYTHON= 2.3-2.4 +USE_PYTHON= 2.4 USE_RC_SUBR= ${PORTNAME}28.sh zeo28.sh LATEST_LINK= zope28 # Note: the notes that follow reflect the decisions of prior maintainers # of this port. IOW, don't blame me if you don't like the way it's done. # Exceptions to this are marked as such. # Change these, if you like, via the environment. ZOPE_USER?= www WEBBASEDIR?= www SZOPEBASEDIR?= ${WEBBASEDIR}/Zope28 # Do not change anything below this line. .if defined(INSTANCENAME) ZOPEINSTANCENAME= ${INSTANCENAME} .endif ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR} ZOPEINSTANCEBASE?= ${PREFIX}/${SZOPEBASEDIR} ZOPEINSTANCEDIR?= ${ZOPEINSTANCEBASE}/${ZOPEINSTANCENAME} HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${ZOPEBASEDIR} USE_GMAKE= yes ALL_TARGET= build MAKEFILE= makefile PKGMESSAGE= ${WRKDIR}/pkg-message PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} SUB_FILES= instance_message package-pkg-message pkg-message zeo_message SUB_LIST= ZOPEBASEDIR=${ZOPEBASEDIR} \ ZOPE_USER=${ZOPE_USER} \ ZOPEINSTANCEDIR=${ZOPEINSTANCEDIR} .if defined(BATCH) ISBATCH= -u admin:test123 .else ISBATCH= "" .endif post-patch: ${REINPLACE_CMD} \ -e 's,^\(ACCEPTABLE="\).*"$$,\1${PYTHON_PORTVERSION}",g' \ -e 's,^\(TARGET="\).*"$$,\1${PYTHON_PORTVERSION}",g' \ -e 's,^\(EXENAMES="\).*"$$,\1${PYTHON_VERSION}",g' \ ${WRKSRC}/configure post-install: ${MV} ${ZOPEBASEDIR}/skel/etc/zope.conf.in \ ${ZOPEBASEDIR}/skel/etc/zope.conf.sample.in ${MKDIR} ${ZOPEBASEDIR}/Products ${CP} ${FILESDIR}/Products_00readme-freebsd.txt \ ${ZOPEBASEDIR}/Products/00readme-freebsd.txt ${FIND} ${ZOPEBASEDIR} -type f -print0 | ${XARGS} -0 -- ${CHMOD} a-w @${CAT} ${PKGMESSAGE} @${ECHO_MSG} instance: ${ZOPEBASEDIR}/bin/mkzopeinstance.py -d ${ZOPEINSTANCEDIR} ${ISBATCH} ${SED} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${FILESDIR}/zope.conf_changes \ | ${PATCH} ${ZOPEINSTANCEDIR}/etc/zope.conf.sample ${CHOWN} ${ZOPE_USER} ${ZOPEINSTANCEDIR}/var ${CHOWN} ${ZOPE_USER} ${ZOPEINSTANCEDIR}/log ${RM} ${ZOPEINSTANCEDIR}/etc/zope.conf.sample.orig ${RM} -f ${ZOPEBASEDIR}/bin/copyzopeskel.pyc @${CAT} ${WRKDIR}/instance_message zeo: ${ZOPEBASEDIR}/bin/mkzeoinstance.py ${ZOPEINSTANCEDIR} ${CHOWN} ${ZOPE_USER} ${ZOPEINSTANCEDIR}/var ${CHOWN} ${ZOPE_USER} ${ZOPEINSTANCEDIR}/log @${CAT} ${WRKDIR}/zeo_message pre-package: ${CP} ${WRKDIR}/package-pkg-message ${PKGMESSAGE} .include Property changes on: head/www/zope28/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.84 \ No newline at end of property +1.85 \ No newline at end of property