head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.05.54.51;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2011.11.09.15.25.27;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2011.10.29.11.10.22;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2011.02.11.13.11.45;	author culot;	state Exp;
branches;
next	1.6;

1.6
date	2010.12.04.07.30.34;	author ade;	state Exp;
branches;
next	1.5;

1.5
date	2010.10.20.05.53.16;	author culot;	state Exp;
branches;
next	1.4;

1.4
date	2010.08.02.16.06.38;	author bapt;	state Exp;
branches;
next	1.3;

1.3
date	2010.08.02.15.09.21;	author bapt;	state Exp;
branches;
next	1.2;

1.2
date	2010.05.21.06.19.18;	author wen;	state Exp;
branches;
next	1.1;

1.1
date	2009.08.28.23.34.20;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	io_lib
# Date created:				27 Aug, 2009
# Whom:					Wen Heping <wenheping@@gmail.com>
#
# $FreeBSD: head/biology/iolib/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	io_lib
PORTVERSION=	1.12.5
CATEGORIES=	biology
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	staden/${PORTNAME}/${PORTVERSION}

MAINTAINER=	culot@@FreeBSD.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:env
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_LDCONFIG=	yes

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 \
	fwrite_reading.3 read2scf.3 scf2read.3 \
	fwrite_scf.3 write_scf_header.3 read_reading.3 \
	read_scf.3 exp2read.3 fread_reading.3 \
	read2exp.3 fread_scf.3
MAN4=	Read.4

.include <bsd.port.mk>
@


1.9
log
@- Remove WITH_FBSD10_FIX, is no longer needed
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Fix build on FreeBSD 10
@
text
@a21 1
WITH_FBSD10_FIX=yes
@


1.7
log
@- Update to 1.12.5

Changes:	http://sourceforge.net/news/?group_id=100316&id=297223
@
text
@d22 1
@


1.6
log
@Sync to new bsd.autotools.mk
@
text
@d9 1
a9 1
PORTVERSION=	1.12.4
@


1.5
log
@Update my MAINTAINER address to culot@@FreeBSD.org.

Approved by:	sahil@@ (mentor)
@
text
@d22 1
a22 1
USE_AUTOTOOLS=	libtool:22:env
@


1.4
log
@Fix typo in maintainer mail address

Submitted by:	Frederic Culot <frederic _at_ culot.org> (maintainer)
Approved by:	jadawin@@ (co-mentor)
@
text
@d14 1
a14 1
MAINTAINER=	frederic@@culot.org
@


1.3
log
@- Update to 1.12.4
- Add libcurl as dependency
- Submitter is now maintainer

PR:		ports/149079
Submitted by:	Frederic Coulot <frederic _at_ coulot.org> (maintainer)
Approved by:	jadawin@@ (co-mentor)
@
text
@d14 1
a14 1
MAINTAINER=	frederic@@coulot.org
@


1.2
log
@- Update to 1.12.2
- Reset maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.12.2
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d17 5
d27 1
a27 1
MAN1=	srf_index_hash.1 srf_info.1 srf_list.1 illumina2srf.1 \
@


1.1
log
@Io_lib is a library of file reading and writing code to provide a
general purpose trace file (and Experiment File) reading interface.
The programmer simply calls the (eg) read_reading to create a "Read"
C structure with the data loaded into memory. It has been compiled
and tested on a variety of unix systems, MacOS X and MS Windows.

WWW:	http://staden.sourceforge.net/

PR:		ports/138254
Submitted by:	Wen Heping <wenheping at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.12.1
d14 1
a14 1
MAINTAINER=	wenheping@@gmail.com
@

