mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
Import libvisio01
Ensure libvisio01 does not conflicts with libvisio
This commit is contained in:
parent
c74120ccb0
commit
62c2d21fa3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370214
@ -380,6 +380,7 @@
|
||||
SUBDIR += libunibreak
|
||||
SUBDIR += libuninameslist
|
||||
SUBDIR += libvisio
|
||||
SUBDIR += libvisio01
|
||||
SUBDIR += libwpd
|
||||
SUBDIR += libwpd010
|
||||
SUBDIR += libwps
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= libvisio
|
||||
PORTVERSION= 0.0.31
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= textproc devel
|
||||
MASTER_SITES= http://dev-www.libreoffice.org/src/
|
||||
|
||||
@ -32,4 +32,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
|
||||
CONFIGURE_ENV+= GPERF=${LOCALBASE}/bin/gperf
|
||||
.endif
|
||||
|
||||
post-stage:
|
||||
@${RM} -f ${STAGEDIR}${PREFIX}/bin/vs*
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,9 +1,3 @@
|
||||
bin/vss2raw
|
||||
bin/vss2text
|
||||
bin/vss2xhtml
|
||||
bin/vsd2text
|
||||
bin/vsd2raw
|
||||
bin/vsd2xhtml
|
||||
include/libvisio-0.0/libvisio/VSDStringVector.h
|
||||
include/libvisio-0.0/libvisio/VisioDocument.h
|
||||
include/libvisio-0.0/libvisio/libvisio.h
|
||||
@ -11,5 +5,3 @@ lib/libvisio-0.0.so
|
||||
lib/libvisio-0.0.so.0
|
||||
lib/libvisio-0.0.so.0.0.31
|
||||
libdata/pkgconfig/libvisio-0.0.pc
|
||||
@dirrmtry include/libvisio-0.0/libvisio
|
||||
@dirrmtry include/libvisio-0.0
|
||||
|
34
textproc/libvisio01/Makefile
Normal file
34
textproc/libvisio01/Makefile
Normal file
@ -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>
|
2
textproc/libvisio01/distinfo
Normal file
2
textproc/libvisio01/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libvisio-0.1.0.tar.xz) = 0e4f1d49b7cd01173f846995655f2175bbdbde4eac05697bd28667723d176d6f
|
||||
SIZE (libvisio-0.1.0.tar.xz) = 362740
|
3
textproc/libvisio01/pkg-descr
Normal file
3
textproc/libvisio01/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Library and tools for parsing the visio file format structure
|
||||
|
||||
WWW: http://www.freedesktop.org/wiki/Software/libvisio
|
12
textproc/libvisio01/pkg-plist
Normal file
12
textproc/libvisio01/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user