diff options
author | agc <agc@pkgsrc.org> | 2005-07-14 21:45:29 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2005-07-14 21:45:29 +0000 |
commit | 291fa82d6c1ca11dcceb3a8bf4242e1fc79e111a (patch) | |
tree | 17e09d98eafc2ecb9b2fdd60898d23621e7da02a /archivers/archangel | |
parent | 2effed152203f63d4c6ca6495de5a1673fefe24d (diff) | |
download | pkgsrc-291fa82d6c1ca11dcceb3a8bf4242e1fc79e111a.tar.gz |
Initial import of archangel-20050714 into the Packages Collection.
Archangel is an archiver for 2005 and beyond. Some features are:
+ cross-platform
+ individually {compressed,bzip2ed,gzipped} entries
+ individually {signed,encrypted,signed+encrypted} entries
+ entries can be padded to arbitrary lengths
All in all, a combination of zip, tar, and gpg on steroids
You can now backup files, and not be worried about people reading them,
either in transit or at their destination.
Entries have a maximum size of 1 MB (by default) internally, so that
media problems mean that you can recover the parts that aren't affected.
Diffstat (limited to 'archivers/archangel')
-rw-r--r-- | archivers/archangel/DESCR | 14 | ||||
-rw-r--r-- | archivers/archangel/Makefile | 19 | ||||
-rw-r--r-- | archivers/archangel/PLIST | 3 | ||||
-rw-r--r-- | archivers/archangel/distinfo | 5 |
4 files changed, 41 insertions, 0 deletions
diff --git a/archivers/archangel/DESCR b/archivers/archangel/DESCR new file mode 100644 index 00000000000..872cd1c745e --- /dev/null +++ b/archivers/archangel/DESCR @@ -0,0 +1,14 @@ +Archangel is an archiver for 2005 and beyond. Some features are: + ++ cross-platform ++ individually {compressed,bzip2ed,gzipped} entries ++ individually {signed,encrypted,signed+encrypted} entries ++ entries can be padded to arbitrary lengths + +All in all, a combination of zip, tar, and gpg on steroids + +You can now backup files, and not be worried about people reading them, +either in transit or at their destination. + +Entries have a maximum size of 1 MB (by default) internally, so that +media problems mean that you can recover the parts that aren't affected. diff --git a/archivers/archangel/Makefile b/archivers/archangel/Makefile new file mode 100644 index 00000000000..88e84d75625 --- /dev/null +++ b/archivers/archangel/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/07/14 21:45:29 agc Exp $ + +DISTNAME= archangel-20050714 +CATEGORIES= archivers +MASTER_SITES= http://www.alistaircrooks.co.uk/src/ + +MAINTAINER= agc@NetBSD.org +HOMEPAGE= http://www.alistaircrooks.co.uk/agc/software.html +COMMENT= Compressing archiver which can sign and encrypt entries + +DEPENDS+= gnupg-[0-9]*:../../security/gnupg + +GNU_CONFIGURE+= yes +WRKSRC= ${WRKDIR}/archangel + +.include "../../archivers/bzip2/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/archangel/PLIST b/archivers/archangel/PLIST new file mode 100644 index 00000000000..231f28ed2ac --- /dev/null +++ b/archivers/archangel/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/14 21:45:29 agc Exp $ +bin/aatar +man/man1/aatar.1 diff --git a/archivers/archangel/distinfo b/archivers/archangel/distinfo new file mode 100644 index 00000000000..125d5f5ce7f --- /dev/null +++ b/archivers/archangel/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/07/14 21:45:29 agc Exp $ + +SHA1 (archangel-20050714.tar.gz) = f75946176f6a9746450e903a4b1832be0527a2d6 +RMD160 (archangel-20050714.tar.gz) = a3dfe80740911d977daf6af49af687a7d1fbcfd4 +Size (archangel-20050714.tar.gz) = 672498 bytes |