This class provides support for database URIs. They're inspired by

JDBC URIs and PostgreSQL URIs, though they're a bit more formal.

WWW: http://search.cpan.org/dist/URI-db/

PR:		205944
Submitted by:	Henrik Hodne <henrik@hodne.io>
This commit is contained in:
Martin Wilke 2016-01-06 07:46:43 +00:00
parent 3640664cba
commit b654a36ca1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405339
5 changed files with 72 additions and 0 deletions

View File

@ -776,6 +776,7 @@
SUBDIR += p5-Sort-Key-IPv4
SUBDIR += p5-Test-URI
SUBDIR += p5-URI
SUBDIR += p5-URI-db
SUBDIR += p5-URI-FromHash
SUBDIR += p5-URI-Match
SUBDIR += p5-URI-Nested

23
net/p5-URI-db/Makefile Normal file
View File

@ -0,0 +1,23 @@
# Created by: Henrik Hodne <henrik@hodne.io>
# $FreeBSD$
PORTNAME= URI-db
PORTVERSION= 0.16
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= henrik@hodne.io
COMMENT= Perl5 module representing database URIs
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-URI>=1.40:${PORTSDIR}/net/p5-URI \
p5-URI-Nested>=0.10:${PORTSDIR}/net/p5-URI-Nested
NO_ARCH= yes
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>

2
net/p5-URI-db/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (URI-db-0.16.tar.gz) = 6e0ac34931795a0c8ef5271c4e450fa1a5781e3e844daaaee47ae1eec41c551c
SIZE (URI-db-0.16.tar.gz) = 21113

4
net/p5-URI-db/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
This class provides support for database URIs. They're inspired by
JDBC URIs and PostgreSQL URIs, though they're a bit more formal.
WWW: http://search.cpan.org/dist/URI-db/

42
net/p5-URI-db/pkg-plist Normal file
View File

@ -0,0 +1,42 @@
%%SITE_PERL%%/URI/_db.pm
%%SITE_PERL%%/URI/_odbc.pm
%%SITE_PERL%%/URI/cassandra.pm
%%SITE_PERL%%/URI/couch.pm
%%SITE_PERL%%/URI/couchdb.pm
%%SITE_PERL%%/URI/cubrid.pm
%%SITE_PERL%%/URI/db.pm
%%SITE_PERL%%/URI/db2.pm
%%SITE_PERL%%/URI/derby.pm
%%SITE_PERL%%/URI/firebird.pm
%%SITE_PERL%%/URI/hive.pm
%%SITE_PERL%%/URI/impala.pm
%%SITE_PERL%%/URI/informix.pm
%%SITE_PERL%%/URI/ingres.pm
%%SITE_PERL%%/URI/interbase.pm
%%SITE_PERL%%/URI/ldapdb.pm
%%SITE_PERL%%/URI/maria.pm
%%SITE_PERL%%/URI/mariadb.pm
%%SITE_PERL%%/URI/max.pm
%%SITE_PERL%%/URI/maxdb.pm
%%SITE_PERL%%/URI/monet.pm
%%SITE_PERL%%/URI/monetdb.pm
%%SITE_PERL%%/URI/mongo.pm
%%SITE_PERL%%/URI/mongodb.pm
%%SITE_PERL%%/URI/mssql.pm
%%SITE_PERL%%/URI/mysql.pm
%%SITE_PERL%%/URI/oracle.pm
%%SITE_PERL%%/URI/pg.pm
%%SITE_PERL%%/URI/pgsql.pm
%%SITE_PERL%%/URI/pgxc.pm
%%SITE_PERL%%/URI/postgres.pm
%%SITE_PERL%%/URI/postgresql.pm
%%SITE_PERL%%/URI/postgresxc.pm
%%SITE_PERL%%/URI/sqlite.pm
%%SITE_PERL%%/URI/sqlite3.pm
%%SITE_PERL%%/URI/sqlserver.pm
%%SITE_PERL%%/URI/sybase.pm
%%SITE_PERL%%/URI/teradata.pm
%%SITE_PERL%%/URI/unify.pm
%%SITE_PERL%%/URI/vertica.pm
%%PERL5_MAN3%%/URI::db.3.gz
%%PERL5_MAN3%%/URI::ldapdb.3.gz