pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers



Module Name:    pkgsrc
Committed By:   thorpej
Date:           Mon Nov 27 02:21:51 UTC 2023

Modified Files:
        pkgsrc/archivers: Makefile
Added Files:
        pkgsrc/archivers/lzsa: DESCR Makefile PLIST distinfo

Log Message:
Add a package for lzsa. LZSA is a collection of byte-aligned compression
formats that are specifically engineered for very fast decompression on
8-bit systems.


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

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

Modified files:

Index: pkgsrc/archivers/Makefile
diff -u pkgsrc/archivers/Makefile:1.206 pkgsrc/archivers/Makefile:1.207
--- pkgsrc/archivers/Makefile:1.206     Mon Nov 13 23:36:28 2023
+++ pkgsrc/archivers/Makefile   Mon Nov 27 02:21:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.206 2023/11/13 23:36:28 wiz Exp $
+# $NetBSD: Makefile,v 1.207 2023/11/27 02:21:50 thorpej Exp $
 #
 
 COMMENT=       Archivers and compression tools
@@ -73,6 +73,7 @@ SUBDIR+=      lzma
 SUBDIR+=       lzmalib
 SUBDIR+=       lzo
 SUBDIR+=       lzop
+SUBDIR+=       lzsa
 SUBDIR+=       macutil
 SUBDIR+=       makeself
 SUBDIR+=       minizip

Added files:

Index: pkgsrc/archivers/lzsa/DESCR
diff -u /dev/null pkgsrc/archivers/lzsa/DESCR:1.1
--- /dev/null   Mon Nov 27 02:21:51 2023
+++ pkgsrc/archivers/lzsa/DESCR Mon Nov 27 02:21:51 2023
@@ -0,0 +1,2 @@
+LZSA is a collection of byte-aligned compression formats that are
+specifically engineered for very fast decompression on 8-bit systems.
Index: pkgsrc/archivers/lzsa/Makefile
diff -u /dev/null pkgsrc/archivers/lzsa/Makefile:1.1
--- /dev/null   Mon Nov 27 02:21:51 2023
+++ pkgsrc/archivers/lzsa/Makefile      Mon Nov 27 02:21:51 2023
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2023/11/27 02:21:51 thorpej Exp $
+
+DISTNAME=      lzsa-1.4.1
+CATEGORIES=    archivers
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=emmanuel-marty/}
+GITHUB_TAG=    ${PKGVERSION_NOREV}
+
+MAINTAINER=    thorpej%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/emmanuel-marty/lzsa
+COMMENT=       Compression algorithm designed for 8-bit systems
+LICENSE=       zlib
+
+USE_TOOLS+=    gmake
+
+INSTALLATION_DIRS=     bin
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/lzsa ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/lzsa/PLIST
diff -u /dev/null pkgsrc/archivers/lzsa/PLIST:1.1
--- /dev/null   Mon Nov 27 02:21:51 2023
+++ pkgsrc/archivers/lzsa/PLIST Mon Nov 27 02:21:51 2023
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2023/11/27 02:21:51 thorpej Exp $
+bin/lzsa
Index: pkgsrc/archivers/lzsa/distinfo
diff -u /dev/null pkgsrc/archivers/lzsa/distinfo:1.1
--- /dev/null   Mon Nov 27 02:21:51 2023
+++ pkgsrc/archivers/lzsa/distinfo      Mon Nov 27 02:21:51 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/11/27 02:21:51 thorpej Exp $
+
+BLAKE2s (lzsa-1.4.1.tar.gz) = 5596b8694df3787d4a6d15a8a982e4d67592ecb848aa218eb940db8bd854ce5c
+SHA512 (lzsa-1.4.1.tar.gz) = 08fed665bf24c7435f98e80d3560d2cdd346c863850227468af9dcfea9dded47168de8c4584e3b24c83dc57dd13ae94f5842c1b7cec68ed10e7e6c7c97f5b20b
+Size (lzsa-1.4.1.tar.gz) = 152571 bytes



Home | Main Index | Thread Index | Old Index