summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2004-04-18Update to 2.6.1:jmmv3-6/+8
- Translation updates. Notably, Gujarati and Punjabi translations have been added. Gabor Kelemen (hu); Nirav, Ankit, Ankur, Atit, Bhavin, Kartik, Khushbu, Sweta (gu); Robert Sedak (hr); Priit Laes (et); Anthony Tang (zh_TW).
2004-04-18Convert to buildlink3.snj4-10/+10
2004-04-18Convert to buildlink3.snj5-15/+15
2004-04-18Convert to buildlink3.snj1-3/+3
2004-04-18Enable use of gtk/glib <=2.2 deprecated stuff to let this package buildrecht1-1/+4
against their respective 2.4 versions.
2004-04-17Correct PLIST for non-NetBSD platforms.ben4-432/+438
2004-04-17Let this build with GTK+ 2.4; to do this, convert to buildlink3 and usejmmv1-3/+6
BUILDLINK_TRANSFORM magic. Closes PR pkg/25209.
2004-04-17The package structure has changed, so update dependencies accordingly.rh2-5/+4
2004-04-17Make this compile with gcc-3.rh6-121/+205
Adjust PLIST to reflect (not so) new gnustep hierarchy. While at it, convert to buildlink3. Bump PKGREVISION.
2004-04-16Updated xfce4 to 4.0.5martti32-65/+89
This is a maintenance release, aimed at bug-fixing; no new features are being added to the 4.0 branch. The main purpose of this release is compatibility with the recent GTK+ 2.4.x release along with other fixes.
2004-04-16update to 3.3.1recht15-66/+220
changes (among many others): - New QLocale Class - The ActiveQt framework, first available in Qt 3.1, has been enhanced in lots of ways in Qt 3.3. - Semi-Transparent Windows Other Improvements - The network module now supports IPv6 in addition to IPv4. - New 64-bit platforms are supported: Itanium on Linux (Intel compiler) and Windows (MSVC and Intel). - QCursor now provides the BusyCursor shape, which combines an hourglass with an arrow. - Qt's DOM classes are now reentrant when Qt is built with multithread support enabled. See http://www.trolltech.com/products/qt/whatsnew.html for more details.
2004-04-16Make this compile on systems without OSS (or emulation thereof).rh2-3/+14
2004-04-15No longer used.snj1-25/+0
2004-04-15Convert to buildlink3.snj3-9/+22
2004-04-15Update to 0.8.3:jmmv4-36/+22
GUI: * Crosshair color inversion made clearer by graying the 'Cross-hair color' button when 'Cross-hair color inverted' checkbox is checked. * Changed some keyboard accelerators. UI: * A better presentation for tables : added two new presentation items. BRAILLE: * Added suport for some more braille devices. MAGNIFIER: * Changed required version of gnome-mag to 0.11.0.
2004-04-15Disable _XOPEN_SOURCE_EXTENDED when using FreeBSD, ok'ed by jmmv@.xtraeme3-2/+22
2004-04-15Add and enable gtk2-engines-bluecurve.jmmv1-1/+2
2004-04-15Initial import of gtk2-engines-bluecurve, version 1.0:jmmv4-0/+37
Port of famous Bluecurve theme for GTK2+, introduced by RedHat.
2004-04-15During print-PLIST, mark shared directories (used by packages installingjmmv1-1/+8
engines, pixbuf loaders...) as @comment's.
2004-04-15Precreate the lib/gtk-2.0/2.4.0/engines directory and remove it from here.jmmv2-2/+6
Bump PKGREVISION to 1.
2004-04-15The buildlink2 framework does nothing with .pc files -- remove themwiz4-12/+4
from the buildlink2.mk files.
2004-04-14Set USE_DIRS+=XFree86-1.0 instead of depending on the package directly.jmmv1-3/+2
2004-04-14Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choosejmmv12-24/+24
which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv37-88/+77
*-dirs packages.
2004-04-14Update to 1.02:jmmv2-5/+5
Due to the high demand, libxklavier is now able to detect the default xkb rules set at runtime. The option --with-xkb-rules-set is not necessary any more.
2004-04-13Convert to buildlink3.snj4-7/+25
2004-04-13Convert to buildlink3 and simplify by using LDFLAGS.SunOS.snj1-9/+5
2004-04-13Convert to buildlink3.snj2-7/+7
2004-04-13Convert to buildlink3.snj1-2/+2
2004-04-13Convert to buildlink3. Remove superfluous USE_X11BASE.snj1-4/+3
2004-04-13During print-PLIST, mark entries related to the battstat applet as conditional,jmmv1-1/+3
using the ${BATTSTAT} variable.
2004-04-13Added xextensions-1.0.1.xtraeme1-1/+2
2004-04-13Initial import of xextensions-1.0.1 from pkgsrc-wip.xtraeme5-0/+107
XExtensions (aka Sundry X Extensions) contains header files and documentation for various sundry X extensions. Library and server implementations are separate. This is from the freedesktop.org X Libraries and Protocol Headers Project.
2004-04-13Update x11/fltk to 1.1.5rc1 and s/USE_X11BASE/USE_X11/.xtraeme4-11/+11
Changes: CHANGES IN FLTK 1.1.5rc1 - Documentation updates (STR #186, STR #245, STR #250, STR #277, STR #281, STR #328, STR #338) - fl_scroll() did not handle scrolling from off-screen on WIN32 (STR #315) - Fl_File_Chooser did not allow manual entry of a drive letter (STR #339) - Fl_Menu now uses the boxtype to redraw the menu background (STR #204) - Fl_Scroll now shows the background image when a framed box type is used and the Fl_Scroll is a direct decendent of a window (STR #205) - Added a new_directory_tooltip string pointer to allow localization of the file chooser's new directory button (STR #340) - Added Fl_Menu_::find_item() method (STR #316) - The Fl_Widget copy operator definitions were not conditionally compiled properly (STR #329) - FLUID's Layout functionality did not move child widgets when laying out group widgets (STR #319) - FLUID's Layout->Center In Group functionality did not properly handle widgets that were children of a Fl_Window widget (STR #318) - The Fl_Text_Display destructor did not remove the predelete callback associated with the current buffer (STR #332) - Fixed several bugs in the MacOS X Fl::add_fd() handling (STR #333, STR #337) - The Fl_Text_Display widget did not display selections set by the application (STR #322) - FLUID crashed if you did layout with a window widget (STR #317) - Fl_Scroll::clear() didn't remove the child widget from the Fl_Scroll widget (STR #327) - Fl_Value_Slider::draw_bg() didn't always apply the clipping rectangle (STR #235) - fl_filename_relative() returned the wrong string if the absolute pathname was equal to the current working directory (STR #224) - Fl_Help_Dialog didn't correctly restore the scroll position when going forward/back in the link history if the file changed (STR #218) And more...
2004-04-12During print-PLIST, suppress any files installed under libdata/gtk-2.0, andjmmv1-1/+4
the directory itself, as they are automatically handled during post install by this package.
2004-04-12No longer used.snj1-29/+0
2004-04-12No longer used.snj2-61/+0
2004-04-12Convert to buildlink3.snj2-3/+23
2004-04-12Convert to buildlink3.snj2-6/+28
2004-04-12Convert to buildlink3.snj1-6/+3
2004-04-12add missing dependency on expat.grant1-1/+2
2004-04-12Convert to buildlink3.snj1-3/+3
2004-04-12No longer used.snj1-30/+0
2004-04-12No longer used.snj1-27/+0
2004-04-11bl3ifyxtraeme4-2/+78
2004-04-11Convert to buildlink3.snj1-4/+3
2004-04-11Convert to buildlink3 and s/scientifical/scientific/.snj2-4/+4
2004-04-11Convert to buildlink3.snj2-3/+23
2004-04-11Whitespace fixes.snj1-7/+7
2004-04-11Convert to buildlink3 and remove some unnecessary CONFIGURE_ARGS.snj2-14/+43