aboutsummaryrefslogtreecommitdiff
path: root/graphics/libkexiv2
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
commit66fee909266a1dedf3dfc1f03bb0841380d78805 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /graphics/libkexiv2
parenteec2cb8d7407c5628cc8016e7349abbee6c98e3f (diff)
downloadports-66fee909266a1dedf3dfc1f03bb0841380d78805.tar.gz
ports-66fee909266a1dedf3dfc1f03bb0841380d78805.zip
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
Notes
Notes: svn path=/head/; revision=323748
Diffstat (limited to 'graphics/libkexiv2')
-rw-r--r--graphics/libkexiv2/Makefile29
-rw-r--r--graphics/libkexiv2/distinfo2
-rw-r--r--graphics/libkexiv2/files/patch-libkexiv2__libkexiv2__kexiv2.cpp26
-rw-r--r--graphics/libkexiv2/pkg-descr3
-rw-r--r--graphics/libkexiv2/pkg-plist9
5 files changed, 0 insertions, 69 deletions
diff --git a/graphics/libkexiv2/Makefile b/graphics/libkexiv2/Makefile
deleted file mode 100644
index 97a678597899..000000000000
--- a/graphics/libkexiv2/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: libkexiv2
-# Date created: 14 March 2007
-# Whom: Alex Dupre <ale@FreeBSD.org>
-#
-# $FreeBSD$
-
-PORTNAME= libkexiv2
-PORTVERSION= 0.1.9
-PORTREVISION= 8
-CATEGORIES= graphics devel
-MASTER_SITES= SF/kipi/${PORTNAME}/${PORTVERSION}
-
-MAINTAINER= ale@FreeBSD.org
-COMMENT= A wrapper library to manipulate pictures metadata
-
-LIB_DEPENDS= exiv2.12:${PORTSDIR}/graphics/exiv2
-
-USE_BZIP2= yes
-USE_KDELIBS_VER=3
-USE_GNOME= gnomehack pkgconfig
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-USE_LDCONFIG= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g;s|-fno-schedule-insns -fno-inline||g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-.include <bsd.port.mk>
diff --git a/graphics/libkexiv2/distinfo b/graphics/libkexiv2/distinfo
deleted file mode 100644
index cdb94ad6ec1b..000000000000
--- a/graphics/libkexiv2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libkexiv2-0.1.9.tar.bz2) = 004bacd4ae4574c0862342d6c4f7fdccb6fac01e50c77a4673487b96af9a0fad
-SIZE (libkexiv2-0.1.9.tar.bz2) = 432834
diff --git a/graphics/libkexiv2/files/patch-libkexiv2__libkexiv2__kexiv2.cpp b/graphics/libkexiv2/files/patch-libkexiv2__libkexiv2__kexiv2.cpp
deleted file mode 100644
index beb1972ce786..000000000000
--- a/graphics/libkexiv2/files/patch-libkexiv2__libkexiv2__kexiv2.cpp
+++ /dev/null
@@ -1,26 +0,0 @@
---- ./libkexiv2/libkexiv2/kexiv2.cpp.orig 2009-02-27 09:39:37.000000000 +0100
-+++ ./libkexiv2/libkexiv2/kexiv2.cpp 2011-04-12 00:45:19.851801624 +0200
-@@ -1603,7 +1603,11 @@
- {
- std::string exifkey(exifTagName);
- Exiv2::ExifKey ek(exifkey);
-+#if (EXIV2_TEST_VERSION(0,21,0))
-+ return QString::fromLocal8Bit( ek.tagLabel().c_str() );
-+#else
- return QString::fromLocal8Bit( Exiv2::ExifTags::tagTitle(ek.tag(), ek.ifdId()) );
-+#endif
- }
- catch (Exiv2::Error& e)
- {
-@@ -1619,7 +1623,11 @@
- {
- std::string exifkey(exifTagName);
- Exiv2::ExifKey ek(exifkey);
-+#if (EXIV2_TEST_VERSION(0,21,0))
-+ return QString::fromLocal8Bit( ek.tagDesc().c_str() );
-+#else
- return QString::fromLocal8Bit( Exiv2::ExifTags::tagDesc(ek.tag(), ek.ifdId()) );
-+#endif
- }
- catch (Exiv2::Error& e)
- {
diff --git a/graphics/libkexiv2/pkg-descr b/graphics/libkexiv2/pkg-descr
deleted file mode 100644
index 6dfdad745631..000000000000
--- a/graphics/libkexiv2/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata.
-
-WWW: http://www.kipi-plugins.org/
diff --git a/graphics/libkexiv2/pkg-plist b/graphics/libkexiv2/pkg-plist
deleted file mode 100644
index d7b7cd08c836..000000000000
--- a/graphics/libkexiv2/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-include/libkexiv2/kexiv2.h
-include/libkexiv2/libkexiv2_export.h
-include/libkexiv2/version.h
-lib/libkexiv2.a
-lib/libkexiv2.la
-lib/libkexiv2.so
-lib/libkexiv2.so.5
-libdata/pkgconfig/libkexiv2.pc
-@dirrm include/libkexiv2