diff options
author | lofi <lofi@FreeBSD.org> | 2003-09-27 02:01:34 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2003-09-27 02:01:34 +0800 |
commit | c8d5f77546a8313b637781ac5e65ae8f267a6d8d (patch) | |
tree | a956fb97e38925ac02ede87861ecc567fc034f5b /textproc | |
parent | d8eb19c8a385e10b0e26f6f399e35e1961b5899b (diff) | |
download | freebsd-ports-gnome-c8d5f77546a8313b637781ac5e65ae8f267a6d8d.tar.gz freebsd-ports-gnome-c8d5f77546a8313b637781ac5e65ae8f267a6d8d.tar.zst freebsd-ports-gnome-c8d5f77546a8313b637781ac5e65ae8f267a6d8d.zip |
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)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/wv2/Makefile | 32 | ||||
-rw-r--r-- | textproc/wv2/distinfo | 1 | ||||
-rw-r--r-- | textproc/wv2/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/wv2/pkg-plist | 28 |
5 files changed, 66 insertions, 0 deletions
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 <bsd.port.mk> 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 |