development. It includes a C++ class library and tools for cross-platform
development and internationalization.
This is a port of linux libraries of QT3.
WWW: http://trolltech.com/products/qt/qt3
at least on Linux and Windows, and probably more), compiler-independent (it
compiles under at GCC 3.2 or higher and MSVC++ 7.1 or higher, and probably
more), and driver-independent. A reference driver for SDL is provided, and it
is straightforward to write one for yourself should you decide to do so.
Features:
* True modularity. You provide the initialized OpenGL environment and user
input, and GG provides the GUI behavior. A reference SDL input driver is
provided.
* Independence of platform, compiler, and input driver/application framework.
* Applicability to multiple types of frame-based apps. Any frame-based app can
use GG, from FPS to TBS games.
Documentation. I am the documentation-Nazi you've been hoping for. Ve haf vays
of makink you understand our code.
WWW: http://gigi.sourceforge.net/
- Hand over maintainership to submitter, since he now maintains the
other fox ports.
PR: ports/109142
Submitted by: Marcelo Araujo <araujo@bsdmail.org>
qt33 to ($binary)-qt4 and adjust dependencies accordingly. This
avoids conflicts once X11BASE has been changed to /usr/local and
incidentally makes the naming scheme of the qt4 executables in ports
equal to that of the Fedora Core and Debian packages.
Tk::CheckBox - A radio button style widget that uses a
check mark in a box. Useful as a boolean field.
Tk::Columns - A multicolumn list widget with resizeable borders
and sorting by column.
Tk::ComboEntry - A Drop down listbox + entry widget with nice keyboard
equivalent behaviour
Tk::IconCanvas - A canvas implementing a moveable iconic interface.
Allows attaching menus to icons and to background.
Tk::SplitFrame - A sliding separator for two child widgets. Allows either
horizontal or vertical separation between the two widgets.
Can work in concert as horizontal inside vertical or
vice-versa.
Tk::TabFrame - A tabbed frame geometry manager (like NoteBook).
Tk::DockFrame - A dockable widget management widget hierarchy.
Tk::CornerBox - A textured window resizing widget (like in Win95)
Tk::Signals - A publish and subscribe object signalling method like
that found in QT. Very useful when widgets that are not
in the same hierarchy need to alert each other to various
application level events.
WWW: http://search.cpan.org/dist/Tk-DKW/
Author: Damion K. Wilson <dkw@rcm.bm>
Tk::FontDialog implements a font dialog widget.
The dialog is displayed by calling the Show method. The returned value
is either the selected font (if the dialog was closed with the Ok
button) or undef (otherwise). The exact type of the return value is
either a Tk::Font object (in Tk800) or a font name string (usually
something like font1). Both can be used as values in Tk -font options.
WWW: http://search.cpan.org/dist/Tk-FontDialog/
Author: Slaven Rezic <slaven@rezic.de>
Files in Tk-Contrib have been contributed by various people at
various times.
Included widgets:
Tk::Axis - Canvas with Axes
Tk::Dial - an alternative to the Scale widget
Tk::OlWm - Interface to OpenLook properties of Toplevel widget
Tk::TiedListbox - gang together Listboxes
WWW: http://search.cpan.org/dist/Tk-Contrib/
introduces XSS vulnerabilities in Konqueror and potentially affect any
Qt/KDE applications which deal with URLs or paths from untrusted locations.
Security: CVE-2007-0242
- Transfer maintainership of ruby-fox12
- Add LATEST_LINKS
- Correct PKGNAME after rename from ruby-fox and ruby-fox-devel
Approved by: maintainer (ruby-fox12)
resolves conflicts.
Threaded libraries and shell are installed on top of the standard ones
so ports that depend on threaded and non-threaded tcl can be used
simultaneously.
Behaiviour with non-threaded libraries does not change.
Bump PORTREVISION
PR: 110402
Submitted by: Martin Matuska <martin@matuska.org> (naintainer)
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
when run as root. Unfortunately, py-gnome-desktop has all of its examples
directories chmod to 0777. So once the directories are installed, remove
the write bit for group and other.
resolves conflicts.
- Bump PORTREVISION
Notes:
Threaded libraries and shell are installed on top of the standard ones
so ports that depend on threaded and non-threaded tcl can be used
simultaneously.
Behaiviour with non-threaded libraries does not change.
PR: 110395
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
- Manpages are not installed by default (default on for default TK - 8.4)
- Fixed pkg-plist if no manpages are installed
PR: 110258
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
- Improved handling of WITH_TK82_MAN
- Manpages are not installed by default (default on for default TK - 8.4)
PR: 110237
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
- Removes pseudo-installation of wish in favour of new lang/tcl-tk-wrapper port
- Adds support for NO_INSTALL_MANPAGES knob
- Uses USE_TCL from bsd.tcl.mk
- Pass maintainership to submitter
- Bump PORTREVISION
PR: 110234
Submitted by: Martin Matuska <martin@matuska.org>
- Improved handling of WITH_TK83_MAN
- Manpages are not installed by default (default on for default TK - 8.4)
- Bump PORTREVISION
PR: 110238
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
- Bump portrevisions on all imlib2-dependend ports as the library soversion
was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
support it anymore. [2]
The patch was tested in the tinderbox.
Approved by: portmgr (marcus) [1],
Anders Troback <freebsd@troback.com> (maintainer) [2]
- Removes pseudo-installation of wish in favour of new lang/tcl-tk-wrapper port
- Adds support for NO_INSTALL_MANPAGES knob
- Uses USE_TCL from bsd.tcl.mk
- Pass maintainership to submitter
- Bump PORTREVISION
PR: 110089
Submitted by: Martin Matuska <martin@matuska.org>
- Removes pseudo-installation of wish in favour of new lang/tcl-tk-wrapper port
- Adds support for NO_INSTALL_MANPAGES knob
- Uses USE_TCL from bsd.tcl.mk
- Checks if threaded or non-threaded tcl is installed
- Adds CONFLICTS between threaded and non-threaded versions
- Bump PORTREVISION
PR: 110085
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
- Removes pseudo-installation of wish in favour of new lang/tcl-tk-wrapper port
- Adds support for NO_INSTALL_MANPAGES knob
- Uses USE_TCL from bsd.tcl.mk
- Pass maintainership to submitter
- Bump PORTREVISION
PR: 110087
Submitted by: Martin Matuska <martin@matuska.org>
- Removes pseudo-installation of wish in favour of new lang/tcl-tk-wrapper port
- Adds support for NO_INSTALL_MANPAGES knob
- Uses USE_TCL from bsd.tcl.mk
- Checks if threaded or non-threaded tcl is installed
- Adds CONFLICTS between threaded and non-threaded versions
- Pass maintainership to Submitter
- Bump PORTREVISION
PR: 110084
Submitted by: Martin Matuska <martin@matuska.org>
The goal is to eliminate duplication of effort and provide some
standardization (well, at least for GTK+ apps).
WWW: http://phat.berlios.de/
PR: ports/109985
Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
-Fix categories which got mixed up during juggling with different
repos.
-Remove NO_FILTER_SHLIBS, which disappeared shortly before Qt4 was
committed.
Noticed by: erwin, pav
- Move qt4-codecs-tw to chinese [1]
- Add some missing quotes [1]
- From the "this never happened in the clean room" dept:
Disable session management support more universally to
avoid linktime errors.
[1] Spotted by: rafan
The best way to get started with Tcl is to read ``Tcl and the Tk
Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X.
WWW: http://www.tcl.tk/
PR: ports/108553
Submitted by: jkh
- GNOME interfaces for the .NET runtime
Gnome# provides C# bindings for Gnome libraries to the .NET runtime. These
were formerly supplied by the gtk-sharp20 port. Ports requiring this
dependency may use USE_GNOME=gnomesharp20
Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
- Move to LOCALBASE
- Port is no longer includes Gnome specific libraries, those are included in
the new x11-toolkits/gnome-sharp20 port. In addition, now that this is a
"blessed" Gnome dependency ports may use USE_GNOME=gtksharp20
Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
because the directory contained imake files. But when xview was added from
package, this directory was left over after deinstall. Should fix leftovers
on pointyhat