aboutsummaryrefslogtreecommitdiff
path: root/editors/AbiWord
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 Notes: svn path=/head/; revision=67530
* Give mkm a helping CVS handDoug Barton2002-10-071-0/+0
| | | | Notes: svn path=/head/; revision=67529
* Update to 1.0.3.Joe Marcus Clarke2002-10-054-18/+128
| | | | Notes: svn path=/head/; revision=67330
* 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 Notes: svn path=/head/; revision=66516
* 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 Notes: svn path=/head/; revision=62821
* Update to 1.0.2.Joe Marcus Clarke2002-06-054-8/+10
| | | | Notes: svn path=/head/; revision=60656
* Update to 1.0.1.Joe Marcus Clarke2002-05-093-10/+2
| | | | Notes: svn path=/head/; revision=58781
* Update to 1.0.0.Joe Marcus Clarke2002-04-225-406/+113
| | | | | | | | Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=57990
* Update to 0.99.5.Joe Marcus Clarke2002-04-104-10/+12
| | | | | | | | Reviewed by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=57531
* iconv binary now calles `iconv', not `giconv'.Maxim Sobolev2002-04-081-1/+1
| | | | Notes: svn path=/head/; revision=57429
* Update to 0.99.3.Maxim Sobolev2002-03-195-19/+8
| | | | | | | | PR: 36062 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56340
* 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> Notes: svn path=/head/; revision=56333
* Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> withMaxim Sobolev2002-03-182-162/+0
| | | | | | | <giconv.h> or -liconv with -lgiconv. Notes: svn path=/head/; revision=56293
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-0/+1
| | | | Notes: svn path=/head/; revision=56291
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-181-3/+2
| | | | | | | libiconv. Notes: svn path=/head/; revision=56287
* Update to 0.99.2.Maxim Sobolev2002-02-254-28/+31
| | | | | | | | PR: 35254 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=55224
* Chase psiconv shared library version bump.Maxim Sobolev2002-02-221-1/+1
| | | | Notes: svn path=/head/; revision=55105
* 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. Notes: svn path=/head/; revision=54659
* 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> Notes: svn path=/head/; revision=54641
* 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> Notes: svn path=/head/; revision=54625
* Update to 0.99.1.Maxim Sobolev2002-02-075-1308/+17
| | | | Notes: svn path=/head/; revision=54306
* 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. Notes: svn path=/head/; revision=53067
* 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 Notes: svn path=/head/; revision=53064
* Update to 0.9.6.1.Maxim Sobolev2001-12-175-48/+43
| | | | Notes: svn path=/head/; revision=51662
* Update to 0.9.5.Maxim Sobolev2001-11-239-46/+88
| | | | Notes: svn path=/head/; revision=50410
* Update to 0.9.4.1.Maxim Sobolev2001-10-302-2/+2
| | | | Notes: svn path=/head/; revision=49386
* 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. Notes: svn path=/head/; revision=49370
* 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. Notes: svn path=/head/; revision=49363
* QUIT the cutiness with AUTOMAKE. This should be handled in a pre-configureDavid E. O'Brien2001-10-301-5/+2
| | | | | | | or pre-build target. Notes: svn path=/head/; revision=49362
* Update to 0.9.4.Maxim Sobolev2001-10-028-106/+84
| | | | Notes: svn path=/head/; revision=48331
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
| | | | Notes: svn path=/head/; revision=47630
* Use libpsiconv from the new psiconv port instead of one buindled with AbiWord.Maxim Sobolev2001-08-211-1/+2
| | | | Notes: svn path=/head/; revision=46592
* 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. Notes: svn path=/head/; revision=46538
* Update to 0.9.2.Maxim Sobolev2001-08-169-794/+701
| | | | Notes: svn path=/head/; revision=46327
* - 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* Notes: svn path=/head/; revision=46180
* 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. Notes: svn path=/head/; revision=45972
* Update to 0.9.0.Maxim Sobolev2001-08-0820-509/+928
| | | | Notes: svn path=/head/; revision=45968
* 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. Notes: svn path=/head/; revision=42527
* 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. Notes: svn path=/head/; revision=42260
* Update to 0.7.13.Jing-Tang Keith Jang2001-03-065-40/+30
| | | | | | | | Submitted by: me Reviewed by: MAINTAINER, with some corrections Notes: svn path=/head/; revision=39117
* 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) Notes: svn path=/head/; revision=36928
* 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) Notes: svn path=/head/; revision=36620
* Implement USE_GTK, part 1.Jeremy Lea2000-10-051-2/+2
| | | | Notes: svn path=/head/; revision=33424
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* Remove VERSION variable (most likely it is a relict from pre-portversionMaxim Sobolev2000-06-271-8/+7
| | | | | | | ages). Notes: svn path=/head/; revision=29917
* Update to version 0.7.10.Alexander Langer2000-06-276-34/+362
| | | | | | | | PR: 19455 Submitted by: maintainer Notes: svn path=/head/; revision=29916
* 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> Notes: svn path=/head/; revision=28667
* portname/portversion updateMichael Haro2000-04-141-3/+3
| | | | Notes: svn path=/head/; revision=27501
* Fix for building on -CURRENT.Jeremy Lea2000-02-201-2/+3
| | | | | | | No response by: maintainer Notes: svn path=/head/; revision=26047
* Update to 0.7.6Chris Piazza1999-11-017-159/+182
| | | | | | | | PR: 14627 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=22760