Commit graph

7303 commits

Author SHA1 Message Date
dsainty
f969c0f045 Add an HTTP mirror, for FTP-less sites. 2007-03-19 12:30:46 +00:00
markd
2e4bceb7d7 Add patches from Dirk Mueller of KDE to fix font selection issues
with Asian fonts.  Bump PKGREVISION.
2007-03-18 20:59:35 +00:00
markd
9af5e3d8d4 Update to qt 3.3.8
This maintenance release incorporates bugfixes and optimizations.
2007-03-18 20:51:59 +00:00
wiz
23960b0935 + setxkbmap. 2007-03-18 19:03:54 +00:00
wiz
72279b8424 Initial import of setxkbmap-1.0.3 (from the x.org project):
The setxkbmap command maps the keyboard to use the layout determined
by the options specified on the command line.
2007-03-18 19:03:26 +00:00
adam
e6a4360f4e Changes 4.2.3:
This is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 4.2.0.

- Configuration/Compilation
    * Fixed architecture detection on UltraSPARC-T1 systems.
    * Fixed compilation on embedded architectures when qreal is not double.
- Documentation
    * Completed documentation for "Implementing Atomic Operations",
      which is useful for people porting Qt to a new hardware architecture.
- Translations
    * Added a new unofficial Portuguese translation courtesy of Helder
      Correia.
- Qt Linguist
    * Made the columns in the phrasebook resizeable.
- lupdate
    * Fixed bug in the .pro parser of lupdate. It should accept backslashes.
    * Fixed a severe slowdown in lupdate. (~400x speedup.)
    * Fixed traversal of subdirectories.
- moc
    * Don't create trigraphs in the generated code for C++ casts.
- uic
    * Fixed a bug that generated excessive margins for Q3GroupBox.
2007-03-18 17:34:41 +00:00
yyamano
929fe54ebb back out to rev 1.33. ok'ed by joerg@ 2007-03-18 16:02:09 +00:00
adam
fad9dcd3bc Changes 2.10.8:
* ActionGroup::add(): Avoid a problem on 64-bit systems due to 0/NULL confusion.
* Documentation:
  - Updated the Internationalization chapter.
  - Added appendix about Visual Studio 2005.
2007-03-18 13:19:37 +00:00
rillig
2170d1ea0b Fixed the separation of CONFIGURE_SCRIPT and CONFIG_SHELL. 2007-03-17 20:43:23 +00:00
joerg
5625e95c1d All the Xorg packages support user-destdir. xrandr needs a newer
libXrandr, explicitly depend on it.
2007-03-17 18:40:59 +00:00
joerg
2f7ef97c64 Update to libXinerama-1.0.2. This adds a man page for the library. 2007-03-17 17:54:14 +00:00
joerg
6728ace0d0 Update to libXdamange-1.1.1, which is a late minor version bump. 2007-03-17 17:43:18 +00:00
wiz
3fa557a2a8 Update to 1.2.1.
If I understand the very terse release announcement correctly, this
just fixes what patch-aa in pkgsrc already fixed.
2007-03-17 16:56:01 +00:00
joerg
9138a70d33 Fix MASTTER_SITE. 2007-03-17 14:02:13 +00:00
joerg
ce7f6dc908 Needs libXt on modular Xorg for build. 2007-03-16 21:40:33 +00:00
joerg
154c3bb52d Add some more dependencies on other X11 extensions to get DPMS and Xp
support. Bump revision.
2007-03-15 22:44:08 +00:00
taca
aae6ded848 Updating Ruby to 1.8.6; ruby18-tk
- discontinue use of RUBY_PATCH_DATE.
- Introduce RUBY_PATCH_LEVEL.

pkgsrc's ruby tracks Ruby's patch release and avoid to maintain
its own patch files (with RUBY_PATCH_DATE).

