summaryrefslogtreecommitdiff
path: root/archivers/lhasa/PLIST
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-06-03 10:20:04 +0000
committerwiz <wiz@pkgsrc.org>2012-06-03 10:20:04 +0000
commitf3197f8324ed4a8548328a452b42133d0b253384 (patch)
tree95e622d721cde4d9dc809f7f7be0d332d28cdfd0 /archivers/lhasa/PLIST
parent5e042ee40f94a886791236fc795188646da1de9e (diff)
downloadpkgsrc-f3197f8324ed4a8548328a452b42133d0b253384.tar.gz
Update to 0.0.7:
v0.0.7 (2012-06-02): * Extraction and listing of Unix symbolic links is now supported. * Decompression code for the "old" PMarc archive algorithm (-pm1-) has been added. * Support has been added for Unix LHA level 0 header extended areas (so level 0 archives with Unix metadata are now listed and extracted correctly). * The Unix permissions field in the list output for directory entries has been fixed. * The library header files have been fixed so that they can be included in C++ code. * The LHADecoder interface, for extracting raw compressed data, has been added to the public header files. * The Unix LHA test archives have been regenerated and improved. * A "ghost testing" tool has been added for testing ghost compression algorithms such as -pm1-. * The list output tests have been fixed to be repeatable regardless of the current date. * Build of the fuzzer tool has been fixed. v0.0.6 (2012-05-17): * When the -w option is used during extraction, the path specified is now first created if it does not already exist. * The command line tool now exits with a failure return code if an error occurs during extraction. * A "catch-all" header file (lhasa.h) has been added. * The public header files installed with the library can now be included and used externally. * A pkgconfig file is now installed as part of the library (thanks Jan Engelhardt). * Make targets have been added for building Doxygen documentation and including them as part of the distribution.
Diffstat (limited to 'archivers/lhasa/PLIST')
-rw-r--r--archivers/lhasa/PLIST5
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/lhasa/PLIST b/archivers/lhasa/PLIST
index 22d684ba131..0972868e951 100644
--- a/archivers/lhasa/PLIST
+++ b/archivers/lhasa/PLIST
@@ -1,7 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/02 12:19:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/06/03 10:20:04 wiz Exp $
bin/lha
+include/liblhasa-1.0/lha_decoder.h
include/liblhasa-1.0/lha_file_header.h
include/liblhasa-1.0/lha_input_stream.h
include/liblhasa-1.0/lha_reader.h
+include/liblhasa-1.0/lhasa.h
lib/liblhasa.la
+lib/pkgconfig/liblhasa.pc
man/man1/lha.1