Commit graph

2061 commits

Author SHA1 Message Date
sakamoto
adec3e1489 Add fox 2001-02-24 16:58:10 +00:00
sakamoto
f7fec2c708 Adjust for NetBSD 2001-02-24 16:56:54 +00:00
sakamoto
11ae6674e9 Initial import of fox:
Fast and extensive C++ GUI toolkit
2001-02-24 16:50:01 +00:00
wiz
4e7c19a266 Remove some mirror sites that don't, and update md5, as requested in
pkg/12064. (Previous version of the same name on ftp.netbsd.org removed.)
2001-02-23 18:46:05 +00:00
tron
2212037de1 Hardcode version number in dependence on "gdm" because "2.0b4" is not
correct dewey number.
2001-02-22 13:21:46 +00:00
hubertf
e75d1c12d5 rc.d script, from PR 12201 2001-02-18 04:37:37 +00:00
hubertf
b5c468d2d3 * Add --notcp option, to only listen on unix domain socket, not TCP socket.
* Add rc.d startup script
 * Update pkg name to xfstt-1.1nb1

Code based on FreeBSD port,
submitted by Martti Kuparinen <martti.kuparinen@iki.fi> in PR 12201
2001-02-18 04:34:15 +00:00
agc
627f75a3d4 Get rid of redundant comments 2001-02-17 22:09:54 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
lukem
83e875f6ae add py-Pmw 2001-02-16 20:44:34 +00:00
lukem
cfcec8ec05 Pmw - python meta widgets 2001-02-16 20:26:27 +00:00
lukem
5f145c6bed Pmw - python meta widgets 2001-02-16 19:22:29 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
tron
dd09712ae5 Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with
"${LOCALBASE}".
2001-02-13 11:47:00 +00:00
tron
80926833d6 Correct version number: we are at 3.28 not 3.28nb1. 2001-02-08 16:44:12 +00:00
fredb
0f5ddca250 Fix packing list for 3.28. 2001-02-08 11:46:47 +00:00
fredb
3dc19a8679 Missed this one. Still can't strip a script. 2001-02-08 06:26:46 +00:00
fredb
cfe4de2c50 Fix PLIST. 2001-02-08 06:25:16 +00:00
fredb
b7c79dbff2 Update to 3.28 -- new "hacks", bug fixes, configure updates for XFree86-4
and *BSD (allows to simplify the package somewhat), and revamped
Screensaver Options:  xscreensaver now lets you configure your DPMS
settings. More detail on the web page --

  http://www.jwz.org/xscreensaver/changelog.html

[The README in the package currently only goes to 3.27.]
2001-02-08 05:57:52 +00:00
lukem
8f99397722 minor reword 2001-02-06 16:25:59 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
skrll
8d7ff97e14 Update to 2.2.4.
While I'm here make things even easier to upgrade for next time. More tidy
up to come later.

Changelog:
Qt 2.2.4 is a bugfix release. It keeps both forward and backward
compatibility (source and binary) with Qt 2.2.3


****************************************************************************
*			    General					   *
****************************************************************************

- Platform and Compiler fixes for AIX and BSDi. Building a Qt DLL with
  the Borland Builder is again supported.

- Printing quality and postscript output on X11 has been improved.
  The page and text formatting now handles different Windows versions
  correctly.

- Image loading of PNG and GIF files is much more robust against broken
  files.

- On X11, popup menus do not grab the keyboard anymore, but rely on
  and enforce the application to have focus. This works around an X11
  bug where deadkeys do not work while the keyboard is grabbed.

- Many minor bugfixes and small improvements, see detailed lists below.

****************************************************************************
*			   Library					   *
****************************************************************************

- QScrollview	    Wheels scrolls even if there are no scrollbars

- QSlider	    Calls virtual function setValue properly

- QImage	    Improve loading of bmp files
		    Improving reading of PNG images, and redirect warnings
		    to qWarning
		    32bit images with 8bit Alpha are saved correctly as
		    PNG on big endian machines
		    Make loading of broken GIF images and animated GIF files
		    more robust, some bugfixes

- Drag'n'Drop	    Fix the lost character problem when dragging text
		    Make dnd work after showFullscreen/showNormal
		    Delete text that is dragged from a QLineEdit

- QToolButton	    Removes the old tooltip before setting the new one

- QToolBar	    Separators use the correct style

- QPrintDialog	    OK button is no longer disabled initially

- QThread	    Fix crash when destroying a QThread that had never
		    been started
		    QWaitCondition::wakeAll resets event state after waking
		    up waiting threads

