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/libsixel/distinfo

Number of commits found: 21

Sunday, 21 Mar 2021
13:43 danfe search for other commits by this committer
Restore original (upstream) distfile URL.  During initial `make makesum'
the distfile got fetched from the nearby Gentoo mirror but I didn't pay
enough attention and didn't notice that:

    $ curl -sI
https://mirror.yandex.ru/gentoo-distfiles/distfiles/libsixel-1.8.6.tar.gz |
egrep HTTP\|Content-Length:
    HTTP/1.1 200 OK
    Content-Length: 4791628

Because both its size (previous distfile was 4778776 bytes) and contents
looked legit, I did not verify that it is identical to the file fetched
from GitHub directly.  Comparing their contents show only some missing
files and directories (example programs and sample image files, none of
them are built or installed anyway); the source code itself is identical
between the two, as well as resulting `include/sixel.h' file which now
comes pre-generated:

    $ diff -rudp libsixel-1.8.6 sixel-1.8.6
    Only in libsixel-1.8.6: .coveralls.yml
    Only in libsixel-1.8.6: .gitignore
    Only in libsixel-1.8.6: .travis.yml
    Only in libsixel-1.8.6: LICENSE
    Only in libsixel-1.8.6: LICENSE.images
    Only in libsixel-1.8.6: LICENSE.mesa
    Only in libsixel-1.8.6: LICENSE.pngsuite
    Only in libsixel-1.8.6: LICENSE.pnmcolormap
    Only in libsixel-1.8.6: LICENSE.sdump
    Only in libsixel-1.8.6: LICENSE.sixel
    Only in libsixel-1.8.6: LICENSE.stb
    Only in libsixel-1.8.6: README.md
    Only in libsixel-1.8.6: examples
    Only in libsixel-1.8.6: images
    Only in sixel-1.8.6/include: sixel.h
    Only in sixel-1.8.6/m4: ._ltoptions.m4
    Only in sixel-1.8.6/m4: ._ltsugar.m4
    Only in sixel-1.8.6/m4: ._lt~obsolete.m4
    Only in libsixel-1.8.6: package.json
    Only in libsixel-1.8.6: perl
    Only in libsixel-1.8.6: php
    Only in libsixel-1.8.6/python: LICENSE
    Only in libsixel-1.8.6/python: README.rst
    Only in libsixel-1.8.6: ruby
    Only in libsixel-1.8.6: wic

Drop the LICENSE and README.md (which is basically the project's GitHub
front page) and install more commonly seen in packages ChangeLog and
NEWS files instead; while here, trim some excessive vertical whitespace.
Original commitRevision:568918 
09:14 danfe search for other commits by this committer
- Update to version 1.8.6
- Drop redundant PYTHON_DESC
Original commitRevision:568910 
Tuesday, 24 Jul 2018
18:12 fernape search for other commits by this committer
devel/libsixel: update to 1.8.2

Fixes:

* CVE-2018-14072
* CVE-2018-14073

PR:	229975
Submitted by:	sue@iwmt.org (maintainer)
Approved by:	tcberner (mentor)
MFH:	2018Q3
Differential Revision:	  https://reviews.freebsd.org/D16421
Original commitRevision:475268 
Monday, 11 Jun 2018
06:32 tobik search for other commits by this committer
graphics/libsixel: Update to 1.8.1

While here

- switch to using the immutable tarballs upstream provides [1]

- add missing DOCS option

[1] https://github.com/saitoha/libsixel/issues/64

PR:		228881
Submitted by:	IWAMOTO Kouichi <sue@iwmt.org> (maintainer)
Original commitRevision:472167 
Tuesday, 1 Nov 2016
20:01 jbeich search for other commits by this committer
graphics/libsixel: update to 1.7.2

Changes:	https://github.com/saitoha/libsixel/compare/v1.7.0...v1.7.2
PR:		213966
Submitted by:	IWAMOTO Kouichi <sue@iwmt.org> (maintainer)
Original commitRevision:425078 
Thursday, 28 Jul 2016
16:53 pawel search for other commits by this committer
Update to version 1.7.0

