pkgsrc-WIP-changes archive

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

zpaq: Import zpaq-7.15 as wip/zpaq



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sat Nov 6 21:18:07 2021 +0900
Changeset:	e0155ba63add274a049dfc5b7f051810a45a8857

Modified Files:
	Makefile
Added Files:
	zpaq/DESCR
	zpaq/Makefile
	zpaq/PLIST
	zpaq/distinfo

Log Message:
zpaq: Import zpaq-7.15 as wip/zpaq

zpaq is a journaling archiver optimized for user-level incremental
backup of directory trees in Windows and *nix. It supports AES-256
encryption, 5 multi-threaded compression levels, and content-aware
file fragment level deduplication. For backups it adds only files
whose date has changed, and keeps both old and new versions. You can roll
back the archive date to restore from old versions of the archive.
The default compression level is faster than zip usually with better
compression. zpaq uses a self-describing compressed format to allow
for future improvements without breaking compatibility with older
versions of the program.

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

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

diffstat:
 Makefile      |  1 +
 zpaq/DESCR    | 10 ++++++++++
 zpaq/Makefile | 31 +++++++++++++++++++++++++++++++
 zpaq/PLIST    |  3 +++
 zpaq/distinfo |  5 +++++
 5 files changed, 50 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 0d1b1c4a75..9dfa07bbc3 100644
--- a/Makefile
+++ b/Makefile
@@ -6043,6 +6043,7 @@ SUBDIR+=	zlua
 SUBDIR+=	zmap
 SUBDIR+=	zodiac
 SUBDIR+=	zoneminder
+SUBDIR+=	zpaq
 SUBDIR+=	zvbi
 
 ${.CURDIR}/PKGDB:
diff --git a/zpaq/DESCR b/zpaq/DESCR
new file mode 100644
index 0000000000..9afb9c646e
--- /dev/null
+++ b/zpaq/DESCR
@@ -0,0 +1,10 @@
+zpaq is a journaling archiver optimized for user-level incremental
+backup of directory trees in Windows and *nix. It supports AES-256
+encryption, 5 multi-threaded compression levels, and content-aware
+file fragment level deduplication. For backups it adds only files
+whose date has changed, and keeps both old and new versions. You can roll
+back the archive date to restore from old versions of the archive.
+The default compression level is faster than zip usually with better
+compression. zpaq uses a self-describing compressed format to allow
+for future improvements without breaking compatibility with older
+versions of the program.
diff --git a/zpaq/Makefile b/zpaq/Makefile
new file mode 100644
index 0000000000..2ccc9e8491
--- /dev/null
+++ b/zpaq/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+
+DISTNAME=		zpaq715
+PKGNAME=		zpaq-7.15
+CATEGORIES=		archivers
+MASTER_SITES=		http://mattmahoney.net/dc/
+EXTRACT_SUFX=		.zip
+
+MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=		http://mattmahoney.net/dc/zpaq.html
+COMMENT=		Incremental Journaling Backup Utility and Archiver
+LICENSE=		mit
+
+WRKSRC=			${WRKDIR}
+NO_CONFIGURE=		yes
+USE_TOOLS+=		gmake pod2man pax
+USE_LANGUAGES=		c++
+
+INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
+
+SUBST_CLASSES+=		fix-env
+SUBST_STAGE.fix-env=	pre-build
+SUBST_MESSAGE.fix-env=	Fixing environment.
+SUBST_FILES.fix-env=	Makefile
+SUBST_SED.fix-env=	-e 's|CXXFLAGS=.*|CXXFLAGS=${CXXFLAGS}|'
+SUBST_SED.fix-env+=	-e 's|PREFIX=.*|PREFIX=${PREFIX}|'
+SUBST_SED.fix-env+=	-e 's|MANDIR=.*|MANDIR=$$(PREFIX)/man|'
+
+NOT_PAX_MPROTECT_SAFE+=	bin/zpaq
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/zpaq/PLIST b/zpaq/PLIST
new file mode 100644
index 0000000000..d6b5ecb075
--- /dev/null
+++ b/zpaq/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/zpaq
+man/man1/zpaq.1
diff --git a/zpaq/distinfo b/zpaq/distinfo
new file mode 100644
index 0000000000..ab24eac198
--- /dev/null
+++ b/zpaq/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (zpaq715.zip) = 5dbbdb2f374528ba77b39f6530e152c57f4df73e0c2e8344db5737e870f0b85a
+SHA512 (zpaq715.zip) = 4cddcc04dff5e9dceb7138cf9e82b718b696048368ff494339f877d93e4423ed7959c0cfb2e30ba7dcbcdd6bbd59fa1021ceaca6d51e3180d8034b7a3997c265
+Size (zpaq715.zip) = 1000646 bytes


Home | Main Index | Thread Index | Old Index