aboutsummaryrefslogtreecommitdiff
path: root/security/netpgp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* security/netpgp: Fix typo that broke DragonFly (GCC 4.7)John Marino2014-03-011-1/+1
| | | | | | | | | | | | There was an errant "-" in a CFLAGS definition that got interpreted as in input from stdin during one of the conftests. This caused netpgp to fail configuration for months on DragonFly and presumably any modern GCC. I'm surprised clang tolerated it. pointyhat to: bapt@ Notes: svn path=/head/; revision=346723
* Drop maintainershipBaptiste Daroussin2013-12-161-1/+1
| | | | Notes: svn path=/head/; revision=336648
* Support stageBaptiste Daroussin2013-12-111-8/+4
| | | | | | | Fix build on 10 and HEAD Notes: svn path=/head/; revision=336149
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Remove useless LICENSE_FILEBaptiste Daroussin2012-12-311-1/+0
| | | | Notes: svn path=/head/; revision=309732
* Fix compilation with clang on headBaptiste Daroussin2012-11-301-13/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=308003
* Fix typos and make small modifications in COMMENT (according to Porter'sCarlo Strub2012-08-031-1/+1
| | | | | | | | | Handbook) Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301960
* Forgot to commit the plist modificationBaptiste Daroussin2010-11-081-1/+2
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=264255
* - Update to 20101107Baptiste Daroussin2010-11-081-1/+1
| | | | Notes: svn path=/head/; revision=264252
* - update to 20100710Baptiste Daroussin2010-08-201-1/+2
| | | | | | | | | | | - add USE_OPENSSL macros PR: ports/149812 Submitted by: Julien Laffaye <kimelto _at_ gmail.com> Approved by: jadawin (co-mentor) Notes: svn path=/head/; revision=259644
* Change maintainer address to my new @FreeBSD.orgBaptiste Daroussin2010-07-281-1/+1
| | | | | | | Approved by: jadawin@ (co-mentor) Notes: svn path=/head/; revision=258396
* - Update to 20100601Martin Wilke2010-06-051-1/+4
| | | | | | | | PR: 147433 Submitted by: Bapt <baptiste.daroussin@gmail.com> (maintainer) Notes: svn path=/head/; revision=255834
* Upgrade to version 20100313Niels Heinen2010-04-021-1/+1
| | | | | | | | | PR: ports/145191 Submitted by: Bapt <baptiste.daroussin@gmail.com> (maintainer) Approved by: miwi (co-mentor) Notes: svn path=/head/; revision=252084
* - Update to 20100212Martin Wilke2010-02-261-1/+1
| | | | | | | | | PR: 144210 Submitted by: Bapt <baptiste.daroussin@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=250356
* - Update to 4.1.2 20090611Philippe Audeoud2009-08-311-2/+4
| | | | | | | | PR: ports/138395 Submitted by: Bapt <baptiste.daroussin gmail.com> Notes: svn path=/head/; revision=240606
* The netpgp command can digitally sign files and verify that theMartin Wilke2009-06-151-0/+30
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> Notes: svn path=/head/; revision=235963