diff options
author | ahze <ahze@FreeBSD.org> | 2008-04-17 01:54:21 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2008-04-17 01:54:21 +0800 |
commit | d2663a1c28eed15eee0d9d155d9bbd217ac81bb6 (patch) | |
tree | 2c1d3b799e618f30aa80389a7d0f6a2db68b698f /textproc/Makefile | |
parent | d78e53c0d9187f6f0765174ae703b8f1f27b410a (diff) | |
download | freebsd-ports-gnome-d2663a1c28eed15eee0d9d155d9bbd217ac81bb6.tar.gz freebsd-ports-gnome-d2663a1c28eed15eee0d9d155d9bbd217ac81bb6.tar.zst freebsd-ports-gnome-d2663a1c28eed15eee0d9d155d9bbd217ac81bb6.zip |
Add libwps
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/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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++ |