diff options
author | John Marino <marino@FreeBSD.org> | 2015-04-11 15:00:12 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-04-11 15:00:12 +0000 |
commit | ddfbdcb2558d42e37743d77ac757c19f5a06fdae (patch) | |
tree | dab5ed575dea07ac5b044ca71e067b7ccae15283 | |
parent | 2ab476a8cf9ac0d08c9a0639d91563454a6d13c0 (diff) | |
download | ports-ddfbdcb2558d42e37743d77ac757c19f5a06fdae.tar.gz ports-ddfbdcb2558d42e37743d77ac757c19f5a06fdae.zip |
biology/p5-Bio-ASN1-EntrezGene: Upgrade 1.09 => 1.70 to unbreak
While here, reset the port. The last time the maintainer was seen was
in 2005, when the port was created. Also, rewrap the package description
such that it keeps within 75 characters; also move the url so it won't
wrap across lines.
Notes
Notes:
svn path=/head/; revision=383805
-rw-r--r-- | biology/p5-Bio-ASN1-EntrezGene/Makefile | 12 | ||||
-rw-r--r-- | biology/p5-Bio-ASN1-EntrezGene/distinfo | 4 | ||||
-rw-r--r-- | biology/p5-Bio-ASN1-EntrezGene/pkg-descr | 14 |
3 files changed, 15 insertions, 15 deletions
diff --git a/biology/p5-Bio-ASN1-EntrezGene/Makefile b/biology/p5-Bio-ASN1-EntrezGene/Makefile index ef687b66a297..6b8ec6fdc70d 100644 --- a/biology/p5-Bio-ASN1-EntrezGene/Makefile +++ b/biology/p5-Bio-ASN1-EntrezGene/Makefile @@ -2,20 +2,18 @@ # $FreeBSD$ PORTNAME= Bio-ASN1-EntrezGene -PORTVERSION= 1.091 -PORTREVISION= 1 +PORTVERSION= 1.70 CATEGORIES= biology perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:CJFIELDS PKGNAMEPREFIX= p5- -MAINTAINER= mauricio@arareko.net +MAINTAINER= ports@FreeBSD.org COMMENT= Regular expression-based Perl Parser for NCBI Entrez Gene -BROKEN= Unfetchable +WRKSRC= ${WRKDIR}/Bio-ASN1-EntrezGene-${PORTVERSION} -WRKSRC= ${WRKDIR}/Bio-ASN1-EntrezGene-1.09 - -USES= perl5 tar:tgz +USES= perl5 USE_PERL5= configure .include <bsd.port.mk> diff --git a/biology/p5-Bio-ASN1-EntrezGene/distinfo b/biology/p5-Bio-ASN1-EntrezGene/distinfo index d7c061e37fd4..f5935faf73c6 100644 --- a/biology/p5-Bio-ASN1-EntrezGene/distinfo +++ b/biology/p5-Bio-ASN1-EntrezGene/distinfo @@ -1,2 +1,2 @@ -SHA256 (Bio-ASN1-EntrezGene-1.091.tgz) = a053fb71906fa58cbd6a80af1e3d4d9142f6a1fc99b642a6065f9a8ce93ad2bc -SIZE (Bio-ASN1-EntrezGene-1.091.tgz) = 36360 +SHA256 (Bio-ASN1-EntrezGene-1.70.tar.gz) = 342ce97702e101da813e76221e15414be3fd608fc9059fcc36a141d939048dfb +SIZE (Bio-ASN1-EntrezGene-1.70.tar.gz) = 46969 diff --git a/biology/p5-Bio-ASN1-EntrezGene/pkg-descr b/biology/p5-Bio-ASN1-EntrezGene/pkg-descr index 8123459d374d..59ded29ffe38 100644 --- a/biology/p5-Bio-ASN1-EntrezGene/pkg-descr +++ b/biology/p5-Bio-ASN1-EntrezGene/pkg-descr @@ -1,9 +1,11 @@ -Bio::ASN1::EntrezGene is a regular expression-based Perl Parser for NCBI Entrez -Gene genome databases (http://www.ncbi.nih.gov/entrez/query.fcgi?db=gene). It -parses an ASN.1-formatted Entrez Gene record and returns a data structure that -contains all data items from the gene record. +Bio::ASN1::EntrezGene is a regular expression-based Perl Parser for NCBI +Entrez Gene genome databases [1]. It parses an ASN.1-formatted Entrez Gene +record and returns a data structure that contains all data items from the +gene record. -The parser will report error & line number if input data does not conform to the -NCBI Entrez Gene genome annotation file format. +[1] http://www.ncbi.nih.gov/entrez/query.fcgi?db=gene +The parser will report error & line number if input data does not conform +to the NCBI Entrez Gene genome annotation file format. + WWW: http://search.cpan.org/dist/Bio-ASN1-EntrezGene/ |