Index: head/biology/p5-Bio-ASN1-EntrezGene/Makefile =================================================================== --- head/biology/p5-Bio-ASN1-EntrezGene/Makefile (revision 383804) +++ head/biology/p5-Bio-ASN1-EntrezGene/Makefile (revision 383805) @@ -1,21 +1,19 @@ # Created by: Mauricio Herrera Cuadra # $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 Index: head/biology/p5-Bio-ASN1-EntrezGene/distinfo =================================================================== --- head/biology/p5-Bio-ASN1-EntrezGene/distinfo (revision 383804) +++ head/biology/p5-Bio-ASN1-EntrezGene/distinfo (revision 383805) @@ -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 Index: head/biology/p5-Bio-ASN1-EntrezGene/pkg-descr =================================================================== --- head/biology/p5-Bio-ASN1-EntrezGene/pkg-descr (revision 383804) +++ head/biology/p5-Bio-ASN1-EntrezGene/pkg-descr (revision 383805) @@ -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/