diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-14 05:59:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-14 05:59:06 +0800 |
commit | df1d50f85d74e4ec46cd9810bc01460600afc297 (patch) | |
tree | 64350e9088b6b16c184b275148cc3d4da4cf92a4 /sysutils/Makefile | |
parent | a699f76a0a445b4e1db780e631558d686a0256ec (diff) | |
download | freebsd-ports-gnome-df1d50f85d74e4ec46cd9810bc01460600afc297.tar.gz freebsd-ports-gnome-df1d50f85d74e4ec46cd9810bc01460600afc297.tar.zst freebsd-ports-gnome-df1d50f85d74e4ec46cd9810bc01460600afc297.zip |
New port: sysutils/py-analyzemft
analyzeMFT.py is designed to fully parse the MFT file from an NTFS filesystem
and present the results as accurately as possible in multiple formats.
WWW: https://github.com/dkovar/analyzeMFT
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 46859fe75528..1dc032a30b6a 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -717,6 +717,7 @@ SUBDIR += pwgen SUBDIR += pwsafe SUBDIR += py-XenAPI + SUBDIR += py-analyzemft SUBDIR += py-bcfg2 SUBDIR += py-danzfs SUBDIR += py-drmaa |