mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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/
This commit is contained in:
parent
f8aa226bde
commit
1c3af98eb0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211382
@ -276,6 +276,7 @@
|
||||
SUBDIR += libtre
|
||||
SUBDIR += libuninameslist
|
||||
SUBDIR += libwpd
|
||||
SUBDIR += libwps
|
||||
SUBDIR += libxdiff
|
||||
SUBDIR += libxml
|
||||
SUBDIR += libxml++
|
||||
|
22
textproc/libwps/Makefile
Normal file
22
textproc/libwps/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: libwps
|
||||
# Date created: 2008-04-16
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
3
textproc/libwps/distinfo
Normal file
3
textproc/libwps/distinfo
Normal file
@ -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
|
7
textproc/libwps/pkg-descr
Normal file
7
textproc/libwps/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/
|
19
textproc/libwps/pkg-plist
Normal file
19
textproc/libwps/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user