From 7d8d6a565e387ad21f1bc27d878033d93f95c6a2 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Fri, 26 Sep 2003 18:01:34 +0000 Subject: Add wv2, a library providing routines to access Microsoft Word/Excel files. Note that, despite the misleading name, this is actually different from (and independent of) textproc/wv, thus no repocopy. Approved by: arved (Mentor) --- textproc/Makefile | 1 + textproc/wv2/Makefile | 32 ++++++++++++++++++++++++++++++++ textproc/wv2/distinfo | 1 + textproc/wv2/pkg-descr | 4 ++++ textproc/wv2/pkg-plist | 28 ++++++++++++++++++++++++++++ 5 files changed, 66 insertions(+) create mode 100644 textproc/wv2/Makefile create mode 100644 textproc/wv2/distinfo create mode 100644 textproc/wv2/pkg-descr create mode 100644 textproc/wv2/pkg-plist (limited to 'textproc') diff --git a/textproc/Makefile b/textproc/Makefile index ed49dc0171df..75c852b7b595 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -442,6 +442,7 @@ SUBDIR += word2x SUBDIR += wordnet SUBDIR += wv + SUBDIR += wv2 SUBDIR += xalan-c SUBDIR += xerces-c SUBDIR += xerces-c2 diff --git a/textproc/wv2/Makefile b/textproc/wv2/Makefile new file mode 100644 index 000000000000..603de1afba37 --- /dev/null +++ b/textproc/wv2/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: wv2 +# Date created: Do 28 Aug 2003 15:50:37 CEST +# Whom: lofi@freebsd.org +# +# $FreeBSD$ +# + +PORTNAME= wv2 +PORTVERSION= 0.1.8 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= wvware + +MAINTAINER= lofi@freebsd.org +COMMENT= A library providing routines to access Microsoft Word/Excel files + +LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv + +CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} --program-transform-name= + +USE_GNOME= libgsf +USE_LIBTOOL= yes +USE_BZIP2= yes +USE_GMAKE= yes +INSTALLS_SHLIB= yes +USE_REINPLACE= yes + +post-extract: + @${TOUCH} ${WRKSRC}/config.h.in + @${REINPLACE_CMD} "s,-pedantic ,," ${WRKSRC}/configure + +.include diff --git a/textproc/wv2/distinfo b/textproc/wv2/distinfo new file mode 100644 index 000000000000..40200bc3521d --- /dev/null +++ b/textproc/wv2/distinfo @@ -0,0 +1 @@ +MD5 (wv2-0.1.8.tar.bz2) = 2935f0d553fbe391d045b738c3f8aec3 diff --git a/textproc/wv2/pkg-descr b/textproc/wv2/pkg-descr new file mode 100644 index 000000000000..22a118280a9a --- /dev/null +++ b/textproc/wv2/pkg-descr @@ -0,0 +1,4 @@ +wv2 is a library which allows access to Microsoft Word files. It is a +rewrite of the wv library. + +WWW: http://wvware.sourceforge.net/ diff --git a/textproc/wv2/pkg-plist b/textproc/wv2/pkg-plist new file mode 100644 index 000000000000..4d656dd997fa --- /dev/null +++ b/textproc/wv2/pkg-plist @@ -0,0 +1,28 @@ +bin/wv2-config +include/wv2/associatedstrings.h +include/wv2/convert.h +include/wv2/dllmagic.h +include/wv2/fields.h +include/wv2/fonts.h +include/wv2/functor.h +include/wv2/functordata.h +include/wv2/global.h +include/wv2/handlers.h +include/wv2/lists.h +include/wv2/olestorage.h +include/wv2/olestream.h +include/wv2/paragraphproperties.h +include/wv2/parser.h +include/wv2/parserfactory.h +include/wv2/sharedptr.h +include/wv2/styles.h +include/wv2/textconverter.h +include/wv2/ustring.h +include/wv2/utilities.h +include/wv2/word95_generated.h +include/wv2/word97_generated.h +include/wv2/word_helper.h +lib/libwv2.la +lib/libwv2.so +lib/libwv2.so.1 +@dirrm include/wv2 -- cgit v1.2.3