pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/netpgp Initial import of the "glorious 50" re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/335167340f11
branches:  trunk
changeset: 392237:335167340f11
user:      agc <agc%pkgsrc.org@localhost>
date:      Wed Apr 29 04:54:34 2009 +0000

description:
Initial import of the "glorious 50" release of netpgp-20090428 into the
Packages Collection.

        The netpgp command can digitally sign files and verify that the
        signatures attached to files were signed by a given user identifier.
        netpgp can also encrypt files using the public or private keys of
        users and, in the same manner, decrypt files which were encrypted.

        The netpgp utility can also be used to generate a new key-pair for a
        user.  This key is in two parts, the public key (which can be used by
        other people) and a private key.

        In addition to these primary uses, the third way of using netpgp is to
        maintain keyrings.  Keyrings are collections of public keys belonging
        to other users.  By using other means of identification, it is
        possible to establish the bona fides of other users.  Once trust has
        been established, the public key of the other user will be signed.
        The other user's public key can be added to our keyring.  The other
        user will add our public key to their keyring.

This software is built on top of openpgpsdk 0.9.1, but provides a
higher-level interface, is autoconf-ed and libtool-ed, and has had
some significant bugs fixed.

diffstat:

 security/netpgp/DESCR    |  16 ++++++++++++++++
 security/netpgp/Makefile |  21 +++++++++++++++++++++
 security/netpgp/PLIST    |   6 ++++++
 security/netpgp/distinfo |   5 +++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 1758d989fb99 -r 335167340f11 security/netpgp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/netpgp/DESCR     Wed Apr 29 04:54:34 2009 +0000
@@ -0,0 +1,16 @@
+The netpgp command can digitally sign files and verify that the
+signatures attached to files were signed by a given user identifier.
+netpgp can also encrypt files using the public or private keys of
+users and, in the same manner, decrypt files which were encrypted.
+
+The netpgp utility can also be used to generate a new key-pair for a
+user.  This key is in two parts, the public key (which can be used by
+other people) and a private key.
+
+In addition to these primary uses, the third way of using netpgp is to
+maintain keyrings.  Keyrings are collections of public keys belonging
+to other users.  By using other means of identification, it is
+possible to establish the bona fides of other users.  Once trust has
+been established, the public key of the other user will be signed.
+The other user's public key can be added to our keyring.  The other
+user will add our public key to their keyring.
diff -r 1758d989fb99 -r 335167340f11 security/netpgp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/netpgp/Makefile  Wed Apr 29 04:54:34 2009 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 04:54:34 agc Exp $
+
+DISTNAME=              netpgp-20090428
+CATEGORIES=            security
+MASTER_SITES=          ${MASTER_SITE_LOCAL}
+
+MAINTAINER=            agc%NetBSD.org@localhost
+HOMEPAGE=              http://www.NetBSD.org/
+COMMENT=               PGP signing, verification, encryption and decryption program
+LICENSE=               modified-bsd
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE=         yes
+USE_LIBTOOL=           yes
+
+.include "../../archivers/bzip2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 1758d989fb99 -r 335167340f11 security/netpgp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/netpgp/PLIST     Wed Apr 29 04:54:34 2009 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/29 04:54:34 agc Exp $
+bin/netpgp
+include/netpgp.h
+lib/libnetpgp.la
+man/man1/netpgp.1
+man/man3/libnetpgp.3
diff -r 1758d989fb99 -r 335167340f11 security/netpgp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/netpgp/distinfo  Wed Apr 29 04:54:34 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/04/29 04:54:34 agc Exp $
+
+SHA1 (netpgp-20090428.tar.gz) = 9948633b57142b021d3b6b84b8b6d0dd3732fcb6
+RMD160 (netpgp-20090428.tar.gz) = 72faf03df8e16332a6ce576d55914fbd5b8cd138
+Size (netpgp-20090428.tar.gz) = 1153777 bytes



Home | Main Index | Thread Index | Old Index