1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name libiptcdata |
---|
6 | version 1.0.2 |
---|
7 | categories graphics |
---|
8 | maintainers grrr@technokracy.net |
---|
9 | description IPTC parsing library |
---|
10 | long_description \ |
---|
11 | libiptcdata is a library for manipulating the International \ |
---|
12 | Press Telecommunications Council (IPTC) metadata stored \ |
---|
13 | within multimedia files such as images. This metadata can \ |
---|
14 | include captions and keywords, often used by popular photo \ |
---|
15 | management applications. The libiptcdata package also \ |
---|
16 | includes a command-line utility, iptc, for editing IPTC \ |
---|
17 | data in JPEG files. |
---|
18 | homepage http://libiptcdata.sourceforge.net/ |
---|
19 | platforms darwin |
---|
20 | master_sites sourceforge |
---|
21 | checksums md5 4ed81889846a5d9b750331f684651f89 \ |
---|
22 | sha1 017b51638bd66449c459de815b4f729a3cc5b1f2 \ |
---|
23 | rmd160 7e8c0ceecb74bf7add4e1a92f4ca3fc514d00bab |
---|
24 | |
---|
25 | depends_lib port:gettext |
---|
26 | |
---|
27 | configure.args --with-html-dir=${prefix}/share/doc |
---|