aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/wv
Commit message (Collapse)AuthorAgeFilesLines
* o Fix configure's failure to find iconv.nork2003-07-181-1/+2
| | | | | | | | | | o Slightly reword COMMENT to make portlint happier. PR: ports/54547 [1], ports/54589 [2] Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1] Sergei Kolobov <sergei@kolobov.com> [2] Reviewed by: Ports Fury [2] Approved by: maintainer no response
* Update to 0.7.6.nork2003-07-125-82/+32
| | | | | PR: ports/53584 Submitted by: Ports Fury
* Upgrade to 0.7.5.sumikawa2003-04-282-2/+2
| | | | | PR: ports/51239 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* 'wv' port does not specify lynx as a dependsedwin2003-04-021-0/+1
| | | | | | | | | When using 'portinstall wv' nothing is mention about depending on lynx. however when using 'wvText' it mentions that it can't find lynx so the text output will look bad. PR: ports/45611 Submitted by: Nick Jennings <nkj@namodn.com>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix Build on -CURRENTarved2002-11-292-1/+13
| | | | | PR: 45825 Submitted by: Volker Stolz <vs@foldr.org>
* Update to 0.7.4nork2002-11-234-13/+15
| | | | | PR: ports/45629 Submitted by: Ports Fury
* Fix bento breakage & update to 0.7.2.sobomax2002-05-213-35/+2
| | | | Submitted by: bento
* Update to version 0.7.1kevlo2002-03-234-11/+8
| | | | | PR: 36211 Submitted by: Ports Fury
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andsobomax2002-03-181-6/+0
| | | | -liconv to -lgiconv.
* upgrade to 0.7.0ijliao2001-12-095-7/+50
| | | | | PR: 32628 Submitted by: Ports Fury
* Update to 0.6.7 and unbreak.knu2001-09-135-482/+538
| | | | | | | | | | Submitted by: KATO Tsuguru <tkato@prontomail.com> Sorry to commit this before the MAINTAINER comments on the update, but we need to fix this popular port as soon as possible which has been broken for long. PR: ports/30379
* More style fixes for ports/textproc.olgeni2001-02-061-1/+1
|
* Remove trailing period and package name from the pkg-comment.demon2000-12-191-1/+1
|
* Wv is converter from MS Word to several data format such HTML, PDF, PSsumikawa2000-11-076-763/+501
| | | | | | | | | and so on. It's formely known as textproc/mswordview. textproc/mswordview will be disappeared. Submitted by: mzaki@e-mail.ne.jp Repo copied by: PW
* The gd library now generates PNG files. Also include a necessary headersteve2000-07-081-0/+79
| | | | | | | file in support.c for the wmf library. PR: 19684 Submitted by: Alec Wolman <wolman@cs.washington.edu>
* Fix a typo that broke make index.knu2000-07-051-1/+1
| | | | (s/gaphics/graphics/)
* Now that libwmf builds shared libraries, update dependenciesade2000-07-051-1/+1
| | | | | | accordingly. This fixes the bogon where you could do a pkg_delete on libwmf, and then have mswordview fail since it was linked against shared libraries which had disappeared.
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Update to 0.5.14-bw6cpiazza1999-10-312-3/+3
| | | | | PR: 14617 Submitted by: Will Andrews <andrews@technologist.com>
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Update to version 0.5.14-bw2.obrien1999-07-242-3/+4
| | | | Approved by: Munechika SUMIKAWA @ KAME Project (maintainer)
* Upgrade to 0.5.14, which now (regretfully) adds a X dependency.billf1999-06-163-8/+28
| | | | | PR: ports/11859 Submitted by: Chris Piazza <cpiazza@home.net>
* I *LOVE* WWW:mharo1999-05-031-2/+1
|
* Upgrade to 0.5.2 with associated changesbillf1999-03-053-5/+11
|
* original distribution is updated (0.5.1)itojun1999-01-013-6/+8
| | | | Submitted by: sumikawa@kame.net (maintainer)
* enable mswordview: ms word -> html converter.itojun1998-11-071-2/+2
| | | | fix CATEGORIES in mswordview/Makefile.
* MSWordView is a program that can understand the microsofts word 8itojun1998-11-075-0/+677
binary file format (office97), it currently converts word into html, which can then be read with a browser. It is also capable of converting Japanese MS Word document MSWordView HomePage is http://www.csn.ul.ie/~caolan/docs/MSWordView.html Reviewed by: itojun Submitted by: sumikawa@kame.net