pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/archangel Initial import of archangel-200507...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e66328af7510
branches:  trunk
changeset: 496896:e66328af7510
user:      agc <agc%pkgsrc.org@localhost>
date:      Thu Jul 14 21:45:29 2005 +0000

description:
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:

 archivers/archangel/DESCR    |  14 ++++++++++++++
 archivers/archangel/Makefile |  19 +++++++++++++++++++
 archivers/archangel/PLIST    |   3 +++
 archivers/archangel/distinfo |   5 +++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r 5e27b57472e1 -r e66328af7510 archivers/archangel/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/archangel/DESCR Thu Jul 14 21:45:29 2005 +0000
@@ -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 -r 5e27b57472e1 -r e66328af7510 archivers/archangel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/archangel/Makefile      Thu Jul 14 21:45:29 2005 +0000
@@ -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@localhost
+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 -r 5e27b57472e1 -r e66328af7510 archivers/archangel/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/archangel/PLIST Thu Jul 14 21:45:29 2005 +0000
@@ -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 -r 5e27b57472e1 -r e66328af7510 archivers/archangel/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/archangel/distinfo      Thu Jul 14 21:45:29 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index