| non port: x11-toolkits/Makefile |
Number of commits found: 810 (showing only 100 on this page) |
|
Saturday, 5 Jan 2008
|
06:53 vs
Add port x11-toolkits/hs-glut-ghc, GLUT bindings for Haskell. I forgot to
add this port when I revamped library support in lang/ghc a while ago.
Uses USE_GL=glut at the moment, so you get libglut/MESA.
 |
|
Wednesday, 24 Oct 2007
|
23:37 marcus
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
 |
|
Friday, 5 Oct 2007
|
23:33 sat
- Sort category Makefiles
Inspired by: Jason Harris <jharris@widomaker.com>
Howto: http://twiki.cenkes.org/Cenkes/SortingCategoryMakefiles
 |
|
Saturday, 29 Sep 2007
|
17:54 alepulver
- Complete repocopy of x11-toolkits/py-wxPython28,
x11-toolkits/py-wxPython28-common and x11-toolkits/py-wxPython28-unicode,
applying the corresponding patches.
- Add PYDISTUTILS_NOEGGINFO to fix plist issues [1].
- Integrate with bsd.wx.mk: the noticeable difference is that ports using
USE_WX=2.6+ and WX_COMPS=python will be built from now on with wxWidgets
2.8, which was previously restricted for these ports because of the lack of
the "python" component for version 2.6 [1].
PR: ports/115349, ports/115350, ports/115351
Submitted by: Neal Nelson <neal@nelson.name>
Reworked by: alepulver (myself) [1]
 |
|
Friday, 21 Sep 2007
|
03:38 vs
Add x11-toolkits/hs-opengl-ghc, which provides OpenGL bindings for Haskell
programs
compiled through lang/ghc. As of lang/ghc version 6.6.1_1, x11 and other
libraries are no longer part of the base ghc port.
 |
|
Sunday, 2 Sep 2007
|
07:14 rafan
- x11-toolkits/pmw is renamed to x11-toolkits/py-Pmw
PR: ports/115302
 |
|
Wednesday, 1 Aug 2007
|
08:31 sat
Add port x11-toolkits/gtkimageview:
GtkImageView is a simple image viewer widget for GTK. Similar to the
image viewer panes in gThumb or Eye of Gnome. It makes writing image
viewing and editing applications easy. Among its features are:
* Mouse and keyboard zooming
* Scrolling and dragging
* Adjustable interpolation
* Fullscreen mode
* GIF animation support
WWW: http://trac.bjourne.webfactional.com/
Author: Bjorn Lindqvist <bjourne@gmail.com>
 |
|
Monday, 11 Jun 2007
|
16:51 lx
Add missing entry for py-wmdockapps.
Pointed-out-by: kris/linimon
 |
|
Monday, 4 Jun 2007
|
02:11 lx
Removing - port has moved to x11-toolkits/py-wmdockapps
x11-toolkits/py-wmgeneral
 |
|
Friday, 1 Jun 2007
|
20:43 ahze
- Retire gstreamer 0.8.0
 |
|
Wednesday, 30 May 2007
|
14:40 danfe
Add Nucleo, a toolkit for exploring new uses of video and new human-computer
interaction techniques.
It's here mainly for upcoming Metisse port, an alternative X desktop with
nifty OpenGL capabilities.
WWW: http://insitu.lri.fr/~roussel/projects/nucleo/
XXX Currently, FFmpeg plugin is not built since out ffmpeg port lacks proper
pkg-config(1) hooks. XXX
 |
|
Friday, 25 May 2007
|
14:16 bsam
Qt sets the standard for high-performance, cross-platform application
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
 |
