aboutsummaryrefslogtreecommitdiffstats
path: root/math/xgfe
Commit message (Collapse)AuthorAgeFilesLines
* Add back xgfe, which was prematurely removed by willkris2002-05-248-0/+147
|
* Say goodbye to Qt 1.x and all of its dependents. The one port I foundwill2002-04-198-145/+0
| | | | | | | | | | | | | which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree.
* Overhaul QT/KDE support:will2001-04-031-1/+1
| | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal)
* In accordance with the New World Order, move the distfiles thatmph2000-06-141-1/+2
| | | | I host from people.FreeBSD.org to MASTER_SITE_LOCAL.
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-4/+4
|
* Fix compiler error.mph2000-02-121-0/+12
| | | | Submitted by: R. Imura <imura@cs.titech.ac.jp>
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Switch back dependency to gnuplot, now that chuckr has fixed it.asami1999-09-111-1/+1
|
* Change dependency from gnuplot to gnuplot+ (which has already been fixedasami1999-09-101-1/+1
| | | | | to adopt to the new gd). If the gnuplot mainainer can fix it before the freeze, we'll switch back.
* The WWW site has gone AWOL (or at least 403), so remove mention ofmph1999-09-081-2/+0
| | | | | | it. Indicated by: Bill Fenner's distfile survey. Yeah, it can do that.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Bandage fennerage by hosting distfile on freefall. There is nomph1999-06-081-3/+2
| | | | version on sunsite at present, and the web page gives 403.
* ADD WWW:mharo1999-05-031-1/+1
|
* Fix distfile fennerage. The distfile now lives on sunsite.mph1999-03-081-4/+5
|
* Update MASTER_SITE.mph1998-11-091-2/+2
| | | | Pointed out by: Bill Fenner's distfile survey.
* Replace qt dependencies with USE_QT.asami1998-08-121-2/+2
| | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-081-2/+2
|
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Upgrade to 2.0.mph1998-06-114-11/+12
|
* "mph@pobox.com" --> "mph@freebsd.org"mph1998-04-181-2/+2
|
* Update to 1.3.hoek1998-04-124-8/+11
| | | | | PR: ports/6265 Submitted by: Matthew Hunt
* Graphical front-end to gnuplot.hoek1998-04-107-0/+130
PR: ports/6123 Submitted by: Matthew Hunt <mph@pobox.com>