summaryrefslogtreecommitdiff
path: root/misc/p5-Parse-Win32Registry
diff options
context:
space:
mode:
authorpettai <pettai>2013-03-06 21:56:18 +0000
committerpettai <pettai>2013-03-06 21:56:18 +0000
commit526ee9449c7bb4158b8e4f8dac70e6beb0d68fb0 (patch)
tree72e2c99b08a1b3c586a0e031e535c90e33237063 /misc/p5-Parse-Win32Registry
parent56a42731a5e9883db0d1cf2e4c02c5bbc0343641 (diff)
downloadpkgsrc-526ee9449c7bb4158b8e4f8dac70e6beb0d68fb0.tar.gz
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 (limited to 'misc/p5-Parse-Win32Registry')
-rw-r--r--misc/p5-Parse-Win32Registry/DESCR18
-rw-r--r--misc/p5-Parse-Win32Registry/Makefile15
-rw-r--r--misc/p5-Parse-Win32Registry/distinfo5
3 files changed, 38 insertions, 0 deletions
diff --git a/misc/p5-Parse-Win32Registry/DESCR b/misc/p5-Parse-Win32Registry/DESCR
new file mode 100644
index 00000000000..b318d934fdb
--- /dev/null
+++ b/misc/p5-Parse-Win32Registry/DESCR
@@ -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 --git a/misc/p5-Parse-Win32Registry/Makefile b/misc/p5-Parse-Win32Registry/Makefile
new file mode 100644
index 00000000000..f67d2ec5147
--- /dev/null
+++ b/misc/p5-Parse-Win32Registry/Makefile
@@ -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
+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 --git a/misc/p5-Parse-Win32Registry/distinfo b/misc/p5-Parse-Win32Registry/distinfo
new file mode 100644
index 00000000000..02f2bccba81
--- /dev/null
+++ b/misc/p5-Parse-Win32Registry/distinfo
@@ -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