From owner-svn-ports-all@FreeBSD.ORG Tue Jun 10 10:38:49 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 8EB748BD; Tue, 10 Jun 2014 10:38:49 +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 7B529241A; Tue, 10 Jun 2014 10:38:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5AAcnmQ018464; Tue, 10 Jun 2014 10:38:49 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5AAcmuP018457; Tue, 10 Jun 2014 10:38:48 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406101038.s5AAcmuP018457@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 10 Jun 2014 10:38:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357292 - in head/graphics: . libfreehand 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 10:38:49 -0000 Author: bapt Date: Tue Jun 10 10:38:48 2014 New Revision: 357292 URL: http://svnweb.freebsd.org/changeset/ports/357292 QAT: https://qat.redports.org/buildarchive/r357292/ Log: Add libfreehand: library providing ability to interpret and import Adobe/Macromedia drawings into various applications Added: head/graphics/libfreehand/ head/graphics/libfreehand/Makefile (contents, props changed) head/graphics/libfreehand/distinfo (contents, props changed) head/graphics/libfreehand/pkg-descr (contents, props changed) head/graphics/libfreehand/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Jun 10 10:37:02 2014 (r357291) +++ head/graphics/Makefile Tue Jun 10 10:38:48 2014 (r357292) @@ -497,6 +497,7 @@ SUBDIR += libexif SUBDIR += libexif-gtk SUBDIR += libfpx + SUBDIR += libfreehand SUBDIR += libgaiagraphics SUBDIR += libgeotiff SUBDIR += libgfx Added: head/graphics/libfreehand/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libfreehand/Makefile Tue Jun 10 10:38:48 2014 (r357292) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= libfreehand +PORTVERSION= 0.1.0 +CATEGORIES= graphics +MASTER_SITES= http://dev-www.libreoffice.org/src/ + +MAINTAINER= office@FreeBSD.org +COMMENT= Library providing ability to interpret and import Adobe/Macromedia drawings + +LICENSE= LGPL21 MPL GPLv2 +LICENSE_COMB= dual + +LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge + +GNU_CONFIGURE= yes +USES= libtool pathfix pkgconfig tar:xz +USE_LDCOFNIG= yes +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= DOCS + +DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +DOCS_CONFIGURE_OFF= --without-docs +PORTDOCS= * + +.include + Added: head/graphics/libfreehand/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libfreehand/distinfo Tue Jun 10 10:38:48 2014 (r357292) @@ -0,0 +1,2 @@ +SHA256 (libfreehand-0.1.0.tar.xz) = 5119aac8b0b28d749905f8094e526b9a018a2e4a208b5d0317c7554a62af4706 +SIZE (libfreehand-0.1.0.tar.xz) = 265592 Added: head/graphics/libfreehand/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libfreehand/pkg-descr Tue Jun 10 10:38:48 2014 (r357292) @@ -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/libfreehand/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libfreehand/pkg-plist Tue Jun 10 10:38:48 2014 (r357292) @@ -0,0 +1,10 @@ +bin/fh2raw +bin/fh2svg +include/libfreehand-0.1/libfreehand/FreeHandDocument.h +include/libfreehand-0.1/libfreehand/libfreehand.h +lib/libfreehand-0.1.so +lib/libfreehand-0.1.so.1 +lib/libfreehand-0.1.so.1.0.0 +libdata/pkgconfig/libfreehand-0.1.pc +@dirrm include/libfreehand-0.1/libfreehand +@dirrm include/libfreehand-0.1