Skip to content

Commit

Permalink
Initial import of libwps-0.1.2:
Browse files Browse the repository at this point in the history
libwps is a library for reading Microsoft Works documents.
  • Loading branch information
0-wiz-0 committed Oct 16, 2010
1 parent 4c9e419 commit de80ce2
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions converters/libwps/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libwps is a library for reading Microsoft Works documents.
22 changes: 22 additions & 0 deletions converters/libwps/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
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"
12 changes: 12 additions & 0 deletions converters/libwps/PLIST
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions converters/libwps/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit de80ce2

Please sign in to comment.