mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
new port p5-Boulder
Boulder IO is a simple TAG=VALUE data format designed for sharing data between programs connected via a pipe. It is also simple enough to use as a common data exchange format between databases, Web pages, and other data representations. The basic data format is very simple. It consists of a series of TAG=VALUE pairs separated by newlines. It is record-oriented. The end of a record is indicated by an empty delimiter alone on a line. The delimiter is "=" by default, but can be adjusted by the user. WWW: http://search.cpan.org/search?dist=Boulder
This commit is contained in:
parent
ad942c7a6d
commit
ea31f9c605
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39788
@ -22,6 +22,7 @@
|
||||
SUBDIR += mmencode
|
||||
SUBDIR += mpack
|
||||
SUBDIR += mule-ucs-emacs20
|
||||
SUBDIR += p5-Boulder
|
||||
SUBDIR += p5-Convert-ASN1
|
||||
SUBDIR += p5-Convert-BER
|
||||
SUBDIR += p5-Convert-Morse
|
||||
|
28
converters/p5-Boulder/Makefile
Normal file
28
converters/p5-Boulder/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: p5-Boulder
|
||||
# Date created: Di 13 Mär 2001 19:37:25 CET
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Boulder
|
||||
PORTVERSION= 1.20
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Boulder
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= Stone::Cursor.3 Boulder::Unigene.3 Boulder::Stream.3 \
|
||||
Stone::GB_Sequence.3 Boulder::Store.3 Stone.3 \
|
||||
Boulder::Medline.3 Boulder::Swissprot.3 Boulder::XML.3 \
|
||||
Boulder::Blast::NCBI.3 Boulder::Blast::WU.3 Boulder::Omim.3 \
|
||||
Boulder::Blast.3 Boulder::Genbank.3 Boulder.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
converters/p5-Boulder/distinfo
Normal file
1
converters/p5-Boulder/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Boulder-1.20.tar.gz) = 27067fd5891476fa403290ce066196d0
|
1
converters/p5-Boulder/pkg-comment
Normal file
1
converters/p5-Boulder/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An API for hierarchical tag/value structures
|
12
converters/p5-Boulder/pkg-descr
Normal file
12
converters/p5-Boulder/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
Boulder IO is a simple TAG=VALUE data format designed for sharing
|
||||
data between programs connected via a pipe. It is also simple
|
||||
enough to use as a common data exchange format between databases,
|
||||
Web pages, and other data representations.
|
||||
|
||||
The basic data format is very simple. It consists of a series of
|
||||
TAG=VALUE pairs separated by newlines. It is record-oriented.
|
||||
The end of a record is indicated by an empty delimiter alone on a
|
||||
line. The delimiter is "=" by default, but can be adjusted by the
|
||||
user.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Boulder
|
21
converters/p5-Boulder/pkg-plist
Normal file
21
converters/p5-Boulder/pkg-plist
Normal file
@ -0,0 +1,21 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Boulder/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Stone/Cursor.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Stone/GB_Sequence.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Boulder/Swissprot.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Boulder/Medline.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Boulder/Blast/NCBI.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Boulder/Blast/WU.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Boulder/Labbase.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Boulder/Unigene.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Boulder/Stream.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Boulder/Store.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Boulder/XML.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Boulder/Omim.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Boulder/Blast.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Boulder/Genbank.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Boulder/String.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Stone.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Boulder.pod
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Boulder
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Boulder
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Stone
|
Loading…
Reference in New Issue
Block a user