aboutsummaryrefslogtreecommitdiff
path: root/graphics/libpgf/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* graphics/libpgf: Update to 7.21.7Jason E. Hale2022-02-271-6/+6
|
* graphics/libpgf: Add CPE informationBernhard Froehlich2021-08-311-1/+1
| | | | Approved by: portmgr (blanket)
* 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
|
* - Fix LICENSEDmitry Marakasov2020-12-041-1/+2
| | | | | | | | | | - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=556960
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* - Update graphics/libpgf to 7.15.32Jason E. Hale2015-08-211-4/+4
| | | | | | | | | - Chase shlib bump Security: 9a71953a-474a-11e5-adde-14dae9d210b8 Notes: svn path=/head/; revision=394934
* - Convert to USES=autoreconfJason E. Hale2014-10-041-7/+2
| | | | Notes: svn path=/head/; revision=369942
* Use default LIBTOOLIZE_ARGSTijl Coosemans2014-09-131-1/+0
| | | | Notes: svn path=/head/; revision=368126
* - Update to 6.14.12Jason E. Hale2014-06-281-3/+6
| | | | | | | | - USES=libtool, drop .la file - Strip binaries Notes: svn path=/head/; revision=359701
* - Support stagingJason E. Hale2013-10-191-1/+0
| | | | Notes: svn path=/head/; revision=330872
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Update MAINTAINER to my new FreeBSD.org addressJason E. Hale2012-09-131-1/+1
| | | | | | | Approved by: makc (mentor) Notes: svn path=/head/; revision=304177
* Add new port graphics/libpgf (prerequisite for digikam update):Max Brazhnikov2012-07-301-0/+32
The Progressive Graphics File (PGF) is an efficient image file format that is based on a fast, discrete wavelet transform with progressive coding features. PGF can be used for lossless and lossy compression. WWW: http://www.libpgf.org Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 commit Notes: svn path=/head/; revision=301763