pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rename treeview to treeviewx
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Sun Nov 1 14:21:58 2015 +0100
Changeset: ee34f7326926cdfb37a39bbc95147e777a6dd613
Modified Files:
Makefile
Added Files:
treeviewx/DESCR
treeviewx/Makefile
treeviewx/PLIST
treeviewx/distinfo
Removed Files:
treeview/DESCR
treeview/Makefile
treeview/PLIST
treeview/distinfo
Log Message:
rename treeview to treeviewx
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ee34f7326926cdfb37a39bbc95147e777a6dd613
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 +-
treeview/DESCR | 4 ----
treeview/Makefile | 23 -----------------------
treeview/PLIST | 2 --
treeview/distinfo | 7 -------
treeviewx/DESCR | 4 ++++
treeviewx/Makefile | 23 +++++++++++++++++++++++
treeviewx/PLIST | 2 ++
treeviewx/distinfo | 7 +++++++
9 files changed, 37 insertions(+), 37 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 9de21f1..8666b4f 100644
--- a/Makefile
+++ b/Makefile
@@ -3803,7 +3803,7 @@ SUBDIR+= trac-plugins-spamfilter
SUBDIR+= trackballs
SUBDIR+= trayion
SUBDIR+= treetool
-SUBDIR+= treeview
+SUBDIR+= treeviewx
SUBDIR+= triangle
SUBDIR+= trinity
SUBDIR+= tripwire2
diff --git a/treeview/DESCR b/treeview/DESCR
deleted file mode 100644
index 847b627..0000000
--- a/treeview/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-TREEVIEW is a program for displaying and printing phylogenies. The program
-reads most NEXUS tree files (such as those produced by PAUP and COMPONENT)
-and PHYLIP style tree files (including those produced by fastDNAml and
-CLUSTALW).
diff --git a/treeview/Makefile b/treeview/Makefile
deleted file mode 100644
index 83c7674..0000000
--- a/treeview/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2012/10/07 17:17:48 asau Exp $
-#
-
-DISTNAME= treeviewx_0.5.1+20100823.orig
-PKGNAME= treeviewx-0.5.1.20100823
-CATEGORIES= biology
-#MASTER_SITES= http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/
-MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/t/treeviewx/}
-
-
-MAINTAINER= hdp%cs.nmsu.edu@localhost
-#HOMEPAGE= http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/index.html
-HOMEPAGE= https://packages.debian.org/unstable/science/treeviewx
-COMMENT= Phylogenetic tree viewer for Linux and Unix
-
-USE_LANGUAGES= c c++
-USE_TOOLS+= gmake
-GNU_CONFIGURE= YES
-
-WRKSRC= ${WRKDIR}/tv-0.5
-
-.include "../../x11/wxGTK28-contrib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/treeview/PLIST b/treeview/PLIST
deleted file mode 100644
index 22c0fb2..0000000
--- a/treeview/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/25 20:52:15 daprice Exp $
-bin/tv
diff --git a/treeview/distinfo b/treeview/distinfo
deleted file mode 100644
index 9ea2dc5..0000000
--- a/treeview/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/08/07 11:39:54 thomasklausner Exp $
-
-SHA1 (treeviewx_0.5.1+20100823.orig.tar.gz) = ffee9ab62bf20cc84079fa7796aaf145f9f47c82
-RMD160 (treeviewx_0.5.1+20100823.orig.tar.gz) = 981c521bdfa9f24365d2107b215abaed95180052
-SHA512 (treeviewx_0.5.1+20100823.orig.tar.gz) = 7043606a918331f90637eba3c614b5e27ad32e693a47e80d9cb445bbc72a9e83ee3e0ec62709cdace796925b99f27713c12bd8a2e4bcc855fe2b59bd9ca25feb
-Size (treeviewx_0.5.1+20100823.orig.tar.gz) = 441422 bytes
-SHA1 (patch-aa) = fe0e2ff32c70b517284f0a8977fffcf71079c077
diff --git a/treeviewx/DESCR b/treeviewx/DESCR
new file mode 100644
index 0000000..847b627
--- /dev/null
+++ b/treeviewx/DESCR
@@ -0,0 +1,4 @@
+TREEVIEW is a program for displaying and printing phylogenies. The program
+reads most NEXUS tree files (such as those produced by PAUP and COMPONENT)
+and PHYLIP style tree files (including those produced by fastDNAml and
+CLUSTALW).
diff --git a/treeviewx/Makefile b/treeviewx/Makefile
new file mode 100644
index 0000000..83c7674
--- /dev/null
+++ b/treeviewx/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.9 2012/10/07 17:17:48 asau Exp $
+#
+
+DISTNAME= treeviewx_0.5.1+20100823.orig
+PKGNAME= treeviewx-0.5.1.20100823
+CATEGORIES= biology
+#MASTER_SITES= http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/
+MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/t/treeviewx/}
+
+
+MAINTAINER= hdp%cs.nmsu.edu@localhost
+#HOMEPAGE= http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/index.html
+HOMEPAGE= https://packages.debian.org/unstable/science/treeviewx
+COMMENT= Phylogenetic tree viewer for Linux and Unix
+
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake
+GNU_CONFIGURE= YES
+
+WRKSRC= ${WRKDIR}/tv-0.5
+
+.include "../../x11/wxGTK28-contrib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/treeviewx/PLIST b/treeviewx/PLIST
new file mode 100644
index 0000000..22c0fb2
--- /dev/null
+++ b/treeviewx/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/25 20:52:15 daprice Exp $
+bin/tv
diff --git a/treeviewx/distinfo b/treeviewx/distinfo
new file mode 100644
index 0000000..9ea2dc5
--- /dev/null
+++ b/treeviewx/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.2 2005/08/07 11:39:54 thomasklausner Exp $
+
+SHA1 (treeviewx_0.5.1+20100823.orig.tar.gz) = ffee9ab62bf20cc84079fa7796aaf145f9f47c82
+RMD160 (treeviewx_0.5.1+20100823.orig.tar.gz) = 981c521bdfa9f24365d2107b215abaed95180052
+SHA512 (treeviewx_0.5.1+20100823.orig.tar.gz) = 7043606a918331f90637eba3c614b5e27ad32e693a47e80d9cb445bbc72a9e83ee3e0ec62709cdace796925b99f27713c12bd8a2e4bcc855fe2b59bd9ca25feb
+Size (treeviewx_0.5.1+20100823.orig.tar.gz) = 441422 bytes
+SHA1 (patch-aa) = fe0e2ff32c70b517284f0a8977fffcf71079c077
Home |
Main Index |
Thread Index |
Old Index