pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/libetonyek Import libetonyek-0.0.3 as conve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d2f8d5718d4
branches:  trunk
changeset: 630036:1d2f8d5718d4
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Feb 02 07:29:34 2014 +0000

description:
Import libetonyek-0.0.3 as converters/libetonyek.

Libetonyek is library providing ability to interpret and import
Apple Keynote presentations into various applications. You can find
it being used in libreoffice.

diffstat:

 converters/libetonyek/DESCR         |   3 +++
 converters/libetonyek/Makefile      |  30 ++++++++++++++++++++++++++++++
 converters/libetonyek/PLIST         |  10 ++++++++++
 converters/libetonyek/buildlink3.mk |  14 ++++++++++++++
 converters/libetonyek/distinfo      |   5 +++++
 5 files changed, 62 insertions(+), 0 deletions(-)

diffs (82 lines):

diff -r b600710f5d07 -r 1d2f8d5718d4 converters/libetonyek/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libetonyek/DESCR       Sun Feb 02 07:29:34 2014 +0000
@@ -0,0 +1,3 @@
+Libetonyek is library providing ability to interpret and import
+Apple Keynote presentations into various applications. You can find
+it being used in libreoffice.
diff -r b600710f5d07 -r 1d2f8d5718d4 converters/libetonyek/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libetonyek/Makefile    Sun Feb 02 07:29:34 2014 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2014/02/02 07:29:34 ryoon Exp $
+
+DISTNAME=      libetonyek-0.0.3
+CATEGORIES=    converters
+MASTER_SITES=  http://dev-www.libreoffice.org/src/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    ryoon%NetBSD.org@localhost
+HOMEPAGE=      http://www.freedesktop.org/wiki/Software/libetonyek/
+COMMENT=       Library for Apple Keynote presentations
+LICENSE=       mpl-2.0
+
+TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    gmake pkg-config
+USE_LANGUAGES= c++
+
+CONFIGURE_ARGS+=       --disable-tests
+CONFIGURE_ARGS+=       --without-docs
+CONFIGURE_ARGS+=       --with-boost-filesystem=boost_filesystem
+
+PKGCONFIG_OVERRIDE+=   libetonyek.pc.in
+
+.include "../../converters/libwpd/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b600710f5d07 -r 1d2f8d5718d4 converters/libetonyek/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libetonyek/PLIST       Sun Feb 02 07:29:34 2014 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2014/02/02 07:29:34 ryoon Exp $
+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.la
+lib/pkgconfig/libetonyek-0.0.pc
diff -r b600710f5d07 -r 1d2f8d5718d4 converters/libetonyek/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libetonyek/buildlink3.mk       Sun Feb 02 07:29:34 2014 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2014/02/02 07:29:34 ryoon Exp $
+
+BUILDLINK_TREE+=       libetonyek
+
+.if !defined(LIBETONYEK_BUILDLINK3_MK)
+LIBETONYEK_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libetonyek+=     libetonyek>=0.0.3
+BUILDLINK_PKGSRCDIR.libetonyek?=       ../../converters/libetonyek
+
+.include "../../converters/libwpd/buildlink3.mk"
+.endif # LIBETONYEK_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -libetonyek
diff -r b600710f5d07 -r 1d2f8d5718d4 converters/libetonyek/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libetonyek/distinfo    Sun Feb 02 07:29:34 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/02/02 07:29:34 ryoon Exp $
+
+SHA1 (libetonyek-0.0.3.tar.bz2) = 11b46be309720c5a7ef6678f4af88035d7d04f1c
+RMD160 (libetonyek-0.0.3.tar.bz2) = 5beb6c441f0ab0d2d9994e1a0e0211c92b06b0b7
+Size (libetonyek-0.0.3.tar.bz2) = 414747 bytes



Home | Main Index | Thread Index | Old Index