mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
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)
This commit is contained in:
parent
e2db2a73e4
commit
7d8d6a565e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89468
@ -442,6 +442,7 @@
|
||||
SUBDIR += word2x
|
||||
SUBDIR += wordnet
|
||||
SUBDIR += wv
|
||||
SUBDIR += wv2
|
||||
SUBDIR += xalan-c
|
||||
SUBDIR += xerces-c
|
||||
SUBDIR += xerces-c2
|
||||
|
32
textproc/wv2/Makefile
Normal file
32
textproc/wv2/Makefile
Normal file
@ -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>
|
1
textproc/wv2/distinfo
Normal file
1
textproc/wv2/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (wv2-0.1.8.tar.bz2) = 2935f0d553fbe391d045b738c3f8aec3
|
4
textproc/wv2/pkg-descr
Normal file
4
textproc/wv2/pkg-descr
Normal file
@ -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/
|
28
textproc/wv2/pkg-plist
Normal file
28
textproc/wv2/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user