aboutsummaryrefslogtreecommitdiff
path: root/biology/artemis/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* biology: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Aaron Dalton <aaron@FreeBSD.org> * Akinori MUSHA aka knu <knu@idaemons.org> * Andrey Zakhvatov * Bob Zimmermann <rpz@cse.wustl.edu> * Camson Huynh <chuynh@biolateral.com.au> * Dan Siercks <dsiercks@uwm.edu> * Fernan Aguero <fernan@iib.unsam.edu.ar> * Hannes Hauswedell <h2+fbsdports@fsfe.org> * J. Bacon <jwb@FreeBSD.org> * Jason Bacon <jwb@FreeBSD.org> * Jeremy <karlj000@unbc.ca> * Johann Visagie <johann@egenetics.com> * Johann Visagie <wjv@FreeBSD.org> * Mauricio Herrera Cuadra <mauricio@arareko.net> * Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp> * Motomichi Matsuzaki <mzaki@e-mail.ne.jp> * Motomichi Matsuzaki <mzaki@m.u-tokyo.ac.jp> * Motomichi Matsuzaki <mzaki@niid.go.jp> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Razi Khaja <razi@genet.sickkids.on.ca> * Reed A. Cartwright <cartwright@asu.edu> * Ryo MIYAMOTO * Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp> * Sangwoo Shim <sangwoos@gmail.com> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Tassilo Philipp <tphilipp@potion-studios.com> * Tony Maher * Tony Maher <tonym@biolateral.com.au> * Wen Heping <wen@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Yonatan <onatan@gmail.com> * Yuri Victorovich <yuri@rawbw.com> * ballen * barnhart@genetics.wustl.edu * camson@bilateral.com.au * chuynh@biolateral.com.au * dbader@eece.unm.edu * frankch@waru.life.nthu.edu.tw * h2 * lentferj * maho@FreeBSD.org * mzaki@biol.s.u-tokyo.ac.jp * tonym * wen@FreeBSD.org With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | 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
* biology/artemis: Update 9 -> 17.0.1-11Yuri Victorovich2018-06-111-14/+24
| | | | | | | | | | | | | | | | | Port changes: * Take maintainership * Change to github * Change to DISTVERSION * Add LICENSE * Depends on bash * Add USES=gmake * Remove NO_BUILD: needs to build jars from java files * Update the post-extract target * Change do-install to do minimal installation * Update WWW Notes: svn path=/head/; revision=472197
* Remove dead master sitesBaptiste Daroussin2017-10-131-2/+1
| | | | Notes: svn path=/head/; revision=451981
* - Fix shebangsDmitry Marakasov2017-04-211-3/+7
| | | | | | | | - Add NO_ARCH - Switch to relative links Notes: svn path=/head/; revision=439093
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Support stageBaptiste Daroussin2014-01-201-6/+5
| | | | Notes: svn path=/head/; revision=340486
* 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
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* - Update to version 9Rong-En Fan2007-07-081-6/+7
| | | | | | | | | | | | - Don't install CVS directories which are going to be removed in next release PR: ports/113831 Submitted by: Thomas Abthorpe <thomas at goodking.ca> Approved by: maintainer timeout (20 days) Notes: svn path=/head/; revision=195215
* BROKEN: UnfetchableKris Kennaway2007-05-261-0/+2
| | | | Notes: svn path=/head/; revision=191940
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix fetch problemsTim Bishop2005-12-051-1/+2
| | | | | | | | | PR: 89971 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer) Approved by: clement (mentor) Notes: svn path=/head/; revision=150478
* Update to version 7Herve Quiroz2005-09-201-1/+1
| | | | | | | | | PR: 86196 Submitted by: Tony Maher <anthony.maher@uts.edu.au> Approved by: maintainer Notes: svn path=/head/; revision=143213
* - Add 'java' categoryHerve Quiroz2005-03-201-2/+1
| | | | | | | | | | - Remove incorrect (and unneeded) JAVA_RUN statement PR: 78761 Submitted by: me Notes: svn path=/head/; revision=131726
* - Update to version 6Sergey Matveychuk2005-03-121-12/+9
| | | | | | | | | | | - Pass maintainership to submitter PR: ports/76219 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> Approved by: maintainer timeout (2 monthes) Notes: svn path=/head/; revision=130959
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76030
* Initial import of artemis 4.0Kevin Lo2001-12-221-0/+33
Artemis is a DNA sequence viewer and annotation tool. PR: 32914 Submitted by: Camson <chuynh@biolateral.com.au> Notes: svn path=/head/; revision=51988