aboutsummaryrefslogtreecommitdiff
path: root/graphics/apngdis
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.9Danilo Egea Gondolfo2017-06-072-3/+4
| | | | Notes: svn path=/head/; revision=442816
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 2.8Danilo Egea Gondolfo2015-03-313-6/+5
| | | | Notes: svn path=/head/; revision=382791
* graphics/apngdis: #include <cstring>John Marino2015-01-031-0/+10
| | | | | | | | This is fallout from png upgrade. Modern GCC needs <cstring> for memcpy, although clang seems to be happy without it. Notes: svn path=/head/; revision=376079
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-0/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* - Use options helpersDanilo Egea Gondolfo2014-10-121-6/+1
| | | | Notes: svn path=/head/; revision=370719
* - Update from 2.6 to 2.7Danilo Egea Gondolfo2014-10-122-4/+4
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=370717
* Convert g* to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347760
* graphics/apngdis: Explicitly link libm (taken from dports)John Marino2014-02-051-0/+1
| | | | Notes: svn path=/head/; revision=342864
* - Update from 2.5 to 2.6Danilo Egea Gondolfo2013-12-173-22/+40
| | | | | | | | | | | - Convert USE_DOS2UNIX to USES - Add stage support PR: ports/184907 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=336755
* - Change Makefile headerRusmir Dusko2013-12-101-2/+2
| | | | | | | | | - Reset maintainer to ports@ Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=336095
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* apngdis converts an APNG file into a sequence of individual PNG framesJason E. Hale2012-11-043-0/+52
via a simple command-line interface. WWW: http://sourceforge.net/projects/apngdis/ PR: ports/173205 Submitted by: nemysis <nemysis@gmx.ch> Approved by: makc, avilla (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=306960