summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2005-11-09Updated xfce4 to 4.2.3.1martti47-146/+229
* Lots of bug fixes * Translation updates Official ChangeLog is available at: http://www.xfce.org/release_notes/4.2.3.1_changelog.html
2005-11-09Base DIST_SUBDIR on DISTNAME, andhubertf1-3/+3
add a comment to remove it on next update (note to myself...)
2005-11-09Check for ${X11BASE}/lib/pkgconfig instead of ${X11ROOT}/lib/pkgconfigreed1-2/+2
since it creates ${X11BASE}/lib/pkgconf directory if missing.
2005-11-08Add support for building on DragonFly.joerg11-18/+248
Add mkfontdir as build tool, non-native bulk builds fail otherwise.
2005-11-08These packages all use mkfontdir at run-time so add the appropriatejlam1-1/+2
USE_TOOLS definition.
2005-11-08Set DIST_SUBDIR properly for changed distfile.wiz2-5/+6
2005-11-08Remove obsolete check for libXft.a, let the buildlink magic handle it.joerg1-5/+1
2005-11-08The distribution file on the master site has changed; these are the checksumscjs1-4/+4
for the "new" version. This is, when uncompressed, byte-for-byte identical with the uncompressed old version; only the compression has changed.
2005-11-07Teach wxGTK about DragonFly.joerg2-4/+50
2005-11-07Teach wxGTK24 about DragonFly.joerg2-5/+43
2005-11-07efltk uses msgfmt.joerg1-1/+2
2005-11-07If defined, use _DIRENT_DIRSIZ on DragonFly to compute the size ofjoerg2-1/+17
a dirent. Ignore the bogus size check done before.
2005-11-06Make this compile on Darwin 8.2.0/powerpc. Patch from Krister Walfridsson.martti2-1/+15
2005-11-05Update xlockmore to 5.20.1.hubertf2-7/+6
XXX someone please test the PAM stuff on >=3 Changes: "I goofed up the versioning on 5.20... so I wiped it out and put a new 5.20.1 up " 5.20 win32 changes from Tim Auckland: * Faster starting fix general install fix flow now uses PolyDraw... making it run faster Juggle cleaned up Arc drawing and XQueryFont now returns a dummy font (which XDrawString ignores) fiberlamp now jiggles XTranslateCoordinates fixed, Arc fixes, and pattern label disabled for juggle... win32 changes from David Bagley: * New bitmaps and pixmaps. Makefile change so maze uses one. shifted text printing in api and on apollonian mode polyominoes looks better because I changed the meaning in the Api for DrawRectangle. It now just draws a rectangle outline. added julia life life1d swarm tetris voters inverted but this uses xbm? made FULL_RANDOM the default fixed much of xjack (except when it gets to bottom of screen) Labeling now on right side and aligned. Change the name from xlockmore95.scr to xlock.scr. Added a new ico file. I added 17 modes on top and took out some warnings. Merged with xlockmore95-0.11 with thanks to author Petey Leinonen <petey_leinonen AT yahoo.com.au>. See win32 readme.txt and todo.txt. double buffering implemented, transparent background for text, XPutImage fixes, XCreateImage added Currently, it is not easy to select a specific mode and some modes need work. Modified life and life1d sizing to be more variable when there * is no bitmap. Also thanks to Tom Schmidt for a non Grelb icon fix. voters modified to have proper colors for Democrats and Republicans. As a left wing liberal, I just had to add the "Green" bitmap. Old commie icon available as compile time option (but will be green). New portable method for locking Virtual Terminals (vt). Added to README. Thanks to Sergei Golubchik <sergii AT pisem.net>. Allow xlockrc to allow passwords of any length (not just 8) thanks to <Manuel.Reimer AT gmx.de> (actually it just ignores characters after the 8th character... but now ignores it in a more consistent way). make.com modified to use IEEE floats instead of VAX-floats thanks to Jouk Jansen. Changed default for PAM (since I have got a few mails about it). Compile OD_PAM (sorry did not know what else to call it) if you like the old way. GenToo and (most?) other Linux versions should compile by default.
2005-11-05Fixed wrong use of WRKSRC. Converted explicit use of ${SED} to the SUBSTrillig7-56/+58
framework.
2005-11-04Apply same --mandir fix as for tk package.wiz1-8/+1
2005-11-03Fixed wrong use of WRKSRC.rillig8-59/+60
2005-11-03Using MASTER_SITE_XCONTRIB instead of hard-coded URLs.rillig1-2/+2
2005-11-03Remove specifying RUBY_VERSION_SUPPORTED.taca2-4/+2
2005-11-03Remove overlooked file.wiz1-6/+0
2005-11-03Delete removed ruby related pacakge's entries.taca1-3/+1
2005-11-03Remove packages which is part of Ruby 1.6.8.taca7-142/+0
2005-11-02libtk84.so contains rpath entries now on FreeBSD and DragonFly,joerg1-2/+2
bump revision.
2005-11-02RPATH_FLAG needs to be defined for FreeBSD 3+ and DragonFly as well,joerg2-10/+16
since otherwise libtk84.so depends on libX11.so without knowing where to find it. approved-by: jwise@
2005-11-02Bump PKGREVISION of packages including ruby extention librarytaca1-2/+2
by Ruby 1.8.3 updates.
2005-11-02Disable packages used with ruby16-base only or bundled withtaca1-3/+3
ruby18-base packages.
2005-11-02- Reset PKGREVISION by updating Ruby 1.8.3.taca6-133/+169
- Add one fix from ruby_1_8 branch.
2005-11-02- Reset PKGREVISION by updating Ruby 1.8.3.taca3-96/+44
- Don't simply assign to CONFIGURE_ARGS with "=" but "+=". - Add one fix from ruby_1_8 branch.
2005-11-01Update to 2.6.0:wiz4-9/+37
In lablgtk2-20051027 (2.6.0): 2005.10.25 [Jacques] * fix GtkThread.sync (Robert Schneck-McConnell) 2005.10.17 [Jacques] * new recompilation approach for Windows 2005.10.03 [Olivier] * fix refcounting of pixbufs in GdkPixbuf 2005.09.24 [Olivier] * wrap gdk_cursor_new_from_pixbuf 2005.08.25 [Olivier] * gtk_about_dialog_set_{url,email}_hook are not methods : fix the external type declaration and remove from the GWindow.about_dialog class. 2005.08.18 [Olivier] * add special sort_column_id values in GTree to select default sort function or disable sorting * add a couple of utility functions in Glib : - getenv, setenv, unsetenv (2.4) - get_user_data_dir, etc. (2.6) * change the generated code of gdk-pixbuf-mlsource a bit. In lablgtk2-20050701: 2005.06.30 [Jacques] * export same symbols under unix and windows In lablgtk2-20050613: 2005.06.13 [Jacques] * define GText.buffer_skel and GText.view_skel 2005.06.02 [Jacques] * export all macro-generated functions (robertr) * change --rpath to -rpath (better done in ocamlmklib?) 2005.05.03 [Olivier] * wrap GdkPixbuf.get_file_info (2.4) * support serialization and deserialization of GdkPixbuf.pixbuf values * add a gdk-pixbuf-mlsource tool to help compiling images into programs. 2005.03.20 [Jacques] * add Gobject.Data.wrap to create new conversions 2005.03.07 [Olivier] * add GEdit.entry#xalign property (2.4) * make configure fail if GTK+ cannot be found In lablgtk2-20050218: 2005.02.18 [Jacques] * add GObj.event_signals#scroll and other missing wevents (Hendrik Tews) 2005.02.17 [Jacques] * allow using vmthreads 2005.02.07 [Olivier] * GTree.Path.is_prev now returns bool (T. Kurt Bond) 2005.01.08 [Olivier] * add a use_markup optional argument to GEdit.combo_box_text. 2005.01.04 [Olivier] (2.6) * new stock items * add PangoEllipsizeMode for PangoLayout * new GtkLabel properties * new GtkProgressbar::ellipsize property * new GtkTreeView properties and separator rows 2005.01.02 [Olivier] * 2.6 improvements to GtkComboBox (separators and a couple of new properties) 2004.12.05 [Olivier] * add GtkFileChooserButton (2.6) 2004.12.04 [Jacques] * fix constraint in GUtil.memo 2004.12.02 [Olivier] * add GtkAboutDialog (2.6) 2004.12.02 [Jacques] * fix Michael Furr's bug reports 2004.11.24 [Olivier] * add GMisc.statusbar#has_resize_grip and #set_has_resize_grip GMisc.statusbar now inherits from GPack.box * add GtkIconView (2.6) 2004.11.22 [Olivier] * add GtkCellRendererCombo (2.6) * add GtkCellRendererProgress (2.6) In lablgtk2-20041119: 2004.11.17 [Jacques] * fix make depend * cleanup lablgtk2.in 2004.11.15 [Olivier] * add max-position and min-position in GPack.paned (2.4) * add GtkSpell interface (http://gtkspell.sf.net/) 2004.11.10 [Olivier] * add GPack.paned#position * allow multiple conditions per watch in Glib.Io.add_watch 2004.10.24 [Olivier] * add a .mli for GnoDruid, reorganize gnoDruid.ml a bit * add the single-paragraph-mode property in GtkCellRendererText 2004.10.05 [Jacques] * revise Timeout.add and Idle.add for compatibility (optional arguments must be followed by a non-labeled argument) 2004.10.02 [Jacques] * 2.2 compatibility fixes (G_STRFUNC only defined in 2.4) 2004.09.21 [Olivier] * add optional priority argument for timeouts and idle callbacks in Glib * get rid of the print handler in Glib.Message (it's not used by libraries) * get rid of the Glib.Critical exception (callbacks should never raise exceptions) * add Glib.Message.log and a couple other functions related to logging * generally prevent exceptions from escaping callbacks 2004.09.18 [Jacques] * revert to using `OTHER in Gobject.data_kind 2004.09.17 [Olivier] * more unicode fixes, add a Utf8.to_unichar_validated function 2004.09.17 [Jacques] * Gobject.Data.boxed parameterized by the real type, to be able to create tree store columns from it. Gobject.fundamental_type modified accordingly. 2004.09.15 [Olivier] * add GText.buffer#select_range 2004.09.14 [Olivier] * add a few unicode-related functions 2004.09.08 [Olivier] * add GAction.ui_manager#add_ui * have #get_widget and #get_action raise Not_found instead of Null_pointer. 2004.09.03 [Olivier] * in GAction.action_group, do not merge #add_action and #add_action_with_accel in a single method because they have different behaviour. Fixes a bug where stock items accelerators were not connected. * add the padding properties of GBin.alignment (2.4) 2004.08.27 [Olivier] * add GTree.cell_layout#reorder and GTree.cell_layout#set_cell_data_func * add a couple of utility functions in Glib * decimate ml_gtkmisc.c, add a couple of things to GtkCalendar and GtkLabel 2004.08.24 [Olivier] * add GWindow.message_dialog#set_markup (2.4) * add override of default signal handlers (GtkSignal.override_class_closure, GtkSignal.chain_from_overridden) 2004.08.23 [Olivier] * wrap some 2.4 additions in GdkPixbuf (from_file_at_size, save_to_buffer). Add some Ocamldoc comments. * add 2.4 stock items in GtkStock 2004.08.20 [Jacques] * fix GdkPixbuf.render_to_drawable * support gtk-2.0.1 * add examples/GL/texturesurf.ml with texture from pixbuf 2004.08.19 [Olivier] * add 'active' property of ComboBox as a constructor parameter. * qualify conversion tables as 'const' (so they end up in read-only pages) * add some ocamldoc comments 2004.08.11 [Olivier] * have GAction.ui_manager#add_ui_from_string raise an exception in case of error. * add Glib.Markup.Error exception. * avoid memory leaks in Glib.Convert. * remove some dead code (GtkPreview).
2005-11-01Fixed pkglint warnings:rillig2-4/+4
Relative directories should look like "../../category/package".
2005-11-01Adjust Qt 3.3 PostgreSQL patches to work with all versions. Drop thejoerg4-22/+6
requirement of 7.3, it compiles fine with all versions in pkgsrc (and should work with them). Bump the revision to annotate the possibly changed dependency.
2005-11-01Update to 0.15:wiz2-6/+6
Devil's Pie "Shogun's Decapitator" 0.15 ======================================= * New matcher: window class (Jonas Linde) * New actions: focus (JL), center (JL), print (Ryan Koppenhaver), close (RK). * Fix test suite (RK) * Don't segfault on invalid s-exp (Christian Krause) * Never return NULL from a matcher * Wrap X call when removing decorations with error handling
2005-10-31Fix build problem on systems without native X11 distribution e.g. usingtron1-1/+5
Xorg from "pkgsrc". Problem noted by Joerg Sonnenberger in private e-mail.
2005-10-31Fix build problem on systems without native X11 distribution e.g. usingtron1-1/+5
Xorg from "pkgsrc". Problem noted by Joerg Sonnenberger in private e-mail.
2005-10-28Update rxvt-unicode to 5.8. Patches provided by Leonard Schmidtminskim2-35/+10
(maintainer) in PR pkg/31930. Changes: - INCOMPATIBLE CHANGE: many configure options are now on by default. If you want the old behaviour, try: configure --disable-everything <your enable options> - INCOMPATIBLE CHANGE: -fade changed its meaning to comply with the documentation and common sense: when upgrading, replace your percentage by 100-percentage. - integrated "fade to specific colour" patch by Martin Parm. - slow down the internal visual bell (delay by 20ms) and update the terminfo flash code to use the same delay. This is synchronous, so many bells might inhibit screen updates in other windows. - text with background==foreground colour gets displayed with default bg/fg now when in reverse video, so it can be seen when selecting. - allow koi8r* as x11 encoding name for koi8r (Nikita Danilov). - removed undocumented inheritPixmapforce option. - replaced INSTALL file.
2005-10-28Updated x11/xfce4-notes-plugin to 0.11.1martti4-10/+10
- added option to keep notes on top - updated .spec file thanks to Joe Klemmer - added icon made by Vincent Richard - code cleanup - changed note appearance - removed option to change icon - uses GtkColorButton for changing note color instead of home-made version - make notes stay on top of other windows, patch by David Carr
2005-10-28Add mxterm.minskim1-1/+2
2005-10-28Import mxterm from pkgsrc-wip. Packaged by Greg Schenzel.minskim7-0/+80
This is mxterm, the Motif version of XTerm, the terminal emulator for the X Window System. It provides a standard DEC VT102 compatible terminal for all command line programs.
2005-10-28Add tzosdclock.minskim1-1/+2
2005-10-28Import tzosdclock from pkgsrc-wip. Packaged by Greg Schenzel.minskim5-0/+44
This is an OSD desktop clock with support for multiple timezones through the same mechanism as tzwatch (~/.tzlist). It can be run with or without the config file in single or multiple timezone modes. See `tzosdclock -h`.
2005-10-25Fix so this does not depend on tcl83/tk83.perry1-4/+4
Also update depends to 2.4z
2005-10-25bump BUILDLINK_DEPENDS for incompatible interface changesdrochner2-6/+6
2005-10-25update to 2.12.0, to sync with the rest of the gnome frameworkdrochner3-8/+66
should fix bulk-build
2005-10-25gtk2 is a direct dependency, add its buildlink3.mk file.wiz1-1/+2
Noted by verifypc.
2005-10-23Fixed a typo (CONFLICT => CONFLICTS). Bumped PKGREVISION.rillig1-3/+3
2005-10-23Fixed a typo (CONFLICT => CONFLICTS). Sorted PLIST. Bumped PKGREVISION.rillig2-5/+5
2005-10-23Fixed typo (CONFLICT => CONFLICTS). Sorted PLIST. Bumped PKGREVISION.rillig2-8/+9
2005-10-23Replaced sort with ${SORT}. Replaced $i with ${i} to fix some pkglintrillig1-4/+4
warnings.
2005-10-23Replaced $f with ${f} to fix some pkglint warnings.rillig1-3/+2
2005-10-23Added RCS Id to patch-aa. Converted patch-aa to a unified patch.rillig2-21/+15