summaryrefslogtreecommitdiff
path: root/security/pgp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149451
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - fix COMMENT, contains no longer MIT codeDirk Meyer2003-11-181-3/+3
| | | | | | | - make portlint happy Notes: svn path=/head/; revision=94279
* Fix issues with the PGPLIB change made some time ago (broken alpha build,Will Andrews2003-06-251-1/+1
| | | | | | | | | broken language pgp ports). Nagged by: kris Notes: svn path=/head/; revision=83568
* Make this port install text files in the more proper location PREFIX/share.Will Andrews2003-06-124-55/+63
| | | | | | | | PR: 13351 Submitted by: Sergei Laskavy <laskavy@Berkeley.Gambit.Msk.SU>, asami Notes: svn path=/head/; revision=82834
* Remove myself from MAINTAINERAndrey A. Chernov2003-06-021-1/+1
| | | | Notes: svn path=/head/; revision=82041
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* ONLY_FOR_ARCHS=i386 alphaKris Kennaway2002-12-061-0/+1
| | | | Notes: svn path=/head/; revision=71392
* Reorder @unexec lines to clean directory properlyAndrey A. Chernov2001-03-291-2/+2
| | | | Notes: svn path=/head/; revision=40514
* Install a copy of the manpage as "pgp2" to better co-exist with otherDavid E. O'Brien2000-11-251-1/+4
| | | | | | | versions of PGP. Notes: svn path=/head/; revision=35401
* Finally convert to new ports scheme, remove usa/non-usa stuff, package defaultAndrey A. Chernov2000-10-124-4/+54
| | | | | | | conf files too Notes: svn path=/head/; revision=33746
* Update all ports using OpenSSL and RSA to work without rsaref sinceKris Kennaway2000-09-221-49/+14
| | | | | | | | | | it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems. Notes: svn path=/head/; revision=32957
* Fix MASTER_SITE for USA variantAndrey A. Chernov2000-04-231-2/+1
| | | | Notes: svn path=/head/; revision=27918
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-16/+16
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-7/+8
| | | | Notes: svn path=/head/; revision=27426
* Add WWWChris Piazza2000-04-091-0/+2
| | | | Notes: svn path=/head/; revision=27424
* Respect CFLAGS.Jeremy Lea2000-02-271-1/+1
| | | | | | | No response by: maintainer Notes: svn path=/head/; revision=26343
* Split up the freebsd build target into one for the i386 and one for theSteve Price2000-02-131-1/+1
| | | | | | | Alpha so the Alpha users can use pgp too. Notes: svn path=/head/; revision=25757
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* expr -> ${EXPR}Michael Haro1999-08-281-3/+3
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-4/+4
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* grep -> ${GREP}Michael Haro1999-08-231-2/+2
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Misc. PLIST cleanups.Satoshi Asami1999-05-121-0/+1
| | | | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=18811
* Switch to USE_ZIPJustin M. Seger1999-05-071-6/+2
| | | | Notes: svn path=/head/; revision=18579
* fix extract cmdAndrey A. Chernov1999-02-071-2/+2
| | | | | | | | PR: 9917 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua> Notes: svn path=/head/; revision=16553
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-3/+5
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* security/rsaref has been ELFized.Satoshi Asami1998-09-251-2/+2
| | | | Notes: svn path=/head/; revision=13390
* Secure the freedom of the manpages! Free the manpages!Tim Vanderhoek1998-08-191-1/+0
| | | | | | | PR: ports/7651 Notes: svn path=/head/; revision=12655
* Distfile moved, change pathAndrey A. Chernov1997-08-271-3/+3
| | | | Notes: svn path=/head/; revision=7702
* Use rsaref from ports for USAAndrey A. Chernov1997-02-021-6/+5
| | | | | | | Add more mirrors Notes: svn path=/head/; revision=5507
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-182-6/+6
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* CAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-))David E. O'Brien1996-11-171-2/+2
| | | | | | | | Converted to new MAN[1-9] Converted to MASTER_SITES= ${MASTER_SITE_PERL_CPAN} where applicable Notes: svn path=/head/; revision=4537
* Change NO_PACKAGE to RESTRICTED, we don't even want to redistribute theSatoshi Asami1996-10-161-4/+4
| | | | | | | distfile. Notes: svn path=/head/; revision=4000
* Upgrade to 2.6.3iaAndrey A. Chernov1996-05-271-4/+5
| | | | Notes: svn path=/head/; revision=3129
* Upgrade to International releaseAndrey A. Chernov1996-01-182-7/+10
| | | | Notes: svn path=/head/; revision=2646
* Better package listAndrey A. Chernov1996-01-041-1/+5
| | | | Notes: svn path=/head/; revision=2604
* Upgrade to next international beta snapshotAndrey A. Chernov1996-01-041-4/+5
| | | | Notes: svn path=/head/; revision=2602
* Correct the PGP homepage in the header comments.Mark Murray1995-12-061-2/+2
| | | | Notes: svn path=/head/; revision=2535
* Upgrade international variant to next development snapshotAndrey A. Chernov1995-12-021-5/+3
| | | | Notes: svn path=/head/; revision=2518
* Pick an initial DISTNAME for this. The extra obfuscation forJordan K. Hubbard1995-10-071-1/+4
| | | | | | | | US and non-US versions ended up eliminating any sort of default DISTNAME for `make describe' and hence the INDEX file. Notes: svn path=/head/; revision=2289
* Upgrade to new international dev snapshot.Andrey A. Chernov1995-09-281-2/+3
| | | | | | | Use pre-fetch target instead of non-documented one. Notes: svn path=/head/; revision=2204
* Upgrade to new international dev versionAndrey A. Chernov1995-09-251-4/+1
| | | | Notes: svn path=/head/; revision=2195
* Overwrite fetch-depends target instead of old exec_dependsAndrey A. Chernov1995-09-241-2/+2
| | | | Notes: svn path=/head/; revision=2194
* EXEC->BUILD DEPENDSAndrey A. Chernov1995-09-231-4/+3
| | | | Notes: svn path=/head/; revision=2184
* Upgrade international version to 2.6.3iAndrey A. Chernov1995-09-151-10/+14
| | | | Notes: svn path=/head/; revision=2157