Update to 1.2.9
Approved by: makc, miwi (mentors, implicit) Feature safe: yes
This commit is contained in:
parent
3a4192898f
commit
49287e0c93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268077
4 changed files with 10 additions and 11 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= wv
|
||||
PORTVERSION= 1.2.7
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.9
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.abisource.com/downloads/wv/${PORTVERSION}/
|
||||
|
||||
|
@ -15,7 +14,6 @@ MAINTAINER= bf@FreeBSD.org
|
|||
COMMENT= A library and executables to access Microsoft Word files
|
||||
|
||||
LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf
|
||||
RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx
|
||||
|
||||
USE_GNOME= gnometarget libgsf
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (wv-1.2.7.tar.gz) = a6a3484745aa73897ff9c5a871482b4b
|
||||
SHA256 (wv-1.2.7.tar.gz) = a3a367062e894770fc3ef63bbf7e285cb025253f972fa899c16931f741e856ea
|
||||
SIZE (wv-1.2.7.tar.gz) = 669498
|
||||
SHA256 (wv-1.2.9.tar.gz) = 4c730d3b325c0785450dd3a043eeb53e1518598c4f41f155558385dd2635c19d
|
||||
SIZE (wv-1.2.9.tar.gz) = 616256
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
wv is a library which allows access to Microsoft Word files.
|
||||
wv is a library that allows access to Microsoft Word files.
|
||||
It can load and parse the Word 6-9 formats (Word 6, 95, 97, 2000).
|
||||
|
||||
And several converter executables called wvWare are also provided:
|
||||
Several converter executables called wvWare are also provided:
|
||||
wvHtml, wvLatex, wvCleanLatex, wvDVI, wvPS, wvPDF,
|
||||
wvText, wvAbw, wvWml, wvMime
|
||||
|
||||
note: wvHtml is previously known as MSWordView.
|
||||
Note: wvHtml was previously known as MSWordView.
|
||||
|
||||
WWW: http://wvware.sourceforge.net/
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
*******************************************************************
|
||||
|
||||
Some output formats (for example, DVI, PDF, and PS) require a LaTeX
|
||||
implementation, such as print/teTeX, to be installed.
|
||||
Some output formats (for example: DVI, PDF, and PS) require a LaTeX
|
||||
implementation, such as print/teTeX, to be installed. Text output
|
||||
will be of better quality if www/elinks, www/links, or www/lynx is
|
||||
installed.
|
||||
|
||||
*******************************************************************
|
||||
|
|
Loading…
Reference in a new issue