libiptcdata is a library, written in C, for manipulating the International

Press Telecommunications Council (IPTC) metadata stored within multimedia files
such as images.  This metadata can include captions and keywords, often used by
popular photo management applications.  The library provides routines for
parsing, viewing, modifying, and saving this metadata.  The libiptcdata
package also includes a command-line utility, iptc, for editing IPTC data in
JPEG files.

WWW: http://libiptcdata.sourceforge.net/
This commit is contained in:
Pav Lucistnik 2006-12-03 18:53:50 +00:00
parent d1ee0101ec
commit 19751b04d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178718
5 changed files with 78 additions and 0 deletions

View file

@ -356,6 +356,7 @@
SUBDIR += libgnomecanvasmm26
SUBDIR += libgphoto2
SUBDIR += libimg
SUBDIR += libiptcdata
SUBDIR += libkexif
SUBDIR += libkipi
SUBDIR += liblug

View file

@ -0,0 +1,25 @@
# New ports collection makefile for: libiptcdata
# Date created: 3rd December 2006
# Whom: Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libiptcdata
PORTVERSION= 0.2.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pav@FreeBSD.org
COMMENT= Library for manipulating IPTC metadata stored in image files
USE_GNOME= pkgconfig
USE_ICONV= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-nls
post-patch:
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/libiptcdata/Makefile.in
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (libiptcdata-0.2.1.tar.gz) = 2df9620f8c08aba4ccbe434032ff320d
SHA256 (libiptcdata-0.2.1.tar.gz) = dec1c0d88bb4118829f6af524dda9a276ceb1f1c3e6d11a3012f193a4d71132b
SIZE (libiptcdata-0.2.1.tar.gz) = 471976

View file

@ -0,0 +1,9 @@
libiptcdata is a library, written in C, for manipulating the International
Press Telecommunications Council (IPTC) metadata stored within multimedia files
such as images. This metadata can include captions and keywords, often used by
popular photo management applications. The library provides routines for
parsing, viewing, modifying, and saving this metadata. The libiptcdata
package also includes a command-line utility, iptc, for editing IPTC data in
JPEG files.
WWW: http://libiptcdata.sourceforge.net/

View file

@ -0,0 +1,40 @@
bin/iptc
include/libiptcdata/iptc-dataset.h
include/libiptcdata/iptc-data.h
include/libiptcdata/iptc-jpeg.h
include/libiptcdata/iptc-log.h
include/libiptcdata/iptc-mem.h
include/libiptcdata/iptc-tag.h
include/libiptcdata/iptc-utils.h
include/libiptcdata/_stdint.h
lib/libiptcdata.a
lib/libiptcdata.la
lib/libiptcdata.so
lib/libiptcdata.so.3
libdata/pkgconfig/libiptcdata.pc
share/gtk-doc/html/libiptcdata/home.png
share/gtk-doc/html/libiptcdata/ch01.html
share/gtk-doc/html/libiptcdata/ch02.html
share/gtk-doc/html/libiptcdata/ch03.html
share/gtk-doc/html/libiptcdata/index.html
share/gtk-doc/html/libiptcdata/index.sgml
share/gtk-doc/html/libiptcdata/iptc-about.html
share/gtk-doc/html/libiptcdata/iptc-commandline.html
share/gtk-doc/html/libiptcdata/iptc-i18n.html
share/gtk-doc/html/libiptcdata/iptc-libjpeg.html
share/gtk-doc/html/libiptcdata/iptc-overview.html
share/gtk-doc/html/libiptcdata/left.png
share/gtk-doc/html/libiptcdata/libiptcdata.devhelp
share/gtk-doc/html/libiptcdata/libiptcdata-dataset.html
share/gtk-doc/html/libiptcdata/libiptcdata-data.html
share/gtk-doc/html/libiptcdata/libiptcdata-jpeg.html
share/gtk-doc/html/libiptcdata/libiptcdata-log.html
share/gtk-doc/html/libiptcdata/libiptcdata-mem.html
share/gtk-doc/html/libiptcdata/libiptcdata-tag.html
share/gtk-doc/html/libiptcdata/libiptcdata-utils.html
share/gtk-doc/html/libiptcdata/right.png
share/gtk-doc/html/libiptcdata/up.png
@dirrm share/gtk-doc/html/libiptcdata
@dirrmtry share/gtk-doc/html
@dirrmtry share/gtk-doc
@dirrm include/libiptcdata