[77227] trunk/dports/perl

l2g at macports.org l2g at macports.org
Thu Mar 24 00:33:55 PDT 2011


Revision: 77227
          http://trac.macports.org/changeset/77227
Author:   l2g at macports.org
Date:     2011-03-24 00:33:53 -0700 (Thu, 24 Mar 2011)
Log Message:
-----------
p5-fey-dbimanager: New port for Perl module Fey::DBIManager

Added Paths:
-----------
    trunk/dports/perl/p5-fey-dbimanager/
    trunk/dports/perl/p5-fey-dbimanager/Portfile
    trunk/dports/perl/p5-fey-dbimanager/files/
    trunk/dports/perl/p5-fey-dbimanager/files/patch-lib-Fey-DBIManager-Source.pm.diff
    trunk/dports/perl/p5-fey-dbimanager/files/patch-lib-Fey-DBIManager.pm.diff

Added: trunk/dports/perl/p5-fey-dbimanager/Portfile
===================================================================
--- trunk/dports/perl/p5-fey-dbimanager/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-fey-dbimanager/Portfile	2011-03-24 07:33:53 UTC (rev 77227)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.setup         Fey-DBIManager 0.14 ../by-authors/id/D/DR/DROLSKY
+platforms           darwin
+maintainers         l2g openmaintainer
+license             Artistic-2+
+supported_archs     noarch
+
+description         Fey::DBIManager - Manage a set of DBI handles
+
+long_description    ${description}
+
+checksums           sha1 99733c011af4876a9c3ac4a5af39e25cf4a45556 \
+                    rmd160 87f2bfab99a5e2faa5735da66265b9752e7cbcad
+
+patchfiles          patch-lib-Fey-DBIManager.pm.diff \
+                    patch-lib-Fey-DBIManager-Source.pm.diff
+
+depends_lib-append  port:p5-fey \
+                    port:p5-moose \
+                    port:p5-moosex-semiaffordanceaccessor \
+                    port:p5-moosex-strictconstructor \
+                    port:p5-namespace-autoclean
+
+# These are only needed for testing:
+#
+#depends_build-append    port:p5-dbd-mock \
+#                        port:p5-fey-test


Property changes on: trunk/dports/perl/p5-fey-dbimanager/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/perl/p5-fey-dbimanager/files/patch-lib-Fey-DBIManager-Source.pm.diff
===================================================================
--- trunk/dports/perl/p5-fey-dbimanager/files/patch-lib-Fey-DBIManager-Source.pm.diff	                        (rev 0)
+++ trunk/dports/perl/p5-fey-dbimanager/files/patch-lib-Fey-DBIManager-Source.pm.diff	2011-03-24 07:33:53 UTC (rev 77227)
@@ -0,0 +1,11 @@
+--- lib/Fey/DBIManager/Source.pm.orig	2011-03-24 00:22:30.000000000 -0700
++++ lib/Fey/DBIManager/Source.pm	2011-03-24 00:19:12.000000000 -0700
+@@ -308,7 +308,7 @@
+ =head1 DESCRIPTION
+ 
+ A C<Fey::DBIManager::Source> object provides a wrapper around a C<DBI>
+-handle which does things like ensure that handles are recreated
++handle, which does things like ensure that handles are recreated
+ properly after a fork.
+ 
+ A source can be created from an existing DBI handle, or from

Added: trunk/dports/perl/p5-fey-dbimanager/files/patch-lib-Fey-DBIManager.pm.diff
===================================================================
--- trunk/dports/perl/p5-fey-dbimanager/files/patch-lib-Fey-DBIManager.pm.diff	                        (rev 0)
+++ trunk/dports/perl/p5-fey-dbimanager/files/patch-lib-Fey-DBIManager.pm.diff	2011-03-24 07:33:53 UTC (rev 77227)
@@ -0,0 +1,15 @@
+--- lib/Fey/DBIManager.pm.orig	2011-03-24 00:22:15.000000000 -0700
++++ lib/Fey/DBIManager.pm	2011-03-24 00:17:24.000000000 -0700
+@@ -116,10 +116,10 @@
+ 
+ =head1 DESCRIPTION
+ 
+-C<Fey::DBIManager> manager a set of L<Fey::DBIManager::Source>
++C<Fey::DBIManager> manages a set of L<Fey::DBIManager::Source>
+ objects, each of which in turn represents a single C<DBI> handle.
+ 
+-It's main purpose is to provide a single interface to one or more data
++Its main purpose is to provide a single interface to one or more data
+ sources, allowing you to easily define your database connections in
+ one spot.
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110324/f7673108/attachment.html>


More information about the macports-changes mailing list