Bug 134997 - [NEW PORT] security/netpgp: PGP signing, verification, encryption and decryption program
Summary: [NEW PORT] security/netpgp: PGP signing, verification, encryption and decrypt...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-27 16:50 UTC by baptiste.daroussin
Modified: 2009-06-15 22:50 UTC (History)
0 users

See Also:


Attachments
netpgp-20090428.shar (2.60 KB, text/plain)
2009-05-27 16:50 UTC, baptiste.daroussin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description baptiste.daroussin 2009-05-27 16:50:01 UTC
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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-05-27 17:08:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-05-29 11:22:14 UTC
State Changed
From-To: open->feedback

Howdy , 

Build failed, 

http://32bit.miwibox.org/index.php?action=describe_port&id=2577 
http://64bit.miwibox.org/index.php?action=describe_port&id=2684 

could you please take a look? 

- Martin
Comment 3 baptiste.daroussin 2009-05-31 18:35:15 UTC
Here is a new shar for the version 20090525, it fixes the MANPAGES in plist


--- netpgp-20090525.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/pkg-plist
#	netpgp/distinfo
#	netpgp/Makefile
#	netpgp/pkg-descr
#
echo c - netpgp
mkdir -p netpgp > /dev/null 2>&1
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
echo x - netpgp/distinfo
sed 's/^X//' >netpgp/distinfo << '035249e13861bd6f2707ac61f8d634cf'
XMD5 (netpgp-20090525.tar.gz) = 2b097a919112e0f4ff064e52daca0632
XSHA256 (netpgp-20090525.tar.gz) = 6a2b7206c1013054a2290ec1ecf4b9804ebb9fb4376b61a5750b84c88a79e5d8
XSIZE (netpgp-20090525.tar.gz) = 1103952
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=	20090525
XCATEGORIES=	security
XMASTER_SITES=	NETBSD
XMASTER_SITE_SUBDIR=	LOCAL_PORTS
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.1
XMAN3+=		libnetpgp.3
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
exit
--- netpgp-20090525.shar ends here ---
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2009-06-15 22:46:29 UTC
State Changed
From-To: feedback->closed

New port added. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-06-15 22:46:51 UTC
miwi        2009-06-15 21:46:41 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/netpgp      Makefile distinfo pkg-descr pkg-plist 
  Log:
  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/
  
  PR:             ports/134997
  Submitted by:   bapt <baptiste.daroussin at gmail.com>
  
  Revision  Changes    Path
  1.1041    +1 -0      ports/security/Makefile
  1.1       +30 -0     ports/security/netpgp/Makefile (new)
  1.1       +3 -0      ports/security/netpgp/distinfo (new)
  1.1       +18 -0     ports/security/netpgp/pkg-descr (new)
  1.1       +7 -0      ports/security/netpgp/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"