aboutsummaryrefslogtreecommitdiffstats
path: root/finance/xinvest/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* One more bunch of unmaintained expired ports removalbapt2011-05-021-31/+0
| | | | | | | | | | 2011-05-01 audio/dap: Upstream disapear and distfile is no more available 2011-05-01 audio/gdrdao: Upstream disapear and no more distfiles available 2011-05-01 databases/gmysql: Upstream disapear and distfile is no more available 2011-05-01 deskutils/kuake: Upstream disapear and distfile is no more available 2011-05-01 finance/xinvest: Outdated, abandoned 2011-05-01 finance/xquote: Outdated, abandoned 2011-05-01 french/plgrenouille: Upstream disapear and distfile is no more available
* Fix build with open-motif-2.3.3makc2011-05-021-1/+1
| | | | | | PR: ports/154044 Submitted by: Mikhail Tsatsenko <m.tsatsenko at gmail.com> Exp-runs by: pav
* The former maintainer only adopted these ports to save themdougb2011-04-271-0/+3
| | | | | | | | | from deprecation because they were fetchable, however, "Frankly, xquote should be deprecated, as it's an old-style Motif app that's so ugly I'll bet no one uses it. I only took it (and the related xinvest) because they got reinstated after I pointed out they were still fetchable at a new location."
* By Maintainer's request, toss these ports back into the pooldougb2011-04-271-1/+1
|
* - Pass maintainership to submitterwen2011-03-171-1/+1
| | | | | PR: ports/155611, ports/155612 Submitted by: corky1951@comcast.net
* Remove deprecation, points to the SF websitebapt2011-03-161-4/+1
| | | | | | while here remove MD5 Reported by: Charlie Kester <corky1951 _at_ comcast.net>
* Deprecate unmaintained ports from finance where upstream disapear and/orbapt2011-03-161-0/+3
| | | | where no distfiles can be found and are not used by maintained ports
* Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-1/+2
| | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to version 2.6.9krion2004-05-101-3/+3
| | | | | PR: ports/66392 Submitted by: Ports Fury
* - Update MASTER_SITES and WWW: linekrion2004-03-261-1/+1
| | | | | | | - Shorten pkg-descr PR: ports/64760 Submitted by: Ports Fury
* - fix PKGORIGINeik2004-01-231-1/+1
| | | | | | | since ito makes using package tools hard, is marked as FATAL by portlint and otherwise doesn't affect the port, fix it silently. Approved by: marcus (mentor)
* Add finance category to the following ports.edwin2003-10-041-1/+1
| | | | | PR: ports/56259 (ports/39102) Submitted by: Mark Linimon <linimon@lonesome.com>
* De-pkg-comment.knu2003-02-211-0/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-111-2/+0
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-071-0/+2
| | | | Approved by: pat
* Update to version 2.6kevlo2000-11-131-6/+3
| | | | | PR: 22810 Submitted by: Ports Fury
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-081-1/+1
| | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+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
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Move "sliderule xpostit xpostitPlus" from x11 to deskutils. Move "calasami1998-08-081-2/+2
| | | | | | | cbb ical korganizer kproject offix-trash plan teapot xcalendar xinvest xmaddressbook xmdiary xopps zorro" from misc to deskutils. I'll fix up the dependencies later.
* Import xinvest port. xinvest is a check book balancer.tg1997-11-171-0/+29
PR: 4530 Submitted by: Pedro Giffuni <giffunip@asme.org>