summaryrefslogtreecommitdiffstats
path: root/textproc/exempi
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/exempi')
-rw-r--r--textproc/exempi/Makefile30
-rw-r--r--textproc/exempi/distinfo3
-rw-r--r--textproc/exempi/files/patch-source_XMPFiles_FormatSupport_EndianUtils.hpp11
-rw-r--r--textproc/exempi/files/patch-source_XMPFiles_FormatSupport_Reconcile_Impl.cpp20
-rw-r--r--textproc/exempi/pkg-descr3
-rw-r--r--textproc/exempi/pkg-plist10
6 files changed, 0 insertions, 77 deletions
diff --git a/textproc/exempi/Makefile b/textproc/exempi/Makefile
deleted file mode 100644
index 6d3175368..000000000
--- a/textproc/exempi/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: exempi
-# Date created: 2008-02-26
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= exempi
-PORTVERSION= 1.99.9
-CATEGORIES= textproc
-MASTER_SITES= http://libopenraw.freedesktop.org/download/
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A port of Adobe XMP SDK to work on UNIX
-
-LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
-
-USE_AUTOTOOLS= libtool:15
-USE_GNOME= ltverhack gnomehack
-CONFIGURE_ARGS= --enable-unittest=no
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \
- LIBS="-liconv"
-USE_ICONV= yes
-USE_LDCONFIG= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/textproc/exempi/distinfo b/textproc/exempi/distinfo
deleted file mode 100644
index 045db78a1..000000000
--- a/textproc/exempi/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (exempi-1.99.9.tar.gz) = 8fb6c6230a4862b8c82b4b76be6ffb1e
-SHA256 (exempi-1.99.9.tar.gz) = 10104ff8405604b32583fb8c8731c038525aeacf6c4a44f2845649964a3c9a7b
-SIZE (exempi-1.99.9.tar.gz) = 3063146
diff --git a/textproc/exempi/files/patch-source_XMPFiles_FormatSupport_EndianUtils.hpp b/textproc/exempi/files/patch-source_XMPFiles_FormatSupport_EndianUtils.hpp
deleted file mode 100644
index 658138633..000000000
--- a/textproc/exempi/files/patch-source_XMPFiles_FormatSupport_EndianUtils.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- source/XMPFiles/FormatSupport/EndianUtils.hpp.orig 2008-02-26 11:51:10.000000000 -0500
-+++ source/XMPFiles/FormatSupport/EndianUtils.hpp 2008-02-26 11:51:17.000000000 -0500
-@@ -38,7 +38,7 @@
- #endif
- #endif
- #elif XMP_UNIXBuild
--#include <endian.h>
-+#include <machine/endian.h>
- #if BYTE_ORDER == BIG_ENDIAN
- #define kBigEndianHost 1
- #elif BYTE_ORDER == LITTLE_ENDIAN
diff --git a/textproc/exempi/files/patch-source_XMPFiles_FormatSupport_Reconcile_Impl.cpp b/textproc/exempi/files/patch-source_XMPFiles_FormatSupport_Reconcile_Impl.cpp
deleted file mode 100644
index 90e3f7c22..000000000
--- a/textproc/exempi/files/patch-source_XMPFiles_FormatSupport_Reconcile_Impl.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- source/XMPFiles/FormatSupport/Reconcile_Impl.cpp.orig 2008-02-26 11:56:56.000000000 -0500
-+++ source/XMPFiles/FormatSupport/Reconcile_Impl.cpp 2008-02-26 12:04:09.000000000 -0500
-@@ -249,7 +249,7 @@
-
- iconv_t cd = iconv_open( "ISO8859-1", "UTF-8" );
-
-- char * in = (char *)utf8Ptr;
-+ const char * in = (char *)utf8Ptr;
- size_t inLen = utf8Len;
- size_t outLen = utf8Len * 4;
- char * buf = (char *)calloc( outLen, 1 );
-@@ -406,7 +406,7 @@
-
- iconv_t cd = iconv_open( "UTF-8", "ISO8859-1" );
-
-- char * in = (char *)_latin1Ptr;
-+ const char * in = (char *)_latin1Ptr;
- size_t inLen = latin1Len;
- size_t outLen = latin1Len * 4;
- char * buf = (char *)calloc( outLen, 1 );
diff --git a/textproc/exempi/pkg-descr b/textproc/exempi/pkg-descr
deleted file mode 100644
index 543d5a0c3..000000000
--- a/textproc/exempi/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Exempi is an implementation of XMP and is based on Adobe XMP SDK
-
-WWW: http://libopenraw.freedesktop.org/wiki/Exempi
diff --git a/textproc/exempi/pkg-plist b/textproc/exempi/pkg-plist
deleted file mode 100644
index 2e039e9fe..000000000
--- a/textproc/exempi/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-include/exempi-2.0/exempi/xmp.h
-include/exempi-2.0/exempi/xmpconsts.h
-include/exempi-2.0/exempi/xmperrors.h
-lib/libexempi.a
-lib/libexempi.la
-lib/libexempi.so
-lib/libexempi.so.3
-libdata/pkgconfig/exempi-2.0.pc
-@dirrm include/exempi-2.0/exempi
-@dirrm include/exempi-2.0