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.
This commit is contained in:
parent
2effed1522
commit
291fa82d6c
4 changed files with 41 additions and 0 deletions
14
archivers/archangel/DESCR
Normal file
14
archivers/archangel/DESCR
Normal file
|
@ -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.
|
19
archivers/archangel/Makefile
Normal file
19
archivers/archangel/Makefile
Normal file
|
@ -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"
|
3
archivers/archangel/PLIST
Normal file
3
archivers/archangel/PLIST
Normal file
|
@ -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
|
5
archivers/archangel/distinfo
Normal file
5
archivers/archangel/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue