Port details |
- libsixel Encoder/decoder library for DEC SIXEL graphics
- 1.8.6_1,1 graphics =2 1.8.6_1,1Version of this port present on the latest quarterly branch.
- Maintainer: sue@iwmt.org
- Port Added: 2014-05-22 08:04:04
- Last Update: 2024-02-24 09:48:12
- Commit Hash: 40d6408
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/saitoha/libsixel
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libsixel>0:graphics/libsixel
- To install the port:
- cd /usr/ports/graphics/libsixel/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/libsixel
- pkg install libsixel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libsixel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1578938246
SHA256 (libsixel-1.8.6.tar.gz) = 9f6dcaf40d250614ce0121b153949c327c46a958cfd2e47750d8788b7ed28e6a
SIZE (libsixel-1.8.6.tar.gz) = 652377
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Libraries
-
- graphics/sdump
- graphics/timg
- multimedia/termplay
Configuration Options:
- ===> The following configuration options are available for libsixel-1.8.6_1,1:
CURL=off: Data transfer support via cURL
DOCS=on: Build and/or install documentation
GD=off: GD graphics library support
JPEG=off: JPEG image format support
PIXBUF=off: GDK-PixBuf library support
PNG=off: PNG image format support
PYTHON=off: Python bindings or support
===> Use 'make config' to modify these settings
- Options name:
- graphics_libsixel
- USES:
- cpe libtool pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.6_1,1 24 Feb 2024 09:48:12 |
Muhammad Moinur Rahman (bofh) |
graphics/libsixel: Moved man to share/man
Approved by: portmgr (blanket) |
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.6,1 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.6,1 20 Oct 2021 16:13:10 |
Stefan Eßer (se) |
graphics/libsixel: Add CPE information
Approved by: portmgr (blanket) |
1.8.6,1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.8.6,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.6,1 21 Mar 2021 13:43:56 |
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: (Only the first 15 lines of the commit message are shown above ) |
1.8.6,1 21 Mar 2021 09:52:07 |
danfe |
Temporarily switch download location to the distfile found on the mirrors
until I figure out what's going on. |
1.8.6,1 21 Mar 2021 09:14:01 |
danfe |
- Update to version 1.8.6
- Drop redundant PYTHON_DESC |
1.8.2_1,1 04 May 2020 21:31:39 |
dinoex |
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports |
1.8.2,1 14 Nov 2019 12:39:42 |
tobik |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round |
1.8.2,1 24 Jul 2018 18:12:29 |
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 |
1.8.1,1 11 Jun 2018 06:32: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) |
1.7.2_1,1 23 May 2017 05:03:16 |
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 |
1.7.2,1 01 Nov 2016 20:01:04 |
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) |
1.7.0,1 28 Jul 2016 16:53:28 |
pawel |
Update to version 1.7.0
PR: 211416
Submitted by: IWAMOTO Kouichi (maintainer) |
1.6.1_1,1 20 Jul 2016 09:33:32 |
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 |
1.6.1,1 28 Apr 2016 00:56:35 |
wen |
- Update to 1.6.1
PR: 209081
Submitted by: sue@iwmt.org(maintainer) |
1.4.13,1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.4.13,1 10 Aug 2015 21:11:01 |
pawel |
Update to version 1.4.13
PR: 201936
Submitted by: IWAMOTO Kouichi (maintainer) |
1.4.12,1 04 Aug 2015 14:26:49 |
mat |
Remove unneeded MASTER_SITES=GH entries.
Sponsored by: Absolight |
1.4.12,1 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
1.4.12,1 15 Jun 2015 11:07:02 |
amdmi3 |
- Update to 1.4.12
PR: 200866
Submitted by: sue@iwmt.org (maintainer) |
1.4.10,1 28 Apr 2015 18:44:05 |
bdrewery |
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. |
1.4.10,1 28 Mar 2015 14:15:47 |
wen |
- Update to 1.4.10
PR: 198823
Submitted by: sue@iwmt.org(maintainer) |
1.4.8,1 25 Feb 2015 12:53:20 |
arved |
Update to 1.4.8
PR: 197978
Submitted by: maintainer |
1.4.7,1 06 Feb 2015 02:47:15 |
vanilla |
Upgrade to 1.4.7.
PR: 197315
Submitted by: maintainer |
1.4.5,1 25 Jan 2015 04:49:10 |
amdmi3 |
- Update to 1.4.5
PR: 196758
Submitted by: sue@iwmt.org (maintainer) |
1.4.3,1 27 Dec 2014 15:10:51 |
rene |
graphics/libsixel: update to 1.4.3
PR: 196280
Submitted by: maintainer (sue@iwmt.org) |
1.4.1_1,1 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.4.1,1 01 Dec 2014 21:39:55 |
amdmi3 |
- Update to 1.4.1
PR: 195545
Submitted by: sue@iwmt.org (maintainer) |
1.3.2,1 10 Nov 2014 17:12:04 |
robak |
graphics/libsixel: update 0.28.0 -> 1.3.2
PR: 194649
Submitted by: Iwamoto Kouichi <sue@iwmt.org>
Approved by: mentors (implicit) |
0.28.0,1 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
0.28.0,1 08 Aug 2014 18:41:53 |
riggs |
- Update to new upstream release 0.28.0
PR: 192392
Submitted by: sue@iwmt.org (maintainer)
Approved by: mentors (implicit) |
0.25.2,1 25 Jul 2014 23:20:24 |
danilo |
- Update from 0.19.5 to 0.25.2
- Use options helpers
PR: ports/192087
Submitted by: IWAMOTO Kouichi <sue@iwmt.org> |
0.19.5,1 13 Jun 2014 07:36:28 |
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) |
0.19.5,1 03 Jun 2014 09:54:04 |
miwi |
- Update to 0.19.5
PR: 190348
Submitted by: maintainer |
20140422 22 May 2014 08:03:57 |
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 |