summaryrefslogtreecommitdiff
path: root/textproc/wv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reflect lynx-ssl -> lynx collapse.Xin LI2007-07-101-4/+0
|
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 1.2.4Martin Wilke2006-11-053-8/+7
| | | | | | PR: ports/105036 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Sponsored by: FreeBSD Bug-a-thon #2
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | - these include security/ sysutils/ textproc/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Update to 1.2.0, I have tested it with a dozen of Microsoft Word files inJeremy Messenger2006-03-155-550/+464
| | | | | | | Abiword and no problem. Others also have tested in the different way with the other ports. Use DATADIR in plist. Tested by: thierry and nobutaka
* Conversion to a single libtool environment.Ade Lovett2006-02-232-4/+4
| | | | Approved by: portmgr (kris)
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
|
* 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
* - 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
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* 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'.
* - use lynx-ssl as defaultDirk Meyer2004-10-121-0/+4
| | | | - honor option WITHOUT_SSL
* - 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]
* 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
* SIZEify.Trevor Johnson2004-03-171-0/+1
|
* 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.
* Depend on glib20 for AMD64. This should fix build on AMD64Tilman Keskinoz2004-02-171-1/+8
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 1)
* Update to version 1.0.0Oliver Eikemeier2003-11-175-13/+35
| | | | | | PR: 57359 Submitted by: Ports FURY Approved by: marcus (mentor)
* 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
* 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
* Update to 0.7.6.Norikatsu Shigemura2003-07-115-82/+32
| | | | | PR: ports/53584 Submitted by: Ports Fury
* Upgrade to 0.7.5.Munechika SUMIKAWA2003-04-272-2/+2
| | | | | PR: ports/51239 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* '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>
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* Fix Build on -CURRENTTilman Keskinoz2002-11-292-1/+13
| | | | | PR: 45825 Submitted by: Volker Stolz <vs@foldr.org>
* Update to 0.7.4Norikatsu Shigemura2002-11-234-13/+15
| | | | | PR: ports/45629 Submitted by: Ports Fury
* Fix bento breakage & update to 0.7.2.Maxim Sobolev2002-05-213-35/+2
| | | | Submitted by: bento
* Update to version 0.7.1Kevin Lo2002-03-234-11/+8
| | | | | PR: 36211 Submitted by: Ports Fury
* Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h andMaxim Sobolev2002-03-181-6/+0
| | | | -liconv to -lgiconv.
* upgrade to 0.7.0Ying-Chieh Liao2001-12-085-7/+50
| | | | | PR: 32628 Submitted by: Ports Fury
* 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
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
|
* Remove trailing period and package name from the pkg-comment.Dmitry Sivachenko2000-12-181-1/+1
|
* 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
* 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>
* Fix a typo that broke make index.Akinori MUSHA2000-07-051-1/+1
| | | | (s/gaphics/graphics/)
* 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.
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
|
* Update to 0.5.14-bw6Chris Piazza1999-10-312-3/+3
| | | | | PR: 14617 Submitted by: Will Andrews <andrews@technologist.com>
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
|
* Update to version 0.5.14-bw2.David E. O'Brien1999-07-232-3/+4
| | | | Approved by: Munechika SUMIKAWA @ KAME Project (maintainer)
* 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>
* I *LOVE* WWW:Michael Haro1999-05-031-2/+1
|
* Upgrade to 0.5.2 with associated changesBill Fumerola1999-03-043-5/+11
|
* original distribution is updated (0.5.1)Jun-ichiro itojun Hagino1999-01-013-6/+8
| | | | Submitted by: sumikawa@kame.net (maintainer)
* enable mswordview: ms word -> html converter.Jun-ichiro itojun Hagino1998-11-061-2/+2
| | | | fix CATEGORIES in mswordview/Makefile.
* 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