|
Wednesday, 2 May 2007
|
05:05 alepulver
GiGi (aka GG) is a GUI library for OpenGL. It is platform-independent (it runs
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/
 |
|
Tuesday, 17 Apr 2007
|
11:19 sat
Add port x11-toolkits/p5-Tk-DKW:
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>
 |
11:16 sat
Add port x11-toolkits/p5-Tk-FontDialog:
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>
 |
11:13 sat
Add port x11-toolkits/p5-Tk-Contrib:
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/
 |
|
Monday, 16 Apr 2007
|
12:03 mm
- move tk-wrapper from lang to x11-toolkits
Approved by: garga (mentor)
 |
|
Thursday, 29 Mar 2007
|
10:45 rafan
Add fxscintilla-fox14 , a Fox toolkit reimplementation of Scintilla
editing widget.
 |
10:38 rafan
Rename ruby-fox* for supporting multiple fox library version
 |
|
Tuesday, 27 Mar 2007
|
09:49 miwi
PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.
This package provides the QtGui module.
WWW: http://www.riverbankcomputing.co.uk/pyqt/
PR: ports/109621
Submitted by: Danny Pansters <danny at ricin.com>
 |
|
Wednesday, 21 Mar 2007
|
19:21 pav
GtkUnique is a library to facilitate programming single instance applications -
that is applications that gets instanced once and each subsequent instance just
quits - or send a command to the currently running instance.
WWW: http://log.emmanuelebassi.net/archives/2006/10/love-and-communication/
 |
|
Monday, 19 Mar 2007
|
05:14 marcus
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
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.
 |
|
Tuesday, 13 Mar 2007
|
09:20 nivit
Pyxfce are Xfce bindings for Python. You can use Python to create
Xfce programs.
WWW: http://pyxfce.xfce.org/
 |
08:46 miwi
- Add tk85-thread as slave port.
PR: ports/110134
Submitted by: Martin Matuska <martin at matuska.org>
 |
08:44 miwi
- Add tk84-threads as slave port.
PR: ports/110133
Submitted by: Martin Matuska <martin at matuska.org>
 |
|
Tuesday, 6 Mar 2007
|
18:42 miwi
PHAT is a collection of GTK+ widgets geared toward pro-audio apps.
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>
 |
|
Monday, 5 Feb 2007
|
20:56 lofi
Add qt4, a multiplatform C++ application framework
 |
13:48 miwi
This is Tk version 8.5, a GUI toolkit for Tcl.
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
 |
|
Sunday, 4 Feb 2007
|
22:15 tmclaugh
Add gnome-sharp20
- 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)
 |
|
Wednesday, 17 Jan 2007
|
11:05 miwi
This is GtkAda version 3.1.3. This package is an Ada2005 graphical library
for the Gimp Toolkit, which means this is a set of packages to allow you
to easily create some graphical interfaces under X11 and Win32, using Ada2005
as a programming language.
Every widget from gtk 2.2 has been bound, and the test
program found in the gtk release has been reimplemented in Ada (have a
look at the testgtk/ directory).
WWW: http://libre.adacore.com/
PR: ports/107415
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Repocopy by: marcus
 |
|
Friday, 5 Jan 2007
|
23:24 thierry
The JDesktop Integration Components (JDIC) project aims to make Java(TM)
technology-based applications ("Java applications") first-class citizens of
current desktop platforms without sacrificing platform independence.
JDIC provides Java applications with access to facilities provided by the native
desktop such as the mailer, the browser, and registered document viewing
applications. Additionally it provides the mechanisms by which Java applications
can integrate into the native desktop such as registering Java applications as
document viewers on the desktop, creating tray icons on the desktop and creating
installer packages.
JDIC consists of a collection of Java packages (JDIC API), all with the package
name prefix org.jdesktop.jdic, and a JNLP application packaging tool (JDIC
Packager).
Note: only the tray icon API is built at the moment.
WWW: https://jdic.dev.java.net/
 |
|
Sunday, 31 Dec 2006
|
14:35 miwi
GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the complete set
of Gtk+ widgets using the Object-Oriented features of this language.
This version of GtkAda is designed to be used with lang/gnat-gcc41.
WWW: https://libre2.adacore.com/GtkAda/
WWW: http://gnuada.sourceforge.net/
PR: ports/107183
Submitted by: Petr Holub <hopet at ics.muni.cz>
 |
