Import libwpd010
Make sure libwpd is not conflicting with libwpd010 by not installing the tools
This commit is contained in:
parent
913cb373da
commit
3635ea2dc5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370206
@ -381,6 +381,7 @@
|
||||
SUBDIR += libuninameslist
|
||||
SUBDIR += libvisio
|
||||
SUBDIR += libwpd
|
||||
SUBDIR += libwpd010
|
||||
SUBDIR += libwps
|
||||
SUBDIR += libxdiff
|
||||
SUBDIR += libxml++26
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libwpd
|
||||
PORTVERSION= 0.9.9
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@ -22,4 +22,7 @@ INSTALL_TARGET= install-strip
|
||||
CONFIGURE_ARGS= --without-docs
|
||||
PLIST_SUB= MAJVER=${PORTVERSION:R}
|
||||
|
||||
post-stage:
|
||||
@${RM} ${STAGEDIR}${PREFIX}/bin/wpd*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,3 @@
|
||||
bin/wpd2html
|
||||
bin/wpd2raw
|
||||
bin/wpd2text
|
||||
include/libwpd-%%MAJVER%%/libwpd/WPDocument.h
|
||||
include/libwpd-%%MAJVER%%/libwpd/WPXBinaryData.h
|
||||
include/libwpd-%%MAJVER%%/libwpd/WPXDocumentInterface.h
|
||||
@ -22,6 +19,3 @@ lib/libwpd-stream-%%MAJVER%%.so.9
|
||||
lib/libwpd-stream-%%MAJVER%%.so.9.0.9
|
||||
libdata/pkgconfig/libwpd-%%MAJVER%%.pc
|
||||
libdata/pkgconfig/libwpd-stream-%%MAJVER%%.pc
|
||||
@dirrm include/libwpd-%%MAJVER%%/libwpd-stream
|
||||
@dirrm include/libwpd-%%MAJVER%%/libwpd
|
||||
@dirrm include/libwpd-%%MAJVER%%
|
||||
|
26
textproc/libwpd010/Makefile
Normal file
26
textproc/libwpd010/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# Created by: reed@pugetsoundtechnology.com
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libwpd
|
||||
PORTVERSION= 0.10.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= office@FreeBSD.org
|
||||
COMMENT= Tools for importing and exporting WordPerfect(tm) documents
|
||||
|
||||
LICENSE= LGPL21 MPL
|
||||
LICENSE_COMB= dual
|
||||
|
||||
LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
|
||||
|
||||
USES= pathfix libtool:keepla tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= libgsf
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CONFIGURE_ARGS= --without-docs
|
||||
PLIST_SUB= MAJVER=${PORTVERSION:R}
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/libwpd010/distinfo
Normal file
2
textproc/libwpd010/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libwpd-0.10.0.tar.bz2) = f2bf5d65156a351ce404550dd822c8db8ab8740b393f61dba828d1b2cb33fe91
|
||||
SIZE (libwpd-0.10.0.tar.bz2) = 632272
|
7
textproc/libwpd010/pkg-descr
Normal file
7
textproc/libwpd010/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
libwpd is a library for reading and writing WordPerfect(tm)
|
||||
documents.
|
||||
|
||||
This package also includes utilities for converting to HTML
|
||||
and plain text.
|
||||
|
||||
WWW: http://libwpd.sourceforge.net/
|
12
textproc/libwpd010/pkg-plist
Normal file
12
textproc/libwpd010/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
bin/wpd2html
|
||||
bin/wpd2raw
|
||||
bin/wpd2text
|
||||
include/libwpd-%%MAJVER%%/libwpd/WPDocument.h
|
||||
include/libwpd-%%MAJVER%%/libwpd/libwpd.h
|
||||
lib/libwpd-%%MAJVER%%.la
|
||||
lib/libwpd-%%MAJVER%%.so
|
||||
lib/libwpd-%%MAJVER%%.so.10
|
||||
lib/libwpd-%%MAJVER%%.so.10.0.0
|
||||
libdata/pkgconfig/libwpd-%%MAJVER%%.pc
|
||||
@dirrm include/libwpd-%%MAJVER%%/libwpd
|
||||
@dirrm include/libwpd-%%MAJVER%%
|
Loading…
Reference in New Issue
Block a user