- QPainter	    Scale fonts correctly when painter has a transformation
		    matrix

- QPrinter	    Handle disconnected network printers properly
		    Use user-settings correctly
		    Improve postscript output for non-75dpi displays and
		    transparent images
		    Improve page and text formatting on the different
		    Windows versions
		    Improve printing of colored contents for black&white
		    printers

- QSimpleRichText   Handle external paint devices properly

- QTable	    Swapping of columns and rows doesn't mismatch sizes
		    Fix calculation of item size hints

- QGroupBox	    Include margin in size hints

- QCanvas	    Better animation handling
		    Cosmetic corrections

- QSocket	    Be able to send large data on Windows

- QSocketDevice     Workaround a Windows bug concerning the size of the
		    send buffer

- QFtp		    Put data more effectively
		    Correct file permissions

- QUrl		    Appends "/" to directories correctly

- QCString	    Resizing a NULL string keeps length at zero
		    Include null termination in size calculation

- QColor	    Set named colors correctly

- QApplication	    Avoid out-of-bounds read in commandline parsing

- QFont/QFontDatabase
		    Enumerate charsets that don't fit to the current locale
		    Improve stability for broken X11 fonts
		    Support Ukraine and Bulgarian font encodings on X11

- QTextCodec	    Improve recognition of Asian encodings

- QXml		    Report namespace at endElement

- QWorkspace	    Cascading limits window size to workspace size

- QFileDialog	    Setup correctly for non-existing directories
		    Previews the correct file in ExistingFiles mode

****************************************************************************
*			   Extensions					   *
****************************************************************************

- QXt		    Works better with Exceed X

****************************************************************************
*			      Other					   *
****************************************************************************

- Meta Object Compiler (moc)
		    Further improvements in namespace support

- MSVC Integration  Setup Qt settings correctly

****************************************************************************
*			   Third party					   *
****************************************************************************

- PNG		    Fix a coredump in error message handling

****************************************************************************
*               Changes that might affect runtime behavior                 *
****************************************************************************

- QRegion	    Fixed QRegion::contains(const QRect&) function in X11
		    version. Same behaviour as in Windows version now.

****************************************************************************
*		    Qt/Embedded-specific changes		           *
****************************************************************************

- Binary compatibility is NOT maintained with previous Qt/Embedded release,
   you will need to recompile any old executables to use with this release.

- Source compatibility is NOT maintained with Qt/Embedded-specific functions.
   You may get minor compilation errors if you have used previous

- QCopChannel now inherits QObject. If you have multiply-inherited a QObject
   subclass and QCopChannel, you should instead connect your QObject to the
   QCopChannel::received() signal.

- The identifier "TTF" in fontdir is now "FT". This reflects the fact that
   the FreeType library supports Type1, Windows FNT, and other font formats
   in addition to TrueType. FreeType 2.0.1 is now used (src/3rdparty/freetype).

- 16bpp support in QVFb.

- QDirectPainter experimental direct-video access.
2001-02-06 09:26:11 +00:00
fredb
46a9e2c3de Make that "autoreconf" -- there is no "autoremake". 2001-02-06 03:16:56 +00:00
lukem
7062c6e4da XLOCK_LIGHT should also configure --without-gltt --without-ttf --without-opengl 2001-02-05 23:46:36 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
taca
dcb3ab7ef0 Add md5 checksum of KTerm-BGP-1.0.patch.gz in order to compile with
KTERM_USE_WALLPAPER=yes.
2001-02-03 12:55:41 +00:00
wiz
046e56da74 Install two scripts as such, and not as data files
(pkg/12074 by Hiroyuki Bessho).
2001-01-29 13:17:35 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
he
2ebee49263 Depend on tcl>=8.3.2 instead of tcl-8.3.2 now that PKGNAME of tcl
is bumped to tcl-8.3.2nb1.
2001-01-24 18:44:57 +00:00
dmcmahill
6e283a68ea add missing USE_XPM 2001-01-23 15:51:25 +00:00
tron
c50f41b155 Because "gpatch" used on Solaris doesn't accept the patch file add the
missing newline manually with a "echo".
2001-01-21 17:40:34 +00:00
tron
c3dca549d1 Add missing newline at the end of "cappletConf.sh.in". 2001-01-21 17:28:20 +00:00
jwise
30162fa254 Update XFCE to version 3.6.3. Changes since 3.5.2 (the last pkgsrc version)
include:


27-NOV-2000: Xfce 3.6.3
=======================

- xfce
  * Fixed a small bug in xfce popup menus

26-NOV-2000: Xfce 3.6.2
=======================

