diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-15 20:09:41 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-15 20:09:41 +0000 |
commit | 05830b46f7505b115a3c21371630a0f0a2f2f1a1 (patch) | |
tree | eecf3f33ac347b12ddc36772cdbb4a9feb433845 /archivers/Makefile | |
parent | 0d912f41b1824635e7ddd6da6270c1b54bdf887b (diff) | |
download | FreeBSD-ports-05830b46f7505b115a3c21371630a0f0a2f2f1a1.zip FreeBSD-ports-05830b46f7505b115a3c21371630a0f0a2f2f1a1.tar.gz |
Python module implementing LZMA Utils' liblzma API
PylibLZMA provides a python interface for the liblzma
library to read and write data that has been compressed
or can be decompressed by Lasse Collin's LZMA Utils.
WWW: http://launchpad.net/pyliblzma
PR: ports/129560
Submitted by: David Naylor <dragonsa at highveldmail.co.za>
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index b9094ae..fb75b00 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -125,6 +125,7 @@ SUBDIR += ppmd SUBDIR += ppmd-7z SUBDIR += ppunpack + SUBDIR += py-liblzma SUBDIR += py-librtfcomp SUBDIR += py-lzma SUBDIR += py-tarfile |