aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/kplot3d
Commit message (Collapse)AuthorAgeFilesLines
* Overhaul QT/KDE support:Will Andrews2001-04-031-3/+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)
* - Update MASTER_SITESChris D. Faulhaber2000-12-211-2/+1
| | | | - Remove unnecessary FETCH_BEFORE_ARGS
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionSatoshi Asami2000-04-141-2/+2
| | | | string so I fixed it.
* No longer BROKEN in 3-stable.R. Imura2000-02-241-7/+1
|
* Bump shlib versions of kdelibs11 and kdesupport11.Satoshi Asami2000-02-241-1/+1
|
* Don't include bsd.port.pre.mk twice. This usually is caused by firstSatoshi Asami2000-01-071-1/+1
| | | | | including bsd.port.pre.mk and then later including bsd.port.mk (the latter of which of course should be bsd.port.post.mk).
* Update port to 0.70Chris D. Faulhaber1999-12-263-4/+14
| | | | PR: 15261
* Initial import of kplot3d version 0.69.Steve Price1999-11-277-0/+195
A KDE 3D surface plotting tool. PR: 14610 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>