|
Sunday, 24 Dec 2006
|
12:41 rafan
Add p5-Gtk2-Ex-FormFactory 0.65, makes building complex GUI more easy.
PR: ports/107084
Submitted by: chinsan
 |
|
Sunday, 10 Dec 2006
|
00:21 sat
Add ports x11-toolkits/py-sexy:
sexy-python is a set of Python bindings around libsexy
WWW: http://www.chipx86.com/wiki/Libsexy
 |
|
Saturday, 9 Dec 2006
|
23:53 sat
Add ports x11-toolkits/py-tktreectrl:
The TkTreectrl module wraps the treectrl tk extension for
use with python/Tkinter.
WWW: http://klappnase.zexxo.net/TkinterTreectrl/
Author: Michael Lange <klappnase@8ung.at>
 |
|
Friday, 8 Dec 2006
|
22:27 miwi
The Qwt library contains GUI Components and utility classes which
are primarily useful for programs with a technical background.
Beside a 2D plot widget it provides scales, sliders, dials, compasses,
thermometers, wheels and knobs to control or display values, arrays,
or ranges of type double.
WWW: http://qwt.sourceforge.net/
PR: ports/106487
Submitted by: Max Brazhnikov <makc at issp.ac.ru>
 |
|
Sunday, 3 Dec 2006
|
16:28 sat
- Update to 0.17
- Rename the port due to upstream changes
Approved by: ports@c0decafe.net (maintainer, express-timeout)
Repocopy by: marcus
 |
16:11 sat
Add port x11-toolkits/p5-Gtk2-Ex-Simple-List:
Gtk2 has a powerful, but complex MVC (Model, View, Controller) system
used to implement list and tree widgets. Gtk2::Ex::Simple::List
automates the complex setup work and allows you to treat the list model
as a more natural list of lists structure.
<...>
WWW: http://search.cpan.org/dist/Gtk2-Ex-Simple-List/
Author: Ross McFarland <rmcfarla@neces.com>
Justification: needed by x11-toolkits/p5-Gtk-Ex-PodViewer
 |
15:36 fjoe
Connect wxgtk28 ports.
 |
|
Saturday, 2 Dec 2006
|
01:12 miwi
SWT is the software component that delivers native widget functionality
for the Eclipse platform in an operating system independent manner.
This port provides SWT without requiring a full download and build of
Eclipse.
WWW: http://www.eclipse.org/swt/
Submitted by: Robert C. Noland III <rnoland at 2hip.net> (on irc)
 |
01:10 miwi
SWT is the software component that delivers native widget functionality
for the Eclipse platform in an operating system independent manner.
This port provides SWT without requiring a full download and build of
Eclipse.
WWW: http://www.eclipse.org/swt/
Submitted by: Robert C. Noland III <rnoland at 2hip.net> (on irc)
 |
|
Wednesday, 1 Nov 2006
|
09:47 vd
Remove expired leaf ports:
2006-11-01 x11-toolkits/etox: doesn't work with recent e17 and obsoleted
2006-11-01 x11-themes/e17-theme-blokkie: doesn't work with recent e17
2006-11-01 x11-themes/e17-theme-blue_default: doesn't work with recent e17
2006-11-01 x11-themes/e17-theme-carbon: doesn't work with recent e17
2006-11-01 x11-themes/e17-theme-detour: doesn't work with recent e17
2006-11-01 x11-themes/e17-theme-gant: doesn't work with recent e17
2006-11-01 x11-themes/e17-theme-japan2007: doesn't work with recent e17
2006-11-01 x11-themes/e17-theme-milky: doesn't work with recent e17
2006-11-01 x11-themes/e17-theme-neptun: doesn't work with recent e17
2006-11-01 x11-themes/e17-theme-simply_white: doesn't work with recent e17
2006-11-01 x11-themes/e17-theme-winter: doesn't work with recent e17
2006-11-01 x11-themes/e17-theme-mclaren: doesn't work with recent e17
2006-11-01 x11-themes/e17-theme-grey: doesn't work with recent e17
 |
