editors/calligra still requires libwps 0.2.x. Resurrect the old version.
This commit is contained in:
parent
9b08af5e1a
commit
a690672248
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391218
6 changed files with 56 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= calligra
|
||||
PORTVERSION= ${CALLIGRA_VERSION}
|
||||
PORTREVISION= 15
|
||||
PORTREVISION= 16
|
||||
CATEGORIES= editors kde
|
||||
MASTER_SITES= KDE/${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}
|
||||
DIST_SUBDIR= KDE
|
||||
|
@ -26,7 +26,7 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
|||
libfftw3.so:${PORTSDIR}/math/fftw3 \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
libgsl.so:${PORTSDIR}/math/gsl \
|
||||
libwps-0.2.so:${PORTSDIR}/textproc/libwps \
|
||||
libwps-0.2.so:${PORTSDIR}/textproc/libwps02 \
|
||||
libvisio-0.0.so:${PORTSDIR}/textproc/libvisio \
|
||||
libOpenColorIO.so:${PORTSDIR}/graphics/opencolorio
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2
|
||||
|
|
|
@ -394,6 +394,7 @@
|
|||
SUBDIR += libwpd
|
||||
SUBDIR += libwpd010
|
||||
SUBDIR += libwps
|
||||
SUBDIR += libwps02
|
||||
SUBDIR += libwps03
|
||||
SUBDIR += libxdiff
|
||||
SUBDIR += libxml++26
|
||||
|
|
37
textproc/libwps02/Makefile
Normal file
37
textproc/libwps02/Makefile
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libwps
|
||||
PORTVERSION= 0.2.9
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
PKGNAMESUFFIX= 02
|
||||
|
||||
MAINTAINER= office@FreeBSD.org
|
||||
COMMENT= Microsoft file word processor format import filter library
|
||||
|
||||
LICENSE= LGPL21 MPL
|
||||
LICENSE_COMB= dual
|
||||
|
||||
LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd
|
||||
|
||||
CONFIGURE_ARGS= --disable-werror --without-docs
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
USES= compiler:features libtool:keepla pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${COMPILER_FEATURES:Mlibc++}
|
||||
CONFIGURE_ARGS+= --with-sharedptr=c++11
|
||||
.else
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
|
||||
CONFIGURE_ARGS+= --with-sharedptr=boost
|
||||
.endif
|
||||
|
||||
post-stage:
|
||||
@${RM} -f ${STAGEDIR}${PREFIX}/bin/*
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
textproc/libwps02/distinfo
Normal file
2
textproc/libwps02/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (libwps-0.2.9.tar.gz) = de57e3eb91eb1c6b9c6f1a765f943a3ac894e7575fad117a88ab7959fc29256d
|
||||
SIZE (libwps-0.2.9.tar.gz) = 615767
|
7
textproc/libwps02/pkg-descr
Normal file
7
textproc/libwps02/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Libwps is a library (for use by word procesors, for example) for importing the
|
||||
Microsoft Works word processor file format. It imports Works format versions 2,
|
||||
3, 4, 5 (aka 2000), and 8 with some formatting. The scope of this project is
|
||||
just a Works word processor import filter, so there are no plans for supporting
|
||||
an export filter, spreadsheets, or databases.
|
||||
|
||||
WWW: http://libwps.sourceforge.net/
|
7
textproc/libwps02/pkg-plist
Normal file
7
textproc/libwps02/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
include/libwps-0.2/libwps/WPSDocument.h
|
||||
include/libwps-0.2/libwps/libwps.h
|
||||
lib/libwps-0.2.la
|
||||
lib/libwps-0.2.so
|
||||
lib/libwps-0.2.so.2
|
||||
lib/libwps-0.2.so.2.0.9
|
||||
libdata/pkgconfig/libwps-0.2.pc
|
Loading…
Reference in a new issue