aboutsummaryrefslogtreecommitdiff
path: root/graphics/exiftran
Commit message (Collapse)AuthorAgeFilesLines
* Allow staging as a regular userAntoine Brodin2014-09-071-0/+1
| | | | Notes: svn path=/head/; revision=367519
* - Fix missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-261-1/+1
| | | | | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366215
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-131-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361727
* - Stage supportMartin Wilke2014-03-061-4/+3
| | | | Notes: svn path=/head/; revision=347215
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - graphics/libexif:Po-Chien Lin2013-03-141-5/+2
| | | | | | | | | | | | | | | | * Update to 0.6.21 * Add LICENSE * Switch to OptionsNG and PORTDOCS - Document libexif 2012-07-12 vulnerabilty - Bump PORTREVISION for libexif related ports - Trim headers while here PR: ports/175910 Approved by: swills (mentor) Security: d881d254-70c6-11e2-862d-080027a5ec9a Notes: svn path=/head/; revision=314141
* Update to 2.09Martin Matuska2012-02-262-3/+3
| | | | Notes: svn path=/head/; revision=292260
* exiftran is a command line utility to transform digital image jpeg images.Martin Matuska2011-06-036-0/+91
It can do lossless rotations like jpegtran, but unlike jpegtran it cares about the EXIF data: It can rotate images automatically by checking the exif orientation tag, it updates the exif informaton if needed (image dimension, orientation), it also rotates the exif thumbnail. It can process multiple images at once. WWW: http://www.kraxel.org/blog/linux/fbida/ Notes: svn path=/head/; revision=275024