06:42 sat
Add port x11-toolkits/tktray:
Tktray is an extension that is able to create system tray icons. It
follows http://www.freedesktop.org specifications when looking up the
system tray manager. This protocol is supported by modern versions of
KDE and Gnome panels, and by some other panel-like application.
WWW: http://sw4me.com/wiki/Tktray
Author: Anton Kovalenko <anton@sw4me.com>
 |
06:39 sat
Add port x11-toolkits/tkdnd:
tkdnd is an extension that adds native drag & drop capabilities to the
tk toolkit. It can be used with any tk version equal or greater to 8.4
and currently only the UNIX (X-Windows) and Microsoft Windows operating
systems are supported. Under unix the drag & drop protocol in use is the
XDND protocol version 4 (also used by the QT toolkit, KDE & GNOME
Desktops).
WWW: http://www.iit.demokritos.gr/~petasis/Tcl/tkDND/tkDND.html
 |
|
Tuesday, 31 Oct 2006
|
21:24 edwin
[new port] x11-t oolkits/sdl_pango
SDL_Pango is the SDL API to the Pango text rendering engine
of GNOME 2.x
- Required for games/frozenbubble 2.0.0
- Update to bsd.sdl.mk is coming too
PR: ports/104899
Submitted by: Edwin Groothuis <edwin@mavetju.org>
 |
|
Sunday, 8 Oct 2006
|
17:34 pav
GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the complete set
of Gtk+ widgets using the Object-Oriented features of this language. GtkAda
supports the latest 2.2 and 2.4 stable releases.
WWW: https://libre2.adacore.com/GtkAda/
PR: ports/99005
Submitted by: Petr Holub <hopet@ics.muni.cz>
Thanks to: miwi (testing)
 |
14:16 stas
- Connect etk and enhance to the build.
Approved by: sem (mentor)
 |
11:37 sat
Add port x11-toolkits/tile:
The Tile Widget Set is a next-generation re-implementation of many of the core
Tk widgets, along with the addition of several new widgets. With Tile, Tk
applications can achieve an appearance much closer to native platform widgets,
as well as take advantage of a modern, highly dynamic theme engine to produce a
wide variety of alternative user interface styles. Tile widgets complement the
existing Tk widgets, and Tile is currently being incorporated directly into Tk.
WWW: http://tktable.sourceforge.net/tile/
 |
11:22 sat
Add port x11-toolkits/tktreectrl -
Multi-column hierarchical listbox widget
 |
|
Wednesday, 13 Sep 2006
|
18:37 miwi
wxWidgets is a C++ cross-platform GUI toolkit.
Link with the appropriate library for your platform and
compiler, and your application will adopt the look and
feel appropriate to that platform.
D is a general purpose systems and applications programming
language. It is a higher level language than C++, but retains the
ability to write high performance code and interface directly
with the operating system API's and with hardware. D is not a
scripting language, nor an interpreted language.
wxD is wxWidgets bindings for the D programming language.
WWW: http://wxd.sourceforge.net/
PR: ports/102797
Submitted by: Jona Joachim <walkingshadow(at)grummel.net>
 |
|
Sunday, 10 Sep 2006
|
12:12 dinoex
Renaissance is a GNUstep develoment framework which runs on top of the
GNUstep libraries. It also works on top of the Apple Mac OS X Cocoa
libraries, providing an opaque layer to write portable applications.
PR: 103086
Submitted by: Gürkan Sengün
 |
