summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2004-08-28Use the new BUILDLINK_TRANSFORM commands to more precisely state thejlam3-7/+7
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
2004-08-27Convert to use {COMPILER,LINKER}_RPATH_FLAG.jlam3-11/+11
2004-08-27Change to use COMPILER_RPATH_FLAG.jlam2-6/+5
2004-08-27also build the opengl stuffdrochner2-7/+26
(wasn't done due to build problems with egcs) bump PKGREVISION
2004-08-27Changes 2.2.10:adam6-37/+36
* Fixes a bug in alignment * A lot of submitted patches were applied
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam4-9/+9
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-26Replace entire generic GNOME description with a descriptionreed1-7/+4
that describes this "gnome-applets" package. This was noticed by Richard Rauch.
2004-08-26The PKGREVISION was bumped on qt3-libs so the DEPENDS line here needs todarcy1-2/+2
reflect that change.
2004-08-26Fix build on NetBSD < 1.6U (no readdir_r()).markd2-1/+28
2004-08-25Bump PKGREVISION for patch to use modern resolver lib.markd1-1/+2
Noted by wiz.
2004-08-24Use modern resolver api on recent NetBSD systems that have it.markd2-1/+15
From Love in PR 26638. Fixes problems in threaded programs. eg psi and kde3.3's cups support.
2004-08-23Add kkbswitchmarkd1-1/+2
2004-08-23Import kkbswitch from pkgsrc-wip. Packaged by Ian Zagorskih andmarkd5-0/+68
slightly modified by me. KKBSwitch is a keyboard layout indicator for KDE 2 or 3. It is useful when you have configured the XKeyboard extension of your X Server to have more than one keyboard group (layout), for example US/ASCII and Russian. KKBSwitch displays an icon in the system tray that indicates which layout is currently active. Note that KKBSwitch does not help you configure XKeyboard, it merely serves as the indicator of the current layout. You still have to configure XKeyboard by editing the XF86Config file.
2004-08-22It seems I missed the distinfo update.markd1-16/+6
2004-08-21+kde3-i18n-eo, +kde3-i18n-pa, -kde3-i18n-az, -kde3-i18n-gl, -kde3-i18n-ltmarkd1-4/+3
2004-08-21Update to KDE 3.3.markd113-1735/+4710
2004-08-21Update to KDE 3.3markd3-75/+895
2004-08-21Update to KDE 3.3markd11-273/+354
Changes: * KControl o Add a brand new control center module to globally handle KDE visual themes. Lukas Tinkl o Add new control center module to test and calibrate joysticks Martin Koller * Kicker o Cleaner look for the mini-pager providing for more contrast. Sandro Giessl * KDM o Added "Lock session" checkbox to "Start New Session" confirmation dialog * Konqueror o Let configure shortcuts of plugins actions. Olivier Goffart o Improve the bookmark sidebar module (Context menus, drag&drop) Sandro Giessl o Ask for confirmation when loading a profile and tabs are open Stephan Binner o Ask for confirmation when closing a webpage with modified form content Stephan Binner o Added option to hide "Delete" command on desktop and in file manager o Confirm closing many pages with "Close Other Tabs" command o Keybindings for switching to specific tab o Double click over empty tabbar space opens new tab o Mouse wheel over tabbar area switches tabs o Added option to activate previous active tab if closing the current one o kfmclient: Added command "newTab 'url' ['mimetype']" o Hidden options MaximumTabLength and MinimumTabLength (defaults to 3) o Count of files and folders on Folder Properties dialog box * KDialog o a dialog for showing progress bars would be useful Stephan Binner * KWin o Per window settings and improved "Store window settings" Lubos Lunak o Decoration API support for more buttons in titlebars Sandro Giessl * KDCOP o More types supported for arguments (QSize, QPoint, QRect, QColor, QPixmap) Olivier Goffart o Show applications icons. Olivier Goffart * Konsole o Tabbar button for closing tabs Kurt V. Hindenburg * LDAP ioslave o Writing support, SASL authentication and SSL/TLS support Szombathelyi György
2004-08-21Update to KDE 3.3markd17-947/+485
* Rewrite the name-resolution routines so that true asynchronous lookups are possible (multithreaded). Thiago Macieira * kconf_update has now support for updating files other than config files. Waldo Bastian * Crypto certificates import without user interaction Helge Deller * KEditToolbar: Add support for arranging actions via drag&drop. Sandro Giessl * Move KNewStuff to kdelibs, making it usable for KDE-Edu etc. Josef Spillner * Introduce KIMIface, a generic DCOP interface to instant messaging/chat clients, and support libraries for other KDE apps, enabling loosely coupled integration. Will Stephenson * Show actions icons in the configure shortcut dialog. Olivier Goffart * KKeyDialog: add widget (based on klistviewsearchline) for searching shortcuts Cristian Tibirna * User visible feedback if invocation of browser, help Center or mailer fails * KImgIO o Add EXR image plugin, supports reading high dynamic range files. Brad Hards o Add support for SGI images (a.k.a. "RGB" images). These do typically have file extensions *.rgb, *.rgba, *.sgi, or *.bw. The SGI image file format is a de-facto standard for textures, for example in 3D modeling. Melchior Franz o Add read support for DDS images (Direct Draw Surface). This format is mainly used for textures in DirectX. Ignacio Castaño * libkabc o Write support and SSL/TLS for the LDAP resource Szombathelyi György * KLocale o Try harder to find message translations if a string is not translated in the primary language of the user, but available in other languages that the user has chosen in kcontrol. Heiko Evermann * KSpell2 o Introduction of the new spellchecking library fixing all of KSpell shortcomings. Zack Rusin * KHTML part o KHTML: Merge text shifting from WebCore. Leo Savernik o KHTML: Type-ahead find Arend van Beelen jr. o Copy To->IM Contact... context menu entry. Using kimproxy, allow one to initiate a file transfer from Konqueror. Will Stephenson o Added "Open in This Window" in popup frame submenu o New context menu when text is selected which allows lookup in default search engine o Fixed and improved Access Key support: now activated by pressing and releasing the ctrl key. When activated, the accesskey mode displays all accesskeys available in tooltips Jean-Baptiste Mardelle
2004-08-18Changes 0.9.3:adam2-6/+5
* A number of W32 window event enhancements * art backend glyph drawing with alpha enhancements. * libwraster is no longer checked for - image functions now in frontend
2004-08-18Changes 0.9.3:adam3-8/+15
* Working NSToolbar implementation * New Mac OS X methods in NSView and other classes * Fixed some sheet handling problems. * Integrated gif, jpg, and png handling in front-end. * Added overridable button and frame drawing functions * Add some keyed decode/encoding to some classes * NSStringDrawing redesigned. * Much improved loading of gorm files
2004-08-17This package is not in pkgsrc-wip any more.minskim1-2/+2
2004-08-17Add and enable py-Xlib.minskim1-1/+2
2004-08-17Import py-Xlib from pkgsrc-wip. Packaged by César Catrián C. andminskim5-0/+200
slightly modified by me. The Python X Library is intended to be a fully functional X client library for Python programs. It is written entirely in Python, in contrast to earlier X libraries for Python (the ancient X extension and the newer plxlib) which were interfaces to the C Xlib.
2004-08-16The comepage is currently not accessible for downloads; it could be squatted.reinoud1-3/+3
Moved the other download site up as first choice
2004-08-16Update xterm to 196.minskim2-5/+5
Changes since 188: - Many bug fixes and enhancements. See the following web page for the complete list. http://dickey.his.com/xterm/xterm.log.html
2004-08-15Install locale files into ${PREFIX}/${PKGLOCALEDIR}/locale instead ofminskim2-6/+19
/usr/share/locale. Fix PLIST accordingly. Bump PKGREVISION.
2004-08-15Switch to Tk 8.4 and bump PKGREVISION due to the dependency change.minskim1-2/+3
2004-08-15Use statvfs instead of statfs on NetBSD>=2.0D.minskim2-1/+18
2004-08-13Change HOMEPAGE to specific webpage.reed1-2/+2
2004-08-13@dirrm addition for macx-xlcadam1-1/+2
2004-08-13Set PGSQL_VERSION_REQD to 73 (for now) to fix the build.recht1-1/+3
2004-08-12Changes 3.3.3:adam6-40/+13
* Bug-fix release
2004-08-11Add missing entries to PLIST.common.recht2-2/+48
Patch by Kouichirou Hiratsuka in PR pkg/26610 Bump PKGREVISION to 1.
2004-08-11- pass rpath flags while building the freetype modulerecht3-3/+9
fixes my own PR pkg/26519 - add missing files to PLIST.common patch provided by Kouichirou Hiratsuka in PR pkg/26611 bump PKGREVISION to 1
2004-08-11Fix whitespace.markd1-4/+4
2004-08-11Fix some issues related to html frames, cookie handling and temporary filenames.markd17-7/+971
From KDE cvs. Bump PKGREVISION.
2004-08-06Specify the path to gdk-pixbuf-gnome headers explicitly, becauseminskim2-1/+14
gdk-pixbuf-gnome doens't share the directory with gdk-pixbuf in the pkgviews world. Patch provided by Rhialto (rhialto at azenomei.knuffel.net) in PR pkg/26566.
2004-08-06Changes 1.1.1:adam2-5/+5
* Added -north path, -target path, and -path_relative_to options * Added -output_start_index option * Print a list of compile-time options when using the --version option * Fixed a bug where orbits were not drawn for bodies using SPICE kernels * Added ssec_map option to configuration files to use University of Wisconsinn cloud maps
2004-08-05update to libXrender-0.8.4recht2-8/+8
changes: bug-fixes only
2004-08-05update to fixesext-2.0.1recht2-5/+5
No changes given, so I'm guessing it are just bug fixes...
2004-08-05update to libXfixes-2.0.1recht2-5/+5
changes: 2004-01-15 Daniel Stone <daniel@fooishbar.org> * Tag release 2.0.1 for first freedesktop.org clientside lib release. 2004-01-15 Harold L Hunt II <huntharo@msu.edu> * Makefile.am: Pass -no-undefined to libtool via LDFLAGS. 2003-11-21 Keith Packard <keithp@keithp.com> * Region.c: (XFixesCopyRegion), (XFixesUnionRegion), (XFixesIntersectRegion), (XFixesSubtractRegion), (XFixesInvertRegion), (XFixesTranslateRegion): * Xfixes.h: Eliminate offset arguments in combining operators, create separate XFixesCopyRegion and XFixesTranslateRegion functions. 2003-11-02 Keith Packard <keithp@keithp.com> * Cursor.c: (XFixesSelectCursorInput), (XFixesGetCursorImage), (XFixesSetCursorName), (XFixesGetCursorName), (XFixesChangeCursor), (XFixesChangeCursorByName): * Makefile.am: * Region.c: (XFixesCreateRegion), (XFixesCreateRegionFromBitmap), (XFixesCreateRegionFromWindow), (XFixesCreateRegionFromGC), (XFixesCreateRegionFromPicture), (XFixesDestroyRegion), (XFixesSetRegion), (XFixesUnionRegion), (XFixesIntersectRegion), (XFixesSubtractRegion), (XFixesInvertRegion), (XFixesRegionExtents), (XFixesFetchRegion), (XFixesSetGCClipRegion), (XFixesSetWindowShapeRegion), (XFixesSetPictureClipRegion): * SaveSet.c: (XFixesChangeSaveSet): * Selection.c: (XFixesSelectSelectionInput): * Xfixes.c: (XFixesExtAddDisplay), (XFixesExtRemoveDisplay), (XFixesExtFindDisplay), (XFixesFindDisplay), (XFixesCloseDisplay), (XFixesWireToEvent), (XFixesEventToWire), (XFixesQueryExtension), (XFixesQueryVersion): * Xfixes.h: * Xfixesint.h: * configure.ac: * xfixes.pc.in: Merge in xfixes_2_branch
2004-08-04Fix for xmkmf, which had the buildlink directory embedded to look forxtraeme1-1/+6
config files, fixes PR pkg/26505 by Kouichirou Hiratsuka.
2004-07-31Set QMAKE_LFLAGS based on the value of LDFLAGS at the point that qmake ismarkd1-3/+3
run rather than when the qmake.conf was generated. Should be effectively equivalent to what was happening under buildlink2 and fixes linking problems of audio/kmp and other qmake using packages.
2004-07-31I'm maintainer for the XFree86/X.org packages from pkgsrc.xtraeme4-8/+8
2004-07-31Define ProjectRoot inside of BeforeVendorCF, so xpkgwedge worksxtraeme1-11/+23
finally. Bump PKGREVISION.
2004-07-31As suggested by Kouichirou Hiratsuka in PR pkg/26483, movextraeme2-9/+23
ProjectRoot definition inside #ifdef BeforeVendorCF, otherwise it's overwritten by xpkgwedge two times. Finally xpkgwedge works, bump PKGREVISION.
2004-07-30Remove empty definition (PreLoadSetup).xtraeme2-4/+2
2004-07-30Apply patch from Kouichirou Hiratsuka PR pkg/26480 to not installxtraeme1-7/+7
the header files properly (previous change broke "update" target).
2004-07-30Remove CHECK_X11_TYPE, now it's already defined in Makefile.common.xtraeme5-10/+7