summaryrefslogtreecommitdiff
path: root/editors/AbiWord (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a patch to include sys/types.h we need it on -current.Alfred Perlstein2002-10-071-0/+10
| | | | Ok'd by: dougb
* Give mkm a helping CVS handDoug Barton2002-10-071-0/+0
|
* Update to 1.0.3.Joe Marcus Clarke2002-10-054-18/+128
|
* Remove an out-dated header pertaining to the non-existent mswordview port,Joe Marcus Clarke2002-09-171-4/+4
| | | | | | | and add a conditional BROKEN if textproc/wv is installed. wv replaced mswordview, and installs the same wv.h. PR: 42812
* Convert all core GNOME1 components and some of the most popular GNOME1Maxim Sobolev2002-07-112-11/+13
| | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus
* Update to 1.0.2.Joe Marcus Clarke2002-06-054-8/+10
|
* Update to 1.0.1.Joe Marcus Clarke2002-05-093-10/+2
|
* Update to 1.0.0.Joe Marcus Clarke2002-04-225-406/+113
| | | | | Reviewed by: sobomax Approved by: sobomax
* Update to 0.99.5.Joe Marcus Clarke2002-04-104-10/+12
| | | | | Reviewed by: sobomax Approved by: sobomax
* iconv binary now calles `iconv', not `giconv'.Maxim Sobolev2002-04-081-1/+1
|
* Update to 0.99.3.Maxim Sobolev2002-03-195-19/+8
| | | | | PR: 36062 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Fix another few places where giconv used instead of iconv.Maxim Sobolev2002-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> withMaxim Sobolev2002-03-182-162/+0
| | | | <giconv.h> or -liconv with -lgiconv.
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-0/+1
|
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-181-3/+2
| | | | libiconv.
* Update to 0.99.2.Maxim Sobolev2002-02-254-28/+31
| | | | | PR: 35254 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
* Chase psiconv shared library version bump.Maxim Sobolev2002-02-221-1/+1
|
* Users running AbiWord on a local X server don't need to set FontPath manually,Maxim Sobolev2002-02-131-7/+9
| | | | so that adjust instructions accordingly.
* Add verbiage to pkg-message giving better instructions on how to enableAde Lovett2002-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 moreMaxim Sobolev2002-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.Maxim Sobolev2002-02-075-1308/+17
|
* After patching is done remove ${WRKSRC}/user/wp/strings/*.orig, becauseMaxim Sobolev2002-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)Maxim Sobolev2002-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.Maxim Sobolev2001-12-175-48/+43
|
* Update to 0.9.5.Maxim Sobolev2001-11-239-46/+88
|
* Update to 0.9.4.1.Maxim Sobolev2001-10-302-2/+2
|
* Fix a breakage introduced in the previous commit. I'd appreciate if peopleMaxim Sobolev2001-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 autoconfDavid E. O'Brien2001-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-configureDavid E. O'Brien2001-10-301-5/+2
| | | | or pre-build target.
* Update to 0.9.4.Maxim Sobolev2001-10-028-106/+84
|
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
|
* Use libpsiconv from the new psiconv port instead of one buindled with AbiWord.Maxim Sobolev2001-08-211-1/+2
|
* Warn a user that if he wants to display AbiWord on the remote X terminalMaxim Sobolev2001-08-202-0/+14
| | | | than he neesd to make fonts available to remote X server.
* Update to 0.9.2.Maxim Sobolev2001-08-169-794/+701
|
* - Fix a breakage when at compile time there is a BSD iconv package installed;Maxim Sobolev2001-08-132-1/+20
| | | | | | - respect CFLAGS. Reported by: *many*
* Add `w3m' and `gnome-help-browser' into the list of browsers that may be usedMaxim Sobolev2001-08-081-0/+26
| | | | to read AbiWord help files.
* Update to 0.9.0.Maxim Sobolev2001-08-0820-509/+928
|
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-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 wholeAde Lovett2001-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.Jing-Tang Keith Jang2001-03-065-40/+30
| | | | | Submitted by: me Reviewed by: MAINTAINER, with some corrections
* Sigh, go back to use AbiWord's builtin version of libiconv.Jing-Tang Keith Jang2001-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 iconvJing-Tang Keith Jang2001-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.Jeremy Lea2000-10-051-2/+2
|
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Remove VERSION variable (most likely it is a relict from pre-portversionMaxim Sobolev2000-06-271-8/+7
| | | | ages).
* Update to version 0.7.10.Alexander Langer2000-06-276-34/+362
| | | | | PR: 19455 Submitted by: maintainer
* Update to 0.79.Will Andrews2000-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 updateMichael Haro2000-04-141-3/+3
|
* Fix for building on -CURRENT.Jeremy Lea2000-02-201-2/+3
| | | | No response by: maintainer
* Update to 0.7.6Chris Piazza1999-11-017-159/+182
| | | | | PR: 14627 Submitted by: Will Andrews <andrews@technologist.com>