pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/libqxp converters/libqxp: import libqxp-0.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9afcb517525
branches:  trunk
changeset: 375095:d9afcb517525
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Feb 03 00:06:29 2018 +0000

description:
converters/libqxp: import libqxp-0.0.1

libqxp is a library and a set of tools for reading and converting
QuarkXPress file format. It supports versions 3.1-4.1 currently.

diffstat:

 converters/libqxp/DESCR         |   2 ++
 converters/libqxp/Makefile      |  28 ++++++++++++++++++++++++++++
 converters/libqxp/PLIST         |  10 ++++++++++
 converters/libqxp/buildlink3.mk |  14 ++++++++++++++
 converters/libqxp/distinfo      |   6 ++++++
 5 files changed, 60 insertions(+), 0 deletions(-)

diffs (80 lines):

diff -r 72b3895cecb7 -r d9afcb517525 converters/libqxp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libqxp/DESCR   Sat Feb 03 00:06:29 2018 +0000
@@ -0,0 +1,2 @@
+libqxp is a library and a set of tools for reading and converting
+QuarkXPress file format. It supports versions 3.1-4.1 currently.
diff -r 72b3895cecb7 -r d9afcb517525 converters/libqxp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libqxp/Makefile        Sat Feb 03 00:06:29 2018 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2018/02/03 00:06:29 ryoon Exp $
+
+DISTNAME=      libqxp-0.0.1
+CATEGORIES=    converters
+MASTER_SITES=  http://dev-www.libreoffice.org/src/
+EXTRACT_SUFX=  .tar.xz
+
+MAINTAINER=    ryoon%NetBSD.org@localhost
+HOMEPAGE=      https://wiki.documentfoundation.org/DLP/Libraries/libqxp
+COMMENT=       Library that parses the file format of QuarkXPress documents
+LICENSE=       mpl-2.0 OR gnu-lgpl-v2.1
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    gmake pkg-config
+USE_LANGUAGES= c c++
+
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
+CONFIGURE_ARGS+=       --disable-tests
+CONFIGURE_ARGS+=       --without-docs
+
+PKGCONFIG_OVERRIDE+=   libqxp-0.0.pc
+
+.include "../../converters/librevenge/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../textproc/icu/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 72b3895cecb7 -r d9afcb517525 converters/libqxp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libqxp/PLIST   Sat Feb 03 00:06:29 2018 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/03 00:06:29 ryoon Exp $
+bin/qxp2raw
+bin/qxp2svg
+bin/qxp2text
+include/libqxp-0.0/libqxp/QXPDocument.h
+include/libqxp-0.0/libqxp/QXPPathResolver.h
+include/libqxp-0.0/libqxp/libqxp.h
+include/libqxp-0.0/libqxp/libqxp_api.h
+lib/libqxp-0.0.la
+lib/pkgconfig/libqxp-0.0.pc
diff -r 72b3895cecb7 -r d9afcb517525 converters/libqxp/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libqxp/buildlink3.mk   Sat Feb 03 00:06:29 2018 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/02/03 00:06:29 ryoon Exp $
+
+BUILDLINK_TREE+=       libqxp
+
+.if !defined(LIBQXP_BUILDLINK3_MK)
+LIBQXP_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libqxp+= libqxp>=0.0.1
+BUILDLINK_PKGSRCDIR.libqxp?=   ../../converters/libqxp
+
+.include "../../converters/librevenge/buildlink3.mk"
+.endif # LIBQXP_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -libqxp
diff -r 72b3895cecb7 -r d9afcb517525 converters/libqxp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libqxp/distinfo        Sat Feb 03 00:06:29 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/03 00:06:29 ryoon Exp $
+
+SHA1 (libqxp-0.0.1.tar.xz) = a5963474afcc8e7b0eb352754325c21e1a1f5e18
+RMD160 (libqxp-0.0.1.tar.xz) = c1d8d8ecd06445ec5ad9f8d18ec86e31d485879b
+SHA512 (libqxp-0.0.1.tar.xz) = a03a9ada658a92f4d985cad91d467b3916334c74dc26c1e4de89e3929e0135ca0e9c7e7e18ce616ef56a67863ec19c2638494400785849017f9a4776df07c607
+Size (libqxp-0.0.1.tar.xz) = 340184 bytes



Home | Main Index | Thread Index | Old Index