diff options
author | jkim <jkim@FreeBSD.org> | 2014-02-25 06:53:19 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2014-02-25 06:53:19 +0800 |
commit | 4c22af7d7c1b790e496fb2850a465a6d88f6b000 (patch) | |
tree | 0089232a9e5583994115c985a2e7b6c4a03c0164 /graphics | |
parent | aff717cedd995e4aa9780413e5a138c97bc6ce0a (diff) | |
download | freebsd-ports-gnome-4c22af7d7c1b790e496fb2850a465a6d88f6b000.tar.gz freebsd-ports-gnome-4c22af7d7c1b790e496fb2850a465a6d88f6b000.tar.zst freebsd-ports-gnome-4c22af7d7c1b790e496fb2850a465a6d88f6b000.zip |
Libetonyek is library providing ability to interpret and import
Apple Keynote presentations into various applications.
WWW: http://www.freedesktop.org/wiki/Software/libetonyek
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/libetonyek/Makefile | 42 | ||||
-rw-r--r-- | graphics/libetonyek/distinfo | 2 | ||||
-rw-r--r-- | graphics/libetonyek/files/patch-src__lib__KEYEnum.h | 11 | ||||
-rw-r--r-- | graphics/libetonyek/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/libetonyek/pkg-plist | 14 |
6 files changed, 74 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 50dcc10e8835..033f2691c840 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -499,6 +499,7 @@ SUBDIR += libdrm SUBDIR += libecwj2 SUBDIR += libemf + SUBDIR += libetonyek SUBDIR += libexif SUBDIR += libexif-gtk SUBDIR += libfpx diff --git a/graphics/libetonyek/Makefile b/graphics/libetonyek/Makefile new file mode 100644 index 000000000000..e3a70ad21a35 --- /dev/null +++ b/graphics/libetonyek/Makefile @@ -0,0 +1,42 @@ +# $FreeBSD$ + +PORTNAME= libetonyek +PORTVERSION= 0.0.3 +CATEGORIES= graphics +MASTER_SITES= http://dev-www.libreoffice.org/src/ + +MAINTAINER= office@FreeBSD.org +COMMENT= Library to interpret and import Apple Keynote presentations + +LICENSE= LGPL21 MPL +LICENSE_COMB= dual + +BUILD_DEPENDS= gperf:${PORTSDIR}/devel/gperf +LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ + libwpd-0.9.so:${PORTSDIR}/textproc/libwpd \ + libxml2.so:${PORTSDIR}/textproc/libxml2 + +OPTIONS_DEFINE= DOCS TEST + +CONFIGURE_ARGS= --disable-werror +CPPFLAGS+= -I${LOCALBASE}/include + +USE_AUTOTOOLS= libtool +USE_LDCONFIG= yes +USE_XZ= yes +USES= gmake pkgconfig pathfix + +PORTDOCS= * +DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +DOCS_CONFIGURE_OFF= --without-docs +TEST_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/cppunit.pc:${PORTSDIR}/devel/cppunit +TEST_CONFIGURE_OFF= --disable-tests + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MTEST} +post-build: + @cd ${WRKSRC}/src/test && ${GMAKE} check +.endif + +.include <bsd.port.mk> diff --git a/graphics/libetonyek/distinfo b/graphics/libetonyek/distinfo new file mode 100644 index 000000000000..ede43b229ce0 --- /dev/null +++ b/graphics/libetonyek/distinfo @@ -0,0 +1,2 @@ +SHA256 (libetonyek-0.0.3.tar.xz) = b5b96cd0857fc9a740d6ec737d613d95e9524103b9ab5a15bb6e645621d943e6 +SIZE (libetonyek-0.0.3.tar.xz) = 341276 diff --git a/graphics/libetonyek/files/patch-src__lib__KEYEnum.h b/graphics/libetonyek/files/patch-src__lib__KEYEnum.h new file mode 100644 index 000000000000..938b311940eb --- /dev/null +++ b/graphics/libetonyek/files/patch-src__lib__KEYEnum.h @@ -0,0 +1,11 @@ +--- src/lib/KEYEnum.h.orig 2013-12-06 03:40:36.000000000 -0500 ++++ src/lib/KEYEnum.h 2014-02-24 13:19:10.000000000 -0500 +@@ -33,7 +33,7 @@ + KEY_CAPITALIZATION_NONE, + KEY_CAPITALIZATION_ALL_CAPS, + KEY_CAPITALIZATION_SMALL_CAPS, +- KEY_CAPITALIZATION_TITLE, ++ KEY_CAPITALIZATION_TITLE + }; + + } diff --git a/graphics/libetonyek/pkg-descr b/graphics/libetonyek/pkg-descr new file mode 100644 index 000000000000..8f73544740ed --- /dev/null +++ b/graphics/libetonyek/pkg-descr @@ -0,0 +1,4 @@ +Libetonyek is library providing ability to interpret and import +Apple Keynote presentations into various applications. + +WWW: http://www.freedesktop.org/wiki/Software/libetonyek diff --git a/graphics/libetonyek/pkg-plist b/graphics/libetonyek/pkg-plist new file mode 100644 index 000000000000..f088748ee10f --- /dev/null +++ b/graphics/libetonyek/pkg-plist @@ -0,0 +1,14 @@ +bin/key2raw +bin/key2text +bin/key2xhtml +include/libetonyek-0.0/libetonyek/KEYDocument.h +include/libetonyek-0.0/libetonyek/KEYPresentationInterface.h +include/libetonyek-0.0/libetonyek/KEYStringVector.h +include/libetonyek-0.0/libetonyek/libetonyek.h +lib/libetonyek-0.0.a +lib/libetonyek-0.0.la +lib/libetonyek-0.0.so +lib/libetonyek-0.0.so.0 +libdata/pkgconfig/libetonyek-0.0.pc +@dirrm include/libetonyek-0.0/libetonyek +@dirrm include/libetonyek-0.0 |