pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/lunzip archivers/lunzip: import lunzip-1.12.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9ab68a35852
branches:  trunk
changeset: 447597:e9ab68a35852
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Mon Feb 22 19:45:08 2021 +0000

description:
archivers/lunzip: import lunzip-1.12.

Lunzip is a decompressor for the lzip format written in C. Its small size
makes it well suited for embedded devices or software installers that need
to decompress files but don't need compression capabilities. Lunzip is fully
compatible with lzip 1.4 or newer.

diffstat:

 archivers/lunzip/DESCR    |   4 ++++
 archivers/lunzip/Makefile |  19 +++++++++++++++++++
 archivers/lunzip/PLIST    |   3 +++
 archivers/lunzip/distinfo |   6 ++++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 033eb9f538d0 -r e9ab68a35852 archivers/lunzip/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lunzip/DESCR    Mon Feb 22 19:45:08 2021 +0000
@@ -0,0 +1,4 @@
+Lunzip is a decompressor for the lzip format written in C. Its small size
+makes it well suited for embedded devices or software installers that need
+to decompress files but don't need compression capabilities. Lunzip is fully
+compatible with lzip 1.4 or newer.
diff -r 033eb9f538d0 -r e9ab68a35852 archivers/lunzip/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lunzip/Makefile Mon Feb 22 19:45:08 2021 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2021/02/22 19:45:08 fcambus Exp $
+
+DISTNAME=      lunzip-1.12
+CATEGORIES=    archivers
+MASTER_SITES=  https://download.savannah.gnu.org/releases/lzip/lunzip/
+
+MAINTAINER=    fcambus%NetBSD.org@localhost
+HOMEPAGE=      https://www.nongnu.org/lzip/lunzip.html
+COMMENT=       Decompressor for the lzip format
+LICENSE=       gnu-gpl-v2
+
+HAS_CONFIGURE= yes
+
+CONFIGURE_ARGS+=       --prefix=${PREFIX}
+CONFIGURE_ARGS+=       --mandir=${PREFIX}/${PKGMANDIR}
+
+TEST_TARGET=           check
+
+.include "../../mk/bsd.pkg.mk"
diff -r 033eb9f538d0 -r e9ab68a35852 archivers/lunzip/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lunzip/PLIST    Mon Feb 22 19:45:08 2021 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/22 19:45:08 fcambus Exp $
+bin/lunzip
+man/man1/lunzip.1
diff -r 033eb9f538d0 -r e9ab68a35852 archivers/lunzip/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lunzip/distinfo Mon Feb 22 19:45:08 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/22 19:45:08 fcambus Exp $
+
+SHA1 (lunzip-1.12.tar.gz) = 86177aafeca99c09ca667255c4edc868f84bf496
+RMD160 (lunzip-1.12.tar.gz) = 2910fee20d9b030fa901a71ec5f3d74fe09c2a82
+SHA512 (lunzip-1.12.tar.gz) = 9261f87e7403217018e87cf52c0cc7f71ce9e29b7d262efffae5dfff797ea4913803f0a94999dfd6b0ad89abb22cf37e21baa390b5c920cb8668a6ba240358c6
+Size (lunzip-1.12.tar.gz) = 66001 bytes



Home | Main Index | Thread Index | Old Index