svn commit: r357292 - in head/graphics: . libfreehand
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jun 10 10:38:49 UTC 2014
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 at 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 <bsd.port.mk>
+
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
+ at dirrm include/libfreehand-0.1/libfreehand
+ at dirrm include/libfreehand-0.1
More information about the svn-ports-head
mailing list