diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 10:17:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 10:17:34 +0000 |
commit | 5e91820b116ad0c55ff5d3100bbe89be0891e729 (patch) | |
tree | da1d5eb5080bf13f727c47525d53ba6d36462ef5 /textproc/libodfgen01 | |
parent | 2e81c8e1aa70692f9b8b87adc43d170304655aeb (diff) | |
download | ports-5e91820b116ad0c55ff5d3100bbe89be0891e729.tar.gz ports-5e91820b116ad0c55ff5d3100bbe89be0891e729.zip |
Notes
Diffstat (limited to 'textproc/libodfgen01')
-rw-r--r-- | textproc/libodfgen01/Makefile | 35 | ||||
-rw-r--r-- | textproc/libodfgen01/distinfo | 2 | ||||
-rw-r--r-- | textproc/libodfgen01/pkg-descr | 11 | ||||
-rw-r--r-- | textproc/libodfgen01/pkg-plist | 11 |
4 files changed, 59 insertions, 0 deletions
diff --git a/textproc/libodfgen01/Makefile b/textproc/libodfgen01/Makefile new file mode 100644 index 000000000000..1c6242cb7b83 --- /dev/null +++ b/textproc/libodfgen01/Makefile @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= libodfgen +PORTVERSION= 0.1.1 +CATEGORIES= textproc +MASTER_SITES= SF/libwpd/${PORTNAME}/${PORTNAME}-${PORTVERSION} +PKGNAMESUFFIX= 01 + +MAINTAINER= office@FreeBSD.org +COMMENT= Library for generating documents in Open Document Format (ODF) + +LICENSE= LGPL21 MPL +LICENSE_COMB= dual + +LIB_DEPENDS= libetonyek-0.1.so:${PORTSDIR}/graphics/libetonyek01 \ + librevenge-0.0.so:${PORTSDIR}/textproc/librevenge + +CONFIGURE_ARGS= --disable-werror --without-docs +CPPFLAGS+= -I${LOCALBASE}/include + +GNU_CONFIGURE= yes +USES= compiler:features gperf libtool pathfix pkgconfig tar:xz +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + +.include <bsd.port.pre.mk> + +.if ${COMPILER_FEATURES:Mlibc++} +CONFIGURE_ARGS+= --with-sharedptr=c++11 +.else +BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs +CONFIGURE_ARGS+= --with-sharedptr=boost +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/libodfgen01/distinfo b/textproc/libodfgen01/distinfo new file mode 100644 index 000000000000..21b670f367f4 --- /dev/null +++ b/textproc/libodfgen01/distinfo @@ -0,0 +1,2 @@ +SHA256 (libodfgen-0.1.1.tar.xz) = 9521e2c9aa13d84799ce476e97a6549eb9de4acd190cad357d87a540452d63dc +SIZE (libodfgen-0.1.1.tar.xz) = 325872 diff --git a/textproc/libodfgen01/pkg-descr b/textproc/libodfgen01/pkg-descr new file mode 100644 index 000000000000..1a74f84da3cc --- /dev/null +++ b/textproc/libodfgen01/pkg-descr @@ -0,0 +1,11 @@ +libodfgen is a library for generating documents in Open Document Format +(ODF). It provides generator implementation for the following libraries: + +* libwpd (::WPXDocumentInterface): text documents +* libwpg (libwpg::WPGPaintInterface): vector drawings +* libetonyek (libetonyek::KEYPresentationInterface): presentations + +As these APIs are used by multiple libraries, libodfgen can be used to +generate ODF from many sources. + +WWW: http://libwpd.sourceforge.net/ diff --git a/textproc/libodfgen01/pkg-plist b/textproc/libodfgen01/pkg-plist new file mode 100644 index 000000000000..4fd9f9944cda --- /dev/null +++ b/textproc/libodfgen01/pkg-plist @@ -0,0 +1,11 @@ +include/libodfgen-0.1/libodfgen/OdfDocumentHandler.hxx +include/libodfgen-0.1/libodfgen/OdgGenerator.hxx +include/libodfgen-0.1/libodfgen/OdpGenerator.hxx +include/libodfgen-0.1/libodfgen/OdtGenerator.hxx +include/libodfgen-0.1/libodfgen/libodfgen.hxx +include/libodfgen-0.1/libodfgen/OdsGenerator.hxx +include/libodfgen-0.1/libodfgen/libodfgen-api.hxx +lib/libodfgen-0.1.so +lib/libodfgen-0.1.so.1 +lib/libodfgen-0.1.so.1.0.1 +libdata/pkgconfig/libodfgen-0.1.pc |