[Midnightbsd-cvs] mports [21185] trunk/databases: add generic perl dbi plugin
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Mar 15 16:43:50 EDT 2016
Revision: 21185
http://svnweb.midnightbsd.org/mports/?rev=21185
Author: laffer1
Date: 2016-03-15 16:43:50 -0400 (Tue, 15 Mar 2016)
Log Message:
-----------
add generic perl dbi plugin
Modified Paths:
--------------
trunk/databases/Makefile
Added Paths:
-----------
trunk/databases/p5-Class-DBI-Plugin/
trunk/databases/p5-Class-DBI-Plugin/Makefile
trunk/databases/p5-Class-DBI-Plugin/distinfo
trunk/databases/p5-Class-DBI-Plugin/pkg-descr
trunk/databases/p5-Class-DBI-Plugin/pkg-plist
Modified: trunk/databases/Makefile
===================================================================
--- trunk/databases/Makefile 2016-03-15 20:42:16 UTC (rev 21184)
+++ trunk/databases/Makefile 2016-03-15 20:43:50 UTC (rev 21185)
@@ -32,6 +32,7 @@
SUBDIR += oracle8-client
SUBDIR += p5-Class-DBI
SUBDIR += p5-Class-DBI-AbstractSearch
+SUBDIR += p5-Class-DBI-Plugin
SUBDIR += p5-Class-DBI-Plugin-AbstractCount
SUBDIR += p5-Class-DBI-Plugin-Pager
SUBDIR += p5-DBD-Pg
Added: trunk/databases/p5-Class-DBI-Plugin/Makefile
===================================================================
--- trunk/databases/p5-Class-DBI-Plugin/Makefile (rev 0)
+++ trunk/databases/p5-Class-DBI-Plugin/Makefile 2016-03-15 20:43:50 UTC (rev 21185)
@@ -0,0 +1,24 @@
+# Created by: Lars Thegler <lth at FreeBSD.org>
+# $FreeBSD: head/databases/p5-Class-DBI-Plugin/Makefile 373448 2014-11-26 13:08:24Z mat $
+# $MidnightBSD$
+
+PORTNAME= Class-DBI-Plugin
+PORTVERSION= 0.03
+CATEGORIES= databases perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Abstract base class for Class::DBI plugins
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/databases/p5-Class-DBI-Plugin/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/p5-Class-DBI-Plugin/distinfo
===================================================================
--- trunk/databases/p5-Class-DBI-Plugin/distinfo (rev 0)
+++ trunk/databases/p5-Class-DBI-Plugin/distinfo 2016-03-15 20:43:50 UTC (rev 21185)
@@ -0,0 +1,2 @@
+SHA256 (Class-DBI-Plugin-0.03.tar.gz) = dcda0371cd11dd3ed71e59bd33a8e432cf51560ec75eb82ca04a2d8975af7b18
+SIZE (Class-DBI-Plugin-0.03.tar.gz) = 3390
Property changes on: trunk/databases/p5-Class-DBI-Plugin/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/p5-Class-DBI-Plugin/pkg-descr
===================================================================
--- trunk/databases/p5-Class-DBI-Plugin/pkg-descr (rev 0)
+++ trunk/databases/p5-Class-DBI-Plugin/pkg-descr 2016-03-15 20:43:50 UTC (rev 21185)
@@ -0,0 +1,7 @@
+Class::DBI::Plugin is an abstract base class for Class::DBI plugins.
+Its purpose is to make writing plugins easier. Writers of plugins
+should be able to concentrate on the functionality their module
+provides, instead of having to deal with the symbol table hackery
+involved when writing a plugin module.
+
+WWW: http://search.cpan.org/dist/Class-DBI-Plugin/
Property changes on: trunk/databases/p5-Class-DBI-Plugin/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/databases/p5-Class-DBI-Plugin/pkg-plist
===================================================================
--- trunk/databases/p5-Class-DBI-Plugin/pkg-plist (rev 0)
+++ trunk/databases/p5-Class-DBI-Plugin/pkg-plist 2016-03-15 20:43:50 UTC (rev 21185)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Class/DBI/Plugin.pm
+%%PERL5_MAN3%%/Class::DBI::Plugin.3.gz
Property changes on: trunk/databases/p5-Class-DBI-Plugin/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list