pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/libstaroffice Import libstaroffice-0.0.2 as...
details: https://anonhg.NetBSD.org/pkgsrc/rev/16ad77c63506
branches: trunk
changeset: 358039:16ad77c63506
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat Feb 04 01:41:41 2017 +0000
description:
Import libstaroffice-0.0.2 as converters/libstaroffice.
The purpose of libstaroffice is to build a filter for old StarOffice's
documents(.sdc, .sdw, ...) based on librevenge.
diffstat:
converters/libstaroffice/DESCR | 2 ++
converters/libstaroffice/Makefile | 25 +++++++++++++++++++++++++
converters/libstaroffice/PLIST | 10 ++++++++++
converters/libstaroffice/buildlink3.mk | 13 +++++++++++++
converters/libstaroffice/distinfo | 6 ++++++
5 files changed, 56 insertions(+), 0 deletions(-)
diffs (76 lines):
diff -r 92a9a8fb8651 -r 16ad77c63506 converters/libstaroffice/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libstaroffice/DESCR Sat Feb 04 01:41:41 2017 +0000
@@ -0,0 +1,2 @@
+The purpose of libstaroffice is to build a filter for old StarOffice's
+documents(.sdc, .sdw, ...) based on librevenge.
diff -r 92a9a8fb8651 -r 16ad77c63506 converters/libstaroffice/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libstaroffice/Makefile Sat Feb 04 01:41:41 2017 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2017/02/04 01:41:41 ryoon Exp $
+
+DISTNAME= libstaroffice-0.0.2
+CATEGORIES= converters
+MASTER_SITES= http://dev-www.libreoffice.org/src/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= ryoon%NetBSD.org@localhost
+HOMEPAGE= http://dev-www.libreoffice.org/src/
+COMMENT= Library to import StarOffice documents
+LICENSE= mpl-2.0 OR gnu-lgpl-v2.1
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+CONFIGURE_ARGS+= --without-docs
+CONFIGURE_ARGS+= --disable-werror
+
+PKGCONFIG_OVERRIDE+= libstaroffice.pc.in
+
+.include "../../converters/librevenge/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 92a9a8fb8651 -r 16ad77c63506 converters/libstaroffice/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libstaroffice/PLIST Sat Feb 04 01:41:41 2017 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/04 01:41:41 ryoon Exp $
+bin/sd2raw
+bin/sd2svg
+bin/sd2text
+bin/sdc2csv
+bin/sdw2html
+include/libstaroffice-0.0/libstaroffice/STOFFDocument.hxx
+include/libstaroffice-0.0/libstaroffice/libstaroffice.hxx
+lib/libstaroffice-0.0.la
+lib/pkgconfig/libstaroffice-0.0.pc
diff -r 92a9a8fb8651 -r 16ad77c63506 converters/libstaroffice/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libstaroffice/buildlink3.mk Sat Feb 04 01:41:41 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2017/02/04 01:41:41 ryoon Exp $
+
+BUILDLINK_TREE+= libstaroffice
+
+.if !defined(LIBSTAROFFICE_BUILDLINK3_MK)
+LIBSTAROFFICE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libstaroffice+= libstaroffice>=0.0.2
+BUILDLINK_PKGSRCDIR.libstaroffice?= ../../converters/libstaroffice
+
+.endif # LIBSTAROFFICE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -libstaroffice
diff -r 92a9a8fb8651 -r 16ad77c63506 converters/libstaroffice/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/libstaroffice/distinfo Sat Feb 04 01:41:41 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/04 01:41:41 ryoon Exp $
+
+SHA1 (libstaroffice-0.0.2.tar.bz2) = fb7ec416807e49cb8cb12b1e46003499fad9df5f
+RMD160 (libstaroffice-0.0.2.tar.bz2) = b387b4feb04371ad816553a8b984b9c3f91561bf
+SHA512 (libstaroffice-0.0.2.tar.bz2) = dc66324dd8b365db73ea6dea16188b808648970311d443f09302648ab6b3d27c95e91f09f2be6d0d8ef173d8c5129afe6d493b1e2664dbe229553060142858e8
+Size (libstaroffice-0.0.2.tar.bz2) = 886950 bytes
Home |
Main Index |
Thread Index |
Old Index