Changes are too much, please see ChangeLog file.
2007-03-15 16:43:26 +00:00
drochner
b96fa17e98 update to 224
many minor fixes and improvements - see the changelog
2007-03-13 11:14:26 +00:00
xtraeme
d71d43477c Added x11/xf86-video-vesa. 2007-03-09 22:05:16 +00:00
xtraeme
d8846f8897 Initial import of xf86-video-vesa-1.3.0.
This is the VESA video driver for the modular Xorg server.
2007-03-09 22:03:25 +00:00
joerg
e3b4317b06 Force normal man suffix, seems to be needed on Linux. 2007-03-09 20:26:39 +00:00
wiz
8648201a4b Update to 1.3.3, provided by Sergey Svishchev in private mail:
keylaunch (1.3.3) unstable; urgency=low

  * No longer depend on xlibs-dev. (Closes: #347006)

 -- Stefan Pfetzing <dreamind@dreamind.de>  Mon,  9 Jan 2006 17:58:57 +0100

keylaunch (1.3.2) unstable; urgency=low

  * Update Keylaunch to use autoconf.
  * Install documentation.
  * Complain when ~/.keylaunchr is not found.

 -- Stefan Pfetzing <dreamind@dreamind.de>  Sat,  9 Jul 2005 20:15:43 +0200

keylaunch (1.3.1) unstable; urgency=low

  * The I'm back release.
  * Finally fixed the problem when $HOME was not defined, so lets get
    the information from the right place.
  * Fix lintian errors.
2007-03-08 19:49:16 +00:00
joerg
8c3da2a8b4 Fix PLIST. Bump revision. 2007-03-08 17:21:54 +00:00
rillig
3be8b1b509 Using offsetof() instead of a null pointer dereference fixes a g++ error
message. Fixes PR 35950.
2007-03-08 14:38:31 +00:00
joerg
b115e037ea + x11/appres
+ x11/beforelight
+ x11/bitmap
2007-03-07 15:06:46 +00:00
joerg
aa0515e0b4 Import bitmap-1.0.3.
The bitmap program is a rudimentary tool for creating or editing
rectangular images made up of 1's and 0's.  Bitmaps are used in X for
defining clipping regions, cursor shapes, icon shapes, and tile and
stipple patterns.

The bmtoa and atobm filters convert bitmap files to and from ASCII
strings.  They are most commonly used to  quickly print out bitmaps and
to generate versions for including in text.

This is from the modular X.org X11 project.
2007-03-07 15:04:24 +00:00
joerg
1aa87a4d7f Import beforelight-1.0.2.
The beforelight program is a sample implementation of a screen saver
for X servers supporting the MIT-SCREEN-SAVER extension.

This is from the modular X.org X11 project.
2007-03-07 15:03:46 +00:00
joerg
08f25e7107 Import appres-1.0.1.
The appres program prints the resources seen by an application (or
subhierarchy of an application) with the specified class and instance
names.  It can be used to determine which resources a particular
program will load.

This is from the modular X.org X11 project.
2007-03-07 15:03:08 +00:00
drochner
f7946ffa4e __GLX_ALIGN64 is only for 64-bit archs, from Blair Sadewitz per PM 2007-03-05 17:55:27 +00:00
wiz
f9a0c7d5fc Update MASTER_SITES/HOMEPAGE -- mostly disappeared.
From Sergey Svishchev in private mail.
2007-03-04 11:29:57 +00:00
joerg
0dddc4833a Fix build with modular Xorg. 2007-03-03 13:14:09 +00:00
joerg
fe6fd3c86e Instead of including mk/x11.b3.mk, include the linked libraries.
Please, do not add new includes of that file, thanks.
2007-03-03 12:06:54 +00:00
gdt
a41884e867 Fix passing of rpath to build of xephem binary from x11.buildlink3.mk.
pkgrevision++.
2007-03-02 22:20:44 +00:00
drochner
f5d0e6a3c8 fix glx option for amd64, and make it build without private patches
to *proto pkgs, from Blair Sadewitz
2007-03-02 11:51:49 +00:00
wiz
380f288fe6 + xrandr. 2007-03-01 09:07:36 +00:00
reed
33d44a918d Add xconsole. 2007-02-28 03:23:46 +00:00
reed
3290231627 Import xconsole.
The xconsole X11 program displays messages which are usually sent
to /dev/console. This client uses the Athena (Xaw) toolkit.  This
is from the modular X.org project.
2007-02-28 03:21:51 +00:00
reed
4b01cb391e Update the BUILDLINK_API_DEPENDS.libXt to at least the first
official modular Xorg release of libXt.

This is so the xt.pc pkg-config file will have "appdefaultdir"
defined.

(I am guessing I am the only person in the pkgsrc world with this problem
since I have systems with libXt from xlibs days.)
2007-02-28 03:19:09 +00:00
dsainty
5d229069b8 Transfer maintainership to Joerg for these Xorg programs. 2007-02-27 15:05:41 +00:00
wiz
9ce08e5876 Update to 0.56:
0.54  Sun May  1 2005
	- Minor changes to render-clock example
	- Add new Host types from X11R6.7
	- Fix handle_input_for bug reported by Rich Williams

0.55  Thu Jan 19 2006
	- Fix spurious error on zero-length .Xauthority field in
	  X11::Auth (reported independently by Cyril Bouthors and
          Anthony DeStefano)

0.56  Sun Oct 8 2006
	- Fix infinite loop regression in robust_req in 0.54 caused by
	  handle_input change (found by Scott Smedley)
2007-02-27 13:30:49 +00:00
joerg
38917a855d Q: Why should I not name arguments in header files?
A: Because the names might create conflicts.

Rename a parameter name as delete is a C++ keyword. Unbreaks Qt.
Bump revision.
2007-02-26 18:22:24 +00:00
drochner
8bdd279356 update to 0.14.2
changes: minor bugfixes
2007-02-26 18:20:35 +00:00
drochner
86bf246f78 update to 1.7.4
changes:
bugfix for "i915 BIOS fails when restarting Xserver"
(doesn't fix it 100% for me, but better than before)
2007-02-26 18:14:06 +00:00
drochner
63b86da548 update to 1.0.3
changes:
accept negative numbers in geometry co-ordinates
avoid use of uninitialised variable
2007-02-26 18:10:58 +00:00
drochner
675e820edc add the "xrandr" tool (part of modular xorg) 2007-02-26 17:55:48 +00:00
drochner
7caa76450d -don't use the Xrandr version from randrproto for RRQueryVersion but
hardwire it to 1.1, otherwise we announce more than we can support
-add a "glx" option to build the "glx" extension -- this is work in
 progress (might need sone CFLAGS, see pkgsrc-wip)
-bump PKGREVISION
2007-02-26 17:51:16 +00:00
joerg
a599bc1620 Update to xrdb-1.0.3: Fix man page markup. 2007-02-26 15:08:02 +00:00
joerg
0f47f1a4a1 Update to libXt-1.0.5: Merged local patches and fixed markup
in a man page.
2007-02-26 15:06:37 +00:00
joerg
f59373f387 Update to libXrandr-1.2.0: This syncs the library with the extensions
from randrproto, namely the better Xinerama support.
2007-02-26 15:00:50 +00:00
joerg
14583d8fa4 Update to libXext-1.0.3: add man pages for XShm. 2007-02-26 14:58:17 +00:00