From owner-svn-ports-all@FreeBSD.ORG Tue Jun 10 09:54:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2EDB5F42; Tue, 10 Jun 2014 09:54:00 +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 1B7122055; Tue, 10 Jun 2014 09:54:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5A9rxC4098943; Tue, 10 Jun 2014 09:53:59 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5A9rxWo098938; Tue, 10 Jun 2014 09:53:59 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406100953.s5A9rxWo098938@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 10 Jun 2014 09:53:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357288 - in head/textproc: . libabw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 09:54:00 -0000 Author: bapt Date: Tue Jun 10 09:53:58 2014 New Revision: 357288 URL: http://svnweb.freebsd.org/changeset/ports/357288 QAT: https://qat.redports.org/buildarchive/r357288/ Log: Add libabw: library to handle Abiword documents Added: head/textproc/libabw/ head/textproc/libabw/Makefile (contents, props changed) head/textproc/libabw/distinfo (contents, props changed) head/textproc/libabw/pkg-descr (contents, props changed) head/textproc/libabw/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Jun 10 09:22:26 2014 (r357287) +++ head/textproc/Makefile Tue Jun 10 09:53:58 2014 (r357288) @@ -345,6 +345,7 @@ SUBDIR += latex-service SUBDIR += latex2html SUBDIR += lemmatizer2 + SUBDIR += libabw SUBDIR += libcrm114 SUBDIR += libcroco SUBDIR += libcsv Added: head/textproc/libabw/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libabw/Makefile Tue Jun 10 09:53:58 2014 (r357288) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= libabw +PORTVERSION= 0.1.0 +CATEGORIES= textproc +MASTER_SITES= http://dev-www.libreoffice.org/src/ + +MAINTAINER= office@FreeBSD.org +COMMENT= Library providing ability to interpret Abiword documents + +LICENSE= LGPL21 MPL +LICENSE_COMB= dual + +OPTIONS_DEFINE= DOCS + +BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge + +USES= libtool pathfix pkgconfig tar:xz +USE_GNOME= libxml2 +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + +CPPFLAGS= -I${LOCALBASE}/include +CONFIGURE_ARGS= -disable-werror + +PORTDOCS= * +DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +DOCS_CONFIGURE_OFF= --without-docs + +.include Added: head/textproc/libabw/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libabw/distinfo Tue Jun 10 09:53:58 2014 (r357288) @@ -0,0 +1,2 @@ +SHA256 (libabw-0.1.0.tar.xz) = ee99b280b7af226a48fd9afd395cc10bef2d8e4f844151277e90793706dfc0c1 +SIZE (libabw-0.1.0.tar.xz) = 282268 Added: head/textproc/libabw/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libabw/pkg-descr Tue Jun 10 09:53:58 2014 (r357288) @@ -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/libabw/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libabw/pkg-plist Tue Jun 10 09:53:58 2014 (r357288) @@ -0,0 +1,11 @@ +bin/abw2html +bin/abw2raw +bin/abw2text +include/libabw-0.1/libabw/AbiDocument.h +include/libabw-0.1/libabw/libabw.h +lib/libabw-0.1.so +lib/libabw-0.1.so.1 +lib/libabw-0.1.so.1.0.0 +libdata/pkgconfig/libabw-0.1.pc +@dirrm include/libabw-0.1/libabw +@dirrm include/libabw-0.1