- xfclock
  * Added calendar options by Edscott Wilson Garcia <edscott@imp.mx>
- xfwm
  * Improve Xinerama support
  * Problem with window initial placement on wrong desk fixed
- all
  * Added new configure options by Albert Chin-A-Young
    <china@thewrittenword.com>

19-NOV-2000: XFce 3.6.0 & 3.6.1
===============================
- xfrun
  * Add history list (patch contributed by daniel mcsorley
    <mcsorley@cis.ohio-state.edu>)
- xfce
  * Change panel size : Smallest size is pretty small now, thanks to a
    new widget positionning. Medium size is now equivalent to previous
    smallest size and biggest size is previous medium size.
  * Change panel design. Old style can still be selected at compile time.
  * Automatic drawer/popup close down when new popup is opened (patch
    contributed by Jason Litowitz <jlitowitz@visto.com>
  * Bug fix : Panel crashing when selecting several times a desktop that
    was not listed in the panel (Actually that was a design problem in the
    xfce libs).
  * Virtual desktops can now be turned off by setting number of destops to zero.
- xfwm
  * Add Xinerama support
  * Added query for Xinerama extension (based on a patch by
    Peter Novodvorsky <nidd@debian.org>
  * Add new style "Authorize_Trnaslate" to force xfwm to place windows on the
    current physical screen when using Xinerama even if the application asks
    for another location.
  * Add strict checking to avoid iconification/maximization of transient windows
    (ICCCM compliancy)
  * New builtin function "ShowMeMouse" : You can't find your mouse pointer on
    the screen ? Just Alt+Click ! You'll be amazed.
  * Enhanced virtual desktop routines :
      - Xfwm refuses to switch to a desktop if it is off limits.
      - Switching to a window that is on a desktop off limits cause the
        window to be bring back to the current desktop.
  * Add the ability to restart xfwm by sending signal USR1 or USR2 to xfwm's
    process id. This allows external programs to restart xfwm or even
    sysadmins to restart all instances of xfwm at once.
  * Bug fix : Sometimes (rarely) focus did not go to the right window when
    the current window was unmapped.
  * Bug fix : Use of fontsets (Chineese, Korean, etc.) caused xfwm to crash
- Help
  * Added topic overview thanks to Ruediger <ruediger@gmx.net>
  * Add Dutch translation of the help file by J.B. Huijsmans
    <j.b.huijsmams@chem.rug.nl>
- xfgnome
  * Remove unclear portion of code that dealed with iconification.
- all
  * More 64-bit safe.
  * Add new themes : Aluminium, BlueX, Glass, Liquid, Power, Power2
  * Move the locale files from the "$XFCE_DIR" to "$prefix/share/locale"
    (Change contributed by Fernando M. Roxo da Motta <roxo@conectiva.com.br>)
  * Updated Spanish translation (Change contributed by Fernando M. Roxo da
    Motta <roxo@conectiva.com.br>)
  * New Brasilian Portuguese translation (contributed by
    Ingo "LaSombra" Hoffmann <lasombra@terra.com.br> and
    Fernando M. Roxo da Motta <roxo@conectiva.com.br>)
  * Updated spec (rpm) file (Change contributed by Fernando M. Roxo da Motta
    <roxo@conectiva.com.br>)
  * New Czech translation thanks to Petr Blaha <pblaha@suse.cz> and
    Rudolf Ulc <Rudolf.Ulc@oku-st.cz>
  * Updated Dutch translation by J.B. Huijsmans <j.b.huijsmams@chem.rug.nl>
2001-01-19 02:41:27 +00:00
skrll
57dbe9994f Add and enable qt2-examples 2001-01-16 00:11:48 +00:00
drochner
1570f043de update to 4.8.4
sorry, couldn't find a changelog
2001-01-15 18:11:51 +00:00
drochner
2ad7e77fe3 update to 0.99.12
Changelog:
 - New plot subclasses for 3D and polar plots: GtkPlot3d and GtkPlotPolar.

   GtkPlot3D has its own API, but GtkPlotPolar can be casted as a GtkPlot
 considering the equivalence x->r, y->angle.

 - GtkPlotData is a widget. The API is almost the same. You may have to
 cast the widget using data = GTK_PLOT_DATA(gtk_plot_data_new());

 - The other Data subclasses are Bar, Box, Flux, Surface and
 CSurface.

 - I added new arguments to the datasets (z, dz, a, da): z is obviously for
 3d plots. However, it is used in GtkPlotBox to specify the size of the boxes.
 "a" is used to determine the size of the symbols, and "da", the color.

 - The color of the symbols, when "da" is specified, is detemined using the
 gradient. the gradient has (min, max) values, and corresponding colors. The
 symbol's color is interpolated between these values using hue/saturation/value
 depending on the gradient_mask.

 - GtkOrientation was replaced with GtkPlotOrientation
 (GTK_PLOT_AXIS_X/Y/Z)

 - the fields xticks and yticks were removed from gtkplot.

 - GtkPlotSymbol has a new field GtkPlotLine border and you set/get the
 attributes with gtk_plot_data_set/get_symbol

 - I removed the symbol type: GTK_PLOT_SYMBOL_BAR, because this is a new
 data subclass. I added TRIANGLE_LEFT/RIGHT and DOT.

 - After gtk_plot_canvas_paint, you have to use gtk_plot_canvas_refresh to
 refresh the pixmap in the window. This is because paint can be
 used to print or save plots in other formats, depending on the GtkPlotPC
 you are using (see below).
 - The drawing engine, called GtkPlotPC has been rewritten. Now
 it's a GtkObject, and you can derive subclasses as GtkPlotGdk and
 GtkPlotPS in our case (You can define your own if you want to use a
 different library to draw your plots!).

 How does it work:
 1) Instead of creating a GdkGC, you create either a GtkPlotGdk or
 GtkPlotPS.
 2) you do the following replacements:

 gdk_gc_set_foreground -> gtk_plot_pc_set_color
 gdk_gc_set_dash -> gtk_plot_pc_set_dash
 gdk_gc_set_line_attributes -> gtk_plot_pc_set_lineattr
 gdk_gc_draw_... -> gtk_plot_pc_draw_...

 The output will be either on a drawable or a file according to the
 GtkPlotPC you chose.

 All the redundant code for the PS output in gtkplotprint was eliminated!
 Elegant, isn't it?

 - I also added a new widget: gtktogglecombo, a gtkcombobox subclass (See it
 in action in testgtksheet)

 - New demos are included.
