pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/p5-Parse-Win32Registry Parse::Win32Registry is a ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc66d5cec670
branches:  trunk
changeset: 615488:bc66d5cec670
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Wed Mar 06 21:56:18 2013 +0000

description:
Parse::Win32Registry is a module for parsing Windows Registry files,
allowing you to read the keys and values of a registry file without
going through the Windows API.

It provides an object-oriented interface to the keys and values in
a registry file. Registry files are structured as trees of keys,
with each key containing further subkeys or values.

The module is intended to be cross-platform, and run on those
platforms where Perl will run.

It supports both Windows NT registry files (Windows NT, 2000, XP, 2003,
Vista, 7) and Windows 95 registry files (Windows 95, 98, Millennium).

It is intended to be used to parse offline registry files. If a registry
file is currently in use, you will not be able to open it. However,
you can save part or all of a currently loaded registry file using the
Windows reg command if you have the appropriate administrative access.

diffstat:

 misc/p5-Parse-Win32Registry/DESCR    |  18 ++++++++++++++++++
 misc/p5-Parse-Win32Registry/Makefile |  15 +++++++++++++++
 misc/p5-Parse-Win32Registry/distinfo |   5 +++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 8364a22796c4 -r bc66d5cec670 misc/p5-Parse-Win32Registry/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Parse-Win32Registry/DESCR Wed Mar 06 21:56:18 2013 +0000
@@ -0,0 +1,18 @@
+Parse::Win32Registry is a module for parsing Windows Registry files,
+allowing you to read the keys and values of a registry file without
+going through the Windows API.
+
+It provides an object-oriented interface to the keys and values in
+a registry file. Registry files are structured as trees of keys,
+with each key containing further subkeys or values.
+
+The module is intended to be cross-platform, and run on those
+platforms where Perl will run.
+
+It supports both Windows NT registry files (Windows NT, 2000, XP, 2003,
+Vista, 7) and Windows 95 registry files (Windows 95, 98, Millennium).
+
+It is intended to be used to parse offline registry files. If a registry
+file is currently in use, you will not be able to open it. However,
+you can save part or all of a currently loaded registry file using the
+Windows reg command if you have the appropriate administrative access.
diff -r 8364a22796c4 -r bc66d5cec670 misc/p5-Parse-Win32Registry/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Parse-Win32Registry/Makefile      Wed Mar 06 21:56:18 2013 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2013/03/06 21:56:18 pettai Exp $
+
+DISTNAME=              Parse-Win32Registry-1.0
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            misc perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Parse/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+COMMENT=               Parse Windows Registry Files
+LICENSE=               ${PERL5_LICENSE}
+
+PERL5_PACKLIST=                auto/Parse/Win32Registry/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8364a22796c4 -r bc66d5cec670 misc/p5-Parse-Win32Registry/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Parse-Win32Registry/distinfo      Wed Mar 06 21:56:18 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/03/06 21:56:18 pettai Exp $
+
+SHA1 (Parse-Win32Registry-1.0.tar.gz) = dc857428c81076031512282a22832c63321f2d5c
+RMD160 (Parse-Win32Registry-1.0.tar.gz) = 949c1e9481610ca546891f5779eb9ed714069a04
+Size (Parse-Win32Registry-1.0.tar.gz) = 102985 bytes



Home | Main Index | Thread Index | Old Index