[Midnightbsd-cvs] mports [18912] trunk/databases: p5-MLDBM port

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun May 10 11:17:44 EDT 2015


Revision: 18912
          http://svnweb.midnightbsd.org/mports/?rev=18912
Author:   laffer1
Date:     2015-05-10 11:17:43 -0400 (Sun, 10 May 2015)
Log Message:
-----------
p5-MLDBM port

Modified Paths:
--------------
    trunk/databases/Makefile

Added Paths:
-----------
    trunk/databases/p5-MLDBM/
    trunk/databases/p5-MLDBM/Makefile
    trunk/databases/p5-MLDBM/distinfo
    trunk/databases/p5-MLDBM/pkg-descr
    trunk/databases/p5-MLDBM/pkg-plist

Modified: trunk/databases/Makefile
===================================================================
--- trunk/databases/Makefile	2015-05-10 15:15:15 UTC (rev 18911)
+++ trunk/databases/Makefile	2015-05-10 15:17:43 UTC (rev 18912)
@@ -62,6 +62,7 @@
 SUBDIR += p5-DBIx-ContextualFetch
 SUBDIR += p5-Data-Page
 SUBDIR += p5-Ima-DBI
+SUBDIR += p5-MLDBM
 SUBDIR += p5-Pg
 SUBDIR += p5-SQL-Abstract
 SUBDIR += p5-SQL-Abstract-Limit

Added: trunk/databases/p5-MLDBM/Makefile
===================================================================
--- trunk/databases/p5-MLDBM/Makefile	                        (rev 0)
+++ trunk/databases/p5-MLDBM/Makefile	2015-05-10 15:17:43 UTC (rev 18912)
@@ -0,0 +1,21 @@
+# $MidnightBSD$
+
+PORTNAME=	MLDBM
+PORTVERSION=	2.05
+CATEGORIES=	databases perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Store multi-level hash structure in single level tied hash
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-FreezeThaw>=0:${PORTSDIR}/devel/p5-FreezeThaw
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+PERL5_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/databases/p5-MLDBM/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-MLDBM/distinfo
===================================================================
--- trunk/databases/p5-MLDBM/distinfo	                        (rev 0)
+++ trunk/databases/p5-MLDBM/distinfo	2015-05-10 15:17:43 UTC (rev 18912)
@@ -0,0 +1,2 @@
+SHA256 (MLDBM-2.05.tar.gz) = 586880ed0c20801abbf6734747e13e0203edefece6ebc4f20ddb5059f02a17a2
+SIZE (MLDBM-2.05.tar.gz) = 13173


Property changes on: trunk/databases/p5-MLDBM/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-MLDBM/pkg-descr
===================================================================
--- trunk/databases/p5-MLDBM/pkg-descr	                        (rev 0)
+++ trunk/databases/p5-MLDBM/pkg-descr	2015-05-10 15:17:43 UTC (rev 18912)
@@ -0,0 +1,11 @@
+MLDBM - store multi-level hash structure in single level tied hash
+
+This module, intended primarily for use with DBM packages, can serve as a
+transparent interface to any TIEHASH package that must be used to
+store arbitrary perl data, including nested references.
+
+It works by converting the values in the hash that are references, to their
+string representation in perl syntax.  When using a DBM database, it is this
+string that gets stored.
+
+WWW: http://search.cpan.org/dist/MLDBM/


Property changes on: trunk/databases/p5-MLDBM/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-MLDBM/pkg-plist
===================================================================
--- trunk/databases/p5-MLDBM/pkg-plist	                        (rev 0)
+++ trunk/databases/p5-MLDBM/pkg-plist	2015-05-10 15:17:43 UTC (rev 18912)
@@ -0,0 +1,5 @@
+%%PERL5_MAN3%%/MLDBM.3.gz
+%%SITE_PERL%%/MLDBM.pm
+%%SITE_PERL%%/MLDBM/Serializer/Data/Dumper.pm
+%%SITE_PERL%%/MLDBM/Serializer/FreezeThaw.pm
+%%SITE_PERL%%/MLDBM/Serializer/Storable.pm


Property changes on: trunk/databases/p5-MLDBM/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