Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162327084
D36278.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D36278.diff
View Options
diff --git a/archivers/Makefile b/archivers/Makefile
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -270,6 +270,7 @@
SUBDIR += zlib-ng
SUBDIR += zoo
SUBDIR += zopfli
+ SUBDIR += zpaqfranz
SUBDIR += zstd
SUBDIR += zstr
SUBDIR += zutils
diff --git a/archivers/zpaqfranz/Makefile b/archivers/zpaqfranz/Makefile
new file mode 100644
--- /dev/null
+++ b/archivers/zpaqfranz/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= zpaqfranz
+DISTVERSION= 55.12
+CATEGORIES= archivers
+MASTER_SITES= http://www.francocorbelli.it/zpaqfranz/freebsd/
+
+MAINTAINER= franco@francocorbelli.com
+COMMENT= Swiss army knife for the serious backup manager
+
+LICENSE= BSD2CLAUSE MIT
+LICENSE_COMB= dual
+
+NO_WRKSUBDIR= yes
+
+PLIST_FILES= bin/dir \
+ bin/zpaqfranz
+
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "amd64"
+CFLAGS+= -DNOJIT
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/archivers/zpaqfranz/distinfo b/archivers/zpaqfranz/distinfo
new file mode 100644
--- /dev/null
+++ b/archivers/zpaqfranz/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1661098353
+SHA256 (zpaqfranz-55.12.tar.gz) = 0ef8a192cf539d46647d5122b99ce2c2ac49f7a778c510e6d1ddf74c5096ab5f
+SIZE (zpaqfranz-55.12.tar.gz) = 814992
diff --git a/archivers/zpaqfranz/pkg-descr b/archivers/zpaqfranz/pkg-descr
new file mode 100644
--- /dev/null
+++ b/archivers/zpaqfranz/pkg-descr
@@ -0,0 +1,16 @@
+Swiss army knife for backup and disaster recovery
+
+Features:
+
+* Like 7z or RAR on steroids, with deduplicated "snapshots" (versions).
+* Conceptually similar to Mac time machine, but much more efficient.
+* Keeps backup always-to-always, no need to ever prune (CryptoLocker).
+* Easily handles millions of files and TBs of data, non-latin support.
+* Cloud backups with full encryption, minimal data transfer / bandwith.
+* Data integrity check CRC32+XXHASH,SHA-1,SHA-2,SHA-3,MD5,XXH3,BLAKE3.
+* Thorough data verification, multithread support (real world 1GB+/s).
+* Specific zfs handling functions, full multiplatform interoperability.
+* Particularly suitable for minimal space storage of virtual machines.
+* Full backwards compatibility with ZPAQ [archivers/paq].
+
+WWW: https://github.com/fcorbelli/zpaqfranz
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 13, 2:27 AM (9 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35021568
Default Alt Text
D36278.diff (2 KB)
Attached To
Mode
D36278: archivers/zpaqfranz: Add new port
Attached
Detach File
Event Timeline
Log In to Comment