summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2002-02-15mkdir -> ${MKDIR}skrll15-54/+54
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-15Pull in gcc-2.95.3 for alpha as kdeprint/management/kmiconview.cppskrll1-1/+6
tickles a compiler bug.
2002-02-15Updated xfce to 3.8.14martti4-38/+141
- use pkgsrc/lang/gcc on alpha as egcs won't work - bug fixes - new images and fonts - new locale for uk
2002-02-14share/omf/control-center/capplets doesn't exist, so don't @dirrm itdrochner1-2/+1
2002-02-14share/idl belongs to ORBit, which we depend on, so don't @dirrm itdrochner1-2/+1
2002-02-14get rid of another runtime perl dependencydrochner4-5/+18
(don't install gtkmmconvert - it seems useless to me, and if _really_ needed, we can still make an own pkg of it which depends on perl)
2002-02-14change USE_PERL5 to a BUILD_DEPENDS - perl is not needed at runtimedrochner1-2/+2
2002-02-12We need the ORBit buildlink as well.jwise1-1/+2
2002-02-11Update "xservers" package to version 3.3.6.1. Changes since 3.3.6.0:tron6-9/+55
- Install into sub directory "X11R6.3" because at least on systems with "xpkwedge" installed it is not obvious what "/usr/pkg/R6.3" is. - Build and install own "xkbcomp" because the old servers don't work with XFree86 4.x's one.
2002-02-11update to xwrits-2.19dmcmahill2-7/+9
changes since the last packaged version are: -------------------------------------------- Version 2.19 8.Feb.2002 * The escalation "clock" corresponding to `after=TIME' options proceeds even after you cancel a break by deleting all the xwrits windows. Therefore, you can no longer prevent escalation by deleting xwrits windows with your window manager. * Locking code works with large `lock-picture's. Reported by Carlos O'Donell Jr. <carlos@baldric.uwo.ca>. * Add `bars-picture' option. If you specify your own `lock-picture', then `bars-picture' defaults to a black screen. Say `bars-picture="&bars"' to get the old behavior. * Add `+verbose' option for debugging. * Xwrits checks whether other clients pay attention to KeyRelease events, as well as KeyPress events. This may improve its interaction with certain window managers. For example, xwrits seemed to come up less frequently than it should when I was using KDE. * `--multiscreen' still doesn't seem to work, but I don't know why. Version 2.18 21.Dec.2001 * Fix `--multiscreen' option. Reported by Jamie Zawinski <jwz@jwz.org>. Version 2.17 18.Dec.2001 * Add `--multiscreen' option. Requested by Jamie Zawinski <jwz@jwz.org>. Version 2.16 23.Aug.2001 * Choose font more carefully, to avoid null pointer dereferences. Problem reported by Sharif Nassar <sharif@mrwacky.com>. Version 2.15 18.Apr.2001 * Xwrits processes play nicely with one another. For example, two xwrits processes with `+top' no longer fight each other to get to the top of the window stack; and xwrits processes inform one another when you click on a window to take a break. Requested by Thomer M. Gil <thomergil@hotmail.com>, who runs two xwrits processes at once: one for microbreaks, one for longer breaks. Version 2.14 15.Feb.2001 * Fixed new crash when `+lock' and `+breakclock' were both supplied. Reported by Chris Keane <chris@chris-keane.co.uk>. * Fixed time-adjusting code when the system clock jumps backwards: Do not use the remaining-timeout value to calculate how much the system clock has changed. The symptom was that xwrits windows would stop animating if the system clock jumped backwards (even by a little bit). Version 2.13 11.Feb.2001 * Documented multiple `breaktime' specifications. This lets you, for example, make a break longer depending on how long you waited to take it. See the ESCALATION section of the manual page. These were added in an earlier version, but never documented. * The escalation "clock" corresponding to `after=TIME' options proceeds even while xwrits thinks you're resting. Therefore, you can no longer prevent escalation by clicking on the xwrits window (making it think you're resting) and then typing some more. Requested by Conrad Hughes <conrad@eireann.org>. * Bug fix: The `breakclock' always counts down from the end of the break. Previously, it counted back from a random time when `+mouse' was true. Reported by Tijn Porcelijn <taine@3niat.myweb.nl>. * Hopefully fixed bugs that were causing xwrits to crash on Chris Keane <chris@chris-keane.co.uk>. * Bug fix: Erasing messages on the lock screen didn't completely work if the hand picture was in the way. This resulted in unreadable displays. Fixed. * Hopefully fixed bugs that caused animation to stop sometimes. * The lock screen now shows how many characters of your unlock password you've typed.
2002-02-09regenwiz1-2/+1
2002-02-09Update xscreensaver to 4.00:wiz7-22/+339
* Redesigned xscreensaver-demo GUI: it now includes small-preview and per-hack configuration dialogs. * Added three new modes of operation: One Screen Saver, Blank Screen, and Don't Blank (in addition to the historical Random Screen Saver). * Configure now defaults to installing the hacks in <prefix>/lib/xscreensaver/ instead of <prefix>/bin/. (Most distros already did it this way.) * New GL hacks, menger, engine, flipscreen3d. * Made sierpinski3d be more colorful. * New versions of xmatrix and nerverot. * Fixed a bug in starwars that made the font be drawn with thin lines in -root mode. * Fixed a bad colormap bug in crystal that could make subsequent hacks malfunction! * Made gflux able to grab screen images (-mode grab). * Updated webcollage for recent search engine changes. * Removed most command-line options to xscreensaver: just edit the ~/.xscreensaver file instead. * Improved behavior on multi-screen and Xinerama systems: the mouse now stays on the screen where the user left it, and the password and splash dialogs always appear on the screen that has the mouse. * Made the splash dialog use more Gtk-like colors; made it have only two buttons, ``Settings'' and ``Help''. * Made sonar understand .ssh/known_hosts2 format files, and be better about stripping out illegal addresses.
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam1-2/+2
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make.
2002-02-05/bin/mkdir -> ${MKDIR}.skrll1-94/+94
Make the print-PLIST target output ${MKDIR} also.
2002-02-05Don't hardcode /usr/X11R6 when making directories or running X basedskrll2-100/+100
programs such as mkfontdir use ${X11BASE} instead. Also pick up a couple of /bin/chmod -> ${CHMOD}s
2002-01-31uhh - EVAL_PREFIX sucks. Do it right now and use buildlink files.drochner2-16/+22
Should fix a building problem reported by Kent Polk.
2002-01-31Upgrade mlterm package from 2.0.0 to 2.2.0.agc6-28/+29
Provided in PR 15436 by Masao Uebayashi (uebayasi@soum.co.jp) - the patch files were modified by me to apply cleanly. Changes since 2.0.0: * variable length column is supported. * ISCII support codes are imported(but is not still supported formally). * fribidi 0.10.0 is supported. * Full Reset button is added to mlconfig. * color fading is supported. * big5 unstandard characters can be converted to and from ucs4. * cursor form is changed when window is focused or unfocused. * Background of color-reversed characters is drawn with fg color event under wall paper or tranparent mode. * ESC ] 20 ; pt BEL sequence is supported. * mlterm configuration protocol is decided and implemented. * w3mmlconfig(w3m local-CGI) is contributed by Sakamoto Hironori san. * mlconf_curses(perl + curses) is contributed by Minami Hirokazu san. * etc/{font|vfont|aafont|vaafont} format is changed. (Dynalab font can be shown correctly by using this extension) * some characters of CP932 based true type fonts couldn't be shown, but fixed. * CP932 gaiji characters (IBM , NEC , NECIBM) <=> UCS conversion is supported. * and many minor bugs are fixed.
2002-01-29add this for depending pkgsdrochner1-0/+6
2002-01-28move buildlink file for py-Tk and remove Python version deoendenciesdrochner1-10/+8
2002-01-28-move to distutils scheme (but leave the Setup file in place becausedrochner5-22/+63
there is at least one pkg (graphics/sketch) which needs it -add buildlink.mk
2002-01-28Updated xpmroot to 2.4.5 (to match the current fvwm2 version). There aremartti2-5/+5
no changes in the xpmroot code...
2002-01-27Use auto-extract code for .shar files.jlam1-4/+1
2002-01-26Update xlockmore to 5.03. Changes:hubertf2-5/+6
GL updates: lament (light and color are more realistic), gears (misc updates) and atlantis (first try) for a thanks to Eric Lassauge ported from xscreensaver (VMS patch for atlantis from Jouk Jansen). logout button Array out of bounds fix thanks to Tom Schmidt. ant,bug,coral,crystal,daisy,demon,decay,dragon,goop,loop,slip,sphere, tetris,turtle,voters,wator,wire,&xjack fix and squaretate fix for 1x1 screens, thanks to Tom Schmidt for helping out. juggle updated for xscreensaver... thanks to Tim Auckland <Tim.Auckland@Procket.com>. I made similar MODE_ changes throughout. loop update to make flaws closer to the initial loop, without this it could be quite slow pacman update/rewrite: level generator added, dots added thanks to Edwin de Jong <mauddib@gmx.net> 2 erase modes ported from xscreensaver, thanks to Jouk Jansen. Also added features to make these 2 modes more random. Fix to set back line width. standalone maze from Ephraim Yawitz fyawitz@actcom.co.il back into maze mode for interactive feature. RedHat fixes (VMS Intrinsic.h placement, rpm & configure updates) and update to text3d.cc (removed blank, cleanups, and wander animation) thanks to Eric Lassauge. sounds can now be randomized using directories thanks to Jouk Jansen. Also a fix for sel_image wildcard selection for VMS, thanks to Tom Schmidt for noticing it does not work on UNIX machines. swarm -size was inconsistent with other tails like worm and julia. It now uses -cycles thanks to Frank v Waveren <fvw@var.cx>. fire, lament, sballs fixes on SGI Marcus Herbert <rhoenie@spam-filter.de> xmlock update for options thanks to Charles Vidal. MI_IS_DRAWN fixes thanks to Jouk Jansen.
2002-01-26Fix build problem (with new toolchain?). Focus pkg/15195.taca2-1/+25
2002-01-25Fix the mimelnk/application/x-core.desktop pattern.skrll2-1/+15
Closes pkg/15172 from Hume Smith <hclsmith@yahoo.ca>
2002-01-24List Matthias Drochner the maintainer of this package.tron1-2/+2
2002-01-23Readd dependence on "gnumeric" package which accept both versions.tron1-1/+2
2002-01-23Increase version number of "xchat" dependence to 1.8.7 - older versionstron1-3/+3
had a security problem - and bump package version number to 1.4.0.5.
2002-01-22move to use lang/python20/Makefile.incdrochner1-2/+2
(the pkg does only work with Python-2.0 until it is cleaned up)
2002-01-21Make sure we've got a version of libxml2 that the configure script isskrll1-1/+2
happy with. Reported by Chris Gilbert.
2002-01-19Strongly buildlinkify and remove unnecessary part of a patch that isjlam3-13/+5
already taken care of by REPLACE_PERL.
2002-01-19use gnome-python buildlink filedrochner1-2/+2
2002-01-19use python buildlink,drochner5-136/+162
install headers into a subdir of the python includes
2002-01-19update to 3.5.2drochner6-48/+24
major changes: -additional data format support -GUI fixes and enhancements -image analysis, fits -cross-platform compatibility -improved telescope control
2002-01-18use buildlink files for python and wxGTK,drochner1-18/+14
use variables from python framework afap
2002-01-18Don't depend on gnumeric as there are two different versionsmartti1-2/+1
available (math/gnumeric and math/gnumeric0). It the user wants gnumeric (s)he will have to install it after gnome.
2002-01-17Fix the PLIST. Picked up by the bulk build.skrll1-1/+3
2002-01-16Update to revision 1: let xwit's imake generated Makefile do the installseb2-9/+4
and fix PLIST accordingly. This fix the package behaviour on Solaris id est let _IMAKE_MAN_CMD do its job. While here update MAINTAINER email address.
2002-01-14- Sorted PLISTmartti3-17/+22
- Updated xfce to 3.8.7 * Bug fixes * Add french default config file * Add support for env DISABLE_XFCE_USER_CONFIG * Change default panel location
2002-01-10Update openmotif to 2.1.30nb1. Changes from version 2.1.30 are that wejlam6-154/+15
no longer install all of the demo programs with openmotif (which are largely just bloat), and we use bsd.pkg.install.mk to replace some of the bloat in the package Makefile.
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.