Received: by mail.netbsd.org (Postfix, from userid 605) id 9119C84D81; Mon, 22 Feb 2021 19:45:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB49684D67 for ; Mon, 22 Feb 2021 19:45:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Z0HKXD2F2e-F for ; Mon, 22 Feb 2021 19:45:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E9D5584CBC for ; Mon, 22 Feb 2021 19:45:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E3562FA95; Mon, 22 Feb 2021 19:45:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614023108132240" MIME-Version: 1.0 Date: Mon, 22 Feb 2021 19:45:08 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/archivers/lunzip To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20210222194508.E3562FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614023108132240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1614023108132240 Content-Disposition: inline Content-Length: 2108 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1614023108132240--