svn commit: r405339 - in head/net: . p5-URI-db

Martin Wilke miwi at FreeBSD.org
Wed Jan 6 07:46:45 UTC 2016


Author: miwi
Date: Wed Jan  6 07:46:43 2016
New Revision: 405339
URL: https://svnweb.freebsd.org/changeset/ports/405339

Log:
  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 at hodne.io>

Added:
  head/net/p5-URI-db/
  head/net/p5-URI-db/Makefile   (contents, props changed)
  head/net/p5-URI-db/distinfo   (contents, props changed)
  head/net/p5-URI-db/pkg-descr   (contents, props changed)
  head/net/p5-URI-db/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Wed Jan  6 07:43:27 2016	(r405338)
+++ head/net/Makefile	Wed Jan  6 07:46:43 2016	(r405339)
@@ -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

Added: head/net/p5-URI-db/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-URI-db/Makefile	Wed Jan  6 07:46:43 2016	(r405339)
@@ -0,0 +1,23 @@
+# Created by: Henrik Hodne <henrik at hodne.io>
+# $FreeBSD$
+
+PORTNAME=	URI-db
+PORTVERSION=	0.16
+CATEGORIES=	net perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	henrik at 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>

Added: head/net/p5-URI-db/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-URI-db/distinfo	Wed Jan  6 07:46:43 2016	(r405339)
@@ -0,0 +1,2 @@
+SHA256 (URI-db-0.16.tar.gz) = 6e0ac34931795a0c8ef5271c4e450fa1a5781e3e844daaaee47ae1eec41c551c
+SIZE (URI-db-0.16.tar.gz) = 21113

Added: head/net/p5-URI-db/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-URI-db/pkg-descr	Wed Jan  6 07:46:43 2016	(r405339)
@@ -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/

Added: head/net/p5-URI-db/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-URI-db/pkg-plist	Wed Jan  6 07:46:43 2016	(r405339)
@@ -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


More information about the svn-ports-all mailing list