Date: Mon, 24 Feb 2014 22:53:20 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345904 - in head/graphics: . libetonyek libetonyek/files Message-ID: <201402242253.s1OMrKbj060241@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Mon Feb 24 22:53:19 2014 New Revision: 345904 URL: http://svnweb.freebsd.org/changeset/ports/345904 QAT: https://qat.redports.org/buildarchive/r345904/ Log: Libetonyek is library providing ability to interpret and import Apple Keynote presentations into various applications. WWW: http://www.freedesktop.org/wiki/Software/libetonyek Added: head/graphics/libetonyek/ head/graphics/libetonyek/Makefile (contents, props changed) head/graphics/libetonyek/distinfo (contents, props changed) head/graphics/libetonyek/files/ head/graphics/libetonyek/files/patch-src__lib__KEYEnum.h (contents, props changed) head/graphics/libetonyek/pkg-descr (contents, props changed) head/graphics/libetonyek/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Feb 24 22:15:32 2014 (r345903) +++ head/graphics/Makefile Mon Feb 24 22:53:19 2014 (r345904) @@ -499,6 +499,7 @@ SUBDIR += libdrm SUBDIR += libecwj2 SUBDIR += libemf + SUBDIR += libetonyek SUBDIR += libexif SUBDIR += libexif-gtk SUBDIR += libfpx Added: head/graphics/libetonyek/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libetonyek/Makefile Mon Feb 24 22:53:19 2014 (r345904) @@ -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> Added: head/graphics/libetonyek/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libetonyek/distinfo Mon Feb 24 22:53:19 2014 (r345904) @@ -0,0 +1,2 @@ +SHA256 (libetonyek-0.0.3.tar.xz) = b5b96cd0857fc9a740d6ec737d613d95e9524103b9ab5a15bb6e645621d943e6 +SIZE (libetonyek-0.0.3.tar.xz) = 341276 Added: head/graphics/libetonyek/files/patch-src__lib__KEYEnum.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libetonyek/files/patch-src__lib__KEYEnum.h Mon Feb 24 22:53:19 2014 (r345904) @@ -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 + }; + + } Added: head/graphics/libetonyek/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libetonyek/pkg-descr Mon Feb 24 22:53:19 2014 (r345904) @@ -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 Added: head/graphics/libetonyek/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libetonyek/pkg-plist Mon Feb 24 22:53:19 2014 (r345904) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402242253.s1OMrKbj060241>