Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2009 17:43:08 +0200 (CEST)
From:      bapt <baptiste.daroussin@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/134997: [NEW PORT] security/netpgp: PGP signing, verification, encryption and decryption program
Message-ID:  <20090527154308.8D8941867F@wicklow.lan>
Resent-Message-ID: <200905271550.n4RFo1R6041328@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         134997
>Category:       ports
>Synopsis:       [NEW PORT] security/netpgp: PGP signing, verification, encryption and decryption program
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 27 15:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     bapt
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD wicklow.lan 8.0-CURRENT FreeBSD 8.0-CURRENT #10: Fri May 22 13:46:33 CEST 2009
>Description:
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.

WWW:	http://www.NetBSD.org/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- netpgp-20090428.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	netpgp
#	netpgp/distinfo
#	netpgp/Makefile
#	netpgp/pkg-descr
#	netpgp/pkg-plist
#
echo c - netpgp
mkdir -p netpgp > /dev/null 2>&1
echo x - netpgp/distinfo
sed 's/^X//' >netpgp/distinfo << '035249e13861bd6f2707ac61f8d634cf'
XMD5 (netpgp-20090428.tar.gz) = 03f8b8028187240be0466ff2364c9478
XSHA256 (netpgp-20090428.tar.gz) = c88926a3f1957adc6a1a98ff95dd5f4837c3893cf785bf90d7afbf1b8fe84e0c
XSIZE (netpgp-20090428.tar.gz) = 1153777
035249e13861bd6f2707ac61f8d634cf
echo x - netpgp/Makefile
sed 's/^X//' >netpgp/Makefile << 'b7a76ffd3425c3dcfc0456346a81a6b9'
X# New ports collection makefile for:	netpgp
X# Date created:		2009-05-27
X# Whom:			bapt <baptiste.daroussin@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	netpgp
XPORTVERSION=	20090428
XCATEGORIES=	security
XMASTER_SITES=	NETBSD
X
XMAINTAINER=	baptiste.daroussin@gmail.com
XCOMMENT=	PGP signing, verification, encryption and decryption program
X
XUSE_LDCONFIG=	yes
XGNU_CONFIGURE=	yes
X
XCFLAGS+=	-DOPENSSL_NO_IDEA
X
XMAN1+=		netpgp
XMAN3+=		libnetpgp
X
X.include <bsd.port.mk>
b7a76ffd3425c3dcfc0456346a81a6b9
echo x - netpgp/pkg-descr
sed 's/^X//' >netpgp/pkg-descr << '4d77ce2c0149aa41e16d3aa93ce07689'
XThe netpgp command can digitally sign files and verify that the
Xsignatures attached to files were signed by a given user identifier.
Xnetpgp can also encrypt files using the public or private keys of
Xusers and, in the same manner, decrypt files which were encrypted.
X
XThe netpgp utility can also be used to generate a new key-pair for a
Xuser.  This key is in two parts, the public key (which can be used by
Xother people) and a private key.
X
XIn addition to these primary uses, the third way of using netpgp is to
Xmaintain keyrings.  Keyrings are collections of public keys belonging
Xto other users.  By using other means of identification, it is
Xpossible to establish the bona fides of other users.  Once trust has
Xbeen established, the public key of the other user will be signed.
XThe other user's public key can be added to our keyring.  The other
Xuser will add our public key to their keyring.
X
XWWW:	http://www.NetBSD.org/
4d77ce2c0149aa41e16d3aa93ce07689
echo x - netpgp/pkg-plist
sed 's/^X//' >netpgp/pkg-plist << '365d612fe0a90ade11c6a799e927cfbb'
Xbin/netpgp
Xinclude/netpgp.h
Xlib/libnetpgp.a
Xlib/libnetpgp.la
Xlib/libnetpgp.so
Xlib/libnetpgp.so.1
Xlib/libnetpgp.so.1.0.0
365d612fe0a90ade11c6a799e927cfbb
exit
--- netpgp-20090428.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090527154308.8D8941867F>