mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
557 B
Text
8 lines
557 B
Text
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.
|