pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/trrntzip archivers/trrntzip: import trrntzip...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8fa5b243213
branches:  trunk
changeset: 380877:b8fa5b243213
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 17 23:05:04 2022 +0000

description:
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).

diffstat:

 archivers/trrntzip/DESCR    |   6 ++++++
 archivers/trrntzip/Makefile |  16 ++++++++++++++++
 archivers/trrntzip/PLIST    |   2 ++
 archivers/trrntzip/distinfo |   5 +++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 88eaa41dbd2e -r b8fa5b243213 archivers/trrntzip/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/trrntzip/DESCR  Fri Jun 17 23:05:04 2022 +0000
@@ -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).
diff -r 88eaa41dbd2e -r b8fa5b243213 archivers/trrntzip/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/trrntzip/Makefile       Fri Jun 17 23:05:04 2022 +0000
@@ -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"
diff -r 88eaa41dbd2e -r b8fa5b243213 archivers/trrntzip/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/trrntzip/PLIST  Fri Jun 17 23:05:04 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/06/17 23:05:04 wiz Exp $
+bin/trrntzip
diff -r 88eaa41dbd2e -r b8fa5b243213 archivers/trrntzip/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/trrntzip/distinfo       Fri Jun 17 23:05:04 2022 +0000
@@ -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