aboutsummaryrefslogtreecommitdiff
path: root/graphics/ttygif
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.4.0Olivier Cochard2017-06-192-4/+4
| | | | Notes: svn path=/head/; revision=443873
* - Remove USES=tar:bzip2 (bogus with USE_GITHUB)Dmitry Marakasov2016-11-251-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=427107
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Remove useless rundeps and restore silence REINPLACE_CMDOlivier Cochard2016-03-311-3/+3
| | | | | | | | | | Approved by: jadawin Reported by: mat Pointy hat: olivier Differential Revision: https://reviews.freebsd.org/D5801 Notes: svn path=/head/; revision=412223
* Update to 1.2.1Olivier Cochard2016-03-312-9/+8
| | | | | | | | Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5786 Notes: svn path=/head/; revision=412211
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.Mathieu Arnold2016-03-081-2/+2
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=410613
* Update my email for ports I maintainOlivier Cochard2016-02-171-1/+1
| | | | | | | | Approved by: jadawin Differential Revision: https://reviews.freebsd.org/D5309 Notes: svn path=/head/; revision=409034
* Update ports in the games category to not use GH_COMMIT.Mathieu Arnold2015-05-072-5/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385633
* Add new port graphics/ttygifJohn Marino2014-08-153-0/+37
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 Notes: svn path=/head/; revision=364980