pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/libstaroffice



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Feb  4 01:41:41 UTC 2017

Added Files:
        pkgsrc/converters/libstaroffice: DESCR Makefile PLIST buildlink3.mk
            distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/converters/libstaroffice/DESCR \
    pkgsrc/converters/libstaroffice/Makefile \
    pkgsrc/converters/libstaroffice/PLIST \
    pkgsrc/converters/libstaroffice/buildlink3.mk \
    pkgsrc/converters/libstaroffice/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/converters/libstaroffice/DESCR
diff -u /dev/null pkgsrc/converters/libstaroffice/DESCR:1.1
--- /dev/null   Sat Feb  4 01:41:41 2017
+++ pkgsrc/converters/libstaroffice/DESCR       Sat Feb  4 01:41:41 2017
@@ -0,0 +1,2 @@
+The purpose of libstaroffice is to build a filter for old StarOffice's
+documents(.sdc, .sdw, ...) based on librevenge.
Index: pkgsrc/converters/libstaroffice/Makefile
diff -u /dev/null pkgsrc/converters/libstaroffice/Makefile:1.1
--- /dev/null   Sat Feb  4 01:41:41 2017
+++ pkgsrc/converters/libstaroffice/Makefile    Sat Feb  4 01:41:41 2017
@@ -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"
Index: pkgsrc/converters/libstaroffice/PLIST
diff -u /dev/null pkgsrc/converters/libstaroffice/PLIST:1.1
--- /dev/null   Sat Feb  4 01:41:41 2017
+++ pkgsrc/converters/libstaroffice/PLIST       Sat Feb  4 01:41:41 2017
@@ -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
Index: pkgsrc/converters/libstaroffice/buildlink3.mk
diff -u /dev/null pkgsrc/converters/libstaroffice/buildlink3.mk:1.1
--- /dev/null   Sat Feb  4 01:41:41 2017
+++ pkgsrc/converters/libstaroffice/buildlink3.mk       Sat Feb  4 01:41:41 2017
@@ -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
Index: pkgsrc/converters/libstaroffice/distinfo
diff -u /dev/null pkgsrc/converters/libstaroffice/distinfo:1.1
--- /dev/null   Sat Feb  4 01:41:41 2017
+++ pkgsrc/converters/libstaroffice/distinfo    Sat Feb  4 01:41:41 2017
@@ -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