pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/lunzip



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Mon Feb 22 19:45:08 UTC 2021

Added Files:
        pkgsrc/archivers/lunzip: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/lunzip/DESCR \
    pkgsrc/archivers/lunzip/Makefile pkgsrc/archivers/lunzip/PLIST \
    pkgsrc/archivers/lunzip/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/archivers/lunzip/DESCR
diff -u /dev/null pkgsrc/archivers/lunzip/DESCR:1.1
--- /dev/null   Mon Feb 22 19:45:08 2021
+++ pkgsrc/archivers/lunzip/DESCR       Mon Feb 22 19:45:08 2021
@@ -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.
Index: pkgsrc/archivers/lunzip/Makefile
diff -u /dev/null pkgsrc/archivers/lunzip/Makefile:1.1
--- /dev/null   Mon Feb 22 19:45:08 2021
+++ pkgsrc/archivers/lunzip/Makefile    Mon Feb 22 19:45:08 2021
@@ -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"
Index: pkgsrc/archivers/lunzip/PLIST
diff -u /dev/null pkgsrc/archivers/lunzip/PLIST:1.1
--- /dev/null   Mon Feb 22 19:45:08 2021
+++ pkgsrc/archivers/lunzip/PLIST       Mon Feb 22 19:45:08 2021
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/22 19:45:08 fcambus Exp $
+bin/lunzip
+man/man1/lunzip.1
Index: pkgsrc/archivers/lunzip/distinfo
diff -u /dev/null pkgsrc/archivers/lunzip/distinfo:1.1
--- /dev/null   Mon Feb 22 19:45:08 2021
+++ pkgsrc/archivers/lunzip/distinfo    Mon Feb 22 19:45:08 2021
@@ -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