pkgsrc-WIP-changes archive

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

trac-plugins-GraphViz: Rename to trac-plugins-GraphViz-svn



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 18:40:32 2016 +0200
Changeset:	b1f084eea657623b414f98a4a7e2ef05ebd10cf3

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

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

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

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

diffstat:
 Makefile                           |  2 +-
 trac-plugins-GraphViz-svn/DESCR    |  2 ++
 trac-plugins-GraphViz-svn/Makefile | 39 ++++++++++++++++++++++++++++++++++++++
 trac-plugins-GraphViz-svn/PLIST    | 12 ++++++++++++
 trac-plugins-GraphViz/DESCR        |  2 --
 trac-plugins-GraphViz/Makefile     | 39 --------------------------------------
 trac-plugins-GraphViz/PLIST        | 12 ------------
 7 files changed, 54 insertions(+), 54 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 7c9ba82..0ec6d4f 100644
--- a/Makefile
+++ b/Makefile
@@ -4102,7 +4102,7 @@ SUBDIR+=	trac-plugins-AuthOpenId
 SUBDIR+=	trac-plugins-FullBlog
 SUBDIR+=	trac-plugins-FullBlogNotification
 SUBDIR+=	trac-plugins-GitPlugin
-SUBDIR+=	trac-plugins-GraphViz
+SUBDIR+=	trac-plugins-GraphViz-svn
 SUBDIR+=	trac-plugins-MasterTickets
 SUBDIR+=	trac-plugins-RoadmapHours
 SUBDIR+=	trac-plugins-SensitiveTickets
diff --git a/trac-plugins-GraphViz-svn/DESCR b/trac-plugins-GraphViz-svn/DESCR
new file mode 100644
index 0000000..f3e64bc
--- /dev/null
+++ b/trac-plugins-GraphViz-svn/DESCR
@@ -0,0 +1,2 @@
+The GraphvizPlugin allows for the inline creation of diagrams for
+abstract graphs and networks using the Graphviz programs.
diff --git a/trac-plugins-GraphViz-svn/Makefile b/trac-plugins-GraphViz-svn/Makefile
new file mode 100644
index 0000000..b9a0aa0
--- /dev/null
+++ b/trac-plugins-GraphViz-svn/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.9 2015/08/04 20:04:15 thomasklausner Exp $
+
+SVNVERSION=		13275
+UPSTREAM_VERSION=	0.7.7
+VERSION=	${UPSTREAM_VERSION}.${SVNVERSION}
+DISTNAME=	TracGraphViz-${VERSION}
+PKGNAME=	trac-plugins-GraphViz-${VERSION}
+# Empty to avoid default setting.
+PKGREVISION=	1
+CATEGORIES=	www
+MASTER_SITES=	# not defined
+
+MAINTAINER=	pkgsrc-users%netbsd.org@localhost
+HOMEPAGE=	https://trac-hacks.org/wiki/GraphVizPlugin
+COMMENT=	Graphviz plugin for Trac
+
+DEPENDS+=	trac>=0.11:../../www/trac
+
+EGG_NAME=	graphviz-${UPSTREAM_VERSION}dev_r0
+
+SVN_REPOSITORIES=	graphviz
+SVN_REPO.graphviz=	https://trac-hacks.org/svn/graphvizplugin/trunk
+SVN_REVISION.graphviz=	${SVNVERSION}
+
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 13275/0.7.7
+
+NO_CHECKSUM=	yes
+
+WRKSRC=		${WRKDIR}/graphviz
+
+PRIVILEGED_STAGES+=	clean
+
+post-extract:
+	find ${WRKSRC} -type d -name .svn -print | xargs rm -r
+
+.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-GraphViz-svn/PLIST b/trac-plugins-GraphViz-svn/PLIST
new file mode 100644
index 0000000..70a6ea6
--- /dev/null
+++ b/trac-plugins-GraphViz-svn/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.4 2011/07/28 12:20:37 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}/graphviz/__init__.py
+${PYSITELIB}/graphviz/__init__.pyc
+${PYSITELIB}/graphviz/__init__.pyo
+${PYSITELIB}/graphviz/graphviz.py
+${PYSITELIB}/graphviz/graphviz.pyc
+${PYSITELIB}/graphviz/graphviz.pyo
diff --git a/trac-plugins-GraphViz/DESCR b/trac-plugins-GraphViz/DESCR
deleted file mode 100644
index f3e64bc..0000000
--- a/trac-plugins-GraphViz/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-The GraphvizPlugin allows for the inline creation of diagrams for
-abstract graphs and networks using the Graphviz programs.
diff --git a/trac-plugins-GraphViz/Makefile b/trac-plugins-GraphViz/Makefile
deleted file mode 100644
index b9a0aa0..0000000
--- a/trac-plugins-GraphViz/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2015/08/04 20:04:15 thomasklausner Exp $
-
-SVNVERSION=		13275
-UPSTREAM_VERSION=	0.7.7
-VERSION=	${UPSTREAM_VERSION}.${SVNVERSION}
-DISTNAME=	TracGraphViz-${VERSION}
-PKGNAME=	trac-plugins-GraphViz-${VERSION}
-# Empty to avoid default setting.
-PKGREVISION=	1
-CATEGORIES=	www
-MASTER_SITES=	# not defined
-
-MAINTAINER=	pkgsrc-users%netbsd.org@localhost
-HOMEPAGE=	https://trac-hacks.org/wiki/GraphVizPlugin
-COMMENT=	Graphviz plugin for Trac
-
-DEPENDS+=	trac>=0.11:../../www/trac
-
-EGG_NAME=	graphviz-${UPSTREAM_VERSION}dev_r0
-
-SVN_REPOSITORIES=	graphviz
-SVN_REPO.graphviz=	https://trac-hacks.org/svn/graphvizplugin/trunk
-SVN_REVISION.graphviz=	${SVNVERSION}
-
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 13275/0.7.7
-
-NO_CHECKSUM=	yes
-
-WRKSRC=		${WRKDIR}/graphviz
-
-PRIVILEGED_STAGES+=	clean
-
-post-extract:
-	find ${WRKSRC} -type d -name .svn -print | xargs rm -r
-
-.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-GraphViz/PLIST b/trac-plugins-GraphViz/PLIST
deleted file mode 100644
index 70a6ea6..0000000
--- a/trac-plugins-GraphViz/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2011/07/28 12:20:37 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}/graphviz/__init__.py
-${PYSITELIB}/graphviz/__init__.pyc
-${PYSITELIB}/graphviz/__init__.pyo
-${PYSITELIB}/graphviz/graphviz.py
-${PYSITELIB}/graphviz/graphviz.pyc
-${PYSITELIB}/graphviz/graphviz.pyo


Home | Main Index | Thread Index | Old Index