Port details |
- img2xterm Display images on 256 color xterms
- 1.0.0_3 misc
=0 1.0.0_3Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2017-05-08 18:40:17
- Last Update: 2021-12-11 13:50:53
- Commit Hash: 45526ec
- License: MIT
- Description:
- Display images in terminal
WWW: https://github.com/kfei/img2xterm
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- img2xterm>0:misc/img2xterm
- To install the port:
- cd /usr/ports/misc/img2xterm/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/img2xterm
- pkg install img2xterm
- PKGNAME: img2xterm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1494253434
SHA256 (kfei-img2xterm-v1.0.0_GH0.tar.gz) = 9c8ef6133f8dd75f556392db4f365272816b553606d2ebd502ab666634c4c93c
SIZE (kfei-img2xterm-v1.0.0_GH0.tar.gz) = 6186
- 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:
-
- gmake>=4.3 : devel/gmake
- Library dependencies:
-
- libMagick++-6.so : graphics/ImageMagick6
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- misc_img2xterm
- USES:
- gmake magick:6 ncurses
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Dec 2021 13:50:53 1.0.0_3
|
Tobias C. Berner (tcberner)  |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
11 Nov 2021 18:05:38 1.0.0_3
|
Tilman Keskinoz (arved)  |
Drop maintainership on most of my ports |
07 Apr 2021 08:09:01 1.0.0_3
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.0.0_3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10 Nov 2018 19:57:08
1.0.0_3
|
kwm  |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
28 Sep 2017 15:36:31
1.0.0_2
|
kwm  |
ImageMagick to 6.9.9-15.
* Disable FPX (FlashPix) support by default. This image format is really
rare these days coupled with that there are known CVE's in libfpx and
it doesn't seem to be maintained these days. It doesn't make sense to
keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions
Bump other ports for the shared library bumps in IM 6.
PR: 222309 [1]
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1] |
26 May 2017 08:20:19
1.0.0_1
|
kwm  |
Chase ImageMagick shlib bump |
08 May 2017 18:40:07
1.0.0
|
arved  |
Add img2xterm, a program that displays images on 256 xterms using unicode
characters |
Number of commits found: 8
|