store multi-level hash structure in single level tied hash

This commit is contained in:
Andrey A. Chernov 1997-12-03 07:11:19 +00:00
parent b84a10f99d
commit c9b1e04be3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8967
5 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: p5-MLDBM
# Version required: 1.24
# Date created: December 3 1997
# Whom: ache@freebsd.org
#
# $Id: Makefile,v 1.10 1997/09/13 17:53:19 jfitz Exp $
#
DISTNAME= MLDBM-1.24
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MLDBM
MAINTAINER= ports@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
USE_PERL5= YES
MAN3= MLDBM.3
MANPREFIX= ${PREFIX}/lib/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (MLDBM-1.24.tar.gz) = 6b8c331ab4b571bd9048d255f15e8229

View File

@ -0,0 +1 @@
store multi-level hash structure in single level tied hash

View File

@ -0,0 +1,9 @@
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.

View File

@ -0,0 +1,4 @@
lib/perl5/site_perl/MLDBM.pm
lib/perl5/man/man3/MLDBM.3.gz
lib/perl5/site_perl/i386-freebsd/auto/MLDBM/.packlist
@dirrm lib/perl5/site_perl/i386-freebsd/auto/MLDBM