aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/Makefile
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-12-27 21:17:17 +0800
committerantoine <antoine@FreeBSD.org>2017-12-27 21:17:17 +0800
commit1943ba57ebbf6cfb63f14c95b5baab1696c46e3f (patch)
tree6fdb7c5a1bc6ffad97750d4beb808c26e1fc23e7 /archivers/Makefile
parent588cd67c24051c368409196befe34d417fdfb3c3 (diff)
downloadfreebsd-ports-gnome-1943ba57ebbf6cfb63f14c95b5baab1696c46e3f.tar.gz
freebsd-ports-gnome-1943ba57ebbf6cfb63f14c95b5baab1696c46e3f.tar.zst
freebsd-ports-gnome-1943ba57ebbf6cfb63f14c95b5baab1696c46e3f.zip
New port: archivers/py-acefile
acefile is an implementation of the ACE archive format. It is intended to be used as a library, but also provides a stand-alone unace utility. As mostly pure-python implementation, it is significantly slower than native implementations, but more robust against vulnerabilities. This implementation supports up to version 2.0 of the ACE archive format, including the EXE, DELTA, PIC and SOUND modes of ACE 2.0, password protected archives and multi-volume archives. It does not support writing to archives. It is an implementation from scratch, based on the 1998 document titled "Technical information of the archiver ACE v1.2" by Marcel Lemke, using unace 2.5 and WinAce 2.69 by Marcel Lemke as reference implementations. WWW: https://www.roe.ch/acefile
Diffstat (limited to 'archivers/Makefile')
-rw-r--r--archivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index ec2f0c32216d..82107340a6d4 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -170,6 +170,7 @@
SUBDIR += ppmd-7z
SUBDIR += ppunpack
SUBDIR += pxz
+ SUBDIR += py-acefile
SUBDIR += py-attic
SUBDIR += py-backports.lzma
SUBDIR += py-borgbackup