svn commit: r430895 - in head/databases: . p5-DBIx-Handler

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 8 20:43:41 UTC 2017


Author: sunpoet
Date: Sun Jan  8 20:43:39 2017
New Revision: 430895
URL: https://svnweb.freebsd.org/changeset/ports/430895

Log:
  Add p5-DBIx-Handler 0.14
  
  DBIx::Handler is fork-safe and easy transaction handling DBI handler.
  It provides scope base transaction, fork safe dbh handling.
  
  WWW: http://search.cpan.org/dist/DBIx-Handler/
  
  - While I'm here:
    - Add LICENSE_FILE
    - Add p5-DBI to {BUILD|RUN}_DEPENDS
    - Move p5-Test-* to TEST_DEPENDS
  
  PR:		214293
  Submitted by:	Sergei Vyshenski <svysh.fbsd at gmail.com>

Added:
  head/databases/p5-DBIx-Handler/
  head/databases/p5-DBIx-Handler/Makefile   (contents, props changed)
  head/databases/p5-DBIx-Handler/distinfo   (contents, props changed)
  head/databases/p5-DBIx-Handler/pkg-descr   (contents, props changed)
  head/databases/p5-DBIx-Handler/pkg-plist   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sun Jan  8 20:43:34 2017	(r430894)
+++ head/databases/Makefile	Sun Jan  8 20:43:39 2017	(r430895)
@@ -382,6 +382,7 @@
     SUBDIR += p5-DBIx-Dump
     SUBDIR += p5-DBIx-Ease
     SUBDIR += p5-DBIx-HA
+    SUBDIR += p5-DBIx-Handler
     SUBDIR += p5-DBIx-Inspector
     SUBDIR += p5-DBIx-Introspector
     SUBDIR += p5-DBIx-Log4perl

Added: head/databases/p5-DBIx-Handler/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-DBIx-Handler/Makefile	Sun Jan  8 20:43:39 2017	(r430895)
@@ -0,0 +1,28 @@
+# Created by: Sergei Vyshenski <svysh.fbsd at gmail.com>
+# $FreeBSD$
+
+PORTNAME=	DBIx-Handler
+PORTVERSION=	0.14
+CATEGORIES=	databases perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	svysh.fbsd at gmail.com
+COMMENT=	Fork-safe and easy transaction handling DBI handler
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-DBI>=1.605:databases/p5-DBI \
+		p5-DBIx-TransactionManager>=1.09:databases/p5-DBIx-TransactionManager
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
+		p5-Test-Requires>=0:devel/p5-Test-Requires \
+		p5-Test-SharedFork>=0.16:devel/p5-Test-SharedFork
+
+NO_ARCH=	yes
+USES=		perl5
+USE_PERL5=	modbuildtiny
+
+.include <bsd.port.mk>

Added: head/databases/p5-DBIx-Handler/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-DBIx-Handler/distinfo	Sun Jan  8 20:43:39 2017	(r430895)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1478493797
+SHA256 (DBIx-Handler-0.14.tar.gz) = b57ec6e0c209efde96fa253aa663a88175cdc2ff62531df165d31140c5fc14f1
+SIZE (DBIx-Handler-0.14.tar.gz) = 15722

Added: head/databases/p5-DBIx-Handler/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-DBIx-Handler/pkg-descr	Sun Jan  8 20:43:39 2017	(r430895)
@@ -0,0 +1,4 @@
+DBIx::Handler is fork-safe and easy transaction handling DBI handler.
+It provides scope base transaction, fork safe dbh handling.
+
+WWW: http://search.cpan.org/dist/DBIx-Handler/

Added: head/databases/p5-DBIx-Handler/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/p5-DBIx-Handler/pkg-plist	Sun Jan  8 20:43:39 2017	(r430895)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/DBIx/Handler.pm
+%%PERL5_MAN3%%/DBIx::Handler.3.gz


More information about the svn-ports-all mailing list