From owner-svn-ports-all@FreeBSD.ORG Tue Jun 10 16:15:54 2014 Return-Path: Delivered-To: svn-ports-all@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 D7F48241; Tue, 10 Jun 2014 16:15:54 +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 C510F26FC; Tue, 10 Jun 2014 16:15:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5AGFsA2085134; Tue, 10 Jun 2014 16:15:54 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5AGFrGg085128; Tue, 10 Jun 2014 16:15:53 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406101615.s5AGFrGg085128@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 10 Jun 2014 16:15:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357347 - in head/graphics: . libfreehand00 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 16:15:55 -0000 Author: bapt Date: Tue Jun 10 16:15:53 2014 New Revision: 357347 URL: http://svnweb.freebsd.org/changeset/ports/357347 QAT: https://qat.redports.org/buildarchive/r357347/ Log: LibreOffice 4.2 expect libfreehand00 Added: head/graphics/libfreehand00/ head/graphics/libfreehand00/Makefile (contents, props changed) head/graphics/libfreehand00/distinfo (contents, props changed) head/graphics/libfreehand00/pkg-descr (contents, props changed) head/graphics/libfreehand00/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Jun 10 16:15:24 2014 (r357346) +++ head/graphics/Makefile Tue Jun 10 16:15:53 2014 (r357347) @@ -498,6 +498,7 @@ SUBDIR += libexif-gtk SUBDIR += libfpx SUBDIR += libfreehand + SUBDIR += libfreehand00 SUBDIR += libgaiagraphics SUBDIR += libgeotiff SUBDIR += libgfx Added: head/graphics/libfreehand00/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libfreehand00/Makefile Tue Jun 10 16:15:53 2014 (r357347) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= libfreehand +PORTVERSION= 0.0.0 +CATEGORIES= graphics +MASTER_SITES= http://dev-www.libreoffice.org/src/ +PKGNAMESUFFIX= 00 + +MAINTAINER= office@FreeBSD.org +COMMENT= Library providing ability to interpret and import Adobe/Macromedia drawings + +LICENSE= LGPL21 MPL GPLv2 +LICENSE_COMB= dual + +LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd + +GNU_CONFIGURE= yes +USES= libtool pathfix pkgconfig tar:xz +USE_LDCOFNIG= yes +CONFIGURE_ARGS= --without-docs +INSTALL_TARGET= install-strip + +post-install: + @${RM} -f ${STAGEDIR}${PREFIX}/bin/* + +.include + Added: head/graphics/libfreehand00/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libfreehand00/distinfo Tue Jun 10 16:15:53 2014 (r357347) @@ -0,0 +1,2 @@ +SHA256 (libfreehand-0.0.0.tar.xz) = 5a38eb890ca8b658f17e5e22d39c654052d24b90a699b6a4b6834880e3afc912 +SIZE (libfreehand-0.0.0.tar.xz) = 268908 Added: head/graphics/libfreehand00/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libfreehand00/pkg-descr Tue Jun 10 16:15:53 2014 (r357347) @@ -0,0 +1,4 @@ +Libfreehand is library providing ability to interpret and import +Adobe/Macromedia drawings into various applications + +WWW: http://www.freedesktop.org/wiki/Software/libfreehand/ Added: head/graphics/libfreehand00/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libfreehand00/pkg-plist Tue Jun 10 16:15:53 2014 (r357347) @@ -0,0 +1,9 @@ +include/libfreehand-0.0/libfreehand/FHStringVector.h +include/libfreehand-0.0/libfreehand/FreeHandDocument.h +include/libfreehand-0.0/libfreehand/libfreehand.h +lib/libfreehand-0.0.so +lib/libfreehand-0.0.so.0 +lib/libfreehand-0.0.so.0.0.0 +libdata/pkgconfig/libfreehand-0.0.pc +@dirrm include/libfreehand-0.0/libfreehand +@dirrm include/libfreehand-0.0