|
Thursday, 31 Aug 2006
|
11:38 sat
Add port x11-toolkits/p5-Tk-JComboBox:
JComboBox is a composite widget that contains a text Label or Entry, a
Button, and a popup Listbox. It performs the same sort of tasks that can be
accomplished by several other Composite widgets. Some such as BrowseEntry
and Optionmenu are part of the standard Tk distribution, and there are many
others available in CPAN.
JComboBox borrows features from the Java Swing component bearing the same
name, but falls short of being a true clone. Many of the methods and the
general look and feel should be familiar to java developers. JComboBox also
combines several features offered by many of the other "Combo Box"
implementations, and works in two modes: editable and readonly.
In readonly mode, JComboBox offers similar functionality to Optionmenu. It
is basically a labeled button that activates a popup list. An item from the
list is displayed on the Button when selected.
When editable, JComboBox somewhat resembles BrowseEntry. That is, the
widget is composed of an Entry widget with a Button to the right of it. As
in the editable mode, the Button activates a popup Listbox from which a
single item can be selected.
WWW: http://search.cpan.org/dist/Tk-JComboBox/
Author: Rob Seegel <RobSeegel@comcast.net>
Justification: sysutils/namefix dep
 |
|
Monday, 28 Aug 2006
|
06:09 sat
Add port x11/p5-DynaTabFrame:
A notebook widget with orientable, dynamically rearranging tabs. When
the containing window is resized, the tabs will either stack or unstack
as needed to fit the enclosing widget's width(height). Likewise, when
tabs are added or removed, the tabs will stack/unstack as needed.
WWW: http://search.cpan.org/dist/Tk-DynaTabFrame/
Author: Dean Arnold <darnold@presicient.com>
Justification: sysutils/namefix dep
 |
|
Friday, 25 Aug 2006
|
20:45 marcus
Remove x11-toolkits/gob2 as this port already exists as devel/gob2.
 |
20:00 miwi
GOB2 is a preprocessor for making GObjects with inline C code so that
generated files are not edited. Syntax is inspired by Java and Yacc or
Lex. The implementation is intentionally kept simple, and no C actual
code parsing is done.
WWW: http://www.5z.com/jirka/gob.html
PR: ports/102332
Submitted by: Alexey Mikhailov <karma(at)ez.pereslavl.ru>
Approved by: krion (mentor)
 |
|
Monday, 7 Aug 2006
|
09:01 mat
Update p5-Tcl-Tk to 0.88, and move p5-Tcl-Tk to p5-TclTk where it belongs.
 |
|
Monday, 26 Jun 2006
|
16:01 garga
Add fpc-zvt , free Pascal interface to Zed's Virtual Terminal.
PR: ports/99309
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
 |
15:52 garga
Add fpc-gnome , free Pascal unit to create programs for GNOME 1.
PR: ports/99310
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
 |
|
Wednesday, 21 Jun 2006
|
17:18 garga
Add x11-toolkits/paragui-devel, a development version of x11-toolkits/paragui
PR: ports/99079
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Repocopy by: marcus
 |
16:44 garga
Move fpc-gtk and fpc-gtk2 from graphics to x11-toolkits and change fpc-units
to reflect this
Suggested by: Vanilla I. Shu <vanilla@fatpipi.cirx.org>
Approved by: maintainer
 |
16:20 garga
Add fpc-forms , x-Forms interface for Free Pascal.
PR: ports/98663
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
 |
|
Tuesday, 20 Jun 2006
|
17:29 stefan
Add x11-toolkits/py-kiwi:
kiwi offers a set of enhanced widgets for Python based on PyGTK. It also
includes a framework designed to make creating Python applications using
PyGTK and libglade much simpler.
PR: 96852
Submitted by: Nicola Vitale <nivit@email.it>
Approved by: arved (mentor)
 |
|
Saturday, 10 Jun 2006
|
15:51 sem
- Rename x11-toolkits/fox -> x11-toolkits/fox10 and
x11-toolkits/fox-devel -> x11-toolkits/fox14
 |
