summaryrefslogtreecommitdiff
path: root/biology/treeviewx
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-04-08 22:45:42 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-04-08 22:45:42 +0000
commitad720f743319a30b65a50168a489ba93474a2cc0 (patch)
tree6167a7510596b3e282dc3527bbed888a7306302e /biology/treeviewx
parent- Unbreak: fix plist (diff)
Upgrade to 0.5 and take maintainership.
Remark: still broken on FreeBSD-5.x. PR: ports/79304 Submitted by: Fernan Aguero (new maintainer) Approved by: Tony Maher (previous maintainer)
Notes
Notes: svn path=/head/; revision=132791
Diffstat (limited to 'biology/treeviewx')
-rw-r--r--biology/treeviewx/Makefile12
-rw-r--r--biology/treeviewx/distinfo4
-rw-r--r--biology/treeviewx/files/patch-Makefile.in11
-rw-r--r--biology/treeviewx/pkg-descr7
4 files changed, 25 insertions, 9 deletions
diff --git a/biology/treeviewx/Makefile b/biology/treeviewx/Makefile
index bc2af033f513..8227053314ff 100644
--- a/biology/treeviewx/Makefile
+++ b/biology/treeviewx/Makefile
@@ -1,3 +1,4 @@
+# ex:ts=8
# Ports collection makefile for: treeviewx
# Date created: 04 August 2001
# Whom: tonym
@@ -6,20 +7,21 @@
#
PORTNAME= treeviewx
-PORTVERSION= 0.4
-PORTREVISION= 3
+PORTVERSION= 0.5
CATEGORIES= biology
-MASTER_SITES= http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/
+MASTER_SITES= http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/download/${PORTVERSION}/
DISTNAME= tv-${PORTVERSION}
-MAINTAINER= tonym@biolateral.com.au
+MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= A phylogenetic tree viewer
-LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
+LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 \
+ wx_gtk2_dcsvg-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2-contrib
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= WX_CONFIG="${X11BASE}/bin/wxgtk2-2.4-config"
+
PLIST_FILES= bin/tv
.include <bsd.port.pre.mk>
diff --git a/biology/treeviewx/distinfo b/biology/treeviewx/distinfo
index 1bdc23182b76..d4b4bea8e5a5 100644
--- a/biology/treeviewx/distinfo
+++ b/biology/treeviewx/distinfo
@@ -1,2 +1,2 @@
-MD5 (tv-0.4.tar.gz) = a0f556e474804e59a72ff24ee0d8f10d
-SIZE (tv-0.4.tar.gz) = 336684
+MD5 (tv-0.5.tar.gz) = 6c8bf75667184943f4d3f047a4e7538d
+SIZE (tv-0.5.tar.gz) = 394811
diff --git a/biology/treeviewx/files/patch-Makefile.in b/biology/treeviewx/files/patch-Makefile.in
new file mode 100644
index 000000000000..e49ab0175491
--- /dev/null
+++ b/biology/treeviewx/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Thu Mar 24 19:41:44 2005
++++ Makefile.in Thu Mar 24 19:42:32 2005
+@@ -91,7 +91,7 @@
+ NCLDIR = ncl-2.0/src
+ #LIBDIRS = -L$(NCLDIR)
+ #-L$(XMLPARSEDIR)
+-LIBS = @LIBS@ -lwx_gtk_dcsvg-2.4 -L$(NCLDIR) -lncl -L$(TREELIBDIR) -ltreelib
++LIBS = @LIBS@ -lwx_gtk2_dcsvg-2.4 -L$(NCLDIR) -lncl -L$(TREELIBDIR) -ltreelib
+ #-lexpat
+ INCLUDES = -I$(NCLDIR) -I$(TREELIBDIR) -I$(GPORTDIR)
+ #-I$(EXPATPPDIR) -I$(XMLPARSEDIR) -I$(EXPATPPDIR)/xmltok
diff --git a/biology/treeviewx/pkg-descr b/biology/treeviewx/pkg-descr
index c664fd364a8c..5b18bda94eaf 100644
--- a/biology/treeviewx/pkg-descr
+++ b/biology/treeviewx/pkg-descr
@@ -1,6 +1,9 @@
-"TreeView X is program to display phylogenetic trees on Unix-like platforms.
+TreeView X is program to display phylogenetic trees on Unix-like platforms.
It can read and display NEXUS and Newick format tree files (such as those
-output by PAUP*, ClustalX, TREE-PUZZLE, and other programs)."
+output by PAUP*, ClustalX, TREE-PUZZLE, and other programs). It has a
+subset of the functionality of the version of TreeView available for the
+Mac Classic and Windows (it is roughly equivalent to version 0.95 of
+TreeView).
WWW: http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/