Port details |
- exiftran Command line utility to transform jpeg files
- 2.14_2 graphics =3 2.14_2Version of this port present on the latest quarterly branch.
- Maintainer: mm@FreeBSD.org
- Port Added: 2011-06-03 12:51:55
- Last Update: 2024-01-22 12:26:16
- Commit Hash: 50a9865
- People watching this port, also watch:: freeradius3, redmine51, burp, check_ssl_cert, pdfgrep
- License: GPLv2
- WWW:
- https://www.kraxel.org/blog/linux/fbida/
- Description:
- exiftran is a command line utility to transform digital image jpeg images.
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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- exiftran>0:graphics/exiftran
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/graphics/exiftran/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/exiftran
- pkg install exiftran
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: exiftran
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1560061472
SHA256 (fbida-2.14.tar.gz) = 95b7c01556cb6ef9819f358b314ddfeb8a4cbe862b521a3ed62f03d163154438
SIZE (fbida-2.14.tar.gz) = 296826
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:
-
- pixman-1.pc : x11/pixman
- Runtime dependencies:
-
- pixman-1.pc : x11/pixman
- Library dependencies:
-
- libexif.so : graphics/libexif
- libjpeg.so : graphics/jpeg-turbo
- This port is required by:
- for Run
-
- www/fgallery
Configuration Options:
- No options to configure
- Options name:
- graphics_exiftran
- USES:
- jpeg uidfix xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.14_2 22 Jan 2024 12:26:16 |
Muhammad Moinur Rahman (bofh) |
graphics/exiftran: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
2.14_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.14 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.14 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
2.14 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
2.14 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.14 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.14 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
2.14 09 Jun 2019 06:44:12 |
mm |
Update graphics/exiftran to 2.14 |
2.12 16 Sep 2017 09:01:51 |
amdmi3 |
- Pet portlint
- Unsilence installation
- Update WWW
Approved by: portmgr blanket |
2.12 27 Jan 2017 20:54:52 |
mm |
Update exiftran to 2.12 |
2.09_2 08 Dec 2016 16:39:11 |
tijl |
Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
2.09_1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2.09_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.09_1 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
2.09_1 07 Sep 2014 11:32:04 |
antoine |
Allow staging as a regular user |
2.09_1 26 Aug 2014 14:06:09 |
tijl |
- Fix missing library problems when the linker enforces explicit linking
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.09_1 13 Jul 2014 23:23:25 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
2.09_1 06 Mar 2014 14:13:20 |
miwi |
- Stage support |
2.09_1 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
2.09_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.09_1 14 Mar 2013 08:17:40 |
pclin |
- graphics/libexif:
* 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 |
2.09 26 Feb 2012 12:11:26 |
mm |
Update to 2.09 |
2.08 03 Jun 2011 12:51:23 |
mm |
exiftran is a command line utility to transform digital image jpeg images.
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/ |