| Revision 124584,
1.1 KB
checked in by devans@…, 3 months ago
(diff) |
|
exiv2: livecheck, don't use broken freecode default.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | PortGroup cmake 1.0 |
|---|
| 5 | |
|---|
| 6 | name exiv2 |
|---|
| 7 | version 0.24 |
|---|
| 8 | homepage http://www.exiv2.org/ |
|---|
| 9 | description EXIF and IPTC metadata manipulation library and tools |
|---|
| 10 | categories graphics |
|---|
| 11 | platforms darwin |
|---|
| 12 | license GPL-2+ |
|---|
| 13 | maintainers vafer.org:tcurdt openmaintainer |
|---|
| 14 | |
|---|
| 15 | master_sites http://www.exiv2.org/ |
|---|
| 16 | |
|---|
| 17 | checksums sha1 2f19538e54f8c21c180fa96d17677b7cff7dc1bb \ |
|---|
| 18 | rmd160 453247926e8626bf888578afd5a0dde42c6f6962 |
|---|
| 19 | |
|---|
| 20 | long_description Exiv2 comprises of a C++ library and a command line utility \ |
|---|
| 21 | which allows you to manipulate EXIF and IPTC image metadata. |
|---|
| 22 | |
|---|
| 23 | depends_lib port:expat \ |
|---|
| 24 | port:gettext \ |
|---|
| 25 | port:libiconv \ |
|---|
| 26 | port:zlib |
|---|
| 27 | |
|---|
| 28 | post-destroot { |
|---|
| 29 | file mkdir ${destroot}${prefix}/share/man |
|---|
| 30 | system "ditto ${destroot}${prefix}/man ${destroot}${prefix}/share/man" |
|---|
| 31 | file delete -force ${destroot}${prefix}/man |
|---|
| 32 | } |
|---|
| 33 | |
|---|
| 34 | livecheck.type regex |
|---|
| 35 | livecheck.url ${homepage}/download.html |
|---|
| 36 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
|---|
Note: See
TracBrowser
for help on using the repository browser.