mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
TorrentZip creates byte-for-byte exact zip files on any machine. This allows
people to join a torrent (after they have converted their zip files) with a particular set of files, thus preventing them from having to download the entire set of files again. Because of the way TorrentZip creates identical zips, the file hashes will always match those in the original torrent. PR: ports/80579 Submitted by: Scot W. Hetzel <swhetzel@gmail.com>
This commit is contained in:
parent
05578e351a
commit
f0d36411c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134605
@ -84,6 +84,7 @@
|
||||
SUBDIR += stuffit
|
||||
SUBDIR += szip
|
||||
SUBDIR += tardy
|
||||
SUBDIR += torrentzip
|
||||
SUBDIR += ucl
|
||||
SUBDIR += unace
|
||||
SUBDIR += unadf
|
||||
|
39
archivers/torrentzip/Makefile
Normal file
39
archivers/torrentzip/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection makefile for: torrentzip
|
||||
# Date created: May 2, 2005
|
||||
# Whom: swhetzel@gmail.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= torrentzip
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= trrntzip
|
||||
DISTNAME= trrntzip_v${PORTVERSION:S/.//}_src
|
||||
|
||||
MAINTAINER= swhetzel@gmail.com
|
||||
COMMENT= Efficient way to prepare zipfiles for BitTorrent
|
||||
|
||||
USE_AUTOMAKE_VER= 19
|
||||
AUTOMAKE_ARGS= -a
|
||||
USE_AUTOHEADER_VER= 259
|
||||
|
||||
WRKSRC= ${WRKDIR}/trrntzip
|
||||
|
||||
PLIST_FILES= bin/trrntzip
|
||||
PORTDOCS= README
|
||||
|
||||
run-autotools:
|
||||
(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL} ${ACLOCAL_ARGS})
|
||||
(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOHEADER} ${AUTOHEADER_ARGS})
|
||||
(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOCONF} ${AUTOCONF_ARGS})
|
||||
(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOMAKE} ${AUTOMAKE_ARGS})
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
pre-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
archivers/torrentzip/distinfo
Normal file
2
archivers/torrentzip/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (trrntzip_v02_src.tar.gz) = 2635a4042b3cf5611ffdffb4019ec8b7
|
||||
SIZE (trrntzip_v02_src.tar.gz) = 46971
|
8
archivers/torrentzip/pkg-descr
Normal file
8
archivers/torrentzip/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
TorrentZip creates byte-for-byte exact zip files on any machine. This allows
|
||||
people to join a torrent (after they have converted their zip files) with a
|
||||
particular set of files, thus preventing them from having to download the
|
||||
entire set of files again. Because of the way TorrentZip creates identical
|
||||
zips, the file hashes will always match those in the original torrent.
|
||||
|
||||
WWW: http://trrntzip.sourceforge.net
|
||||
https://sourceforge.net/projects/trrntzip
|
Loading…
Reference in New Issue
Block a user