summaryrefslogtreecommitdiffstats
path: root/editors/abiword
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.0.1.marcus2002-05-093-10/+2
|
* Update to 1.0.0.marcus2002-04-225-406/+113
| | | | | Reviewed by: sobomax Approved by: sobomax
* Update to 0.99.5.marcus2002-04-104-10/+12
| | | | | Reviewed by: sobomax Approved by: sobomax
* iconv binary now calles `iconv', not `giconv'.sobomax2002-04-081-1/+1
|
* Update to 0.99.3.sobomax2002-03-195-19/+8
| | | | | PR: 36062 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Fix another few places where giconv used instead of iconv.sobomax2002-03-191-1/+1
| | | | | PR: 36059, 36063, 36082 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> withsobomax2002-03-182-162/+0
| | | | <giconv.h> or -liconv with -lgiconv.
* Bump PORTREVISION to reflect the (lib)iconv upgrade.knu2002-03-181-0/+1
|
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needsobomax2002-03-181-3/+2
| | | | libiconv.
* Update to 0.99.2.sobomax2002-02-254-28/+31
| | | | | PR: 35254 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Chase psiconv shared library version bump.sobomax2002-02-221-1/+1
|
* Users running AbiWord on a local X server don't need to set FontPath manually,sobomax2002-02-131-7/+9
| | | | so that adjust instructions accordingly.
* Add verbiage to pkg-message giving better instructions on how to enableade2002-02-131-8/+16
| | | | | | | the AbiWord fonts and have a much more pleasant experience. PR: 30912 Submitted by: Marco Molteni <molter@tin.it>
* Add optional GNOME support (forcefully turned on on bento). This adds moresobomax2002-02-122-2/+28
| | | | | | GNOMish look-n-feel, gnomeprint support and other goodies. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Update to 0.99.1.sobomax2002-02-075-1308/+17
|
* After patching is done remove ${WRKSRC}/user/wp/strings/*.orig, becausesobomax2002-01-141-0/+3
| | | | otherwise those files are installed along with all others.
* Use correct encoding for Russian and Ukrainian messages (KOI8-R and KOI8-U)sobomax2002-01-143-0/+1302
| | | | | | | | | respectively. Before this patch Russian translation was a mess - part of it was in CP1251, while part in KOI8-R. *brr* PR: 33875 Reported by: Nevermind <never@nevermind.kiev.ua> Fixed by: sobomax
* Update to 0.9.6.1.sobomax2001-12-175-48/+43
|
* Update to 0.9.5.sobomax2001-11-239-46/+88
|
* Update to 0.9.4.1.sobomax2001-10-302-2/+2
|
* Fix a breakage introduced in the previous commit. I'd appreciate if peoplesobomax2001-10-302-2/+57
| | | | | | will at least try to contact GNOME team before doing any changes to ports maintained by gnome@FreeBSD.org, especially when those changes are obviously untested.
* Don't USE_AUTOCONF=yes -- this port doesn't let bsd.port.mk run autoconfobrien2001-10-301-1/+3
| | | | | as is intended. I don't know what the porter was trying to acompilsh. Also, I accidently removed some lines I didn't intend to.
* QUIT the cutiness with AUTOMAKE. This should be handled in a pre-configureobrien2001-10-301-5/+2
| | | | or pre-build target.
* Update to 0.9.4.sobomax2001-10-028-106/+84
|
* Bump png majorache2001-09-111-1/+1
|
* Use libpsiconv from the new psiconv port instead of one buindled with AbiWord.sobomax2001-08-211-1/+2
|
* Warn a user that if he wants to display AbiWord on the remote X terminalsobomax2001-08-202-0/+14
| | | | than he neesd to make fonts available to remote X server.
* Update to 0.9.2.sobomax2001-08-169-794/+701
|
* - Fix a breakage when at compile time there is a BSD iconv package installed;sobomax2001-08-132-1/+20
| | | | | | - respect CFLAGS. Reported by: *many*
* Add `w3m' and `gnome-help-browser' into the list of browsers that may be usedsobomax2001-08-081-0/+26
| | | | to read AbiWord help files.
* Update to 0.9.0.sobomax2001-08-0820-509/+928
|
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-111-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a wholeade2001-05-042-1/+22
| | | | | | | | | | bunch of GNOME applications under one convenient building mechanism. Applications include: mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa, bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm, gnucash and abiword.
* Update to 0.7.13.keith2001-03-065-40/+30
| | | | | Submitted by: me Reviewed by: MAINTAINER, with some corrections
* Sigh, go back to use AbiWord's builtin version of libiconv.keith2001-01-084-34/+24
| | | | | | | | | AbiWord will coredump and unable to display ANY character correctly when linking against converters/iconv. This is a temporary workaround. Approved by: "Alec Wolman" <wolman@cs.washington.edu> (MAINTAINER)
* Update to 0.7.12. Thanks to Alec Wolman(maintainer), it now uses iconvkeith2001-01-0310-244/+299
| | | | | | from our ports system, rather than the modified version from AbiWord. Submitted by: "Alec Wolman" <wolman@cs.washington.edu> (MAINTAINER)
* Implement USE_GTK, part 1.reg2000-10-051-2/+2
|
* Bump png shared library version.sobomax2000-07-041-1/+1
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Remove VERSION variable (most likely it is a relict from pre-portversionsobomax2000-06-271-8/+7
| | | | ages).
* Update to version 0.7.10.alex2000-06-276-34/+362
| | | | | PR: 19455 Submitted by: maintainer
* Update to 0.79.will2000-05-228-73/+153
| | | | | | | | | | | 1) Change of MAINTAINER, as dburr seems too busy to bother taking care of this port. He has never done any upgrades since originally importing it over a year ago. 2) Finally make spell-checking work. 3) Let AbiWord's own twisted Makefile mechanism install AbiWord. PR: 18692 Submitted by: Alec Wolman <wolman@cs.washington.edu>
* portname/portversion updatemharo2000-04-141-3/+3
|
* Fix for building on -CURRENT.reg2000-02-201-2/+3
| | | | No response by: maintainer
* Update to 0.7.6cpiazza1999-11-017-159/+182
| | | | | PR: 14627 Submitted by: Will Andrews <andrews@technologist.com>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* ln -> ${LN}mharo1999-08-281-2/+2
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-261-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Update to use gtk version 1.2.3.steve1999-05-291-2/+2
| | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Fix compilation errors.asami1999-05-125-156/+45
| | | | | PR: 11612 Submitted by: cpiazza@home.net
OpenPOWER on IntegriCloud