aboutsummaryrefslogtreecommitdiff
path: root/biology/jalview
Commit message (Collapse)AuthorAgeFilesLines
* Restrict to Java 8, since this doesn't compile with Java 11Greg Lewis2020-12-261-0/+1
| | | | | | | PR: 251774 Notes: svn path=/head/; revision=559318
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-262-3/+2
| | | | | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342 Notes: svn path=/head/; revision=518482
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371237
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340671
* Support stageBaptiste Daroussin2014-01-201-5/+4
| | | | Notes: svn path=/head/; revision=340487
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | biology) Notes: svn path=/head/; revision=327709
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-1/+1
| | | | | | | suppress any reference to USE_JAVA= 1.5+ (part1) Notes: svn path=/head/; revision=308600
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-10-011-6/+2
| | | | Notes: svn path=/head/; revision=305130
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214428
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Jalview is a multiple alignment editor written in Java. It is used widely in aHerve Quiroz2006-02-136-0/+136
variety of web pages (e.g. the EBI Clustalw server and the Pfam protein domain database) and is also available as a general purpose alignment editor. WWW: http://www.jalview.org PR: 93054 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> Notes: svn path=/head/; revision=155905