pkgsrc-WIP-changes archive

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

torrentzip: update to 2.0.0.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Aug 1 12:22:56 2021 +0200
Changeset:	1888bd1a2f2421976ce452ea5e2c3c1a80f21ebd

Added Files:
	torrentzip/DESCR
	torrentzip/Makefile
	torrentzip/PLIST
	torrentzip/TODO
	torrentzip/distinfo

Log Message:
torrentzip: update to 2.0.0.

Does not start on NetBSD
Failed to create CoreCLR, HRESULT: 0x8007054F

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1888bd1a2f2421976ce452ea5e2c3c1a80f21ebd

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

diffstat:
 torrentzip/DESCR    |  2 ++
 torrentzip/Makefile | 27 +++++++++++++++++++++++++++
 torrentzip/PLIST    |  2 ++
 torrentzip/TODO     |  2 ++
 torrentzip/distinfo |  6 ++++++
 5 files changed, 39 insertions(+)

diffs:
diff --git a/torrentzip/DESCR b/torrentzip/DESCR
new file mode 100644
index 0000000000..dacf662695
--- /dev/null
+++ b/torrentzip/DESCR
@@ -0,0 +1,2 @@
+Torrentzip's goal is to use standard values when creating zips to
+create identical files over multiple systems.
diff --git a/torrentzip/Makefile b/torrentzip/Makefile
new file mode 100644
index 0000000000..b0a57a428c
--- /dev/null
+++ b/torrentzip/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.8 2021/03/03 12:05:41 nia Exp $
+
+DISTNAME=	TrrntZip.NET200Linux
+PKGNAME=	torrentzip-2.0.0
+CATEGORIES=	archivers
+MASTER_SITES=	https://romvault.com/trrntzip/download/
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://romvault.com/trrntzip/
+COMMENT=	Convert zip archives to torrentzip format
+LICENSE=	apache-2.0
+
+EMUL_PLATFORMS=		linux-i386 linux-x86_64
+EMUL_MODULES.linux=	base
+
+WRKSRC=		${WRKDIR}
+USE_LANGUAGES=	# none
+
+INSTALLATION_DIRS=	bin
+
+do-build:
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/TrrntZipCMD ${DESTDIR}${PREFIX}/bin/torrentzip
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/torrentzip/PLIST b/torrentzip/PLIST
new file mode 100644
index 0000000000..7c7aaa85fa
--- /dev/null
+++ b/torrentzip/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/torrentzip
diff --git a/torrentzip/TODO b/torrentzip/TODO
new file mode 100644
index 0000000000..9dc8e928d3
--- /dev/null
+++ b/torrentzip/TODO
@@ -0,0 +1,2 @@
+Startup fails on 9.99.87/amd64 with
+Failed to create CoreCLR, HRESULT: 0x8007054F
diff --git a/torrentzip/distinfo b/torrentzip/distinfo
new file mode 100644
index 0000000000..320da0a78c
--- /dev/null
+++ b/torrentzip/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.5 2020/10/05 15:21:07 wiz Exp $
+
+SHA1 (TrrntZip.NET200Linux.zip) = 589d67ec47f686b04686dc0770d8773f52b77701
+RMD160 (TrrntZip.NET200Linux.zip) = 9a6a6b5d7a1d5788d8be7eb4317fc49eeca98e4a
+SHA512 (TrrntZip.NET200Linux.zip) = 68512cf6c0a95ac4a5e240b51ad0c177f035af969f2c04187e0af69a750d2e7e6c14243947d1a0a9312d3f7e54e589597e8954e37ba2991218f7d251c6ed44fe
+Size (TrrntZip.NET200Linux.zip) = 14379744 bytes


Home | Main Index | Thread Index | Old Index