freebsd-ports/security/py-python-registry/pkg-plist
Ruslan Makhmatkhanov 6748e3b8de python-registry was originally written by Willi Ballenthin, a forensicator who
wanted to access the contents of the Windows Registry from his Linux laptop.
python-registry currently provides read-only access to Windows Registry files,
such as NTUSER.DAT, userdiff, and SOFTWARE. The interface is two-fold: a
high-level interface suitable for most tasks, and a low level set of parsing
objects and methods which may be used for advanced study of the Windows
Registry. python-registry is written in pure Python, making it portable across
all major platforms.

WWW: http://www.williballenthin.com/registry/

PR:		173141
Submitted by:	Antoine Brodin <antoine@FreeBSD.org>
2013-03-26 20:24:12 +00:00

23 lines
992 B
Text

%%PYTHON_SITELIBDIR%%/Registry/Registry.py
%%PYTHON_SITELIBDIR%%/Registry/Registry.pyc
%%PYTHON_SITELIBDIR%%/Registry/Registry.pyo
%%PYTHON_SITELIBDIR%%/Registry/RegistryParse.py
%%PYTHON_SITELIBDIR%%/Registry/RegistryParse.pyc
%%PYTHON_SITELIBDIR%%/Registry/RegistryParse.pyo
%%PYTHON_SITELIBDIR%%/Registry/__init__.py
%%PYTHON_SITELIBDIR%%/Registry/__init__.pyc
%%PYTHON_SITELIBDIR%%/Registry/__init__.pyo
@dirrm %%PYTHON_SITELIBDIR%%/Registry
%%PORTDOCS%%%%DOCSDIR%%/README.txt
%%PORTDOCS%%%%DOCSDIR%%/TheWindowsNTRegistryFileFormat.pdf
%%PORTDOCS%%%%DOCSDIR%%/WinReg.txt
%%PORTDOCS%%%%DOCSDIR%%/registry.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/findkey.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/printall.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/regfetch.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/regview.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shellbags.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shelltypes.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timeline.py
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%