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


1.12
date	2012.11.17.05.54.51;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.02.19.23.24.52;	author miwi;	state Exp;
branches;
next	1.10;

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

1.9
date	2007.03.10.20.20.10;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2007.01.16.18.20.59;	author bsam;	state Exp;
branches;
next	1.7;

1.7
date	2006.10.06.04.12.59;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2006.05.03.23.26.33;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2004.06.01.02.23.41;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.21.11.01.33;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.04.01.46.26;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2002.02.13.02.54.31;	author pat;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.19.10.03.26;	author petef;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	gff2ps
# Date created:				17 December 2001
# Whom:					Camson Huynh <chuynh@@biolateral.com.au>
#
# $FreeBSD: head/biology/gff2ps/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	gff2ps
PORTVERSION=	0.98d
PORTREVISION=	2
CATEGORIES=	biology
MASTER_SITES=	ftp://genome.crg.es/pub/gff_tools/gff2ps/ \
		http://genome.crg.es/software/gfftools/gff2ps_docs/manual/:doc
DISTFILES=	${PORTNAME}_v${PORTVERSION}.gz
.if !defined(NOPORTDOCS)
DISTFILES+=	${GFF2PS_MAN}.gz:doc
.endif

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Converts gff-formated genomic data-sets to PostScript

LICENSE=	GPLv2 # (or later)

RUN_DEPENDS=	gawk:${PORTSDIR}/lang/gawk \
		bash:${PORTSDIR}/shells/bash

NO_WRKSUBDIR=	yes
NO_BUILD=	yes

PORTDOCS=	${GFF2PS_MAN}
PLIST_FILES=	bin/${PORTNAME}

GFF2PS_MAN=	MANUAL_GFF2PS_v0.96.ps

do-extract:
	@@${MKDIR} ${WRKDIR}
	@@${GZCAT} ${DISTDIR}/${PORTNAME}_v${PORTVERSION}.gz \
		> ${WRKDIR}/${PORTNAME}
.if !defined(NOPORTDOCS)
	@@${GZCAT} ${DISTDIR}/${GFF2PS_MAN}.gz > ${WRKDIR}/${GFF2PS_MAN}
.endif

post-patch:
	@@${REINPLACE_CMD} -e \
		's|^#!/bin/bash|#!${LOCALBASE}/bin/bash| ; \
		 s|/usr/local/bin/gawk|${LOCALBASE}/bin/gawk|' ${WRKSRC}/gff2ps

do-install:
	${INSTALL_SCRIPT} ${WRKDIR}/gff2ps ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKDIR}/${GFF2PS_MAN} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.11
log
@- Update MASTER_SITES and WWW: line
- Add LICENSE
- Support PLIST_FILES

PR:		164985
Submitted by:	Ports Fury
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
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
@d12 6
a17 3
MASTER_SITES=	ftp://www1.imim.es/pub/gff_tools/gff2ps/:prog \
		http://www1.imim.es/software/gfftools/gff2ps_docs/manual/:doc
DISTFILES=	${PORTNAME}_v${PORTVERSION}.gz:prog ${GFF2PS_MAN}.gz:doc
d22 2
d27 2
a28 2
GFF2PS_MAN=	MANUAL_GFF2PS_v0.96.ps
PATCH_WRKSRC=	${WRKDIR}
d30 2
a31 1
NO_BUILD=	yes
d33 1
a33 3
post-patch:
	@@${REINPLACE_CMD} -e 's,^#!/bin/bash,#!${LOCALBASE}/bin/bash,; \
		s,/usr/local/bin/gawk,${LOCALBASE}/bin/gawk,' ${WRKDIR}/gff2ps
d39 1
d41 6
d49 2
a50 2
	@@${INSTALL_SCRIPT} ${WRKDIR}/gff2ps ${PREFIX}/bin
.ifndef(NOPORTDOCS)
d52 1
a52 1
	@@${INSTALL_DATA} ${WRKDIR}/${GFF2PS_MAN} ${DOCSDIR}
@


1.9
log
@Reset chuynh@@biolateral.com.au: address bounces.

Hat:		portmgr
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.8
log
@. change dependencies: shells/bash2 -> shells/bash;
. bump PORTREVISION (RUN_DEPENDS changes);
. for converters/konwert:
  - introduce PATCHLEVEL to be used instead of PORTREVISION at filenames;
  - update to new PATCHLEVEL=11.

PR:		107000 [1], 107046 [2], 107106 [3], 107114 [4]
Submitted by:	bsam (me)
Approved by:	all maintainers timeout three and a half week:
		mij at bitchx.it             [1]
		j.koopmann at seceidos.de    [2]
		chuynh at biolateral.com.au  [3]
		alexs at snark.rinet.ru      [4]
@
text
@d16 1
a16 1
MAINTAINER=	chuynh@@biolateral.com.au
@


1.7
log
@- Update to 0.98d

PR:		ports/103408
Submitted by:	chinsan
Approved by:	maintainer (timeout)
@
text
@d10 1
d20 1
a20 1
		bash:${PORTSDIR}/shells/bash2
@


1.6
log
@Remove USE_REINPLACE from all categories starting with B
@
text
@d9 1
a9 1
PORTVERSION=	0.97b
@


1.5
log
@[PATCH] biology/gff2ps distsite fix

	couple distfiles with their respective urls to reduce time and traffic

PR:		ports/67430
Submitted by:	Roman Neuhauser <neuhauser@@chello.cz>
@
text
@a22 1
USE_REINPLACE=	yes
@


1.4
log
@De-pkg-comment.
@
text
@d11 3
a13 3
MASTER_SITES=	ftp://www1.imim.es/pub/gff_tools/gff2ps/ \
		http://www1.imim.es/software/gfftools/gff2ps_docs/manual/
DISTFILES=	${PORTNAME}_v${PORTVERSION}.gz ${GFF2PS_MAN}.gz
@


1.3
log
@PERL -> REINPLACE
Noticed on: bento
@
text
@d16 1
@


1.2
log
@- Install documentation
- Update WWW:

PR:		34889
Submitted by:	maintainer
@
text
@d22 1
d27 1
a27 1
	@@${PERL} -pi -e 's,^#!/bin/bash,#!${LOCALBASE}/bin/bash,; \
@


1.1
log
@Add gff2ps 0.97b, converts gff-formated genomic data-sets to
PostScript.

PR:		32920
Submitted by:	Camson Huynh <chuynh@@biolateral.com.au>
@
text
@d11 3
a13 3
MASTER_SITES=	ftp://www1.imim.es/pub/gff_tools/gff2ps/
DISTNAME=	gff2ps_v${PORTVERSION}
EXTRACT_SUFX=	.gz
d20 1
a21 1
EXTRACT_AFTER_ARGS=	> ${WRKDIR}/gff2ps
d29 6
d36 5
a40 1
	${INSTALL_SCRIPT} ${WRKDIR}/gff2ps ${PREFIX}/bin
@

