From owner-svn-ports-head@FreeBSD.ORG Tue Jun 10 16:03:13 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E342348D; Tue, 10 Jun 2014 16:03:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE26825A7; Tue, 10 Jun 2014 16:03:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5AG3CXC079223; Tue, 10 Jun 2014 16:03:12 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5AG3BX6079216; Tue, 10 Jun 2014 16:03:11 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406101603.s5AG3BX6079216@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 10 Jun 2014 16:03:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357339 - in head/textproc: . libabw00 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 16:03:13 -0000 Author: bapt Date: Tue Jun 10 16:03:11 2014 New Revision: 357339 URL: http://svnweb.freebsd.org/changeset/ports/357339 QAT: https://qat.redports.org/buildarchive/r357339/ Log: LibreOffice 4.2 actually expect libabw00 Added: head/textproc/libabw00/ head/textproc/libabw00/Makefile (contents, props changed) head/textproc/libabw00/distinfo (contents, props changed) head/textproc/libabw00/pkg-descr (contents, props changed) head/textproc/libabw00/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Jun 10 15:41:23 2014 (r357338) +++ head/textproc/Makefile Tue Jun 10 16:03:11 2014 (r357339) @@ -346,6 +346,7 @@ SUBDIR += latex2html SUBDIR += lemmatizer2 SUBDIR += libabw + SUBDIR += libabw00 SUBDIR += libcrm114 SUBDIR += libcroco SUBDIR += libcsv Added: head/textproc/libabw00/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libabw00/Makefile Tue Jun 10 16:03:11 2014 (r357339) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= libabw +PORTVERSION= 0.0.2 +CATEGORIES= textproc +MASTER_SITES= http://dev-www.libreoffice.org/src/ +PKGNAMESUFFIX= 00 + +MAINTAINER= office@FreeBSD.org +COMMENT= Library providing ability to interpret Abiword documents + +LICENSE= LGPL21 MPL +LICENSE_COMB= dual + +BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd + +USES= libtool pathfix pkgconfig tar:xz +USE_LDCONFIG= yes +USE_GNOME= libxml2 +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + +CPPFLAGS= -I${LOCALBASE}/include +CONFIGURE_ARGS= -disable-werror --without-docs --disable-tools + +.include Added: head/textproc/libabw00/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libabw00/distinfo Tue Jun 10 16:03:11 2014 (r357339) @@ -0,0 +1,2 @@ +SHA256 (libabw-0.0.2.tar.xz) = d5cec855722e3c9caf451db2557aa8c81b279a562e67593477c58b02e948b594 +SIZE (libabw-0.0.2.tar.xz) = 307432 Added: head/textproc/libabw00/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libabw00/pkg-descr Tue Jun 10 16:03:11 2014 (r357339) @@ -0,0 +1,4 @@ +Libabw is library providing ability to interpret and import AbiWord documents +into various applications + +WWW: http://www.freedesktop.org/wiki/Software/libabw/ Added: head/textproc/libabw00/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libabw00/pkg-plist Tue Jun 10 16:03:11 2014 (r357339) @@ -0,0 +1,8 @@ +include/libabw-0.0/libabw/AbiDocument.h +include/libabw-0.0/libabw/libabw.h +lib/libabw-0.0.so +lib/libabw-0.0.so.0 +lib/libabw-0.0.so.0.0.2 +libdata/pkgconfig/libabw-0.0.pc +@dirrm include/libabw-0.0/libabw +@dirrm include/libabw-0.0