Port details |
- ttygif Converts a ttyrec file into animated gif
- 1.4.0_1 graphics
=0 1.4.0_1Version of this port present on the latest quarterly branch. - Maintainer: olivier@FreeBSD.org
 - Port Added: 2014-08-15 15:30:33
- Last Update: 2021-12-11 13:50:53
- Commit Hash: 45526ec
- License: MIT
- Description:
- Ttygif converts a ttyrec file into animated gif (need a X11 terminal).
WWW: https://github.com/icholy/ttygif
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/ttygif/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/ttygif
- pkg install ttygif
- PKGNAME: ttygif
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1497849034
SHA256 (icholy-ttygif-1.4.0_GH0.tar.gz) = 6ca3dc5dcade2bdcf8000068ae991eac518204960c157634d92f87248c3cee2a
SIZE (icholy-ttygif-1.4.0_GH0.tar.gz) = 8166
- 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
- Runtime dependencies:
-
- ImageMagick6>=6 : graphics/ImageMagick6
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- graphics_ttygif
- USES:
- gmake magick:6,run
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Dec 2021 13:50:53 1.4.0_1
|
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 ) |
07 Apr 2021 08:09:01 1.4.0_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.4.0_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10 Nov 2018 19:57:08
1.4.0_1
|
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> |
19 Jun 2017 13:42:21
1.4.0
|
olivier  |
Update to 1.4.0 |
25 Nov 2016 11:37:35
1.2.1_1
|
amdmi3  |
- Remove USES=tar:bzip2 (bogus with USE_GITHUB)
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
1.2.1_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
31 Mar 2016 13:53:03
1.2.1_1
|
olivier  |
Remove useless rundeps and restore silence REINPLACE_CMD
Approved by: jadawin
Reported by: mat
Pointy hat: olivier
Differential Revision: https://reviews.freebsd.org/D5801 |
31 Mar 2016 08:06:18
1.2.1
|
olivier  |
Update to 1.2.1
Approved by: jadawin
Differential Revision: https://reviews.freebsd.org/D5786 |
08 Mar 2016 13:09:12
1.0.8
|
mat  |
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.
lang/yorick's tag was moved, and the added patch was no longer needed.
PR: 207644
Submitted by: mat
Exp-run by by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D4268 |
17 Feb 2016 10:42:08
1.0.8
|
olivier  |
Update my email for ports I maintain
Approved by: jadawin
Differential Revision: https://reviews.freebsd.org/D5309 |
07 May 2015 15:17:33
1.0.8
|
mat  |
Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
15 Aug 2014 15:30:24
1.0.8
|
marino  |
Add new port graphics/ttygif
PR: 190328
Submitted by: Olivier (cochard.me)
ttygif permit to convert ttyrec record into animated gif.
It's a 3 steps process:
1. Generate a ttyrecord file with misc/ttyrec
2. convert the ttyrecord in multiple image file with ttygif
3. convert the multiple image with a unique animated gif file with concat |