head	1.15;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.15
date	2012.12.10.11.29.53;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.11.17.05.54.51;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.10.01.14.45.16;	author tabthorpe;	state Exp;
branches;
next	1.12;

1.12
date	2011.07.21.05.02.26;	author linimon;	state Exp;
branches;
next	1.11;

1.11
date	2008.06.06.13.08.28;	author edwin;	state Exp;
branches;
next	1.10;

1.10
date	2007.07.08.11.47.58;	author rafan;	state Exp;
branches;
next	1.9;

1.9
date	2007.05.26.21.03.05;	author kris;	state Exp;
branches;
next	1.8;

1.8
date	2007.05.19.20.00.22;	author flz;	state Exp;
branches;
next	1.7;

1.7
date	2005.12.05.16.57.26;	author tdb;	state Exp;
branches;
next	1.6;

1.6
date	2005.09.20.14.59.28;	author hq;	state Exp;
branches;
next	1.5;

1.5
date	2005.03.20.14.43.55;	author hq;	state Exp;
branches;
next	1.4;

1.4
date	2005.03.12.08.01.19;	author sem;	state Exp;
branches;
next	1.3;

1.3
date	2004.02.04.05.18.49;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.11.01.31;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.22.14.39.40;	author kevlo;	state Exp;
branches;
next	;


desc
@@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308600
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308600 | bapt | 2012-12-10 11:25:27 +0000 (Mon, 10 Dec 2012) | 3 lines
## SVN ##
## SVN ## Decommissioning java 1.5 (EOLed since October 2009):
## SVN ## suppress any reference to USE_JAVA=	1.5+ (part1)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: camson@@bilateral.com.au
# $FreeBSD: head/biology/artemis/Makefile 308600 2012-12-10 11:25:27Z bapt $

PORTNAME=	artemis
PORTVERSION=	9
PORTREVISION=	1
CATEGORIES=	biology java
MASTER_SITES=	http://www.sanger.ac.uk/Software/Artemis/v${PORTVERSION}/ \
		ftp://ftp.sanger.ac.uk/pub/pathogens/software/artemis/v${PORTVERSION}/
DISTNAME=	artemis_compiled_v${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A DNA sequence viewer and annotation tool

WRKSRC=		${WRKDIR}/${PORTNAME}

USE_JAVA=	yes
JAVA_VERSION=	1.6+

NO_BUILD=	yes
PLIST_SUB=	PORTVERSION="${PORTVERSION}"

post-extract:
	@@${FIND} ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} +

do-install:
	@@${MKDIR} ${PREFIX}/${PORTNAME}-${PORTVERSION}
	@@${TAR} -C ${WRKSRC} -cf- . | ${TAR} -C ${PREFIX}/${PORTNAME}-${PORTVERSION} -xpf-
	@@${LN} -s ${PREFIX}/${PORTNAME}-${PORTVERSION}/art ${PREFIX}/bin/art
	@@${LN} -s ${PREFIX}/${PORTNAME}-${PORTVERSION}/act ${PREFIX}/bin/act

.include <bsd.port.mk>
@


1.14
log
@Switch exporter over
@
text
@d2 1
a2 1
# $FreeBSD: head/biology/artemis/Makefile 305130 2012-10-01 14:45:16Z tabthorpe $
d18 1
a18 1
JAVA_VERSION=	1.5+
@


1.13
log
@SVN rev 305130 on 2012-10-01 14:45:16Z by tabthorpe

- Reassign to the heap at maintainer's request
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.12
log
@Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
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
@
text
@d1 1
a1 4
# New ports collection makefile for:	artemis
# Date created:				10 Nov 2001
# Whom:					camson@@bilateral.com.au
#
a2 1
#
d12 1
a12 1
MAINTAINER=	fernan@@iib.unsam.edu.ar
@


1.11
log
@Bump portrevision due to upgrade of devel/gettext.

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)
@
text
@d22 1
a22 1
JAVA_VERSION=	1.4+
@


1.10
log
@- Update to version 9
- 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)
@
text
@d10 1
@


1.9
log
@BROKEN: Unfetchable
@
text
@d9 1
a9 2
PORTVERSION=	7
PORTREVISION=	2
d11 3
a13 2
MASTER_SITES=	http://www.sanger.ac.uk/Software/Artemis/v${PORTVERSION}/
DISTNAME=	artemis_compiled_v${PORTVERSION}_${PORTREVISION}
a17 2
BROKEN=		Unfetchable

d26 3
@


1.8
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d18 2
@


1.7
log
@- Fix fetch problems

PR:		89971
Submitted by:	Fernan Aguero <fernan@@iib.unsam.edu.ar> (maintainer)
Approved by:	clement (mentor)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.6
log
@Update to version 7

PR:		86196
Submitted by:	Tony Maher <anthony.maher@@uts.edu.au>
Approved by:	maintainer
@
text
@d10 1
d13 1
a13 1
DISTNAME=	artemis_compiled_v${PORTVERSION}
@


1.5
log
@- Add 'java' category
- Remove incorrect (and unneeded) JAVA_RUN statement

PR:		78761
Submitted by:	me
@
text
@d9 1
a9 1
PORTVERSION=	6
@


1.4
log
@- Update to version 6
- Pass maintainership to submitter

PR:		ports/76219
Submitted by:	Fernan Aguero <fernan@@iib.unsam.edu.ar>
Approved by:	maintainer timeout (2 monthes)
@
text
@d10 1
a10 1
CATEGORIES=	biology
a20 1
JAVA_RUN=	yes
@


1.3
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d9 1
a9 2
PORTVERSION=	4.0
PORTREVISION=	1
d11 2
a12 2
MASTER_SITES=	http://www.sanger.ac.uk/Software/Artemis/v4/
DISTNAME=	artemis_compiled_v4
d14 1
a14 1
MAINTAINER=	chuynh@@biolateral.com.au
a16 2
RUN_DEPENDS=	${JAVA_COMMAND}:${PORTSDIR}/java/jdk13

d19 3
a21 3
JDK_VERSION=	1.3.1
JDK_DIR=	${PREFIX}/jdk${JDK_VERSION}
JAVA_COMMAND=	${JDK_DIR}/bin/java
d24 1
d30 1
a30 2

PLIST_SUB=	PORTVERSION="${PORTVERSION}"
@


1.2
log
@De-pkg-comment.
@
text
@d10 1
@


1.1
log
@Initial import of artemis 4.0

Artemis is a  DNA sequence viewer and annotation tool.

PR: 32914
Submitted by: Camson <chuynh@@biolateral.com.au>
@
text
@d15 1
@

