summaryrefslogtreecommitdiff
path: root/security/pgpin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* security/pgpin: use ${PREFIX}/share/manDirk Meyer2024-01-112-2/+2
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark as BROKEN on riscv64, same as mips64.Mark Linimon2020-12-061-2/+3
| | | | | | | | | While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=557148
* security/pgpin: fix build on powerpc64lePiotr Kubaj2020-10-181-1/+1
| | | | | | | All FreeBSD architectures use the same command, just use the one for powerpc64 on powerpc64le (it could be even the one for amd64). Notes: svn path=/head/; revision=552614
* security/pgpin: back out my last commit. pgpin is still useful for various ↵Rene Ladan2017-12-171-3/+0
| | | | | | | | | | | cases, such as decrypting old email or migrating to new keys. Reported by: dinoex (maintainer) Notes: svn path=/head/; revision=456557
* Schedule security/pgpin for removal on 2018-02-01Rene Ladan2017-12-171-0/+3
| | | | | | | | | | This port does not support OpenPGP standards and uses untrustworthy algorithms, its counterpart security/pgp was removed on 2017-06-07 security/gnupg1 is backwards compatible with PGP 2.6.3 Notes: svn path=/head/; revision=456534
* - add OPTIONS_DEFINEDirk Meyer2017-08-311-4/+3
| | | | Notes: svn path=/head/; revision=449022
* - add support for armv7Dirk Meyer2017-08-311-11/+13
| | | | | | | | PR: 221895 Submitted by: Mark Linimon Notes: svn path=/head/; revision=449021
* These ports now build on powerpc64.Mark Linimon2017-04-101-1/+0
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=438123
* - fix build on aarch64Dirk Meyer2016-11-192-4/+11
| | | | Notes: svn path=/head/; revision=426366
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-161-0/+3
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426201
* - set PORTSCOUT to ignoreDirk Meyer2016-10-081-0/+1
| | | | Notes: svn path=/head/; revision=423506
* - move DOCS and make them an optionDirk Meyer2016-10-074-12/+26
| | | | | | | | | - update URL, MASTER_SITES - add framework for mips64 - add LICENSE Notes: svn path=/head/; revision=423481
* Prevent collision with getline(3)Baptiste Daroussin2016-07-301-0/+47
| | | | Notes: svn path=/head/; revision=419288
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* - use USES=tarDirk Meyer2015-11-212-10/+5
| | | | | | | - use @sample Notes: svn path=/head/; revision=402180
* - add freebsd-mips targetDirk Meyer2015-06-091-7/+13
| | | | Notes: svn path=/head/; revision=388895
* - fix build for armv8Dirk Meyer2015-05-161-3/+7
| | | | | | | | PR: 200121 Submitted by: Mikael Urankar Notes: svn path=/head/; revision=386567
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - revert r331810Dirk Meyer2013-10-282-2/+1
| | | | Notes: svn path=/head/; revision=331895
* - use STAGEDIRDirk Meyer2013-10-271-25/+9
| | | | | | | - use OPTIONS_DEFINE Notes: svn path=/head/; revision=331810
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-2/+2
| | | | Notes: svn path=/head/; revision=327804
* 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
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - honor CC,CFLAGS,LD,LDFLAGSDirk Meyer2011-06-242-2/+22
| | | | Notes: svn path=/head/; revision=276205
* Revert previous commit: it had already been fixed.Mark Linimon2010-04-011-7/+1
| | | | Notes: svn path=/head/; revision=251940
* Mark as not yet ported to powerpc.Mark Linimon2010-04-011-1/+7
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=251934
* - add target freebsd-powerpcDirk Meyer2010-03-181-6/+9
| | | | Notes: svn path=/head/; revision=251210
* - use ARCH instead of MACHINE_ARCHDirk Meyer2009-09-261-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=242116
* - add SHA checksumDirk Meyer2005-11-131-0/+1
| | | | Notes: svn path=/head/; revision=148088
* - Fix MASTER_SITESDirk Meyer2005-10-021-1/+2
| | | | Notes: svn path=/head/; revision=143947
* 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
* - remove urlDirk Meyer2005-01-131-1/+0
| | | | Notes: svn path=/head/; revision=126312
* - add SIZEDirk Meyer2004-02-261-0/+1
| | | | Notes: svn path=/head/; revision=102162
* - Unbreak for amd64Dirk Meyer2003-07-064-6/+10
| | | | Notes: svn path=/head/; revision=84251
* - retire pkg-commentDirk Meyer2003-02-211-1/+0
| | | | Notes: svn path=/head/; revision=76006
* - add COMMENTDirk Meyer2003-02-201-0/+1
| | | | Notes: svn path=/head/; revision=75965
* - Support build on ia64Dirk Meyer2003-01-114-6/+11
| | | | Notes: svn path=/head/; revision=72894
* - regression test on panther successfullDirk Meyer2002-12-085-3/+60
| | | | Notes: svn path=/head/; revision=71432
* remerge patch, define was lost.Dirk Meyer2002-12-081-4/+5
| | | | Notes: svn path=/head/; revision=71425
* Fix build on sparc64Dirk Meyer2002-12-081-5/+11
| | | | Notes: svn path=/head/; revision=71424
* Update to 20010323Dirk Meyer2001-08-212-3/+3
| | | | | | | | | | | Changelog: - Fixed a spelling error. - language.txt fixed. - DOS compile process brushed up. - Protect against my nightmare dream ten hours ago. Notes: svn path=/head/; revision=46607
* change MAINTAINER to FreeBSD.org addressDirk Meyer2001-06-241-1/+1
| | | | Notes: svn path=/head/; revision=44375
* PGP (Pretty Good Privacy) is a public key encryption pack-Dirk Meyer2001-03-318-0/+211
age to protect E-mail and data files. It lets you commu- nicate securely with people you've never met, with no secure channels needed for prior exchange of keys. It's well featured and fast, with sophisticated key management, digital signatures, data compression, and good ergonomic design. Contributors: Matthias Bruestle for the myetsid feature. Lutz Donnerhacke for the pgp2.6.3in development. Ingmar Camphausen, Thomas Roessler, a.o. for extensive testing. WWW: http://www.in-ca.individual.net/ FTP: ftp://ftp.fu-berlin.de/doc/IN/IN-CA/pgp/pgp263in/files/pgp263in.changes Notes: svn path=/head/; revision=40651