SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
devel/p5-Parse-Win32Registry/Makefile
Normal file
11
devel/p5-Parse-Win32Registry/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
COMMENT= accessing the Windows registry
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME = Parse-Win32Registry-1.1
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Parse-Win32Registry/distinfo
Normal file
2
devel/p5-Parse-Win32Registry/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Parse-Win32Registry-1.1.tar.gz) = wWOyAr5q17WPSEZJT/crjJqXloPKmU5DgOmsZWTcBbo=
|
||||
SIZE (Parse-Win32Registry-1.1.tar.gz) = 103489
|
12
devel/p5-Parse-Win32Registry/pkg/DESCR
Normal file
12
devel/p5-Parse-Win32Registry/pkg/DESCR
Normal file
|
@ -0,0 +1,12 @@
|
|||
Provides a very clunky interface to access the Windows registry, and is
|
||||
not currently being developed actively. It only exists for backward
|
||||
compatibility with old code that uses it. For more powerful and
|
||||
flexible ways to access the registry, use Win32::TieRegistry.
|
||||
|
||||
Dependencies for the GUI tools are not enforced.
|
||||
|
||||
To use the Gtk+ tools (gtkregcompare.pl, gtkregscope.pl, gtkregview.pl):
|
||||
# pkg_add p5-Gtk2
|
||||
|
||||
To use the Wx tools (wxregcompare.pl, wxregscope.pl, wxregview.pl):
|
||||
# pkg_add p5-Wx
|
38
devel/p5-Parse-Win32Registry/pkg/PLIST
Normal file
38
devel/p5-Parse-Win32Registry/pkg/PLIST
Normal file
|
@ -0,0 +1,38 @@
|
|||
bin/gtkregcompare.pl
|
||||
bin/gtkregscope.pl
|
||||
bin/gtkregview.pl
|
||||
bin/regclassnames.pl
|
||||
bin/regdiff.pl
|
||||
bin/regdump.pl
|
||||
bin/regexport.pl
|
||||
bin/regfind.pl
|
||||
bin/regml.pl
|
||||
bin/regmultidiff.pl
|
||||
bin/regscan.pl
|
||||
bin/regsecurity.pl
|
||||
bin/regshell.pl
|
||||
bin/regstats.pl
|
||||
bin/regtimeline.pl
|
||||
bin/regtree.pl
|
||||
bin/wxregcompare.pl
|
||||
bin/wxregscope.pl
|
||||
bin/wxregview.pl
|
||||
${P5SITE}/Parse/
|
||||
${P5SITE}/Parse/Win32Registry/
|
||||
${P5SITE}/Parse/Win32Registry.pm
|
||||
${P5SITE}/Parse/Win32Registry/Base.pm
|
||||
${P5SITE}/Parse/Win32Registry/Entry.pm
|
||||
${P5SITE}/Parse/Win32Registry/File.pm
|
||||
${P5SITE}/Parse/Win32Registry/Key.pm
|
||||
${P5SITE}/Parse/Win32Registry/Value.pm
|
||||
${P5SITE}/Parse/Win32Registry/Win95/
|
||||
${P5SITE}/Parse/Win32Registry/Win95/File.pm
|
||||
${P5SITE}/Parse/Win32Registry/Win95/Key.pm
|
||||
${P5SITE}/Parse/Win32Registry/Win95/Value.pm
|
||||
${P5SITE}/Parse/Win32Registry/WinNT/
|
||||
${P5SITE}/Parse/Win32Registry/WinNT/Entry.pm
|
||||
${P5SITE}/Parse/Win32Registry/WinNT/File.pm
|
||||
${P5SITE}/Parse/Win32Registry/WinNT/Key.pm
|
||||
${P5SITE}/Parse/Win32Registry/WinNT/Security.pm
|
||||
${P5SITE}/Parse/Win32Registry/WinNT/Value.pm
|
||||
@man man/man3p/Parse::Win32Registry.3p
|
Loading…
Add table
Add a link
Reference in a new issue