Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2017 22:02:24 +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: r441121 - in head/textproc: . libstaroffice
Message-ID:  <201705172202.v4HM2OXb057271@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Wed May 17 22:02:23 2017
New Revision: 441121
URL: https://svnweb.freebsd.org/changeset/ports/441121

Log:
  The purpose of libstaroffice is to build a filter for old StarOffice's
  documents (.sdc, .sdw, ...) based on librevenge.
  
  WWW: https://github.com/fosnola/libstaroffice

Added:
  head/textproc/libstaroffice/
  head/textproc/libstaroffice/Makefile   (contents, props changed)
  head/textproc/libstaroffice/distinfo   (contents, props changed)
  head/textproc/libstaroffice/pkg-descr   (contents, props changed)
  head/textproc/libstaroffice/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed May 17 21:43:09 2017	(r441120)
+++ head/textproc/Makefile	Wed May 17 22:02:23 2017	(r441121)
@@ -420,6 +420,7 @@
     SUBDIR += libsass
     SUBDIR += libsoldout
     SUBDIR += libsphinxclient
+    SUBDIR += libstaroffice
     SUBDIR += libstree
     SUBDIR += libtextcat
     SUBDIR += libtranslate

Added: head/textproc/libstaroffice/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/libstaroffice/Makefile	Wed May 17 22:02:23 2017	(r441121)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	libstaroffice
+PORTVERSION=	0.0.3
+CATEGORIES=	textproc
+MASTER_SITES=	LODEV
+MASTER_SITE_SUBDIR=	#
+
+MAINTAINER=	office@FreeBSD.org
+COMMENT=	Library to build a filter for old StarOffice's documents
+
+LICENSE=	LGPL21+ MPL
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
+LIB_DEPENDS=	librevenge-0.0.so:textproc/librevenge
+
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USE_LDCONFIG=	yes
+USES=		libtool pathfix pkgconfig tar:xz
+
+CONFIGURE_ARGS=	--without-docs
+CPPFLAGS+=	-I${LOCALBASE}/include
+
+.include <bsd.port.mk>

Added: head/textproc/libstaroffice/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/libstaroffice/distinfo	Wed May 17 22:02:23 2017	(r441121)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1495057114
+SHA256 (libstaroffice-0.0.3.tar.xz) = bedeec104b4cc3896b3dfd1976dda5ce7392d1942bf8f5d2f7d796cc47e422c6
+SIZE (libstaroffice-0.0.3.tar.xz) = 679800

Added: head/textproc/libstaroffice/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/libstaroffice/pkg-descr	Wed May 17 22:02:23 2017	(r441121)
@@ -0,0 +1,4 @@
+The purpose of libstaroffice is to build a filter for old StarOffice's
+documents (.sdc, .sdw, ...) based on librevenge.
+
+WWW: https://github.com/fosnola/libstaroffice

Added: head/textproc/libstaroffice/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/libstaroffice/pkg-plist	Wed May 17 22:02:23 2017	(r441121)
@@ -0,0 +1,11 @@
+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.so
+lib/libstaroffice-0.0.so.0
+lib/libstaroffice-0.0.so.0.0.3
+libdata/pkgconfig/libstaroffice-0.0.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705172202.v4HM2OXb057271>