Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2002 10:08:40 +1100 (EST)
From:      Camson Huynh <chuynh@biolateral.com.au>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34889: Update port: biology/gff2ps
Message-ID:  <200202122308.g1CN8en01974@gateway.biolateral.com.au>

next in thread | raw e-mail | index | archive | help

>Number:         34889
>Category:       ports
>Synopsis:       Update port: biology/gff2ps
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 12 15:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Camson Huynh
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
BioLateral Pty Ltd
>Environment:
System: FreeBSD oasis.bio 4.5-STABLE FreeBSD 4.5-STABLE #1: Thu Jan 31 15:21:42 EST 2002 root@oasis.bio:/usr/obj/usr/src/sys/OASIS i386


	
>Description:
	Include documentation along with program
>How-To-Repeat:
	
>Fix:

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
>Release-Note:
>Audit-Trail:
>Unformatted:

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?200202122308.g1CN8en01974>