summaryrefslogtreecommitdiff
path: root/www/trac-codetags
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-05-27 17:32:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-05-27 17:32:46 +0000
commitdf8959b1968786024e1cbb13331f43e432b7d3bf (patch)
tree8cd5a596d0da2f92670c73029d2bfe047fb8946a /www/trac-codetags
parentThis plugin adds new navigation item "Calendar". Calendar is (or is aimed to (diff)
A plugin for displaying code tags (XXX, FIXME, TODO, etc.)
WWW: http://trac-hacks.org/wiki/CodeTagsPlugin Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
Notes
Notes: svn path=/head/; revision=192062
Diffstat (limited to 'www/trac-codetags')
-rw-r--r--www/trac-codetags/Makefile27
-rw-r--r--www/trac-codetags/distinfo3
-rw-r--r--www/trac-codetags/pkg-descr3
-rw-r--r--www/trac-codetags/pkg-plist1
4 files changed, 34 insertions, 0 deletions
diff --git a/www/trac-codetags/Makefile b/www/trac-codetags/Makefile
new file mode 100644
index 000000000000..5a7c3af20652
--- /dev/null
+++ b/www/trac-codetags/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: trac-codetags
+# Date created: May 18 2007
+# Whom: Gerrit Beine <gerrit.beine@gmx.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= codetags
+PORTVERSION= 0.1
+CATEGORIES= www devel python
+MASTER_SITES= http://www.gerritbeine.de/download/trac/
+PKGNAMEPREFIX= trac-
+DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
+
+MAINTAINER= gerrit.beine@gmx.de
+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_PYDISTUTILS=yes
+PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
+
+.include <bsd.port.mk>
diff --git a/www/trac-codetags/distinfo b/www/trac-codetags/distinfo
new file mode 100644
index 000000000000..ae947f81aab9
--- /dev/null
+++ b/www/trac-codetags/distinfo
@@ -0,0 +1,3 @@
+MD5 (codetagsplugin-0.1.tar.gz) = 0da1f17e0aebd0019976eaed6577a7dc
+SHA256 (codetagsplugin-0.1.tar.gz) = d6d4ff67e845e233063c509eea94c05ed7790ea35739c0aa2dbd42c2f2425782
+SIZE (codetagsplugin-0.1.tar.gz) = 3802
diff --git a/www/trac-codetags/pkg-descr b/www/trac-codetags/pkg-descr
new file mode 100644
index 000000000000..8dffc7b95107
--- /dev/null
+++ b/www/trac-codetags/pkg-descr
@@ -0,0 +1,3 @@
+A plugin for displaying code tags (XXX, FIXME, TODO, etc.)
+
+WWW: http://trac-hacks.org/wiki/CodeTagsPlugin
diff --git a/www/trac-codetags/pkg-plist b/www/trac-codetags/pkg-plist
new file mode 100644
index 000000000000..0895a6f39742
--- /dev/null
+++ b/www/trac-codetags/pkg-plist
@@ -0,0 +1 @@
+%%PYTHON_SITELIBDIR%%/codetags-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg