aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-exiv2
Commit message (Collapse)AuthorAgeFilesLines
* devel/boost-*: update to 1.64.0jbeich2017-05-021-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472
* devel/boost-*: update to 1.63.0jbeich2017-01-061-1/+1
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
* devel/boost-*: update to 1.62.0jbeich2016-11-231-1/+1
| | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office)
* Update graphics/exiv2 to 0.25.tcberner2016-07-271-1/+1
| | | | | | | | | | | | As there is an shlib version bump, bump them portrevision of dependent ports. While doing so, also switch to the cmake build system, as it requires less patching and is easier to handle. PR: 211329 Reviewed by: mat, rakuco, kwm Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D7283
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* - Convert ports of graphics/ to new USES=pythonmva2014-10-221-2/+1
| | | | Approved by: portmgr (implicit)
* Cleanup plistbapt2014-10-211-1/+0
|
* Convert to USES=sconsbapt2014-05-271-10/+5
| | | | Stage support
* - Chase libexiv2.so shlib version bump after r350163danfe2014-04-051-3/+2
| | | | | | - Fix nearby minor style issues while here (not all) Approved by: portmgr (bapt), some ports are still NO_STAGE :(
* Chase boost and icu bumpbapt2014-02-071-1/+1
| | | | While here convert some LIB_DEPENDS
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Convert LIB_DEPENDS for ports depending on boostbapt2013-12-121-3/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | graphics)
* Chase boost updatebapt2013-01-311-0/+1
|
* - update to 0.3.2rm2012-12-262-14/+11
| | | | | | | | | | | - trim Makefile header - remove shlib versions from LIB_DEPENDS (portlint warning) - limit python version to 2.x only - add tests PR: 174394 Reported by: Markus Golser <markus@weihergut.it> Approved by: maintainer timeout (2 weeks)
* Update graphics/exiv2 to version 0.23.bsam2012-07-311-1/+2
| | | | | | | | | The so library version has changed. Bump PORTREVISIONs at dependent ports. PR: ports/169733 Submitted by: bsam (me) Approved by: multimedia (maintainer timeout 3 weeks)
* update to 0.3.0bapt2011-07-113-33/+5
|
* - chase exiv2 library bumpbapt2011-04-123-2/+29
| | | | | - while here remove some MD5 - fix some forgottern desktop-file-utils dependencies
* Assign maintainership to multimedia@kwm2010-08-231-1/+1
|
* Reset dindin@dindin.ru due to maintainer-timeout and no response to email.linimon2010-08-231-1/+1
| | | | Hat: portmgr
* Update to 0.2.2.kwm2010-08-203-10/+29
| | | | | | This version builds with graphics/exiv2 0.20. Approved by: maintainer timeout (14 days)
* - Update boost to 1.39pav2009-07-281-1/+1
| | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
* Update to 0.1.3jpaetzel2009-04-302-9/+6
| | | | | PR: ports/133636 Approved by: linimon (mentor)
* . update graphics/exiv2 to the new version;bsam2009-03-121-2/+4
| | | | | | | | | | | | . bump ports which depends upon libexiv2.so (the library was bumpted from *.so.3 to *.so.7); . mark current graphics/py-exiv2 as broken since it doesn't compile with new libexiv2; this should change with graphics/py-exiv2-0.2. PR: ports/131376 Submitted by: bsam (me) Discussed with: kde@ Approved by: maintainer timeout (5 weeks)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* pyexiv2 is a python binding to exiv2, the C++ library for manipulation ofmiwi2008-06-024-0/+52
EXIF and IPTC image metadata. It is a python module that allows your python scripts to read and write metadata (EXIF, IPTC, thumbnail) embedded in image files (JPEG, TIFF, ...). It is designed as a high level interface to the functionalities offered by exiv2 (and is built on top of it). Using python's built-in data types and standard modules, it provides easy manipulation of image metadata. WWW: http://tilloy.net/dev/pyexiv2/ PR: ports/124193 Submitted by: Denis Barov <dindin at dindin.ru>