diff options
author | wiz <wiz@pkgsrc.org> | 2010-10-16 15:26:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-10-16 15:26:08 +0000 |
commit | a6debdeee585f34381fb04349dd4dde3149276f5 (patch) | |
tree | d4c208512d2393d8c2cbc35b64e60e7a964c2de1 /converters | |
parent | 8a8f3078856293dfc0dce2868d3c3d93d75b53a2 (diff) | |
download | pkgsrc-a6debdeee585f34381fb04349dd4dde3149276f5.tar.gz |
Initial import of libwps-0.1.2:
libwps is a library for reading Microsoft Works documents.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libwps/DESCR | 1 | ||||
-rw-r--r-- | converters/libwps/Makefile | 22 | ||||
-rw-r--r-- | converters/libwps/PLIST | 12 | ||||
-rw-r--r-- | converters/libwps/distinfo | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/converters/libwps/DESCR b/converters/libwps/DESCR new file mode 100644 index 00000000000..c450ee1d2a5 --- /dev/null +++ b/converters/libwps/DESCR @@ -0,0 +1 @@ +libwps is a library for reading Microsoft Works documents. diff --git a/converters/libwps/Makefile b/converters/libwps/Makefile new file mode 100644 index 00000000000..94ca44904aa --- /dev/null +++ b/converters/libwps/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/10/16 15:26:08 wiz Exp $ + +DISTNAME= libwps-0.1.2 +CATEGORIES= converters +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libwps/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://libwps.sourceforge.net/ +COMMENT= Library for importing Microsoft Works documents +LICENSE= gnu-lgpl-v2.1 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-docs +PKGCONFIG_OVERRIDE+= libwps-0.1.pc.in libwps-stream-0.1.pc.in + +.include "../../converters/libwpd/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/libwps/PLIST b/converters/libwps/PLIST new file mode 100644 index 00000000000..4479a93e477 --- /dev/null +++ b/converters/libwps/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/10/16 15:26:08 wiz Exp $ +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.la +lib/libwps-stream-0.1.la +lib/pkgconfig/libwps-0.1.pc +lib/pkgconfig/libwps-stream-0.1.pc diff --git a/converters/libwps/distinfo b/converters/libwps/distinfo new file mode 100644 index 00000000000..a131344da51 --- /dev/null +++ b/converters/libwps/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/10/16 15:26:08 wiz Exp $ + +SHA1 (libwps-0.1.2.tar.gz) = 3da402f74a6296425e88d0ab1cf197a5927288d6 +RMD160 (libwps-0.1.2.tar.gz) = a3f60fed70ab0c4f34091c10f4eb4a421cb87d44 +Size (libwps-0.1.2.tar.gz) = 413360 bytes |