summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2004-01-03Bump package revisions for tiff update.reed180-287/+360
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2004-01-03Register installed catalog files (in SGML format) into the system wide SGMLjmmv1-2/+6
catalog. These come from the docbook-xml customization layer. Bump PKGREVISION to 3.
2004-01-02Oops. Forgot in previous commit.salo1-15/+0
2004-01-01Update to version 1.6.salo7-45/+48
- correct usage of PREFIX in MESSAGE - sort PLIST Changes: 1.6: ==== - Fixed ttSyncAll only looking at fontdir subdirectories - Added more robust checking for cachedir - Removed a constant path size limitation (for the Hurd) - Fixed a typo in "syncing" - Minor indentation fixes - Started the transition to using C++ strings - Changed the libfstt API: Fixed multiple memory leakages The member getString doesn't need the conversion buffer anymore - Fixed the output format of --gslist 1.5.1: ====== - Fixed a possible security problem by checking the byteorder magic in the connection handshake: bugtraq id 8255 1.5: ==== - Fixed multiple buffer overflows in the network packet handling code: CAN-2003-0581 - New encoding: iso8859-14 - Moved hardcoded dir locations to configure space - Mkdir the fontdir and cachedir in the make install target - Improve error messages when cachedir does not exist - Remove --gslist dependency on order of arguments - Replaced dprintfN with a debug function - Cleaned the debugging output - Indentation and minor source cosmetic changes - Updated to gettext 0.12.1, version 0.11.5 was buggy - Added a System V init file example - Cleaned the examples in doc/examples: font.properties, test.sh - Updated the documentation: doc/FAQ, INSTALL, THANKS, TODO, xfstt.1x
2003-12-31Update xlockmore to 5.11. Changes:hubertf2-5/+5
Nodename patch for OpenVMS thanks to Jouk Jansen <joukj@hrem.stm.tudelft.nl>. Speed up of lyapunov thanks to Yafe (yet another fractal explorer) maintainer Alex Pankratov <ap@cipherica.com>. The 5 OpenGL high intensity modes... atunnels, fire, sballs, sproingies, and sometimes gears now have full screen defaults. See XLock.ad and grep on 402 to change them back. Three patches thanks to <michal.cihar@suse.cz>. debug patch - s/if DEBUG/ifdef DEBUG/ helper patch - support for auth using external program (The idea is xlock needs to be sgid shadow to allow reading /etc/shadow. This way needs just some small binary to be sgid.) various compile fixes
2003-12-30Whitespace fixcjep1-2/+1
2003-12-30Add and enable gnome-mag & gnopernicus.xtraeme1-1/+3
2003-12-30Initial import of gnopernicus-0.7.1xtraeme5-0/+210
Gnopernicus provides Assistive Technologies (AT) for blind and visually impaired persons through modules for text-to-speech, braille, etc.
2003-12-30Initial import of gnome-mag-0.10.4xtraeme6-0/+139
Gnome-mag is an accessibility tool that magnifies the screen for easier reading. This package includes the magnifier Bonobo service as well as a sample implementation.
2003-12-30Whitespace fixcjep1-2/+1
2003-12-30Whitespace fixescjep3-6/+6
2003-12-29improve descriptions of glib/gtk packages. taken straight fromgrant2-7/+17
www.gtk.org.
2003-12-29Update to 2.4.1, thanks to Min Sik kim and Soren Jacobsen.xtraeme10-60/+1302
Changes include several translation updates, addition of new features and some bug fixing. Please review the Changelog file to see a full list of changes.
2003-12-29Add and enable gnome-themes-extra.xtraeme1-1/+2
2003-12-29Initial import of gnome-themes-extra 0.5, via pkgsrc-wip.xtraeme4-0/+1128
This package contains extra themes for the GNOME 2 desktop.
2003-12-29Don't rename gnome-panel-screenshot to gnome2-, because it breaks thextraeme3-57/+8
function of this program. Now this works perfectly. There's no need to bump PKGREVISION this time, jmmv@ bumped it some hours ago.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv8-12/+16
( We really need non-recursive dependancies... *sigh* )
2003-12-28Remove subst.mk inclusion. Pointed out by Soren Jacobsen.jmmv1-2/+1
2003-12-28Use GCONF2_ENTRIES to register the panel-default-setup.entries file in thejmmv1-1/+5
GConf2 database. This makes the panel recognize the default configuration. Bump PKGREVISION to 1.
2003-12-28This needs gettext-lib (fixes installation on NetBSD 1.5).jmmv1-1/+4
2003-12-28Fix build with XFree 3.x. Closes PR pkg/23905 by Richard Liang.jmmv2-1/+14
2003-12-27Disable PAM unconditionally, as discussed briefly on tech-pkg, as the PAMfredb1-1/+2
support is currently broken on FreeBSD, at least. Closes PR pkg/23843.
2003-12-25update to 2.4.2.4recht3-8/+32
changes: - Use wxSTC in the demo for displaying the soucre code of the samples. - Updated to Scintilla 1.54. - Lots of bug fixes and such from the wxWindows folks. - Added wxPython.lib.newevent from Miki Tebeka. Its usage is - demonstrated in the Threads sample in the demo. - Updates to wxMaskedEditCtrl. - Added wxMaskedNumCtrl. - Added Chris Barker's FloatCanvas.
2003-12-24Fix dependence on "qt3-tools" package and bump package revision.tron1-2/+3
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv4-8/+8
2003-12-23Add some missing directories needed to remove this package correctly.xtraeme2-2/+6
Reported by Soren Jacobsen in PR pkg/23844. Bump PKGREVISION.
2003-12-22Updated xfce4 to 4.0.2martti41-91/+103
* Improve window manager responsiveness * Various bug fixes in file manager, window manager and panel * More 64bit clean up * New translation added: Azerbaijani
2003-12-21Remove wx1Motif as it is obsolete and will not build with GCC3.ben16-428/+1
2003-12-20add missing trailing / to HOMEPAGE.grant1-2/+2
2003-12-19Make this package compile in the face of gcc3 and a workingagc3-1/+29
implementation of xor.
2003-12-19Check for GCC using CC_VERSION rather than _CC_IS_GCC, as the latter issketch1-2/+2
not defined when building with USE_SUNPRO, breaking the build.
2003-12-19Update QT3 to 3.2.3.skrll19-145/+250
Far too many new features and bug fixes to list here. Includes a fix for Hangul (Korean character) handling from Bang Jun-Young <junyoung at netbsd dot org>. Thanks. "Better late than never"
2003-12-19Bump PKGREVISION for packages which install files into RUBY_ARCHLIBDIR,sketch2-2/+4
which has changed for Solaris installs.
2003-12-19Work around a bug in certain versions of Xmd.h which do not correctlysketch2-1/+24
check for __STDC__, breaking the SIZEOF() macro.
2003-12-18Make the password dialogue banner display the netbsd PKGREVISIONatatat6-6/+35
number, if there was one (which, of course, makes me bump PKGREVISION to 1 for all three xscreensaver pkgs (are we really supposed to bump PKGREVISION for each pkg individually?)). This eliminates the confusion where pkg_info says version "4.14nb1" is installed, yet the dialogue says it's onlu version "4.14". Also, fix the conflicts for the screensaver pkg so that it properly conflicts with xscreensaver-gnome<4.14 (not <1.14).
2003-12-18Bump PKGREVISION: depend on latest qt2-libs package.wiz1-3/+3
2003-12-18Sort.wiz1-2/+2
2003-12-18Move inclusion of <sys/select.h> after <sys/types.h> in src/dumpkeys.c.cube2-1/+16
That fixes the build on my 1.6.2_RC2 box.
2003-12-17Use __func__ instead of __FUNCTION__ to give this package a bettersketch2-1/+24
chance of building with non-GCC compilers.
2003-12-17Updated xfce4-clipman-plugin to 0.4.0martti2-6/+5
- Right click removes a single entry - Trailing spaces are removed into menu (visual improvement)
2003-12-16+ Xfixes, fixesext, xcursorrecht1-1/+4
2003-12-16initial import of xcursor 1.1.1recht6-0/+90
based upon the pkgsrc-wip pkg by xtraeme@ This package, libXcursor, provides the client-side cursor loading library for X. This cursor management library is a simple library designed to help locate and load cursors (from files or memory). This is part of the X Libraries and Protocol Headers Project hosted at freedesktop.org.
2003-12-16initial import of Xfixes 2.0.0recht5-0/+60
based upon the pkgsrc-wip pkg by xtraeme@ Xfixes extension of X RandR
2003-12-16initial import of fixesext-2.0recht6-0/+76
based upon the pkgsrc-wip pkg by xtraeme@ The XFIXES Extension is designed to provide the minimal server-side support necessary to eliminate problems caused by workarounds needed by X applications due to various shortcomings in the core X window system. This is part of the freedesktop.org X Libraries and Protocol Headers Project.
2003-12-16Fix bad variable initialization which broke the build of thetron1-3/+3
"xscreensaver-gnome" and "xscreensaver-demo" packages.
2003-12-15Install configuration files into ${PKG_SYSCONFDIR} and add fontilus,xtraeme5-3/+73
themus schemas into GCONF2_SCHEMAS.
2003-12-15Remove patch-ac missed in previous.xtraeme2-15/+1
2003-12-15Update to 2.4.1xtraeme3-18/+50
Many themes were updated for GNOME 2.4.
2003-12-15Fix typo.xtraeme1-3/+1
2003-12-15Update to 2.4.1xtraeme4-27/+19
Changes: o Funky new splash screen o Many bugfixes were solved too. Review Changelog to see a full list of changes.