pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/torrentzip Initiail import of torrentzip 0.2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3478562dfaa
branches:  trunk
changeset: 542173:f3478562dfaa
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Tue May 06 08:35:15 2008 +0000

description:
Initiail import of torrentzip 0.2, a program that brings zip archives
into ``normal form'': If the contained files are identical, the
produced zip archive will always be the same, byte-wise.

diffstat:

 archivers/torrentzip/DESCR            |   3 +++
 archivers/torrentzip/Makefile         |  27 +++++++++++++++++++++++++++
 archivers/torrentzip/PLIST            |   4 ++++
 archivers/torrentzip/distinfo         |   6 ++++++
 archivers/torrentzip/patches/patch-aa |  13 +++++++++++++
 5 files changed, 53 insertions(+), 0 deletions(-)

diffs (73 lines):

diff -r ed3f61dee0e8 -r f3478562dfaa archivers/torrentzip/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/torrentzip/DESCR        Tue May 06 08:35:15 2008 +0000
@@ -0,0 +1,3 @@
+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.
diff -r ed3f61dee0e8 -r f3478562dfaa archivers/torrentzip/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/torrentzip/Makefile     Tue May 06 08:35:15 2008 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/05/06 08:35:15 dillo Exp $
+#
+
+DISTNAME=      trrntzip_v02_src
+PKGNAME=       torrentzip-0.2
+CATEGORIES=    archivers
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=trrntzip/}
+
+MAINTAINER=    dillo%NetBSD.org@localhost
+HOMEPAGE=      http://www.sourceforge.net/trrntzip/
+COMMENT=       Create identical zip archives from identical files
+
+USE_TOOLS+=    aclocal autoconf automake autoheader
+GNU_CONFIGURE= yes
+PKG_DESTDIR_SUPPORT=    user-destdir
+INSTALLATION_DIRS=     share/doc/torrentzip
+
+WRKSRC=        ${WRKDIR}/trrntzip
+
+pre-configure:
+       cd ${WRKSRC} && sh autogen.sh
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/torrentzip
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ed3f61dee0e8 -r f3478562dfaa archivers/torrentzip/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/torrentzip/PLIST        Tue May 06 08:35:15 2008 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/05/06 08:35:15 dillo Exp $
+bin/trrntzip
+share/doc/torrentzip/README
+@dirrm share/doc/torrentzip
diff -r ed3f61dee0e8 -r f3478562dfaa archivers/torrentzip/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/torrentzip/distinfo     Tue May 06 08:35:15 2008 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/05/06 08:35:15 dillo Exp $
+
+SHA1 (trrntzip_v02_src.tar.gz) = ad2487d7e9edc6608358104df8367da3d535fd2b
+RMD160 (trrntzip_v02_src.tar.gz) = 1a6718babc3cfb42e99fadbb53360ecb4f15b5b9
+Size (trrntzip_v02_src.tar.gz) = 46971 bytes
+SHA1 (patch-aa) = 639626aab0ab5f3a359cde057d83f0291f1476cb
diff -r ed3f61dee0e8 -r f3478562dfaa archivers/torrentzip/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/torrentzip/patches/patch-aa     Tue May 06 08:35:15 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/05/06 08:35:15 dillo Exp $
+
+--- src/trrntzip.c.orig        2005-05-02 15:38:40.000000000 +0200
++++ src/trrntzip.c
+@@ -782,7 +782,7 @@ RecursiveMigrate (const char *pszPath, W
+   
+           if (strstr (szTmpBuf, ".zip\0") && !(istat.st_mode & S_IWUSR))
+           {            
+-            chmod (direntp->d_name, S_IWUSR);
++            chmod (direntp->d_name, S_IRUSR|S_IWUSR);
+             mig.cEncounteredZips++;
+   
+             if (!mig.fProcessLog)



Home | Main Index | Thread Index | Old Index