2001-01-15 12:46:01 +00:00
hubertf
5fa5ea83c4 = -> += 2001-01-14 08:29:24 +00:00
hubertf
1b837315f0 aterm (Afterstep XVT) - a VT102 emulator for the X window system
aterm, version 0.4.0, is a colour vt102 terminal emulator, based
on  rxvt  2.4.8  with Alfredo Kojima's additions of fast transparency,
intended as an xterm(1) replacement for users  who  do not require
features such as Tektronix 4014 emulation and toolkit-style
configurability.  As a result, aterm uses much less swap space --
a significant advantage on a machine serving many X sessions.

It was created with AfterStep Window Manger users in mind, but  is
not  tied  to any libraries, and can be used anywhere.
2001-01-14 02:30:00 +00:00
hubertf
f177df5862 add & enable aterm 2001-01-14 02:28:56 +00:00
tv
46b820b557 Standardize version number: "xmx-2.1alpha.pl7" -> "xmx-2.1a7" 2001-01-13 19:24:08 +00:00
skrll
f48de1ea75 Add in new qt2-examples package 2001-01-13 12:41:38 +00:00
skrll
14715ad821 New qt2-2.2.3 examples package that installs the examples and tutorials
from the qt2 distribution.

Based on the package submitted in pkg/11932 by Rex McMaster
<rmcm@compsoft.com.au>, but heavily modified by me.
2001-01-13 12:37:27 +00:00
skrll
b9ca0ba8d2 New qt2-2.2.3 examples package that installs the examples and tutorials
from the qt2 distribution.

Based on the package submitted in pkg/11932 by Rex McMaster
<rmcm@compsoft.com.au>, but heavily modified by me.
2001-01-13 12:37:21 +00:00
skrll
be4ff771d9 Some tidyup. 2001-01-13 12:33:01 +00:00
dent
09a0d8fbb3 Update HOMEPAGE and MASTER_SITES. 2001-01-12 12:21:04 +00:00
dent
23955788d3 Update HOMEPAGE. 2001-01-11 20:58:13 +00:00
skrll
08c9a45b88 Have the package installed the html documentation as well. While I'm here
move the man pages to somewhere more sensible.
2001-01-11 17:55:56 +00:00
hubertf
f3aa9c87dd pkg-changes2html greps for PKGNAME, so so not use make(1) magic in there
(derive DISTNAME from PKGNAME instead, where possible).
2001-01-06 21:24:04 +00:00
is
7c718cdb5b Update xsnow package to 1.41. Contributed by Ingolf Steinbach. 2001-01-05 20:24:05 +00:00