Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.13 17 Mar 2024 15:01:36 |
Muhammad Moinur Rahman (bofh) |
graphics/pngcrush: Remove expired port
graphics/pngcrush |
1.8.13 08 Feb 2024 22:09:19 |
Daniel Engberg (diizzy) |
graphics/pngcrush: Mark BROKEN and set expiration date to 2024-02-29
Fails to build with libpng 1.6.41 due to usage of undocumented feature to
disable Adler32 checksums.
Last release in 2017 and dead upstream, redirect users to graphics/oxipng
or graphics/pngquant
Reference:
https://github.com/pnggroup/libpng/commit/269b753496180cdb3082d87b0cd907905593dee5
PR: 276649
Reviewed by: Anton Saietskii <vsasjason@gmail.com> (maintainer) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
1.8.13 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
1.8.13 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.8.13 08 Oct 2021 11:18:59 |
Bernhard Froehlich (decke) |
graphics/pngcrush: Add CPE information
Approved by: portmgr (blanket) |
1.8.13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.13 29 Sep 2017 19:45:27 |
swills |
graphics/pngcrush: Update to 1.8.13
PR: 222517
Submitted by: lightside <lightside@gmx.com>
Approved by: Anton Sayetsky <vsasjason@gmail.com> (maintainer) |
1.8.7 10 Nov 2016 01:32:50 |
linimon |
Attempt to fix INDEX build on FreeBSD-9.
Approved by: "just fix it" |
1.8.7 09 Nov 2016 23:35:34 |
mandree |
Maintainer update to newer release 1.8.7.
PR: 213944
Submitted by: Anton Sayetsky (maintainer) |
1.8.1 12 Apr 2016 09:08:33 |
rakuco |
Update to 1.8.1.
Changelog:
* Added the LICENSE file to the tar and zip distributions.
* Made "-force" force output even when the IDAT is larger, and added
"-noforce" option; "-noforce" is now the default behavior (Bug
report #68 at SourceForge by "wintakeall")
* Use right filename in filesize reduction report (overwrite?inname:outname)
(bug report #69 by "wintakeall").
* Removed some superfluous spaces from the Copyright statement.
* Added "-speed" option; it avoids using the AVG or PAETH filters which
are slower to decode.
PR: 208730
Submitted by: Anton Sayetsky <vsasjason@gmail.com> (maintainer) |
1.8.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.8.0 13 Mar 2016 14:56:47 |
sunpoet |
- Fix MASTER_SITES
PR: 207935
Submitted by: Anton Sayetsky <vsasjason@gmail.com> (maintainer) |
1.8.0 12 Mar 2016 12:12:11 |
rakuco |
Update to 1.8.0.
Changelog:
* Made "-reduce" and "-force" the default behavior. Removed obsolete
options "-plte_len", "-cc", "-nocc", "-double_gamma", "-already_crushed",
and "-bit_depth". Removed "things_have_changed" code.
* Deleted png_read_update_info() statement that was mistakenly added to
version 1.7.89. It caused "bad adaptive filter value" errors.
* Suppress warning about "damaged LZ stream" when bailing out and building
with libpng-1.7.0beta.
* Added a LICENSE file to the distribution. It points to the actual
license appearing in the NOTICES section near the top of pngcrush.c
* Show if pngcrush is built with bundled or system libpng and zlib.
* Fixed segfault while writing a -loco MNG (bug found with AFL, reported
by Brian Carpenter). Bug was introduced in pngcrush-1.7.35.
PR: 207801
Submitted by: Anton Sayetsky <vsasjason@gmail.com> (maintainer) |
1.7.88 28 Nov 2015 15:38:36 |
riggs |
Update to upstream version 1.7.88
Version 1.7.88 eliminates a potential overflow while adding iTXt chunk.
PR: 204733
Submitted by: vsasjason@gmail.com (maintainer)
MFH: 2015Q4 |
1.7.87 20 Nov 2015 19:50:01 |
pi |
graphics/pngcrush: 1.7.86 -> 1.7.87
- Fixed a double-free bug. There was a "free" of the sPLT chunk structure
in pngcrush and then again in png.c (Bug report by Brian Carpenter).
- Added common-law trademark notice and export control information.
- Rearranged some paragraphs in the comments at the beginning of pngcrush.c
- Increased some buffer sizes in an attempt to prevent possible overflows.
PR: 204421
Submitted by: Anton Sayetsky <vsasjason@gmail.com> (maintainer) |
1.7.86 04 Aug 2015 11:52:31 |
robak |
graphics/pngcrush: update 1.7.85 -> 1.7.86
PR: 202054
Submitted by: Anton Sayetsky <vsasjason@gmail.com> (maintainer) |
1.7.85 28 Apr 2015 06:05:36 |
vg |
- Update to 1.7.85
Changelog:
* Improved reporting of invalid chunk names. Does not try to put
non-printable characters in STDERR; displays hex numbers instead.
* Fixed include path for utime.h on MSVC (Louis McLaughlin).
* Eliminated "FAR" memory support (it was removed from libpng at version
1.6.0).
* Disabled the "-already_crushed" option which does not really work well.
PR: ports/199520
Submitted by: Anton Sayetsky <vsasjason@gmail.com> (maintainer) |
1.7.84 01 Mar 2015 14:34:58 |
sunpoet |
- Update to 1.7.84
Changes: http://pmt.sourceforge.net/pngcrush/changelog.html
PR: 198127
Submitted by: Anton Sayetsky <vsasjason@gmail.com> (maintainer) |
1.7.81_1 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.7.81 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
1.7.81 13 Dec 2014 19:34:36 |
riggs |
Update to upstream release 1.7.81
PR: 195730
Submitted by: vsasjason@gmail.com (maintainer) |
1.7.80 05 Nov 2014 19:26:34 |
ak |
- Update to 1.7.80
* Fixed bug in -plte_len N option.
* Added "-reduce_palette" and "-noreduce_palette" options. Enable
reduce_palette when the "-new" or "-reduce" option is used.
PR: 194790
Submitted by: Anton Sayetsky <vsasjason@gmail.com> (maintainer) |
1.7.78 24 Oct 2014 14:38:11 |
ak |
- Update to 1.7.78
- Update maintainer's email
PR: 194461
Submitted by: Anton Sayetsky <vsjcfm@gmail.com> (maintainer) |
1.7.76 17 Jun 2014 21:44:44 |
rakuco |
Update to 1.7.76.
PR: 191127
Submitted by: vsjcfm@gmail.com (maintainer) |
1.7.73 23 Apr 2014 00:59:06 |
amdmi3 |
- Update to 1.7.73
Changelog:
* Restored calls to png_set_crc_action() which had been removed from version
1.7.72 for some testing and inadvertently not restored.
* Changed "fix" internal variable name to "salvage" (still set with "-fix")
* Added code to fix/salvage PNG with "bad adaptive filter value" error.
* Avoid calculating CRC during compression trials except for the last trial,
when the output is actually written.
* Fixed a bug with reducing 16-bit images to 8-bit using "-reduce" option.
PR: 188290
Submitted by: Anton Sayetsky <vsjcfm@gmail.com> (maintainer) |
1.7.72 13 Mar 2014 18:03:07 |
pawel |
Update to version 1.7.72
PR: ports/187353
Submitted by: maintainer |
1.7.71 05 Mar 2014 11:50:04 |
mat |
- Update to 1.7.71
- Stage
- Pass maintainership to submitter
maintainer timeout (1 month)
PR: 186305
Submitted by: Anton Sayetsky
Sponsored by: Absolight |
1.7.67 22 Sep 2013 23:18:59 |
eadler |
Update to 1.7.67
Modernize LIB_DEPENDS
Tested with poudriere
Approved by: jsa (maintainer) |
1.7.59 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.7.59 10 Sep 2013 20:36:28 |
marino |
graphics/pngcrush: Add archive to MASTER_SITES to unbreak fetch
The distfile is frequently archived by upstream. The previous unbreak
fetch effort lasted less than a week! By adding the archive location to
the MASTER_SITES definition, we can make this port function longer.
PR: ports/179795
Approved by: maintainer (timeout) |
1.7.59 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.7.59 08 Jun 2013 17:18:33 |
mandree |
Update to 1.7.59, unbreaking the fetch.
PR: ports/179351
PR: ports/177629
PR: ports/178806
PR: ports/179046
PR: ports/179197 [1]
PR: ports/179351
Submitted by: Sayetsky Anton <vsjcfm@gmail.com> [1] and others
Approved by: jsa (maintainer timeout, 9 weeks on PR 177629) |
1.7.51 08 Jun 2013 17:02:58 |
mandree |
Chase relocation of upstream source, and remove BROKEN=Does not fetch.
Note there are multiple pending PRs. |
1.7.51 04 May 2013 21:21:32 |
bapt |
Mark as broken: does not fetch |
1.7.51 03 Mar 2013 17:35:51 |
jsa |
Update port to 1.7.51.
Approved by: kwm (mentor) |
1.7.41 29 Oct 2012 21:02:25 |
jsa |
Update to 1.7.41.
PR: ports/173028
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Approved by: wxs (mentor)
Feature safe: yes |
1.7.40 21 Oct 2012 04:31:07 |
jsa |
Update to 1.7.40.
Approved by: wxs (mentor)
Feature safe: yes |
1.7.28_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.7.28 27 May 2012 23:06:39 |
jsa |
Update to 1.7.28.
PR: ports/166218
Submitted by: ehaupt
Approved by: wxs (mentor) |
1.7.24 10 Feb 2012 23:31:47 |
jsa |
Update to 1.7.24.
Approved by: wxs (mentor) |
1.7.22 31 Dec 2011 02:22:51 |
jsa |
Update to 1.7.22.
Approved by: wxs (mentor)
Feature safe: yes |
1.7.15 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.7.15 18 Jun 2011 19:10:28 |
jsa |
Update to 1.7.15. Make build use system libpng from now on.
Approved by: kwm (mentor) |
1.7.14 18 Feb 2011 02:32:44 |
jsa |
Update to 1.7.14.
Approved by: wxs (mentor) |
1.7.13 30 Dec 2010 01:17:10 |
jsa |
Update to 1.7.13.
PR: ports/153509
Submitted by: lwhsu
Approved by: kwm (mentor) |
1.7.12 01 Oct 2010 08:02:28 |
jsa |
Update to 1.7.12. Distfile should once again be fetchable.
Approved by: kwm (mentor) |
1.7.10 25 Jul 2010 11:18:55 |
jsa |
Update my email address to my new @FreeBSD.org addy
Approved by: wxs (mentor) |
1.7.10 20 Mar 2010 19:12:36 |
miwi |
- Update to 1.7.10
PR: 144750
Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer) |
1.7.9 09 Mar 2010 22:43:25 |
miwi |
- Update to 1.7.9
PR: 144549
Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer) |
1.7.7 10 Jan 2010 00:07:55 |
pgollucci |
- Update to 1.7.7
PR: ports/142551
Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer) |
1.7.6 22 Dec 2009 02:17:24 |
wen |
- Update to 1.7.6
PR: ports/141855
Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer) |
1.7.5 21 Nov 2009 19:35:23 |
amdmi3 |
- Update to 1.7.5
- Add support for color counting
- Pass maintainership to submitter
PR: 140726
Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> |
1.7.0 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
1.7.0 07 Aug 2009 17:50:15 |
amdmi3 |
- Update to 1.7.0 |
1.6.16 06 May 2009 13:43:42 |
amdmi3 |
- Update to 1.6.16 |
1.6.15 31 Mar 2009 17:05:17 |
amdmi3 |
- Mark MAKE_JOBS_SAFE
- Use SF/subdir abbreviation for some ports |
1.6.15 04 Mar 2009 23:21:16 |
amdmi3 |
- Update to 1.6.15 |
1.6.13 11 Jan 2009 15:29:23 |
amdmi3 |
- Update to 1.6.13 |
1.6.12 22 Dec 2008 22:29:29 |
amdmi3 |
- Update to 1.6.12 |
1.6.11 04 Nov 2008 22:18:13 |
amdmi3 |
- Update to 1.6.11 |
1.6.10 28 Aug 2008 14:53:06 |
amdmi3 |
- Update to 1.6.10 |
1.6.7 07 Jul 2008 19:15:36 |
amdmi3 |
- Update to 1.6.7
Approved by: miwi (mentor) |
1.6.6 19 Jun 2008 17:28:24 |
amdmi3 |
Update my email address in 132 ports.
Approved by: miwi (mentor) |
1.6.6 03 Jun 2008 08:54:37 |
miwi |
- Update to 1.6.6
PR: 124212
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer) |
1.6.4 21 Dec 2006 20:41:33 |
edwin |
[MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
one. Also, now I can mirror some distfiles, so update
MASTER_SITES for some ports.
PR: ports/107038
Submitted by: Dmitry Marakasov <amdmi3@mail.ru> |
1.6.4 11 Jun 2006 13:27:40 |
philip |
Update to 1.6.4
PR: ports/98807
Submitted by: Dmitry Marakasov <amdmi3 -at- mail.ru> (maintainer) |
1.6.3 06 Jun 2006 19:47:42 |
itetcu |
Dmitry Marakasov adopts this orphan ports that he uses.
PR: ports/98284
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Approved by: lawrence (mentor, implicit) |
1.6.3 25 Apr 2006 16:02:50 |
vs |
Update to 1.6.3
PR: ports/96214
Submitted by: Ports Fury |
1.5.10 24 Mar 2006 06:23:47 |
linimon |
Reset jedgar as maintainer; has not responded to email about status.
Hat: portmgr |
1.5.10 22 Jan 2006 12:35:18 |
edwin |
SHA256ify
Approved by: krion@ |
1.5.10 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.5.10 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.5.10 07 Mar 2003 06:04:15 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.5.10 23 Jul 2002 00:31:28 |
jedgar |
Update port to 1.5.10.
PR: 40898
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
16 Dec 2001 13:07:19 |
jedgar |
Update port to 1.5.8. |
09 Oct 2001 19:22:10 |
jedgar |
Update port to 1.5.7 |
08 Oct 2001 12:28:08 |
tom |
Update to version 1.5.6 |
18 Jun 2001 13:20:45 |
jedgar |
Update port to 1.5.5 |
29 Apr 2001 19:30:53 |
jedgar |
Update port to 1.5.4 |
20 Dec 2000 12:22:29 |
jedgar |
Update port to 1.5.3 |
08 Oct 2000 02:35:34 |
asami |
Convert category graphics to new layout. |
29 Jul 2000 19:23:15 |
jedgar |
Update port to 1.5.1 |
25 Jul 2000 12:36:54 |
jedgar |
Update port to 1.5.0 |
23 Jul 2000 15:21:40 |
jedgar |
Update port to 1.4.8 |
18 Jul 2000 21:20:22 |
jedgar |
Update to 1.4.7 |
01 Jul 2000 20:54:09 |
jedgar |
Update port to 1.4.5 |
14 Jun 2000 14:21:38 |
sobomax |
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. |