New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

source: trunk/dports/graphics/exiv2/Portfile @ 128089

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
3PortSystem 1.0
4PortGroup  cmake 1.0
5
6name             exiv2
7version          0.24
8homepage         http://www.exiv2.org/
9description      EXIF and IPTC metadata manipulation library and tools
10categories       graphics
11platforms        darwin
12license          GPL-2+
13maintainers      vafer.org:tcurdt openmaintainer
14
15master_sites     http://www.exiv2.org/
16
17checksums        sha1    2f19538e54f8c21c180fa96d17677b7cff7dc1bb \
18                 rmd160  453247926e8626bf888578afd5a0dde42c6f6962
19
20long_description Exiv2 comprises of a C++ library and a command line utility \
21                 which allows you to manipulate EXIF and IPTC image metadata.
22
23depends_lib      port:expat \
24                 port:gettext \
25                 port:libiconv \
26                 port:zlib
27
28post-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
34livecheck.type  regex
35livecheck.url   ${homepage}/download.html
36livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Note: See TracBrowser for help on using the repository browser.