non port: graphics/libsixel/Makefile |
Number of commits found: 36 |
Monday, 17 Mar 2025
|
04:02 Charlie Li (vishwin)
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.
No functional or package changes.
e87d813 |
Saturday, 24 Feb 2024
|
09:48 Muhammad Moinur Rahman (bofh)
graphics/libsixel: Moved man to share/man
Approved by: portmgr (blanket)
40d6408 |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Wednesday, 20 Oct 2021
|
16:13 Stefan Eßer (se)
graphics/libsixel: Add CPE information
Approved by: portmgr (blanket)
5e3522c |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 21 Mar 2021
|
13:43 danfe
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.
 |
09:52 danfe
Temporarily switch download location to the distfile found on the mirrors
until I figure out what's going on.
 |
09:14 danfe
- Update to version 1.8.6
- Drop redundant PYTHON_DESC
 |
Monday, 4 May 2020
|
21:31 dinoex
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
 |
Thursday, 14 Nov 2019
|
12:39 tobik
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
 |
Tuesday, 24 Jul 2018
|
18:12 fernape
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
 |
Monday, 11 Jun 2018
|
06:32 tobik
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)
 |
Tuesday, 23 May 2017
|
05:03 rezny
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
 |
Tuesday, 1 Nov 2016
|
20:01 jbeich
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)
 |
Thursday, 28 Jul 2016
|
16:53 pawel
Update to version 1.7.0
PR: 211416
Submitted by: IWAMOTO Kouichi (maintainer)
 |
Wednesday, 20 Jul 2016
|
09:33 dinoex
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
 |
Thursday, 28 Apr 2016
|
00:56 wen
- Update to 1.6.1
PR: 209081
Submitted by: sue@iwmt.org(maintainer)
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 10 Aug 2015
|
21:11 pawel
Update to version 1.4.13
PR: 201936
Submitted by: IWAMOTO Kouichi (maintainer)
 |
Tuesday, 4 Aug 2015
|
14:26 mat
Remove unneeded MASTER_SITES=GH entries.
Sponsored by: Absolight
 |
Monday, 22 Jun 2015
|
18:33 antoine
Convert to USES=jpeg
 |
Monday, 15 Jun 2015
|
11:07 amdmi3
- Update to 1.4.12
PR: 200866
Submitted by: sue@iwmt.org (maintainer)
 |
Saturday, 28 Mar 2015
|
14:15 wen
- Update to 1.4.10
PR: 198823
Submitted by: sue@iwmt.org(maintainer)
 |
Wednesday, 25 Feb 2015
|
12:53 arved
Update to 1.4.8
PR: 197978
Submitted by: maintainer
 |
Friday, 6 Feb 2015
|
02:47 vanilla
Upgrade to 1.4.7.
PR: 197315
Submitted by: maintainer
 |
Sunday, 25 Jan 2015
|
04:49 amdmi3
- Update to 1.4.5
PR: 196758
Submitted by: sue@iwmt.org (maintainer)
 |
Saturday, 27 Dec 2014
|
15:10 rene
graphics/libsixel: update to 1.4.3
PR: 196280
Submitted by: maintainer (sue@iwmt.org)
 |
Thursday, 25 Dec 2014
|
20:54 bapt
Bump portrevision after png update
 |
Monday, 1 Dec 2014
|
21:39 amdmi3
- Update to 1.4.1
PR: 195545
Submitted by: sue@iwmt.org (maintainer)
 |
Monday, 10 Nov 2014
|
17:12 robak
graphics/libsixel: update 0.28.0 -> 1.3.2
PR: 194649
Submitted by: Iwamoto Kouichi <sue@iwmt.org>
Approved by: mentors (implicit)
 |
Friday, 8 Aug 2014
|
18:41 riggs
- Update to new upstream release 0.28.0
PR: 192392
Submitted by: sue@iwmt.org (maintainer)
Approved by: mentors (implicit)
 |
Friday, 25 Jul 2014
|
23:20 danilo
- Update from 0.19.5 to 0.25.2
- Use options helpers
PR: ports/192087
Submitted by: IWAMOTO Kouichi <sue@iwmt.org>
 |
Friday, 13 Jun 2014
|
07:36 olgeni
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt)
 |
Tuesday, 3 Jun 2014
|
09:54 miwi
- Update to 0.19.5
PR: 190348
Submitted by: maintainer
 |
Thursday, 22 May 2014
|
08:03 miwi
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
 |
Number of commits found: 36 |