notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: graphics/libspng/Makefile

Number of commits found: 14

Wednesday, 10 May 2023
10:02 Nuno Teixeira (eduardo) search for other commits by this committer
graphics/libspng: Update to 0.7.4

ChangeLog: https://github.com/randy408/libspng/releases/tag/v0.7.4
commit hash: 7e99f470c83075b4a0b58866709cee9d73d72f12 commit hash: 7e99f470c83075b4a0b58866709cee9d73d72f12 commit hash: 7e99f470c83075b4a0b58866709cee9d73d72f12 commit hash: 7e99f470c83075b4a0b58866709cee9d73d72f12 7e99f47
Friday, 9 Dec 2022
18:37 Nuno Teixeira (eduardo) search for other commits by this committer
graphics/libspng: Adopt/Update to 0.7.3

ChangeLog:	https://github.com/randy408/libspng/releases/tag/v0.7.3
MFH:		2022Q4 (bugfixes)
commit hash: b34b54dbe836afc9c6dc285d219566ca47b214d6 commit hash: b34b54dbe836afc9c6dc285d219566ca47b214d6 commit hash: b34b54dbe836afc9c6dc285d219566ca47b214d6 commit hash: b34b54dbe836afc9c6dc285d219566ca47b214d6 b34b54d
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 12 Feb 2022
19:18 Fernando Apesteguía (fernape) search for other commits by this committer
graphics/libspng: update to 0.7.2

ChangeLog: https://github.com/randy408/libspng/releases/tag/v0.7.2

Fixes

    * Re-enabled ARM NEON optimizations for indexed color images
    * Fixed encoder options set with spng_set_option() not being respected in
      some cases
    * Fixed spng_get_png_buffer() not setting an error code in some cases
    * Fixed encoder heap overflow with specially crafted images (#196)
    * Fixed 4GB progressive decode/encode limitation on 32-bit (#198)
    * Updated error string for SPNG_EBUFSIZ

New

    * Decoder now exposes an estimate of image compression level through
      SPNG_IMG_COMPRESSION_LEVEL, see Decode options
    * Added documentation for all decode and encode options, added notes on
      encoder configuration

Other

    * Added encode fuzzer to ensure robustness of code;
    * Fuzzer will run on PR's and continuously on OSS-Fuzz alongside the decode
      fuzzer
    * Updated example code

Reported by:	portscout
MFH:	2022q1 (multiple bug fixes)
commit hash: e7e95298e29472de2cf08bbc3aca83d5eb1cfb1e commit hash: e7e95298e29472de2cf08bbc3aca83d5eb1cfb1e commit hash: e7e95298e29472de2cf08bbc3aca83d5eb1cfb1e commit hash: e7e95298e29472de2cf08bbc3aca83d5eb1cfb1e e7e9529
Tuesday, 14 Dec 2021
08:29 Fernando Apesteguía (fernape) search for other commits by this committer
graphics/libspng: update to 0.7.1

Reported by:	portscout
commit hash: 3e6c228c283a7d202bfb6934ac92ffc823cd003c commit hash: 3e6c228c283a7d202bfb6934ac92ffc823cd003c commit hash: 3e6c228c283a7d202bfb6934ac92ffc823cd003c commit hash: 3e6c228c283a7d202bfb6934ac92ffc823cd003c 3e6c228
Thursday, 7 Oct 2021
07:04 Fernando Apesteguía (fernape) search for other commits by this committer
graphics/libspng: update to 0.7.0

ChangeLog: https://github.com/randy408/libspng/releases/tag/v0.7.0

Reported by:	portscout
commit hash: 48c235249c690cc3917c11bc73a3aec9b86f1127 commit hash: 48c235249c690cc3917c11bc73a3aec9b86f1127 commit hash: 48c235249c690cc3917c11bc73a3aec9b86f1127 commit hash: 48c235249c690cc3917c11bc73a3aec9b86f1127 48c2352
Saturday, 24 Apr 2021
16:28 Fernando Apesteguía (fernape) search for other commits by this committer
graphics/libspng: update to 0.6.3

ChangeLog: https://github.com/randy408/libspng/releases/tag/v0.6.3

Reported by:	portscout
commit hash: d521a6b28928d79b358886eac394ecf93958d2f8 commit hash: d521a6b28928d79b358886eac394ecf93958d2f8 commit hash: d521a6b28928d79b358886eac394ecf93958d2f8 commit hash: d521a6b28928d79b358886eac394ecf93958d2f8 d521a6b
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 29 Jan 2021
11:35 fernape search for other commits by this committer
graphics/libspng: update to 0.6.2

Reported by:	portscout
Original commitRevision:563204 
Monday, 28 Sep 2020
05:05 tobik search for other commits by this committer
Reset MAINTAINER
Original commitRevision:550400 
Sunday, 20 Sep 2020
12:35 tobik search for other commits by this committer
graphics/libspng: Update to v0.6.1

Changes:	https://github.com/randy408/libspng/releases/tag/v0.6.1
Original commitRevision:549098 
Friday, 17 Jul 2020
10:14 tobik search for other commits by this committer
graphics/libspng: Update to v0.6.0

Changes:	https://github.com/randy408/libspng/releases/tag/v0.6.0
Original commitRevision:542424 
Wednesday, 21 Aug 2019
15:51 tobik search for other commits by this committer
New port: graphics/libspng

Libspng is a C library for reading and writing Portable Network
Graphics (PNG) format files with a focus on security and ease of
use.

The goal is to provide a fast PNG library with a simpler API than
libpng.

WWW: https://libspng.org/
Original commitRevision:509510 

Number of commits found: 14