diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-08-02 15:09:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-08-02 15:09:21 +0000 |
commit | 3cf9a14670f25fd0f78b059165b979c8e32dac3b (patch) | |
tree | e2d00658b1bbcac6b91ec47408c361437276be12 /biology | |
parent | 09d03dbea61f8de9fe8bf85abf1ca607fdac24a1 (diff) | |
download | ports-3cf9a14670f25fd0f78b059165b979c8e32dac3b.tar.gz ports-3cf9a14670f25fd0f78b059165b979c8e32dac3b.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/iolib/Makefile | 11 | ||||
-rw-r--r-- | biology/iolib/distinfo | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/biology/iolib/Makefile b/biology/iolib/Makefile index 43800babee24..a44839b3c0ea 100644 --- a/biology/iolib/Makefile +++ b/biology/iolib/Makefile @@ -6,20 +6,25 @@ # PORTNAME= io_lib -PORTVERSION= 1.12.2 +PORTVERSION= 1.12.4 CATEGORIES= biology MASTER_SITES= SF MASTER_SITE_SUBDIR= staden/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= frederic@coulot.org COMMENT= A general purpose trace file(and Experiment File) reading interface +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl + +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + USE_AUTOTOOLS= libtool:22:env GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes -MAN1= srf_index_hash.1 srf_info.1 srf_list.1 illumina2srf.1 \ +MAN1= srf_index_hash.1 srf_info.1 srf_list.1 \ srf2fasta.1 srf2fastq.1 MAN3= read_scf_header.3 read_allocate.3 ExperimentFile.3 \ write_reading.3 write_scf.3 read_deallocate.3 \ diff --git a/biology/iolib/distinfo b/biology/iolib/distinfo index c1bf91c1787d..31941ff4022c 100644 --- a/biology/iolib/distinfo +++ b/biology/iolib/distinfo @@ -1,3 +1,3 @@ -MD5 (io_lib-1.12.2.tar.gz) = 369d9976d927076d6fde469acc355a9c -SHA256 (io_lib-1.12.2.tar.gz) = 1678ce2e5bb789da74a2bb89703b370f9ac6e0886809aa32b9fb108e27cc652b -SIZE (io_lib-1.12.2.tar.gz) = 777423 +MD5 (io_lib-1.12.4.tar.gz) = b8f98795a85e4794da8cafe74edc13d8 +SHA256 (io_lib-1.12.4.tar.gz) = 8b6261fb2b6b1cca0dd05af4ac7734d289c56193ce68c859e6aca71caad1ea21 +SIZE (io_lib-1.12.4.tar.gz) = 779771 |