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)
This commit is contained in:
Thierry Thomas 2005-04-08 22:45:42 +00:00
parent 0939f11566
commit ad720f7433
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132791
4 changed files with 25 additions and 9 deletions

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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/