diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-10 10:38:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-10 10:38:48 +0000 |
commit | 8be45b721308034604dcf04a28483b1910c1cb46 (patch) | |
tree | e70cd641e693c1ec1333ecc0c5ce22cf53171869 | |
parent | - Update to 0.28 (diff) |
Add libfreehand: library providing ability to interpret and import Adobe/Macromedia drawings into various applications
Notes
Notes:
svn path=/head/; revision=357292
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/libfreehand/Makefile | 28 | ||||
-rw-r--r-- | graphics/libfreehand/distinfo | 2 | ||||
-rw-r--r-- | graphics/libfreehand/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/libfreehand/pkg-plist | 10 |
5 files changed, 45 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index c669dc59cd2e..9e4e7d9722a8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -497,6 +497,7 @@ SUBDIR += libexif SUBDIR += libexif-gtk SUBDIR += libfpx + SUBDIR += libfreehand SUBDIR += libgaiagraphics SUBDIR += libgeotiff SUBDIR += libgfx diff --git a/graphics/libfreehand/Makefile b/graphics/libfreehand/Makefile new file mode 100644 index 000000000000..8d86659110eb --- /dev/null +++ b/graphics/libfreehand/Makefile @@ -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 <bsd.port.mk> + diff --git a/graphics/libfreehand/distinfo b/graphics/libfreehand/distinfo new file mode 100644 index 000000000000..efe4746efc8d --- /dev/null +++ b/graphics/libfreehand/distinfo @@ -0,0 +1,2 @@ +SHA256 (libfreehand-0.1.0.tar.xz) = 5119aac8b0b28d749905f8094e526b9a018a2e4a208b5d0317c7554a62af4706 +SIZE (libfreehand-0.1.0.tar.xz) = 265592 diff --git a/graphics/libfreehand/pkg-descr b/graphics/libfreehand/pkg-descr new file mode 100644 index 000000000000..5e7f9e2d86f5 --- /dev/null +++ b/graphics/libfreehand/pkg-descr @@ -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/ diff --git a/graphics/libfreehand/pkg-plist b/graphics/libfreehand/pkg-plist new file mode 100644 index 000000000000..606eaa0c8c67 --- /dev/null +++ b/graphics/libfreehand/pkg-plist @@ -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 |