From owner-svn-ports-head@freebsd.org Wed Jan 6 07:46:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F083A64EFB; Wed, 6 Jan 2016 07:46:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 582421C71; Wed, 6 Jan 2016 07:46:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u067kiMJ062974; Wed, 6 Jan 2016 07:46:44 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u067kikr062969; Wed, 6 Jan 2016 07:46:44 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601060746.u067kikr062969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 6 Jan 2016 07:46:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405339 - in head/net: . p5-URI-db X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2016 07:46:45 -0000 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 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 +# $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 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