diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-15 20:09:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-15 20:09:41 +0000 |
commit | 0af29caee89a7fd5e71e8d22229a5c63abea7251 (patch) | |
tree | bfe67d606a357b5b163650fb01f01dce6d9072c8 /archivers/Makefile | |
parent | af485f02e877f0f95b8bdacb9cfbf73640c23b13 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=228452
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 b9094ae87afc..fb75b0089b78 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 |