|
Wednesday, 7 Jun 2006
|
21:52 pav
Wax is a user-friendly layer on top of wxPython. It allows for easier
GUI programming in a more "Pythonic" way.
Author: Hans Nowak <hans@zephyrfalcon.org>
WWW: http://sourceforge.net/projects/waxgui
PR: ports/95283
Submitted by: Nicola Vitale <nivit@email.it>
 |
01:26 edwin
Nuke x11-toolkits/gtk12-apireference and x11-toolkits/gtk20-apireference
now that they're obsoleted by x11-toolkits/gtk20-reference and
friends.
 |
|
Monday, 29 May 2006
|
06:11 mezz
x11-toolkits/gtk--2 -> x11-toolkits/gtkmm20
x11-toolkits/gtk--2-reference -> x11-toolkits/gtkmm20-reference
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus
 |
05:53 mezz
x11-toolkits/gtk-- -> x11-toolkits/gtkmm12
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus
 |
|
Friday, 26 May 2006
|
16:21 pav
FLTK is a cross-plattform C++ graphical user interface toolkit for X, OpenGL
and Microsoft Windows systems.
It is provided under the terms of the GNU Library Public License, Version 2.
This port supplies a snapshot of the current 2.0 development version.
WWW: http://www.fltk.org/
PR: ports/95223
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de>
 |
|
Thursday, 11 May 2006
|
21:35 jylefort
Move the gtkmm24 programming reference to the gtkmm24-reference port.
 |
19:59 jylefort
Move the gtk--2 programming reference to the gtk--2-reference port.
 |
18:18 jylefort
Move the gtksourceview programming reference to the
gtksourceview-reference port.
 |
|
Wednesday, 10 May 2006
|
19:21 jylefort
Move the gal2 programming reference to the gal2-reference port.
 |
16:59 jylefort
Move the vte programming reference to the vte-reference port.
 |
16:47 jylefort
Move the libwnck programming reference to the libwnck-reference port.
 |
02:29 jylefort
Move the libgnomeui programming reference to the libgnomeui-reference port.
 |
01:17 jylefort
Move the libbonoboui programming reference to the libbonoboui-reference port.
 |
|
Tuesday, 9 May 2006
|
23:45 jylefort
- Add gtk20-reference.
- Add manpages which are not related to programming to the gtk20 port.
 |
22:46 jylefort
Move the pango programming reference to the pango-reference port.
 |
|
Wednesday, 3 May 2006
|
02:54 edwin
Add x11-toolkits/fox16
PR: ports/95244
 |
|
Sunday, 30 Apr 2006
|
01:22 marcus
Add an entry for py-gnome-destkop.
 |
|
Saturday, 29 Apr 2006
|
23:03 ahze
- Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves
Repocopied by: marcus [1]
 |
|
Friday, 7 Apr 2006
|
14:30 jylefort
Re-add flu.
FLU is a library containing extra widgets for the FLTK windowing toolkit.
WWW: http://www.osc.edu/~jbryan/FLU/
 |
|
Sunday, 19 Feb 2006
|
08:23 tmclaugh
Add gtksourceview-sharp
- gtksourview bindings for Mono
 |
08:09 tmclaugh
Add libgdiplus
- GDI+ API for System.Windows.Forms in Mono
 |
|
Saturday, 21 Jan 2006
|
17:47 sem
Otk is a portable widget library for making graphical user interfaces for
application programs. It emphasizes simplicity without eliminating capability.
It is based on OpenGL, and C.
WWW: http://otk.sourceforge.net/
PR: ports/92103
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>
 |
|
Monday, 16 Jan 2006
|
00:07 pav
- Move freeglut from x11-toolkits to graphics, where libglut already is
PR: ports/91711
Submitted by: Sangwoo Shim <sangwoos@gmail.com>
Repocopied by: marcus
 |
