aboutsummaryrefslogtreecommitdiff
path: root/news/pgpmoose
Commit message (Collapse)AuthorAgeFilesLines
* news/pgpmoose: use ${PREFIX}/share/manDirk Meyer2024-01-112-8/+8
|
* 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
|
* - use USES=tarDirk Meyer2015-11-211-2/+1
| | | | Notes: svn path=/head/; revision=402183
* 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
* - add shebangfixDirk Meyer2015-01-021-2/+6
| | | | Notes: svn path=/head/; revision=376046
* - remove broken MANPREFIXDirk Meyer2014-03-041-1/+1
| | | | Notes: svn path=/head/; revision=346994
* - revert r331810Dirk Meyer2013-10-282-3/+11
| | | | Notes: svn path=/head/; revision=331895
* - use STAGEDIRDirk Meyer2013-10-271-10/+6
| | | | | | | - use OPTIONS_DEFINE Notes: svn path=/head/; revision=331810
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+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
| | | | | | | news) Notes: svn path=/head/; revision=327759
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - update WWWDirk Meyer2011-08-071-1/+1
| | | | Notes: svn path=/head/; revision=279123
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - use REINPLACE_CMDDirk Meyer2010-06-111-3/+2
| | | | Notes: svn path=/head/; revision=256370
* - add SHA checksumDirk Meyer2005-11-131-0/+1
| | | | Notes: svn path=/head/; revision=148088
* - add SIZEDirk Meyer2004-02-261-0/+1
| | | | Notes: svn path=/head/; revision=102162
* - 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
* - Fix broken MASTER_SITESDirk Meyer2001-12-171-2/+4
| | | | Notes: svn path=/head/; revision=51659
* - Add support for NEWSCTLDirk Meyer2001-10-103-0/+106
| | | | | | | | | - patched pmcheck to work with more groups like documented - patched pmcheck to give error result in more cases - patched patch-pmdaemon to use FreeBSD paths. Notes: svn path=/head/; revision=48644
* change MAINTAINER to FreeBSD.org addressDirk Meyer2001-06-241-1/+1
| | | | Notes: svn path=/head/; revision=44375
* Added URL, removed empty lines to make portlint happyDirk Meyer2001-02-231-2/+2
| | | | Notes: svn path=/head/; revision=38657
* Master-Sites changed, renaming of directories.Dirk Meyer2001-02-231-1/+1
| | | | | | | Approved by: will Notes: svn path=/head/; revision=38625
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}Akinori MUSHA2000-04-141-1/+1
| | | | | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27539
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+4
| | | | Notes: svn path=/head/; revision=27420
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21127
* Update to 1.19Seiichirou Hiraoka1999-02-123-9/+6
| | | | | | | | | patches/patch-* in this PR was miss included. PR: ports/10043 Submitted-by: dirk.meyer@dinoex.sub.org Notes: svn path=/head/; revision=16700
* Use the version number pmapp.c since the distfile doesn't have a version.Steve Price1999-01-181-6/+5
| | | | | | | | PR: 9525 Submitted by: maintainer Notes: svn path=/head/; revision=16125
* DISTFILE movement and updating of checksum.Bill Fumerola1998-12-272-3/+3
| | | | | | | Noticed By: Satoshi's script-o-matic. Notes: svn path=/head/; revision=15651
* NEWSFLASH! Manpages to be deleted from PLISTs!Tim Vanderhoek1998-08-191-6/+0
| | | | Notes: svn path=/head/; revision=12652
* Initial import of pgpmoose version 1.0.Steve Price1998-08-095-0/+74
Handles signatures for moderated newsgroups. PR: 5200 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> Notes: svn path=/head/; revision=12353