mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- Install documentation
- Update WWW: PR: 34889 Submitted by: maintainer
This commit is contained in:
parent
6b4ac010d7
commit
719fbd8399
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54633
4 changed files with 19 additions and 6 deletions
|
@ -8,17 +8,17 @@
|
||||||
PORTNAME= gff2ps
|
PORTNAME= gff2ps
|
||||||
PORTVERSION= 0.97b
|
PORTVERSION= 0.97b
|
||||||
CATEGORIES= biology
|
CATEGORIES= biology
|
||||||
MASTER_SITES= ftp://www1.imim.es/pub/gff_tools/gff2ps/
|
MASTER_SITES= ftp://www1.imim.es/pub/gff_tools/gff2ps/ \
|
||||||
DISTNAME= gff2ps_v${PORTVERSION}
|
http://www1.imim.es/software/gfftools/gff2ps_docs/manual/
|
||||||
EXTRACT_SUFX= .gz
|
DISTFILES= ${PORTNAME}_v${PORTVERSION}.gz ${GFF2PS_MAN}.gz
|
||||||
|
|
||||||
MAINTAINER= chuynh@biolateral.com.au
|
MAINTAINER= chuynh@biolateral.com.au
|
||||||
|
|
||||||
RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk \
|
RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk \
|
||||||
bash:${PORTSDIR}/shells/bash2
|
bash:${PORTSDIR}/shells/bash2
|
||||||
|
|
||||||
|
GFF2PS_MAN= MANUAL_GFF2PS_v0.96.ps
|
||||||
PATCH_WRKSRC= ${WRKDIR}
|
PATCH_WRKSRC= ${WRKDIR}
|
||||||
EXTRACT_AFTER_ARGS= > ${WRKDIR}/gff2ps
|
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
|
@ -26,7 +26,17 @@ post-patch:
|
||||||
@${PERL} -pi -e 's,^#!/bin/bash,#!${LOCALBASE}/bin/bash,; \
|
@${PERL} -pi -e 's,^#!/bin/bash,#!${LOCALBASE}/bin/bash,; \
|
||||||
s,/usr/local/bin/gawk,${LOCALBASE}/bin/gawk,' ${WRKDIR}/gff2ps
|
s,/usr/local/bin/gawk,${LOCALBASE}/bin/gawk,' ${WRKDIR}/gff2ps
|
||||||
|
|
||||||
|
do-extract:
|
||||||
|
@${MKDIR} ${WRKDIR}
|
||||||
|
@${GZCAT} ${DISTDIR}/${PORTNAME}_v${PORTVERSION}.gz \
|
||||||
|
> ${WRKDIR}/${PORTNAME}
|
||||||
|
@${GZCAT} ${DISTDIR}/${GFF2PS_MAN}.gz > ${WRKDIR}/${GFF2PS_MAN}
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKDIR}/gff2ps ${PREFIX}/bin
|
@${INSTALL_SCRIPT} ${WRKDIR}/gff2ps ${PREFIX}/bin
|
||||||
|
.ifndef(NOPORTDOCS)
|
||||||
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
@${INSTALL_DATA} ${WRKDIR}/${GFF2PS_MAN} ${DOCSDIR}
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
MD5 (gff2ps_v0.97b.gz) = bc200821ff1a43d6ec7e43905520d902
|
MD5 (gff2ps_v0.97b.gz) = bc200821ff1a43d6ec7e43905520d902
|
||||||
|
MD5 (MANUAL_GFF2PS_v0.96.ps.gz) = 1d7565866d14ac0bc8885d4b29dd3d72
|
||||||
|
|
|
@ -3,4 +3,4 @@ records into high quality one-dimensional plots in PostScript. Such plots maybe
|
||||||
useful for comparing genomic structures and to visualizing outputs from genome
|
useful for comparing genomic structures and to visualizing outputs from genome
|
||||||
annotation programs.
|
annotation programs.
|
||||||
|
|
||||||
WWW: http://www1.imim.es/~jabril/
|
WWW: http://www1.imim.es/software/gfftools/GFF2PS.html
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
bin/gff2ps
|
bin/gff2ps
|
||||||
|
%%PORTDOCS%%share/doc/gff2ps/MANUAL_GFF2PS_v0.96.ps
|
||||||
|
%%PORTDOCS%%@dirrm share/doc/gff2ps
|
||||||
|
|
Loading…
Add table
Reference in a new issue