Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert all core GNOME1 components and some of the most popular GNOME1 | sobomax | 2002-07-11 | 2 | -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. | marcus | 2002-06-05 | 4 | -8/+10 |
| | |||||
* | Update to 1.0.1. | marcus | 2002-05-09 | 3 | -10/+2 |
| | |||||
* | Update to 1.0.0. | marcus | 2002-04-22 | 5 | -406/+113 |
| | | | | | Reviewed by: sobomax Approved by: sobomax | ||||
* | Update to 0.99.5. | marcus | 2002-04-10 | 4 | -10/+12 |
| | | | | | Reviewed by: sobomax Approved by: sobomax | ||||
* | iconv binary now calles `iconv', not `giconv'. | sobomax | 2002-04-08 | 1 | -1/+1 |
| | |||||
* | Update to 0.99.3. | sobomax | 2002-03-19 | 5 | -19/+8 |
| | | | | | PR: 36062 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> | ||||
* | Fix another few places where giconv used instead of iconv. | sobomax | 2002-03-19 | 1 | -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> with | sobomax | 2002-03-18 | 2 | -162/+0 |
| | | | | <giconv.h> or -liconv with -lgiconv. | ||||
* | Bump PORTREVISION to reflect the (lib)iconv upgrade. | knu | 2002-03-18 | 1 | -0/+1 |
| | |||||
* | Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need | sobomax | 2002-03-18 | 1 | -3/+2 |
| | | | | libiconv. | ||||
* | Update to 0.99.2. | sobomax | 2002-02-25 | 4 | -28/+31 |
| | | | | | PR: 35254 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> | ||||
* | Chase psiconv shared library version bump. | sobomax | 2002-02-22 | 1 | -1/+1 |
| | |||||
* | Users running AbiWord on a local X server don't need to set FontPath manually, | sobomax | 2002-02-13 | 1 | -7/+9 |
| | | | | so that adjust instructions accordingly. | ||||
* | Add verbiage to pkg-message giving better instructions on how to enable | ade | 2002-02-13 | 1 | -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 more | sobomax | 2002-02-12 | 2 | -2/+28 |
| | | | | | | GNOMish look-n-feel, gnomeprint support and other goodies. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> | ||||
* | Update to 0.99.1. | sobomax | 2002-02-07 | 5 | -1308/+17 |
| | |||||
* | After patching is done remove ${WRKSRC}/user/wp/strings/*.orig, because | sobomax | 2002-01-14 | 1 | -0/+3 |
| | | | | otherwise those files are installed along with all others. | ||||
* | Use correct encoding for Russian and Ukrainian messages (KOI8-R and KOI8-U) | sobomax | 2002-01-14 | 3 | -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. | sobomax | 2001-12-17 | 5 | -48/+43 |
| | |||||
* | Update to 0.9.5. | sobomax | 2001-11-23 | 9 | -46/+88 |
| | |||||
* | Update to 0.9.4.1. | sobomax | 2001-10-30 | 2 | -2/+2 |
| | |||||
* | Fix a breakage introduced in the previous commit. I'd appreciate if people | sobomax | 2001-10-30 | 2 | -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 autoconf | obrien | 2001-10-30 | 1 | -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-configure | obrien | 2001-10-30 | 1 | -5/+2 |
| | | | | or pre-build target. | ||||
* | Update to 0.9.4. | sobomax | 2001-10-02 | 8 | -106/+84 |
| | |||||
* | Bump png major | ache | 2001-09-11 | 1 | -1/+1 |
| | |||||
* | Use libpsiconv from the new psiconv port instead of one buindled with AbiWord. | sobomax | 2001-08-21 | 1 | -1/+2 |
| | |||||
* | Warn a user that if he wants to display AbiWord on the remote X terminal | sobomax | 2001-08-20 | 2 | -0/+14 |
| | | | | than he neesd to make fonts available to remote X server. | ||||
* | Update to 0.9.2. | sobomax | 2001-08-16 | 9 | -794/+701 |
| | |||||
* | - Fix a breakage when at compile time there is a BSD iconv package installed; | sobomax | 2001-08-13 | 2 | -1/+20 |
| | | | | | | - respect CFLAGS. Reported by: *many* | ||||
* | Add `w3m' and `gnome-help-browser' into the list of browsers that may be used | sobomax | 2001-08-08 | 1 | -0/+26 |
| | | | | to read AbiWord help files. | ||||
* | Update to 0.9.0. | sobomax | 2001-08-08 | 20 | -509/+928 |
| | |||||
* | SWitch maintainership of core GNOME ports to a small group of | ade | 2001-05-11 | 1 | -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 whole | ade | 2001-05-04 | 2 | -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. | keith | 2001-03-06 | 5 | -40/+30 |
| | | | | | Submitted by: me Reviewed by: MAINTAINER, with some corrections | ||||
* | Sigh, go back to use AbiWord's builtin version of libiconv. | keith | 2001-01-08 | 4 | -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 iconv | keith | 2001-01-03 | 10 | -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. | reg | 2000-10-05 | 1 | -2/+2 |
| | |||||
* | Bump png shared library version. | sobomax | 2000-07-04 | 1 | -1/+1 |
| | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> | ||||
* | Remove VERSION variable (most likely it is a relict from pre-portversion | sobomax | 2000-06-27 | 1 | -8/+7 |
| | | | | ages). | ||||
* | Update to version 0.7.10. | alex | 2000-06-27 | 6 | -34/+362 |
| | | | | | PR: 19455 Submitted by: maintainer | ||||
* | Update to 0.79. | will | 2000-05-22 | 8 | -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 update | mharo | 2000-04-14 | 1 | -3/+3 |
| | |||||
* | Fix for building on -CURRENT. | reg | 2000-02-20 | 1 | -2/+3 |
| | | | | No response by: maintainer | ||||
* | Update to 0.7.6 | cpiazza | 1999-11-01 | 7 | -159/+182 |
| | | | | | PR: 14627 Submitted by: Will Andrews <andrews@technologist.com> | ||||
* | FreeBSD.ORG -> FreeBSD.org | mharo | 1999-08-31 | 1 | -2/+2 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | ln -> ${LN} | mharo | 1999-08-28 | 1 | -2/+2 |
| | |||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | As threatened, enforce the "Capital, no period" rule. Ellipses are | hoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. |