svn commit: r472903 - in head/databases: . p5-Scope-Container-DBI

Kurt Jaeger pi at FreeBSD.org
Wed Jun 20 19:29:56 UTC 2018


Author: pi
Date: Wed Jun 20 19:29:54 2018
New Revision: 472903
URL: https://svnweb.freebsd.org/changeset/ports/472903

Log:
  New port: databases/p5-Scope-Container-DBI
  
  DB connection manager with Scope::Container
  
  WWW: https://metacpan.org/release/Scope-Container-DBI
  
  PR:		229145
  Submitted by:	Tomohiro Hosaka <bokutin at bokut.in>

Added:
  head/databases/p5-Scope-Container-DBI/
  head/databases/p5-Scope-Container-DBI/Makefile   (contents, props changed)
  head/databases/p5-Scope-Container-DBI/distinfo   (contents, props changed)
  head/databases/p5-Scope-Container-DBI/pkg-descr   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Wed Jun 20 19:26:01 2018	(r472902)
+++ head/databases/Makefile	Wed Jun 20 19:29:54 2018	(r472903)
@@ -494,7 +494,7 @@
     SUBDIR += p5-SQL-Statement
     SUBDIR += p5-SQL-Translator
     SUBDIR += p5-SQLite-Work
-    SUBDIR += p5-Search-InvertedIndex
+    SUBDIR += p5-Scope-Container-DBI
     SUBDIR += p5-Search-Namazu
     SUBDIR += p5-Search-Xapian10
     SUBDIR += p5-Search-Xapian12

Added: head/databases/p5-Scope-Container-DBI/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-Scope-Container-DBI/Makefile	Wed Jun 20 19:29:54 2018	(r472903)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	Scope-Container-DBI
+PORTVERSION=	0.09
+CATEGORIES=	databases perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	bokutin at bokut.in
+COMMENT=	DB connection manager with Scope::Container
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+RUN_DEPENDS=	p5-DBI>=1.615:databases/p5-DBI \
+		p5-Log-Minimal>=0:devel/p5-Log-Minimal \
+		p5-Scope-Container>=0.04:devel/p5-Scope-Container \
+		p5-Try-Tiny>=0.11:lang/p5-Try-Tiny
+TEST_DEPENDS=	p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
+		p5-Test-SharedFork>=0:devel/p5-Test-SharedFork
+
+USES=		perl5
+USE_PERL5=	configure
+PLIST_FILES=	${SITE_PERL_REL}/Scope/Container/DBI.pm \
+		${SITE_MAN3_REL}/Scope::Container::DBI.3.gz
+
+.include <bsd.port.mk>

Added: head/databases/p5-Scope-Container-DBI/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-Scope-Container-DBI/distinfo	Wed Jun 20 19:29:54 2018	(r472903)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1529395097
+SHA256 (Scope-Container-DBI-0.09.tar.gz) = 3d3af3fb4a7afbbef517dd8019686c3b45c1be332dff476e7a2f2e12bb537162
+SIZE (Scope-Container-DBI-0.09.tar.gz) = 23578

Added: head/databases/p5-Scope-Container-DBI/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-Scope-Container-DBI/pkg-descr	Wed Jun 20 19:29:54 2018	(r472903)
@@ -0,0 +1,3 @@
+DB connection manager with Scope::Container
+
+WWW: https://metacpan.org/release/Scope-Container-DBI


More information about the svn-ports-all mailing list