Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2002 15:50:01 -0800 (PST)
From:      chuynh@biolateral.com.au
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/32920: New Port: biology/gff2ps
Message-ID:  <200202102350.g1ANo1Z36133@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/32920; it has been noted by GNATS.

From: chuynh@biolateral.com.au
To: freebsd-gnats-submit@FreeBSD.org
Cc: chuynh@biolateral.com.au
Subject: Re: ports/32920: New Port: biology/gff2ps
Date: Mon, 11 Feb 2002 10:51:20 +1100 (EST)

 diff -ruN gff2ps.bak/Makefile gff2ps/Makefile
 --- gff2ps.bak/Makefile	Mon Feb 11 09:36:02 2002
 +++ gff2ps/Makefile	Mon Feb 11 10:32:37 2002
 @@ -1,5 +1,5 @@
  # New ports collection makefile for:	gff2ps
 -# Date created:				17 December 2001
 +# Date created:				11 February 2001
  # Whom:					chuynh@biolateral.com.au
  #
  # $FreeBSD$
 @@ -8,21 +8,29 @@
  PORTNAME=	gff2ps
  PORTVERSION=	0.97b
  CATEGORIES=	biology
 -MASTER_SITES=	ftp://www1.imim.es/pub/gff_tools/gff2ps/
 +MASTER_SITES=	ftp://www1.imim.es/pub/gff_tools/gff2ps/ \
 +	http://www1.imim.es/software/gfftools/gff2ps_docs/manual/
  DISTNAME=	gff2ps_v${PORTVERSION}
 -EXTRACT_SUFX=	.gz
 +DISTFILES=	${DISTNAME}.gz ${GFF2PS_MAN}.gz
 
  MAINTAINER=	chuynh@biolateral.com.au
 
  RUN_DEPENDS=	gawk:${PORTSDIR}/lang/gawk \
  				bash:${PORTSDIR}/shells/bash2
 
 +GFF2PS_MAN=	MANUAL_GFF2PS_v0.96.ps
  PATCH_WRKSRC=	${WRKDIR}
 -EXTRACT_AFTER_ARGS=	> ${WRKDIR}/gff2ps
 
  NO_BUILD=	yes
 
 +do-extract:
 +	@${MKDIR} ${WRKDIR}
 +	@${GZCAT} ${DISTDIR}/${DISTNAME}.gz > ${WRKDIR}/${PORTNAME}
 +	@${GZCAT} ${DISTDIR}/${GFF2PS_MAN}.gz > ${WRKDIR}/${GFF2PS_MAN}
 +
  do-install:
 +	${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
  	${INSTALL_SCRIPT} ${WRKDIR}/gff2ps ${PREFIX}/bin
 +	${INSTALL_DATA} ${WRKDIR}/${GFF2PS_MAN} ${PREFIX}/share/doc/${PORTNAME}
 
  .include <bsd.port.mk>
 diff -ruN gff2ps.bak/distinfo gff2ps/distinfo
 --- gff2ps.bak/distinfo	Mon Feb 11 09:36:02 2002
 +++ gff2ps/distinfo	Mon Feb 11 10:02:11 2002
 @@ -1 +1,2 @@
  MD5 (gff2ps_v0.97b.gz) = bc200821ff1a43d6ec7e43905520d902
 +MD5 (MANUAL_GFF2PS_v0.96.ps.gz) = 1d7565866d14ac0bc8885d4b29dd3d72
 diff -ruN gff2ps.bak/pkg-descr gff2ps/pkg-descr
 --- gff2ps.bak/pkg-descr	Mon Feb 11 09:36:02 2002
 +++ gff2ps/pkg-descr	Mon Feb 11 09:36:28 2002
 @@ -3,4 +3,4 @@
  useful for comparing genomic structures and to visualizing outputs from genome
  annotation programs.
 
 -WWW: http://www1.imim.es/~jabril/
 +WWW: http://www1.imim.es/software/gfftools/GFF2PS.html
 diff -ruN gff2ps.bak/pkg-plist gff2ps/pkg-plist
 --- gff2ps.bak/pkg-plist	Mon Feb 11 09:36:02 2002
 +++ gff2ps/pkg-plist	Mon Feb 11 10:34:30 2002
 @@ -1 +1,3 @@
  bin/gff2ps
 +share/doc/gff2ps/MANUAL_GFF2PS_v0.96.ps
 +@dirrm share/doc/gff2ps
 
 --
 Camson Huynh - Senior Systems Administrator   BioLateral Pty Ltd
 Email:  chuynh@biolateral.com.au              Level 5, 92 Parramatta Rd,
 Phone:  +61 2 9036 3002                       Camperdown NSW 2050 Australia
 Mobile: +61 413 919 233                       http://www.biolateral.com.au/
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202102350.g1ANo1Z36133>