pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/torrentzip



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Oct  5 15:21:07 UTC 2020

Modified Files:
        pkgsrc/archivers/torrentzip: DESCR Makefile PLIST distinfo
Removed Files:
        pkgsrc/archivers/torrentzip/patches: patch-aa patch-configure.ac
            patch-src_platform.c

Log Message:
torrentzip: update to 1.0.6.

Switch to mono version from new upstream.
Improved zip64 support.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/archivers/torrentzip/DESCR
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/torrentzip/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/torrentzip/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/torrentzip/distinfo
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/archivers/torrentzip/patches/patch-aa
cvs rdiff -u -r1.1 -r0 pkgsrc/archivers/torrentzip/patches/patch-configure.ac \
    pkgsrc/archivers/torrentzip/patches/patch-src_platform.c

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

Modified files:

Index: pkgsrc/archivers/torrentzip/DESCR
diff -u pkgsrc/archivers/torrentzip/DESCR:1.1.1.1 pkgsrc/archivers/torrentzip/DESCR:1.2
--- pkgsrc/archivers/torrentzip/DESCR:1.1.1.1   Tue May  6 08:35:15 2008
+++ pkgsrc/archivers/torrentzip/DESCR   Mon Oct  5 15:21:07 2020
@@ -1,3 +1,2 @@
-TorrentZip (trrntzip) is a replacement for MameZip. The goal of
-the program is to use standard values when creating zips to create
-identical files over multiple systems.
+Torrentzip's goal is to use standard values when creating zips to
+create identical files over multiple systems.

Index: pkgsrc/archivers/torrentzip/Makefile
diff -u pkgsrc/archivers/torrentzip/Makefile:1.6 pkgsrc/archivers/torrentzip/Makefile:1.7
--- pkgsrc/archivers/torrentzip/Makefile:1.6    Sat Nov  2 22:54:28 2019
+++ pkgsrc/archivers/torrentzip/Makefile        Mon Oct  5 15:21:07 2020
@@ -1,26 +1,29 @@
-# $NetBSD: Makefile,v 1.6 2019/11/02 22:54:28 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.7 2020/10/05 15:21:07 wiz Exp $
 
-DISTNAME=      trrntzip_v02_src
-PKGNAME=       torrentzip-0.2
+DISTNAME=      TrrntZip.NET106
+PKGNAME=       torrentzip-1.0.6
 CATEGORIES=    archivers
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=trrntzip/}
+MASTER_SITES=  https://romvault.com/trrntzip/download/
+EXTRACT_SUFX=  .zip
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://sourceforge.net/projects/trrntzip/
-COMMENT=       Create identical zip archives from identical files
+HOMEPAGE=      https://romvault.com/trrntzip/
+COMMENT=       Convert zip archives to torrentzip format
+LICENSE=       apache-2.0
 
-USE_TOOLS+=            aclocal autoconf automake autoheader
-GNU_CONFIGURE=         yes
-INSTALLATION_DIRS=     share/doc/torrentzip
+DEPENDS+=      mono-[0-9]*:../../lang/mono6
 
-WRKSRC=        ${WRKDIR}/trrntzip
+WRKSRC=                ${WRKDIR}
+USE_LANGUAGES= # none
 
-pre-configure:
-       cd ${WRKSRC} && sh autogen.sh
+INSTALLATION_DIRS=     bin libexec/torrentzip
 
-post-install:
-       ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/torrentzip
+do-build:
+       ${ECHO} '#!/bin/sh' > ${WRKDIR}/torrentzip
+       ${ECHO} "${PREFIX}/bin/mono ${PREFIX}/libexec/torrentzip/TrrntZip.NET.exe "'"$$@"' >> ${WRKSRC}/torrentzip
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/torrentzip ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/TrrntZip.NET.exe ${DESTDIR}${PREFIX}/libexec/torrentzip
 
-.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/torrentzip/PLIST
diff -u pkgsrc/archivers/torrentzip/PLIST:1.2 pkgsrc/archivers/torrentzip/PLIST:1.3
--- pkgsrc/archivers/torrentzip/PLIST:1.2       Sun Jun 14 17:28:18 2009
+++ pkgsrc/archivers/torrentzip/PLIST   Mon Oct  5 15:21:07 2020
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:28:18 joerg Exp $
-bin/trrntzip
-share/doc/torrentzip/README
+@comment $NetBSD: PLIST,v 1.3 2020/10/05 15:21:07 wiz Exp $
+bin/torrentzip
+libexec/torrentzip/TrrntZip.NET.exe

Index: pkgsrc/archivers/torrentzip/distinfo
diff -u pkgsrc/archivers/torrentzip/distinfo:1.4 pkgsrc/archivers/torrentzip/distinfo:1.5
--- pkgsrc/archivers/torrentzip/distinfo:1.4    Thu Mar 23 17:06:45 2017
+++ pkgsrc/archivers/torrentzip/distinfo        Mon Oct  5 15:21:07 2020
@@ -1,9 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/03/23 17:06:45 joerg Exp $
+$NetBSD: distinfo,v 1.5 2020/10/05 15:21:07 wiz Exp $
 
-SHA1 (trrntzip_v02_src.tar.gz) = ad2487d7e9edc6608358104df8367da3d535fd2b
-RMD160 (trrntzip_v02_src.tar.gz) = 1a6718babc3cfb42e99fadbb53360ecb4f15b5b9
-SHA512 (trrntzip_v02_src.tar.gz) = 802dd1bf55e0a31df75d8195c9d2d5610be8cb7f14d14278eba72b580aff3ad415711999db05a5425303380ebfc82a68896e276319e0ead5635d0a07615ba700
-Size (trrntzip_v02_src.tar.gz) = 46971 bytes
-SHA1 (patch-aa) = 639626aab0ab5f3a359cde057d83f0291f1476cb
-SHA1 (patch-configure.ac) = f6657e42c74ad4722c852c733c819ebb0c58e8ef
-SHA1 (patch-src_platform.c) = ef7d4dae6b40dfea623a882141316ddf80e4c6eb
+SHA1 (TrrntZip.NET106.zip) = 6b35fb54590cab45027197c7fb789c98825a3220
+RMD160 (TrrntZip.NET106.zip) = 97715595f70e257a0ba4706c52f44282cf910e45
+SHA512 (TrrntZip.NET106.zip) = aa413d4b9ace603b9b419de4fb3d8adb27c24303ee912434d295640aa5bf907aed4bfff3b759918305e30253c74a5e9aa6a23bbf7dc4e69979ac4feaccd8f092
+Size (TrrntZip.NET106.zip) = 123732 bytes



Home | Main Index | Thread Index | Old Index