pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/trrntzip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jun 17 23:05:04 UTC 2022

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

Log Message:
archivers/trrntzip: import trrntzip-1.0

Torrentzip converts zip archives to a standard format with some
pre-defined values, sorting the files, and using particular
compression settings so that running it on zip archives created by
other tools will always result in the same output. This helps e.g.
with sharing zip archives using BitTorrent (which is where the name
comes from).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/trrntzip/DESCR \
    pkgsrc/archivers/trrntzip/Makefile pkgsrc/archivers/trrntzip/PLIST \
    pkgsrc/archivers/trrntzip/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/trrntzip/DESCR
diff -u /dev/null pkgsrc/archivers/trrntzip/DESCR:1.1
--- /dev/null   Fri Jun 17 23:05:04 2022
+++ pkgsrc/archivers/trrntzip/DESCR     Fri Jun 17 23:05:04 2022
@@ -0,0 +1,6 @@
+Torrentzip converts zip archives to a standard format with some
+pre-defined values, sorting the files, and using particular
+compression settings so that running it on zip archives created by
+other tools will always result in the same output. This helps e.g.
+with sharing zip archives using BitTorrent (which is where the name
+comes from).
Index: pkgsrc/archivers/trrntzip/Makefile
diff -u /dev/null pkgsrc/archivers/trrntzip/Makefile:1.1
--- /dev/null   Fri Jun 17 23:05:04 2022
+++ pkgsrc/archivers/trrntzip/Makefile  Fri Jun 17 23:05:04 2022
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2022/06/17 23:05:04 wiz Exp $
+
+DISTNAME=      trrntzip-1.0
+CATEGORIES=    archivers
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=0-wiz-0/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    wiz%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/0-wiz-0/trrntzip/
+COMMENT=       Create zip archives in a standard format
+LICENSE=       gnu-gpl-v2 AND zlib
+
+USE_CMAKE=     yes
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/trrntzip/PLIST
diff -u /dev/null pkgsrc/archivers/trrntzip/PLIST:1.1
--- /dev/null   Fri Jun 17 23:05:04 2022
+++ pkgsrc/archivers/trrntzip/PLIST     Fri Jun 17 23:05:04 2022
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/06/17 23:05:04 wiz Exp $
+bin/trrntzip
Index: pkgsrc/archivers/trrntzip/distinfo
diff -u /dev/null pkgsrc/archivers/trrntzip/distinfo:1.1
--- /dev/null   Fri Jun 17 23:05:04 2022
+++ pkgsrc/archivers/trrntzip/distinfo  Fri Jun 17 23:05:04 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/06/17 23:05:04 wiz Exp $
+
+BLAKE2s (trrntzip-1.0.tar.gz) = 01ec908ed654371b7dbff409794db7c4428751b1239fbba655131d9b3bcc3155
+SHA512 (trrntzip-1.0.tar.gz) = 4624697528385cb85c9688dbfe56e039ca2d87e28dfdc9b299cb88fb2c7c34c664b58e473a7519ee4ecd89baea5f1369cd719c289e884ad19569d4c69d9a40ab
+Size (trrntzip-1.0.tar.gz) = 57643 bytes



Home | Main Index | Thread Index | Old Index