diff --git a/textproc/Makefile b/textproc/Makefile index 59e6cd0aeda7..b050b011ffbb 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -276,6 +276,7 @@ SUBDIR += libtre SUBDIR += libuninameslist SUBDIR += libwpd + SUBDIR += libwps SUBDIR += libxdiff SUBDIR += libxml SUBDIR += libxml++ diff --git a/textproc/libwps/Makefile b/textproc/libwps/Makefile new file mode 100644 index 000000000000..9c250832228c --- /dev/null +++ b/textproc/libwps/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: libwps +# Date created: 2008-04-16 +# Whom: Michael Johnson +# +# $FreeBSD$ +# + +PORTNAME= libwps +PORTVERSION= 0.1.2 +CATEGORIES= textproc +MASTER_SITES= SF + +MAINTAINER= ahze@FreeBSD.org +COMMENT= A Microsoft file word processor format import filter library + +LIB_DEPENDS= wpd-0.8.8:${PORTSDIR}/textproc/libwpd + +USE_AUTOTOOLS= libtool:15 +USE_GNOME= gnomeprefix gnomehack ltverhack +USE_LDCONFIG= yes + +.include diff --git a/textproc/libwps/distinfo b/textproc/libwps/distinfo new file mode 100644 index 000000000000..0f7a9eaf44a3 --- /dev/null +++ b/textproc/libwps/distinfo @@ -0,0 +1,3 @@ +MD5 (libwps-0.1.2.tar.gz) = 799fc3b835a79adce8c88a3fee0150c1 +SHA256 (libwps-0.1.2.tar.gz) = e8f03fc83f7ddd3976adb61f693eaeebefee852655875816e5f945e0efabb2b1 +SIZE (libwps-0.1.2.tar.gz) = 413360 diff --git a/textproc/libwps/pkg-descr b/textproc/libwps/pkg-descr new file mode 100644 index 000000000000..b9fabb298083 --- /dev/null +++ b/textproc/libwps/pkg-descr @@ -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/ diff --git a/textproc/libwps/pkg-plist b/textproc/libwps/pkg-plist new file mode 100644 index 000000000000..bce1df7b58a4 --- /dev/null +++ b/textproc/libwps/pkg-plist @@ -0,0 +1,19 @@ +bin/wps2html +bin/wps2raw +bin/wps2text +include/libwps-0.1/libwps/WPSDocument.h +include/libwps-0.1/libwps/WPSStream.h +include/libwps-0.1/libwps/WPSStreamImplementation.h +include/libwps-0.1/libwps/libwps.h +lib/libwps-0.1.a +lib/libwps-0.1.la +lib/libwps-0.1.so +lib/libwps-0.1.so.1 +lib/libwps-stream-0.1.a +lib/libwps-stream-0.1.la +lib/libwps-stream-0.1.so +lib/libwps-stream-0.1.so.1 +libdata/pkgconfig/libwps-0.1.pc +libdata/pkgconfig/libwps-stream-0.1.pc +@dirrm include/libwps-0.1/libwps +@dirrm include/libwps-0.1