- 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)
This commit is contained in:
parent
026eef156f
commit
4f02991a02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195215
3 changed files with 1657 additions and 1465 deletions
|
@ -6,17 +6,15 @@
|
|||
#
|
||||
|
||||
PORTNAME= artemis
|
||||
PORTVERSION= 7
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 9
|
||||
CATEGORIES= biology java
|
||||
MASTER_SITES= http://www.sanger.ac.uk/Software/Artemis/v${PORTVERSION}/
|
||||
DISTNAME= artemis_compiled_v${PORTVERSION}_${PORTREVISION}
|
||||
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= fernan@iib.unsam.edu.ar
|
||||
COMMENT= A DNA sequence viewer and annotation tool
|
||||
|
||||
BROKEN= Unfetchable
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_JAVA= yes
|
||||
|
@ -25,6 +23,9 @@ JAVA_VERSION= 1.4+
|
|||
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-
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (artemis_compiled_v7_2.tar.gz) = f81f52a99a7c7b40c2a5289e71e0ea03
|
||||
SHA256 (artemis_compiled_v7_2.tar.gz) = d770c48464be5903107379775765883f7827833be7339d90d3dc8e1430c0646e
|
||||
SIZE (artemis_compiled_v7_2.tar.gz) = 4055125
|
||||
MD5 (artemis_compiled_v9.tar.gz) = b644bf8447534973d9e3cca4e632ee3a
|
||||
SHA256 (artemis_compiled_v9.tar.gz) = ec61fdb7915322b5d6c8ac53aa3576cfe1a5042cc3c738e168306fdbaf4bcbe5
|
||||
SIZE (artemis_compiled_v9.tar.gz) = 6310269
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue