summaryrefslogtreecommitdiff
path: root/textproc/wv2
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2003-09-26 18:01:34 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2003-09-26 18:01:34 +0000
commit7d8d6a565e387ad21f1bc27d878033d93f95c6a2 (patch)
tree5269ab4da102037c256521ebe5d2495d5c258430 /textproc/wv2
parent- Udpate to 20030926 (diff)
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)
Notes
Notes: svn path=/head/; revision=89468
Diffstat (limited to 'textproc/wv2')
-rw-r--r--textproc/wv2/Makefile32
-rw-r--r--textproc/wv2/distinfo1
-rw-r--r--textproc/wv2/pkg-descr4
-rw-r--r--textproc/wv2/pkg-plist28
4 files changed, 65 insertions, 0 deletions
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