aboutsummaryrefslogtreecommitdiff
path: root/math/gnumeric
Commit message (Collapse)AuthorAgeFilesLines
* - Only remove locale directories if emptyMichael Johnson2005-03-131-2/+2
| | | | Notes: svn path=/head/; revision=131106
* - Update to 1.4.3Michael Johnson2005-03-133-410/+416
| | | | Notes: svn path=/head/; revision=131105
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Update to 1.4.2.Joe Marcus Clarke2005-01-186-23/+25
| | | | Notes: svn path=/head/; revision=126694
* - Change forgotten PORTSNAME from gnumeric2 to gnumeric fromMichael Johnson2004-12-201-3/+2
| | | | Notes: svn path=/head/; revision=124558
* Move math/gnumeric2 --> math/gnumericMichael Johnson2004-12-1118-781/+565
| | | | Notes: svn path=/head/; revision=123705
* Unbreak with GCC 3.4.2.Joe Marcus Clarke2004-09-203-4/+37
| | | | | | | | Submitted by: Anish Mistry <mistry.7@osu.edu> Approved by: portmgr (implicit) Notes: svn path=/head/; revision=118309
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-181-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118243
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* 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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-121-4/+0
| | | | Notes: svn path=/head/; revision=82858
* Update to 1.0.13.Joe Marcus Clarke2003-04-113-41/+2
| | | | Notes: svn path=/head/; revision=78724
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Implement the vendor fix for the recent stack overflow bug. This fixJoe Marcus Clarke2003-01-092-4/+29
| | | | | | | | | | increases the buffer size ten-fold, but allocates memory dynamically on the heap. Obtained from: GNOME CVS Notes: svn path=/head/; revision=72820
* Reduce the XML I/O buffer size from 1 MB to 768 KB. This fixes a thread[0]Joe Marcus Clarke2003-01-062-0/+12
| | | | | | | | | overflow that caused Gnumeric to crash or hang when opening XML files. PR: 46807 Notes: svn path=/head/; revision=72648
* Update to 1.0.12.Joe Marcus Clarke2003-01-052-2/+2
| | | | Notes: svn path=/head/; revision=72554
* Ypdate to 1.0.11.Joe Marcus Clarke2003-01-015-39/+18
| | | | Notes: svn path=/head/; revision=72077
* Bump PORTREVISION after the gal version bump.Joe Marcus Clarke2002-11-121-0/+1
| | | | Notes: svn path=/head/; revision=69935
* Update to 1.0.10.Joe Marcus Clarke2002-10-082-2/+2
| | | | Notes: svn path=/head/; revision=67585
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Update to 1.0.9.Maxim Sobolev2002-07-203-428/+425
| | | | Notes: svn path=/head/; revision=63273
* Convert all core GNOME1 components and some of the most popular GNOME1Maxim Sobolev2002-07-111-5/+3
| | | | | | | | | | | | | | | | | | | 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.8.Maxim Sobolev2002-06-213-347/+356
| | | | Notes: svn path=/head/; revision=61677
* Put back python support (requires up to date libtool).Maxim Sobolev2002-06-081-1/+21
| | | | Notes: svn path=/head/; revision=60895
* Update to 1.0.7.Maxim Sobolev2002-06-077-537/+485
| | | | Notes: svn path=/head/; revision=60800
* Update to 1.0.6.Maxim Sobolev2002-04-153-5/+38
| | | | Notes: svn path=/head/; revision=57732
* Remove iconv->giconv hack.Maxim Sobolev2002-03-281-9/+0
| | | | | | | | PR: 36060 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56786
* 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 2b: remove regex hacks that change iconv.h to giconv.h andMaxim Sobolev2002-03-181-2/+0
| | | | | | | -liconv to -lgiconv. Notes: svn path=/head/; revision=56294
* 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-1/+2
| | | | | | | libiconv. Notes: svn path=/head/; revision=56287
* Add Guppi into RUN_DEPENDS, so that user gets graph plotting features rightMaxim Sobolev2002-03-141-0/+1
| | | | | | | OOB. Notes: svn path=/head/; revision=56074
* Update to 1.0.5.Maxim Sobolev2002-03-124-3/+18
| | | | Notes: svn path=/head/; revision=55960
* Update stf-parse.c patch not to break multibyte fixYukihiro Nakai2002-03-032-34/+10
| | | | Notes: svn path=/head/; revision=55469
* Chase psiconv shared library version bump.Maxim Sobolev2002-02-221-1/+1
| | | | Notes: svn path=/head/; revision=55105
* Update to 1.0.4.Maxim Sobolev2002-02-043-2/+3
| | | | | | | | PR: 34571 Submitted by: Joe Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=54207
* Update to 1.0.3.Maxim Sobolev2002-01-233-6/+28
| | | | Notes: svn path=/head/; revision=53641
* Update to 1.0.2.Maxim Sobolev2002-01-163-4/+4
| | | | Notes: svn path=/head/; revision=53168
* Update to 1.0.1.Maxim Sobolev2002-01-113-2/+6
| | | | Notes: svn path=/head/; revision=52922
* Update to 1.0.0. Just In Time [tm] for the 4.5-RELEASE. :)Maxim Sobolev2002-01-023-5/+27
| | | | Notes: svn path=/head/; revision=52489
* Update to 0.99.1.Maxim Sobolev2001-12-284-6/+191
| | | | Notes: svn path=/head/; revision=52313
* Update to 0.99.0.Maxim Sobolev2001-12-184-144/+179
| | | | Notes: svn path=/head/; revision=51723
* Update to 0.76.Maxim Sobolev2001-11-214-59/+4
| | | | Notes: svn path=/head/; revision=50330
* Update to 0.75.Maxim Sobolev2001-11-075-15/+26
| | | | Notes: svn path=/head/; revision=49728
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-311-4/+14
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=49417
* Update to 0.72.Maxim Sobolev2001-10-234-11/+23
| | | | Notes: svn path=/head/; revision=49119
* Update to 0.71.Maxim Sobolev2001-10-095-358/+439
| | | | Notes: svn path=/head/; revision=48603