|
Wednesday, 4 Jan 2006
|
09:39 edwin
New port: x11-toolkits/swt31 Standard Widget Toolkit for Java
This is a new port for SWT. SWT is the software component
that delivers native widget functionality for the Eclipse
platform in an operating system independent manner. This
port provides SWT without requiring a full download and
build of Eclipse. Other ports (like net/azureus) that need
SWT but not eclipse, can be subsequently changed to depend
on this, much lighter, port.
I tested it on i386, but am unable to verify whether it
works on amd64 or not, although all the necessary bits from
eclipse have been kept AFAICT. If someone later steps up
to the task, ONLY_FOR_ARCHS can be modified accordingly.
PR: ports/91083
Submitted by: Panagiotis Astithas <past@ebs.gr>
 |
|
Friday, 25 Nov 2005
|
02:49 edwin
[new port]: x11-toolkits/wxgtk26-docs, wxWidgets 2.6.2 HTML documentation
wxWidgets 2.6.2 HTML documentation, since is only the
documentation for wxWidgets 2.4 in the ports tree.
PR: ports/89298
Submitted by: Matthias Sund <m.sund@arcor.de>
 |
|
Thursday, 24 Nov 2005
|
11:49 pav
XScoop provides the ability to quickly determine which underlying X libraries
were statically linked into an application, even when the source is not
available. XScoop parses an executable, looking for matches on a subset of
sample keywords that may identify the library being used. It does not produce
absolute results, and instead supplies a report with key-hits which represent
the likelihood that a particular library is present in the binary.
PR: ports/89419
Submitted by: Ron Scheckelhoff <rscheckelhoff@yahoo.com>
 |
|
Tuesday, 8 Nov 2005
|
21:36 pav
libsexy is a library containing additional widgets for gtk:
- url label
- spell checked text entry
- text entry with icons
libsexymm are the corresponding c++ bindings for libsexy.
PR: ports/88577
Submitted by: Andreas Kohn <andreas@syndrom23.de>
 |
|
Saturday, 5 Nov 2005
|
09:21 kris
These ports depended on jx, which was removed.
 |
09:16 kris
hs-gio depended on hs-port, which was removed.
 |
09:07 kris
Remove expired ports
 |
09:01 dinoex
new slave port gnustep-back with cairo backend
 |
|
Friday, 21 Oct 2005
|
04:34 jylefort
Add gtkextra2
 |
|
Sunday, 2 Oct 2005
|
08:21 lioux
o A slave port of x11-toolkits/py-wxPython26 that builds a unicode
version of it
o Assign maintainership to Neal Nelson <neal@nelson.name> maintainer
of the master port
 |
08:19 lioux
o A slave port of x11-toolkits/py-wxPython26 that installs the
common parts shared amongst both x11-toolkits/py-wxPython26 and
x11-toolkits/py-wxPython26-unicode
o Assign maintainership to Neal Nelson <neal@nelson.name> maintainer
of the master port
 |
|
Thursday, 29 Sep 2005
|
03:54 tmclaugh
- Remove gtk-sharp and gtk-sharp-devel now that they have been
repo-copied to gtk-sharp10 and gtk-sharp20 respectively.
Approved by: ahze (mentor)
Repocopy by: marcus
 |
03:36 tmclaugh
- Enable gtk-sharp10 and gtk-sharp20 in the ports tree.
- gtk-sharp has been repo-copied to gtk-sharp10 and gtk-sharp-devel has
been repo-copied to gtk-sharp20 so both ports reflect their respective
GTK# API versions.
Approved by: ahze (mentor)
 |
|
Saturday, 3 Sep 2005
|
15:03 lawrance
Add xforms-i18n. This is a slave port to allow other ports to depend
on xforms with I18N capabilities.
PR: ports/82191
Submitted by: Koji Yokota <yokota@res.otaru-uc.ac.jp>
 |
Number of commits found: 810 (showing only 100 on this page) |