svn commit: r357347 - in head/graphics: . libfreehand00

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 10 16:15:55 UTC 2014


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 at 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 <bsd.port.mk>
+

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
+ at dirrm include/libfreehand-0.0/libfreehand
+ at dirrm include/libfreehand-0.0


More information about the svn-ports-head mailing list