diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-04-16 17:54:21 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-04-16 17:54:21 +0000 |
commit | 1c3af98eb063f81bd4d9084f854fd4345df55dc5 (patch) | |
tree | cdb0eb32f4efc757a816edc27db117626db875fb /textproc/Makefile | |
parent | f8aa226bde96744ae51ff16d2ea7b4f751434bfd (diff) |
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/
Notes
Notes:
svn path=/head/; revision=211382
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++ |