pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

trac-plugins-MasterTickets: Rename to trac-plugins-MasterTickets-svn



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 19:05:51 2016 +0200
Changeset:	b8d965bd08e764693263a35d1a81efd800cdca53

Modified Files:
	Makefile
Added Files:
	trac-plugins-MasterTickets-svn/DESCR
	trac-plugins-MasterTickets-svn/Makefile
	trac-plugins-MasterTickets-svn/PLIST
Removed Files:
	trac-plugins-MasterTickets/DESCR
	trac-plugins-MasterTickets/Makefile
	trac-plugins-MasterTickets/PLIST

Log Message:
trac-plugins-MasterTickets: Rename to trac-plugins-MasterTickets-svn

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b8d965bd08e764693263a35d1a81efd800cdca53

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                |  2 +-
 trac-plugins-MasterTickets-svn/DESCR    |  7 ++++++
 trac-plugins-MasterTickets-svn/Makefile | 44 +++++++++++++++++++++++++++++++++
 trac-plugins-MasterTickets-svn/PLIST    | 33 +++++++++++++++++++++++++
 trac-plugins-MasterTickets/DESCR        |  7 ------
 trac-plugins-MasterTickets/Makefile     | 44 ---------------------------------
 trac-plugins-MasterTickets/PLIST        | 33 -------------------------
 7 files changed, 85 insertions(+), 85 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index b215812..371be1e 100644
--- a/Makefile
+++ b/Makefile
@@ -4103,7 +4103,7 @@ SUBDIR+=	trac-plugins-FullBlog
 SUBDIR+=	trac-plugins-FullBlogNotification
 SUBDIR+=	trac-plugins-GitPlugin
 SUBDIR+=	trac-plugins-GraphViz-svn
-SUBDIR+=	trac-plugins-MasterTickets
+SUBDIR+=	trac-plugins-MasterTickets-svn
 SUBDIR+=	trac-plugins-RoadmapHours-svn
 SUBDIR+=	trac-plugins-SensitiveTickets-svn
 SUBDIR+=	trac-plugins-TimingAndEstimation