PR:		211416
Submitted by:	IWAMOTO Kouichi (maintainer)
Original commitRevision:419225 
Thursday, 28 Apr 2016
00:56 wen search for other commits by this committer
- Update to 1.6.1

PR:		209081
Submitted by:	sue@iwmt.org(maintainer)
Original commitRevision:414150 
Monday, 10 Aug 2015
21:11 pawel search for other commits by this committer
Update to version 1.4.13

PR:		201936
Submitted by:	IWAMOTO Kouichi (maintainer)
Original commitRevision:393908 
Monday, 15 Jun 2015
11:07 amdmi3 search for other commits by this committer
- Update to 1.4.12

PR:		200866
Submitted by:	sue@iwmt.org (maintainer)
Original commitRevision:389683 
Tuesday, 28 Apr 2015
18:44 bdrewery search for other commits by this committer
USE_GITHUB: For the new support, fix DISTNAME to be more consistent.

When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.

Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.

empty() is used rather than (!defined || !${}) to support fmake.

The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.

PR:		199069
With hat:	portmgr
Testing done:	All USE_GITHUB ports without GH_COMMIT were
checksum/fetch/extract/WRKSRC tested.
Original commitRevision:384932 
Saturday, 28 Mar 2015
14:15 wen search for other commits by this committer
- Update to 1.4.10

PR:		198823
Submitted by:	sue@iwmt.org(maintainer)
Original commitRevision:382482 
Wednesday, 25 Feb 2015
12:53 arved search for other commits by this committer
Update to 1.4.8

PR:		197978
Submitted by:	maintainer
Original commitRevision:379906 
Friday, 6 Feb 2015
02:47 vanilla search for other commits by this committer
Upgrade to 1.4.7.

PR:		197315
Submitted by:	maintainer
Original commitRevision:378504 
Sunday, 25 Jan 2015
04:49 amdmi3 search for other commits by this committer
- Update to 1.4.5

PR:		196758
Submitted by:	sue@iwmt.org (maintainer)
Original commitRevision:377863 
Saturday, 27 Dec 2014
15:10 rene search for other commits by this committer
graphics/libsixel: update to 1.4.3

PR:		196280
Submitted by:	maintainer (sue@iwmt.org)
Original commitRevision:375685 
Monday, 1 Dec 2014
21:39 amdmi3 search for other commits by this committer
- Update to 1.4.1

PR:		195545
Submitted by:	sue@iwmt.org (maintainer)
Original commitRevision:373723 
Monday, 10 Nov 2014
17:12 robak search for other commits by this committer
graphics/libsixel: update 0.28.0 -> 1.3.2

PR:		194649
Submitted by:	Iwamoto Kouichi <sue@iwmt.org>
Approved by:	mentors (implicit)
Original commitRevision:372405 
Friday, 8 Aug 2014
18:41 riggs search for other commits by this committer
- Update to new upstream release 0.28.0

PR:		192392
Submitted by:	sue@iwmt.org (maintainer)
Approved by:	mentors (implicit)
Original commitRevision:364373 
Friday, 25 Jul 2014
23:20 danilo search for other commits by this committer
- Update from 0.19.5 to 0.25.2
- Use options helpers

PR:		ports/192087
Submitted by:	IWAMOTO Kouichi <sue@iwmt.org>
Original commitRevision:362943 
Tuesday, 3 Jun 2014
09:54 miwi search for other commits by this committer
- Update to 0.19.5

PR:		190348
Submitted by:	maintainer
Original commitRevision:356316 
Thursday, 22 May 2014
08:03 miwi search for other commits by this committer
This package provides encoder/decoder implementation for DEC SIXEL graphics,
and some converter programs.
SIXEL is one of image formats for terminal imaging introduced by DEC VT series.
Its data scheme is represented as a terminal-friendly escape sequence.
So if you want to view a SIXEL image file, all you have to do is "cat" it to
your terminal.

WWW: https://github.com/saitoha/libsixel

PR:		ports/188937
Submitted by:	sue@iwmt.org
Original commitRevision:354800 

Number of commits found: 21