pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/lhasa Initial import of lhasa-0.0.4, an ISC ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3102ea74363
branches:  trunk
changeset: 603256:e3102ea74363
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 02 12:19:43 2012 +0000

description:
Initial import of lhasa-0.0.4, an ISC licensed lha uncompressor.

Lhasa is a library for parsing LHA (.lzh) archives and a free
replacement for the Unix LHA tool.

Currently it is only possible to read from (i.e., decompress)
archives; generating (compressing) LHA archives may be an enhancement
for future versions. The aim is to be compatible with as many
different variants of the LHA file format as possible, including
LArc (.lzs) and PMarc (.pma).

The command line tool aims to be interface-compatible with the
non-free Unix LHA tool (command line syntax and output), for
backwards compatibility with tools that expect particular output.

diffstat:

 archivers/lhasa/DESCR    |  12 ++++++++++++
 archivers/lhasa/Makefile |  22 ++++++++++++++++++++++
 archivers/lhasa/PLIST    |   7 +++++++
 archivers/lhasa/distinfo |   5 +++++
 4 files changed, 46 insertions(+), 0 deletions(-)

diffs (62 lines):

diff -r c841052bf08b -r e3102ea74363 archivers/lhasa/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lhasa/DESCR     Wed May 02 12:19:43 2012 +0000
@@ -0,0 +1,12 @@
+Lhasa is a library for parsing LHA (.lzh) archives and a free
+replacement for the Unix LHA tool.
+
+Currently it is only possible to read from (i.e., decompress)
+archives; generating (compressing) LHA archives may be an enhancement
+for future versions. The aim is to be compatible with as many
+different variants of the LHA file format as possible, including
+LArc (.lzs) and PMarc (.pma).
+
+The command line tool aims to be interface-compatible with the
+non-free Unix LHA tool (command line syntax and output), for
+backwards compatibility with tools that expect particular output.
diff -r c841052bf08b -r e3102ea74363 archivers/lhasa/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lhasa/Makefile  Wed May 02 12:19:43 2012 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/05/02 12:19:43 wiz Exp $
+#
+
+DISTNAME=      lhasa-0.0.4
+CATEGORIES=    archivers
+MASTER_SITES=  http://cloud.github.com/downloads/fragglet/lhasa/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://fragglet.github.com/lhasa/
+COMMENT=       Freely licensed lha archiving tool (for .lzh and .lha files)
+LICENSE=       isc
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+# tests currently only succeed in timezone Europe/London
+TEST_TARGET=   check
+
+CONFLICTS=     lha-[0-9]*
+
+.include "../../mk/bsd.pkg.mk"
diff -r c841052bf08b -r e3102ea74363 archivers/lhasa/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lhasa/PLIST     Wed May 02 12:19:43 2012 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/02 12:19:43 wiz Exp $
+bin/lha
+include/liblhasa-1.0/lha_file_header.h
+include/liblhasa-1.0/lha_input_stream.h
+include/liblhasa-1.0/lha_reader.h
+lib/liblhasa.la
+man/man1/lha.1
diff -r c841052bf08b -r e3102ea74363 archivers/lhasa/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lhasa/distinfo  Wed May 02 12:19:43 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/05/02 12:19:43 wiz Exp $
+
+SHA1 (lhasa-0.0.4.tar.gz) = f2a99b5b6c35d2428cfca5206fe704d910a5555f
+RMD160 (lhasa-0.0.4.tar.gz) = 3b9123e2d0282756aa14f498c6d628b25a03dd51
+Size (lhasa-0.0.4.tar.gz) = 1748043 bytes



Home | Main Index | Thread Index | Old Index