diff --git a/trac-plugins-MasterTickets-svn/DESCR b/trac-plugins-MasterTickets-svn/DESCR
new file mode 100644
index 0000000..84483ce
--- /dev/null
+++ b/trac-plugins-MasterTickets-svn/DESCR
@@ -0,0 +1,7 @@
+The MasterTickets trac plugin adds "blocks" and "blocked by" fields to
+each ticket, enabling you to express dependencies between tickets. It
+also provides a GraphvizPlugin-based dependency-graph feature for
+those tickets having dependencies specified, allowing you to visually
+understand the dependency tree. The dependency graph is viewable by
+clicking 'depgraph' in the context (in the upper right corner) menu
+when viewing a ticket that blocks or is blocked by another ticket.
diff --git a/trac-plugins-MasterTickets-svn/Makefile b/trac-plugins-MasterTickets-svn/Makefile
new file mode 100644
index 0000000..c8d15c9
--- /dev/null
+++ b/trac-plugins-MasterTickets-svn/Makefile
@@ -0,0 +1,44 @@
+# $NetBSD: Makefile,v 1.14 2015/08/04 20:04:16 thomasklausner Exp $
+
+UPSTREAM_VERSION=	3.90
+DISTNAME=	TracMasterTickets-${UPSTREAM_VERSION}
+VERSION=	${UPSTREAM_VERSION}.${SVN_TAG.mastertickets}
+PKGNAME=	trac-plugins-MasterTickets-${VERSION}
+# PKGREVISION must exist for svn, or else it will get a date
+PKGREVISION=
+CATEGORIES=	www
+MASTER_SITES=	# not defined
+
+MAINTAINER=	gdt%NetBSD.org@localhost
+HOMEPAGE=	https://trac-hacks.org/wiki/MasterTicketsPlugin
+COMMENT=	Ticket dependency plugin for Trac
+LICENSE=	modified-bsd
+
+DEPENDS+=	trac>=1.0:../../www/trac
+
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 3.0.4/r12946
+
+SVN_REPOSITORIES=		mastertickets
+SVN_REPO.mastertickets=		https://trac-hacks.org/svn/masterticketsplugin/trunk
+
+# Upstream has labeled 4.0.0dev at r14695.  Since it appears release
+# are not forthcoming, I have adopted 3.90.rSVN to have version
+# numbers that can increase while staying under 4.
+SVN_TAG.mastertickets=		14695
+
+# TODO: do this more cleanly
+EGG_INFODIR=		TracMasterTickets-4.0.0dev_r0-py2.7.egg-info
+
+NO_CHECKSUM=	yes
+
+WRKSRC=		${WRKDIR}/mastertickets
+
+#post-extract:
+#	find ${WRKSRC} -type d -name .svn -print | xargs rm -r
+
+# MasterTickets uses graphviz directly (rather than via the GraphViz plugin).
+# \todo Make this optional.
+.include "../../graphics/graphviz/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../wip/mk/svn-package2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/trac-plugins-MasterTickets-svn/PLIST b/trac-plugins-MasterTickets-svn/PLIST
new file mode 100644
index 0000000..620158b
--- /dev/null
+++ b/trac-plugins-MasterTickets-svn/PLIST
@@ -0,0 +1,33 @@
+@comment $NetBSD: PLIST,v 1.6 2014/01/21 21:39:42 lexort Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/mastertickets/__init__.py
+${PYSITELIB}/mastertickets/__init__.pyc
+${PYSITELIB}/mastertickets/__init__.pyo
+${PYSITELIB}/mastertickets/api.py
+${PYSITELIB}/mastertickets/api.pyc
+${PYSITELIB}/mastertickets/api.pyo
+${PYSITELIB}/mastertickets/db_default.py
+${PYSITELIB}/mastertickets/db_default.pyc
+${PYSITELIB}/mastertickets/db_default.pyo
+${PYSITELIB}/mastertickets/graphviz.py
+${PYSITELIB}/mastertickets/graphviz.pyc
+${PYSITELIB}/mastertickets/graphviz.pyo
+${PYSITELIB}/mastertickets/htdocs/css/ticket.css
+${PYSITELIB}/mastertickets/htdocs/img/caution.png
+${PYSITELIB}/mastertickets/htdocs/img/checkmark.gif
+${PYSITELIB}/mastertickets/htdocs/img/exclaim.png
+${PYSITELIB}/mastertickets/htdocs/img/x.png
+${PYSITELIB}/mastertickets/htdocs/js/disable_resolve.js
+${PYSITELIB}/mastertickets/htdocs/js/linkify_blockedby.js
+${PYSITELIB}/mastertickets/htdocs/js/linkify_blocking.js
+${PYSITELIB}/mastertickets/model.py
+${PYSITELIB}/mastertickets/model.pyc
+${PYSITELIB}/mastertickets/model.pyo
+${PYSITELIB}/mastertickets/templates/depgraph.html
+${PYSITELIB}/mastertickets/web_ui.py
+${PYSITELIB}/mastertickets/web_ui.pyc
+${PYSITELIB}/mastertickets/web_ui.pyo
diff --git a/trac-plugins-MasterTickets/DESCR b/trac-plugins-MasterTickets/DESCR
deleted file mode 100644
index 84483ce..0000000
--- a/trac-plugins-MasterTickets/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-The MasterTickets trac plugin adds "blocks" and "blocked by" fields to
-each ticket, enabling you to express dependencies between tickets. It
-also provides a GraphvizPlugin-based dependency-graph feature for
-those tickets having dependencies specified, allowing you to visually
-understand the dependency tree. The dependency graph is viewable by
-clicking 'depgraph' in the context (in the upper right corner) menu
-when viewing a ticket that blocks or is blocked by another ticket.
diff --git a/trac-plugins-MasterTickets/Makefile b/trac-plugins-MasterTickets/Makefile
deleted file mode 100644
index c8d15c9..0000000
--- a/trac-plugins-MasterTickets/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2015/08/04 20:04:16 thomasklausner Exp $
-
-UPSTREAM_VERSION=	3.90
-DISTNAME=	TracMasterTickets-${UPSTREAM_VERSION}
-VERSION=	${UPSTREAM_VERSION}.${SVN_TAG.mastertickets}
-PKGNAME=	trac-plugins-MasterTickets-${VERSION}
-# PKGREVISION must exist for svn, or else it will get a date
-PKGREVISION=
-CATEGORIES=	www
-MASTER_SITES=	# not defined
-
-MAINTAINER=	gdt%NetBSD.org@localhost
-HOMEPAGE=	https://trac-hacks.org/wiki/MasterTicketsPlugin
-COMMENT=	Ticket dependency plugin for Trac
-LICENSE=	modified-bsd
-
-DEPENDS+=	trac>=1.0:../../www/trac
-
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 3.0.4/r12946
-
-SVN_REPOSITORIES=		mastertickets
-SVN_REPO.mastertickets=		https://trac-hacks.org/svn/masterticketsplugin/trunk
-
-# Upstream has labeled 4.0.0dev at r14695.  Since it appears release
-# are not forthcoming, I have adopted 3.90.rSVN to have version
-# numbers that can increase while staying under 4.
-SVN_TAG.mastertickets=		14695
-
-# TODO: do this more cleanly
-EGG_INFODIR=		TracMasterTickets-4.0.0dev_r0-py2.7.egg-info
-
-NO_CHECKSUM=	yes
-
-WRKSRC=		${WRKDIR}/mastertickets
-
-#post-extract:
-#	find ${WRKSRC} -type d -name .svn -print | xargs rm -r
-
-# MasterTickets uses graphviz directly (rather than via the GraphViz plugin).
-# \todo Make this optional.
-.include "../../graphics/graphviz/buildlink3.mk"
-.include "../../lang/python/egg.mk"
-.include "../../wip/mk/svn-package2.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/trac-plugins-MasterTickets/PLIST b/trac-plugins-MasterTickets/PLIST
deleted file mode 100644
index 620158b..0000000
--- a/trac-plugins-MasterTickets/PLIST
+++ /dev/null
@@ -1,33 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2014/01/21 21:39:42 lexort Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/mastertickets/__init__.py
-${PYSITELIB}/mastertickets/__init__.pyc
-${PYSITELIB}/mastertickets/__init__.pyo
-${PYSITELIB}/mastertickets/api.py
-${PYSITELIB}/mastertickets/api.pyc
-${PYSITELIB}/mastertickets/api.pyo
-${PYSITELIB}/mastertickets/db_default.py
-${PYSITELIB}/mastertickets/db_default.pyc
-${PYSITELIB}/mastertickets/db_default.pyo
-${PYSITELIB}/mastertickets/graphviz.py
-${PYSITELIB}/mastertickets/graphviz.pyc
-${PYSITELIB}/mastertickets/graphviz.pyo
-${PYSITELIB}/mastertickets/htdocs/css/ticket.css
-${PYSITELIB}/mastertickets/htdocs/img/caution.png
-${PYSITELIB}/mastertickets/htdocs/img/checkmark.gif
-${PYSITELIB}/mastertickets/htdocs/img/exclaim.png
-${PYSITELIB}/mastertickets/htdocs/img/x.png
-${PYSITELIB}/mastertickets/htdocs/js/disable_resolve.js
-${PYSITELIB}/mastertickets/htdocs/js/linkify_blockedby.js
-${PYSITELIB}/mastertickets/htdocs/js/linkify_blocking.js
-${PYSITELIB}/mastertickets/model.py
-${PYSITELIB}/mastertickets/model.pyc
-${PYSITELIB}/mastertickets/model.pyo
-${PYSITELIB}/mastertickets/templates/depgraph.html
-${PYSITELIB}/mastertickets/web_ui.py
-${PYSITELIB}/mastertickets/web_ui.pyc
-${PYSITELIB}/mastertickets/web_ui.pyo


Home | Main Index | Thread Index | Old Index