diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-07 03:24:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-07 03:24:56 +0800 |
commit | 714e0902fd97839b8ad3c556f9887fbbfb267b91 (patch) | |
tree | 39049e45e885efb14f41578611c95d1c8267ba21 /textproc/libvisio01 | |
parent | 9feee8bca5d953a1be14a6f7a61cfd9b061d4a34 (diff) | |
download | freebsd-ports-gnome-714e0902fd97839b8ad3c556f9887fbbfb267b91.tar.gz freebsd-ports-gnome-714e0902fd97839b8ad3c556f9887fbbfb267b91.tar.zst freebsd-ports-gnome-714e0902fd97839b8ad3c556f9887fbbfb267b91.zip |
Import libvisio01
Ensure libvisio01 does not conflicts with libvisio
Diffstat (limited to 'textproc/libvisio01')
-rw-r--r-- | textproc/libvisio01/Makefile | 34 | ||||
-rw-r--r-- | textproc/libvisio01/distinfo | 2 | ||||
-rw-r--r-- | textproc/libvisio01/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/libvisio01/pkg-plist | 12 |
4 files changed, 51 insertions, 0 deletions
diff --git a/textproc/libvisio01/Makefile b/textproc/libvisio01/Makefile new file mode 100644 index 000000000000..704a8f418e56 --- /dev/null +++ b/textproc/libvisio01/Makefile @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= libvisio +PORTVERSION= 0.1.0 +CATEGORIES= textproc devel +MASTER_SITES= http://dev-www.libreoffice.org/src/ +PKGNAMESUFFIX= 01 + +MAINTAINER= office@FreeBSD.org +COMMENT= Library and tools for parsing the visio file format structure + +LICENSE= LGPL21 MPL GPLv2 +LICENSE_COMB= dual + +BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu \ + librevenge-0.0.so:${PORTSDIR}/textproc/librevenge + +CONFIGURE_ARGS= --disable-werror --without-docs +CPPFLAGS+= -I${LOCALBASE}/include +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +USE_PERL5= build +USES= gmake libtool pathfix perl5 pkgconfig tar:xz +INSTALL_TARGET= install-strip + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 802516 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900502) +BUILD_DEPENDS+= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf +CONFIGURE_ENV+= GPERF=${LOCALBASE}/bin/gperf +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/libvisio01/distinfo b/textproc/libvisio01/distinfo new file mode 100644 index 000000000000..fa585fc8ba4a --- /dev/null +++ b/textproc/libvisio01/distinfo @@ -0,0 +1,2 @@ +SHA256 (libvisio-0.1.0.tar.xz) = 0e4f1d49b7cd01173f846995655f2175bbdbde4eac05697bd28667723d176d6f +SIZE (libvisio-0.1.0.tar.xz) = 362740 diff --git a/textproc/libvisio01/pkg-descr b/textproc/libvisio01/pkg-descr new file mode 100644 index 000000000000..255f15203876 --- /dev/null +++ b/textproc/libvisio01/pkg-descr @@ -0,0 +1,3 @@ +Library and tools for parsing the visio file format structure + +WWW: http://www.freedesktop.org/wiki/Software/libvisio diff --git a/textproc/libvisio01/pkg-plist b/textproc/libvisio01/pkg-plist new file mode 100644 index 000000000000..e609d4a3d151 --- /dev/null +++ b/textproc/libvisio01/pkg-plist @@ -0,0 +1,12 @@ +bin/vss2raw +bin/vss2text +bin/vss2xhtml +bin/vsd2text +bin/vsd2raw +bin/vsd2xhtml +include/libvisio-0.1/libvisio/VisioDocument.h +include/libvisio-0.1/libvisio/libvisio.h +lib/libvisio-0.1.so +lib/libvisio-0.1.so.1 +lib/libvisio-0.1.so.1.0.0 +libdata/pkgconfig/libvisio-0.1.pc |