summaryrefslogtreecommitdiffstats
path: root/finance/gnucash-devel
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.6.8.marcus2002-08-222-2/+2
|
* Update to 1.6.7.sobomax2002-08-186-408/+472
|
* Convert all core GNOME1 components and some of the most popular GNOME1sobomax2002-07-115-47/+31
| | | | | | | | | | | | | | | | 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
* - Fix incompatibility with guile-1.4.1 and bump PORTREVISION;sobomax2002-06-212-5/+22
| | | | | | - use USE_REINPLACE while I am here. Reported by: Glenn Johnson <glennpj@charter.net>
* Chase guile shared lib number.marcus2002-06-191-1/+1
| | | | Prompted by: Mike Harding <mvh@ix.netcom.com>
* Remove iconv->giconv hack.sobomax2002-04-081-42/+0
|
* Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> withsobomax2002-03-181-14/+0
| | | | <giconv.h> or -liconv with -lgiconv.
* Update to 1.6.6.sobomax2002-03-134-27/+81
|
* Update version number of guppi shared library.sobomax2002-01-251-1/+1
| | | | Submitted by: Michael V. Harding <mvh@corp.namesafe.com>
* Update to 1.6.5.sobomax2002-01-105-62/+124
|
* Update to 1.6.4.sobomax2001-11-233-58/+76
|
* Correct Guppi entry in LIB_DEPENDS after updating Guppi to 0.40.0.sobomax2001-10-281-1/+1
|
* Move g-wrap from BUILD_DEPENDS to LIB_DEPENDS, because it is required at thesobomax2001-09-291-2/+2
| | | | | | | | run time as well. Submitted by: Jim Freeze <jfreeze@freebsdportal.com> Glenn Johnson <glennpj@charter.net> Mike Meyer <mwm@mired.org>
* Refine RUN_DEPENDS: delete obsolete gnuplot and add two perl modules necessarysobomax2001-09-111-2/+4
| | | | | | | for getting stock quote updates. PR: 30403 Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
* Update to 1.6.2.sobomax2001-08-163-54/+54
|
* Update to 1.6.1.sobomax2001-07-315-139/+768
|
* Update to 1.4.12ade2001-05-224-2/+10
|
* 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.
* Forgot to commit sorted, updated plist with previous commitkris2001-04-171-22/+26
|
* Update to gnucash 1.4.11kris2001-04-172-2/+2
|
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-291-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Release a few ports back into the wild that I don't haveade2001-01-221-1/+1
| | | | time to maintain any more.
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-161-1/+1
|
* Update to 1.4.9ade2000-12-083-2/+19
|
* Update to 1.4.8ade2000-11-032-3/+3
|
* Update to 1.4.7ade2000-10-053-2/+5
|
* Implement USE_GNOME, part 1.reg2000-10-052-242/+246
|
* Update to 1.4.5, reorder MASTER_SITES, and sort PLISTade2000-09-073-44/+43
|
* Update to 1.4.4ade2000-08-213-22/+14
| | | | Submitted by: will (in part)
* Ade decided he would be a willing victim and become the maintainer of this.obrien2000-08-201-1/+1
|
* Update for new shlib revision from guile 1.4ade2000-08-041-1/+1
|
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Upgrade to version 1.4.2.obrien2000-07-193-198/+220
| | | | | | | Submitted by: Matthew Condell <mcondell@bbn.com> PR: 19550 Submitted by: Glenn Johnson <glennpj@bayouhome.net>
* Updates for new shared library versions in GNOME 1.2ade2000-06-011-5/+2
|
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-081-2/+2
|
* Upgrade to version 1.3.4.obrien2000-03-282-2/+2
|
* Directory reorginization on the master site.obrien2000-03-281-1/+1
| | | | Submitted by: "David G. Paschich" <dpassage@flophouse.com>
* Upgrade to version 1.3.3.obrien2000-03-263-43/+281
| | | | | | Submitted by: Matthew Condell <mcondell@bbn.com> For whom I cannot give enough praise for upgrading one of the most difficult ports I know of.
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* distsite reorgedobrien2000-02-291-2/+2
| | | | | PR: 17049 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Whoever Wrote Whe Wexinvest Wkg/Wescr should be taken out and shot.hoek1999-05-021-1/+1
|
* Note that this Makefile is for "gnucash" rather than "foo".mph1999-04-271-3/+3
| | | | Correct version in comments, as well.
* Upgrade to 1.0.18.obrien1998-12-252-4/+7
| | | | | PR: ports/8978 Submitted by: Glenn Johnson <gljohns@bellsouth.net>
* Change maintainer (as requested by the previous maintainer)obrien1998-08-121-2/+2
|
* gnucash moves from misc -> deskutilsobrien1998-08-101-2/+2
|
* Merge the xacc and gnucash ports into one.obrien1998-08-082-24/+31
| | | | | For the moment gnucash is really xacc, but the development path for xacc has sceased in favor of gnucash.
* Gnucash is a Quicken-like next generation of money manager createdobrien1998-07-285-0/+65
from a merger of X-Accountant and GnoMoney.
OpenPOWER on IntegriCloud