aboutsummaryrefslogtreecommitdiff
path: root/textproc/wv
Commit message (Collapse)AuthorAgeFilesLines
* Use glib20 port instead included to solve the AbiWord crash when you click forJeremy Messenger2005-05-161-10/+5
| | | | | | | | | open/save dialog. With help: marcus and kwm via IRC #freebsd-gnome Notes: svn path=/head/; revision=135419
* - Use MAKE_ARGS instead of patchVolker Stolz2005-04-263-21/+1
| | | | | | | - Drop patch-configure since USE_LIBTOOL has been here for quite some time now Notes: svn path=/head/; revision=134198
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - use lynx-ssl as defaultDirk Meyer2004-10-121-0/+4
| | | | | | | - honor option WITHOUT_SSL Notes: svn path=/head/; revision=118991
* - Plug buffer overflow vulnerability [1]Pav Lucistnik2004-07-283-2/+73
| | | | | | | | | | | | http://www.freebsd.org/ports/portaudit/7a5430df-d562-11d8-b479-02e0185c0b53.html - Use libtool15 PR: ports/69632 [1] Submitted by: David Bremner <bremner@unb.ca> [1] Obtained from: AbiWord CVS [1] Notes: svn path=/head/; revision=114940
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Depend on glib20 for AMD64. This should fix build on AMD64Tilman Keskinoz2004-02-171-1/+8
| | | | Notes: svn path=/head/; revision=101204
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Update to version 1.0.0Oliver Eikemeier2003-11-175-13/+35
| | | | | | | | | PR: 57359 Submitted by: Ports FURY Approved by: marcus (mentor) Notes: svn path=/head/; revision=94206
* Date: Tue, 04 Nov 2003 00:42:55 +0900Edwin Groothuis2003-11-031-1/+1
| | | | | | | | | | | | | | | | | | | From: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Subject: Re: question about FreeBSD ports you maintain Briefly, I have no time for maintaining ports. So I wish to leave the maintainer position of these ports: biology/fastdnaml textproc/wv Thanks you for maintaining the FreeBSD system. Best regards, Motomichi Matsuzaki Notes: svn path=/head/; revision=92993
* o Fix configure's failure to find iconv.Norikatsu Shigemura2003-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 Notes: svn path=/head/; revision=85084
* Update to 0.7.6.Norikatsu Shigemura2003-07-115-82/+32
| | | | | | | | PR: ports/53584 Submitted by: Ports Fury Notes: svn path=/head/; revision=84700
* Upgrade to 0.7.5.Munechika SUMIKAWA2003-04-272-2/+2
| | | | | | | | PR: ports/51239 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=79769
* 'wv' port does not specify lynx as a dependsEdwin Groothuis2003-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> Notes: svn path=/head/; revision=77935
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76042
* Fix Build on -CURRENTTilman Keskinoz2002-11-292-1/+13
| | | | | | | | PR: 45825 Submitted by: Volker Stolz <vs@foldr.org> Notes: svn path=/head/; revision=71229
* Update to 0.7.4Norikatsu Shigemura2002-11-234-13/+15
| | | | | | | | PR: ports/45629 Submitted by: Ports Fury Notes: svn path=/head/; revision=70863
* Fix bento breakage & update to 0.7.2.Maxim Sobolev2002-05-213-35/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=59619
* Update to version 0.7.1Kevin Lo2002-03-234-11/+8
| | | | | | | | PR: 36211 Submitted by: Ports Fury Notes: svn path=/head/; revision=56473
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andMaxim Sobolev2002-03-181-6/+0
| | | | | | | -liconv to -lgiconv. Notes: svn path=/head/; revision=56294
* upgrade to 0.7.0Ying-Chieh Liao2001-12-085-7/+50
| | | | | | | | PR: 32628 Submitted by: Ports Fury Notes: svn path=/head/; revision=51236
* Update to 0.6.7 and unbreak.Akinori MUSHA2001-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 Notes: svn path=/head/; revision=47801
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* Remove trailing period and package name from the pkg-comment.Dmitry Sivachenko2000-12-181-1/+1
| | | | Notes: svn path=/head/; revision=36071
* Wv is converter from MS Word to several data format such HTML, PDF, PSMunechika SUMIKAWA2000-11-066-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 Notes: svn path=/head/; revision=34846
* The gd library now generates PNG files. Also include a necessary headerSteve Price2000-07-071-0/+79
| | | | | | | | | | file in support.c for the wmf library. PR: 19684 Submitted by: Alec Wolman <wolman@cs.washington.edu> Notes: svn path=/head/; revision=30316
* Fix a typo that broke make index.Akinori MUSHA2000-07-051-1/+1
| | | | | | | (s/gaphics/graphics/) Notes: svn path=/head/; revision=30228
* Now that libwmf builds shared libraries, update dependenciesAde Lovett2000-07-041-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. Notes: svn path=/head/; revision=30198
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27429
* Update to 0.5.14-bw6Chris Piazza1999-10-312-3/+3
| | | | | | | | PR: 14617 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=22734
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* Update to version 0.5.14-bw2.David E. O'Brien1999-07-232-3/+4
| | | | | | | Approved by: Munechika SUMIKAWA @ KAME Project (maintainer) Notes: svn path=/head/; revision=20330
* Upgrade to 0.5.14, which now (regretfully) adds a X dependency.Bill Fumerola1999-06-163-8/+28
| | | | | | | | PR: ports/11859 Submitted by: Chris Piazza <cpiazza@home.net> Notes: svn path=/head/; revision=19502
* I *LOVE* WWW:Michael Haro1999-05-031-2/+1
| | | | Notes: svn path=/head/; revision=18411
* Upgrade to 0.5.2 with associated changesBill Fumerola1999-03-043-5/+11
| | | | Notes: svn path=/head/; revision=17000
* original distribution is updated (0.5.1)Jun-ichiro itojun Hagino1999-01-013-6/+8
| | | | | | | Submitted by: sumikawa@kame.net (maintainer) Notes: svn path=/head/; revision=15758
* enable mswordview: ms word -> html converter.Jun-ichiro itojun Hagino1998-11-061-2/+2
| | | | | | | fix CATEGORIES in mswordview/Makefile. Notes: svn path=/head/; revision=14375
* MSWordView is a program that can understand the microsofts word 8Jun-ichiro itojun Hagino1998-11-065-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 Notes: svn path=/head/; revision=14374