summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2002-01-09Fix a typo.wiz1-2/+2
XXX: doesn't support USE_CONFIG_WRAPPER yet
2002-01-09-update to 0.99.17, changes:drochner6-19/+74
-additions: -GtkPlot: display grids on top/below data New function gtk_plot_set_pc New signal "tick_label" to retrieve axes tick labels New functions to handle axes labels -GtkPlotDT: delaunay triangulization algorithm -GtkSheet: New function gtk_sheet_get_entry_widget Background colors and grid handling -GtkPlotPC: New function gtk_plot_pc_set_viewport -GtkPlotData: New alternative to retrieve data points trough a callback function Scale points size New functions to autoscale gradient according to field gtk_plot_data_get_point() to retrieve values Data markers -GtkPlotSurface: Use new Delaunay triangulization algorithm New functions to colour the surface using a gradient proportional to the height field -GtkPlotCSurface: Gradient with sublevels -GtkPlotCanvas: New child: CANVAS_MARKERS New selection stretegy New function gtk_plot_set_pc gtk_plot_canvas_freeze/thaw methods -fixes: -build system -memory leaks -etc -add a buildlink.mk
2002-01-07Update xscreensaver and xscreensaver-gnome to version 3.34. Bug fixes, and afredb4-7/+31
couple of new "hacks". The following is straight from the README file. Changes since 3.33: * Turned `memoryLimit' off by default, sigh. Apparently some versions of the GL libraries (appear to) allocate hundreds of megs for every GL program, so `memoryLimit' was causing GL programs to malfunction or crash on those systems. * Improved fading on TrueColor XFree86 4.1.x systems. * New GL hack, `circuit'. * Added `fuzz' mode to `decayscreen'. * New version of `whirlygig'. * Added links to `glplanet' and `sphereEversion'. * Fixed rare race condition that could make `sonar' hang. * Fixed potential crash in `speedmine'. * Made `xscreensaver-demo' not crash when imageDirectory was set to a non-existent directory. * Made `xscreensaver-getimage-video' invoke XawTV's `streamer' program better. * Made `phosphor' and `starwars' deal with CR, LF, or CRLF line endings. * Changes for Cygwin compilation environments. * Made `sonar' compile on systems that can't ping. * Configure changes for HPUX 10.20. * Made PAM code work on Red Had 4.2 systems. * Made `xscreensaver-command -deactivate' work when the saver is not active: what that does is reset the idle timer, as if keyboard input had been detected. This was added for the benefit of people writing DVD-playing software: they can now prevent the screensaver from kicking in by sending a -deactivate message once a minute while the movie is playing and not paused. * Various minor portability tweaks.
2002-01-07... and a description.skrll1-0/+8
2002-01-07Oops, need an empty PLIST.skrll1-0/+2
2002-01-07Add and enable the qt3 family of pkgs.skrll1-1/+5
2002-01-07Initial import of qt3-3.0.1. The meta pkg for QT3.skrll4-0/+43
2002-01-07Initial import of qt3-docs-3.0.1. The documentation from QT3.skrll3-0/+2477
2002-01-07Initial import of qt3-tools-3.0.1. A bunch of tools that form part of QT3.skrll4-0/+127
2002-01-07Initial import of qt3-libs-3.0.1. The multiplatform GUI toolkit we allskrll12-0/+731
know and love.
2002-01-06PATCH_SITES_foo becomes SITES_foo.fredb1-3/+3
2002-01-06Should be += not =skrll1-2/+2
2002-01-05Update patch with diffs for a regenerated "configure". This restores thetron2-72/+843
Solaris fixes which got lost in the recent update.
2002-01-05Use new format for "UNLIMIT_RESOURCES".tron1-2/+2
2002-01-04Unlimit datasize for building which is necessary for the new toolchain.tron1-2/+3
2002-01-03Buildlinkify, and add missing gtk dependency.wiz1-2/+4
Fixes bulk build problem.
2002-01-03Add DEPEND on scrollkeeper.damon1-1/+3
2002-01-01Spelling: libaries -> librariesbjoern1-1/+1
2002-01-01Spelling: Libaries -> Librariesbjoern1-2/+2
2001-12-30Set BUILDLINK_DEPENDS.qt2-libs to qt2-libs>=2.3.0zuntum1-1/+2
(similarly to recent Makefile change)
2001-12-30Mark this package as only available on NetBSD with 1.5T or later.agc1-1/+4
Fixes a problem which arose on a 1.5.2 bulk build.
2001-12-30update ruby-tk pakcage to ruby 1.6.6 based.taca2-5/+10
2001-12-30Update ruby-tcltklib to ruby 1.6.6 based.taca2-7/+7
2001-12-30Depend on qt2-libs>=2.3.0, not "2.2.4" (default of qt2-libs's buildlink.mk)zuntum1-2/+3
PR pkg/13290 by Scott Presnell <srp@zgi.com>
2001-12-28Cleanup patch files:tron91-1001/+1116
- unified format - only one patch per file - no files get patched twice
2001-12-26Fix problems with "xkbcomp" if the "xpkgwedge" is installed.tron1-2/+2
2001-12-24Make sure moc gets referenced as ${QTDIR}/bin/mocjmc2-5/+14
2001-12-23Update to version 8.3.4bjoern9-852/+176
Taken from "changes" from the distribution (minus changes not relevant for NetBSD): 2001-04-04 (doc fixes) numerous doc corrections and clarifications. Update of READMEs. 2001-04-04 (bug fix) corrected reseting of service mode to only occur when it was set (hedin, hobbs) 2001-04-02 (bug fix) Checked for menu deletion before calling associated menu entry command. Fixed listbox, canvas and entry destruction to be more aware of current widget activity. (hobbs) 2001-03-30 (bug fix) handled the error case where a valid-looking but invalid identifier could be passed in certain event generate options causing a crash (hobbs) 2001-03-29 (bug fix) corrected handling of drag-selection (dejong) 2000-10-27 (feature enhancement) made [tk useinputmethods 1] the default for Tk (hobbs) 2000-09-29 (bug fix) corrected BadMatch errors when using Tk on multiple screens (hipp) 2000-08-18 (feature enhancement) Removed redundant call to DitherInstance (melski) 2001-08-24 (bug fix) correct several possible free memory reads and array bounds read errors reported by purify. (hobbs) 2001-08-27 (new feature) added call to Tcl_SetMainLoop which enables Tk to be loaded interactively into tclsh and have the event loop kick in correctly. (hobbs) 2001-08-28 (bug fix) fixed tk_chooseDirectory crash on Win95. (baker) 2001-08-28 (bug fix) removed 2 second 'raise' delay seen by some Unix window managers. (hobbs, baker) 2001-09-14 (bug fix) fixed memory leaks that occured if errors were thrown while initializing the channel for an image. (darley) 2001-10-04 (new feature) added enhanced bgerror dialog from Hipp. (hobbs) 2001-10-17 (bug fix) fixed file filtering in the motif file dialog (nelson)
2001-12-21sync PLIST with realityagc1-1/+3
2001-12-21Add and enable mltermagc1-1/+2
2001-12-21Initial import of mlterm-2.0.0 into the NetBSD Packages Collection.agc7-0/+114
mlterm is a Multi Lingual TERMinal emulator for X. It supports many character sets, many encodings, and many other decorative functions. Since mlterm retains character tables in memory to convert characters between UCS and other encodings, it consumes a lot of memory while running, so it's recommended that you open multiple ptys in one process. Provided in PR 15002 by Masao Uebayashi <uebayasi@soum.co.jp>, modified slightly by myself to use NetBSD's libtool, to correct slight wording difficulties in the description, and to generalise the hardcoded paths in Makefile.in files.
2001-12-20Fix build problems noted by Hubert's bulk build.skrll1-2/+3
2001-12-20Remove support for dynamic package list handling because "USE_CUPS" onlytron1-5/+1
affects the "kdelibs2" package.
2001-12-20Fix build problem under NetBSD-current.tron2-7/+6
2001-12-20Cleanup patch files:tron107-3246/+2755
- unified format - only one patch per file - no files gets patched twice
2001-12-19Remove some dirrms for directories created by other packages.wiz1-8/+1
2001-12-19Add automatic package list handling required for "USE_CUPS".tron3-19/+28
2001-12-19Include "cups" buildlink glue code only if "USE_CUPS" is set to "YES".tron1-1/+3
2001-12-19Shorten reach over pathnames.tron1-5/+5
2001-12-19Search "rgb.txt" in the correct directory on systems where the "xpkwedge"tron2-6/+7
package is installed. Patch supplied by Robert Elz in PR pkg/14869.
2001-12-19Updated to 1.42 (provided by Ingolf Steinbach in pkg/14982)martti3-9/+9
All you KDE-users can now be even happier with a KDE-enabled Xsnow 1.42! The snow will magnificently wipe out your icons, but not to worry, they're not really gone. By wiping with a window or something you can make them reappear. Car owners are used to this for years.
2001-12-18Since print/cups conflicts with another popular print package,jlam1-2/+6
print/lprng, we make a new variable USE_CUPS that is used by packages to determine whether depend on print/cups and to compile in support for CUPS. USE_CUPS may be either "YES" or undefined. Deprecate SAMBA_WITH_CUPS as its purpose is superseded by USE_CUPS. Convert net/samba and net/samba20 to use USE_CUPS and make x11/kdelibs2 respect USE_CUPS.
2001-12-17Add and enable "xterm".tron1-1/+2
2001-12-17Move "terminfo" handling into installation script so that it works fortron2-6/+10
binary packages.
2001-12-17Import new Solaris only "xterm" package:tron7-0/+346
Latest terminal emulator for the X Window System
2001-12-17Use the latest fvwm2 distribution file (2.4.4). There are no changes inmartti2-5/+5
xpmroot as far as I can tell...
2001-12-16Fix compilation on a.out platforms.skrll3-25/+21
2001-12-16Typo. Put @ back on configure linejmc1-2/+2
2001-12-16Fix patch so it doesn't try and treat x11-links as -linksjmc3-7/+6
2001-12-16Various bits to get this working.jmc4-61/+22
Buildlinkify against tcl/tk/x11 This configure is kinda brain dead so just keep the configure.in patches (which were reversed anyways from the configure patches) and depend on autoconf to force a correct configure. Also pass X11BASE along to configure's env so the right -R flags end up in the libs/binaries.