pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/lhasa Update to 0.0.7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc8940dcfcb8
branches:  trunk
changeset: 604726:dc8940dcfcb8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 03 10:20:04 2012 +0000

description:
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:

 archivers/lhasa/Makefile |  6 ++++--
 archivers/lhasa/PLIST    |  5 ++++-
 archivers/lhasa/distinfo |  8 ++++----
 3 files changed, 12 insertions(+), 7 deletions(-)

diffs (48 lines):

diff -r ee831fe6f5da -r dc8940dcfcb8 archivers/lhasa/Makefile
--- a/archivers/lhasa/Makefile  Sun Jun 03 10:08:37 2012 +0000
+++ b/archivers/lhasa/Makefile  Sun Jun 03 10:20:04 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2012/05/08 06:13:27 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2012/06/03 10:20:04 wiz Exp $
 #
 
-DISTNAME=      lhasa-0.0.5
+DISTNAME=      lhasa-0.0.7
 CATEGORIES=    archivers
 MASTER_SITES=  http://cloud.github.com/downloads/fragglet/lhasa/
 
@@ -18,4 +18,6 @@
 
 CONFLICTS=     lha-[0-9]*
 
+PKGCONFIG_OVERRIDE=  liblhasa.pc.in
+
 .include "../../mk/bsd.pkg.mk"
diff -r ee831fe6f5da -r dc8940dcfcb8 archivers/lhasa/PLIST
--- a/archivers/lhasa/PLIST     Sun Jun 03 10:08:37 2012 +0000
+++ b/archivers/lhasa/PLIST     Sun Jun 03 10:20:04 2012 +0000
@@ -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
diff -r ee831fe6f5da -r dc8940dcfcb8 archivers/lhasa/distinfo
--- a/archivers/lhasa/distinfo  Sun Jun 03 10:08:37 2012 +0000
+++ b/archivers/lhasa/distinfo  Sun Jun 03 10:20:04 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2012/05/08 06:13:27 wiz Exp $
+$NetBSD: distinfo,v 1.3 2012/06/03 10:20:04 wiz Exp $
 
-SHA1 (lhasa-0.0.5.tar.gz) = 3433b13a208aebcd0b966c4642d49ecbb9caa681
-RMD160 (lhasa-0.0.5.tar.gz) = e9204197595c38e11304f0b308679cc2da0da201
-Size (lhasa-0.0.5.tar.gz) = 1753764 bytes
+SHA1 (lhasa-0.0.7.tar.gz) = 40890150483c2075a6cd108fee5bbe23a96d5d71
+RMD160 (lhasa-0.0.7.tar.gz) = 4f0217e88d3fda0528242ed70657326b91b62826
+Size (lhasa-0.0.7.tar.gz) = 2646160 bytes



Home | Main Index | Thread Index | Old Index