import p5-Bio-ASN1-EntrezGene 1.091

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.
This commit is contained in:
jasper 2008-09-24 13:36:21 +00:00
parent 7fa8d4b3d8
commit ddc0be8edf
4 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/24 13:36:21 jasper Exp $
COMMENT = regular expression-based parser for NCBI Entrez Gene
M = 1.09
DISTNAME = Bio-ASN1-EntrezGene-$M1
CATEGORIES = biology
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
EXTRACT_SUFX = .tgz
WRKDIST = ${WRKDIR}/Bio-ASN1-EntrezGene-$M
RUN_DEPENDS = ::biology/bioperl
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Bio-ASN1-EntrezGene-1.091.tgz) = +ruIjgNDUAfggFDe8a7QrA==
RMD160 (Bio-ASN1-EntrezGene-1.091.tgz) = UAMSbhjDRcWSRpRZs1lC8bUKbww=
SHA1 (Bio-ASN1-EntrezGene-1.091.tgz) = IErNw7KrCxU+WLhCbs2GcfH3NH0=
SHA256 (Bio-ASN1-EntrezGene-1.091.tgz) = oFP7cZBvpYy9aoCvHj1NkUL2ofyZtkKmBl+ajOk60rw=
SIZE (Bio-ASN1-EntrezGene-1.091.tgz) = 36360

View File

@ -0,0 +1,5 @@
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.

View File

@ -0,0 +1,13 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/24 13:36:21 jasper Exp $
${P5SITE}/Bio/
${P5SITE}/Bio/ASN1/
${P5SITE}/Bio/ASN1/EntrezGene/
${P5SITE}/Bio/ASN1/EntrezGene.pm
${P5SITE}/Bio/ASN1/EntrezGene/Indexer.pm
${P5SITE}/Bio/ASN1/Sequence/
${P5SITE}/Bio/ASN1/Sequence.pm
${P5SITE}/Bio/ASN1/Sequence/Indexer.pm
@man man/man3p/Bio::ASN1::EntrezGene.3p
@man man/man3p/Bio::ASN1::EntrezGene::Indexer.3p
@man man/man3p/Bio::ASN1::Sequence.3p
@man man/man3p/Bio::ASN1::Sequence::Indexer.3p