Oliver Braun
bff3a9ef09
Add lablgtk 1.2.5, an Objective Caml interface to gtk+.
...
PR: ports/40098
Submitted by: Ronald Kuehn <rk@ronald.org>
2002-09-10 20:49:28 +00:00
Oliver Braun
44efb0eba3
Add gtk20-apireference 20020830, API reference for the Gimp Toolkit v2.0 for
...
X11 GUI.
PR: ports/39207, ports/42183
Submitted by: Edwin Groothuis (edwin@mavetju.org )
2002-09-04 19:41:02 +00:00
Oliver Braun
fe38d71e04
Add prefix `hs-' for Haskell related ports.
2002-09-04 14:38:48 +00:00
Oliver Braun
56114c1a54
Add frantk 1.1, a GUI library for Haskell on top of Tcl-Tk.
...
PR: ports/38555
Approved by: dwcjr (mentor)
2002-08-26 13:30:21 +00:00
Oliver Braun
aec66333c9
Add gtk+hs 0.11.5, a GTK+ Binding for Haskell.
...
Approved by: dwcjr (mentor)
2002-08-23 22:11:47 +00:00
Ying-Chieh Liao
96ff57257e
add sdl_gui 0.10.3
...
A Graphical User Interface library for SDL
2002-08-13 07:17:47 +00:00
Ying-Chieh Liao
9253dc4718
add mesgui 1.0
...
Make a simple GUI under OpenGL
2002-07-24 17:12:20 +00:00
Joe Marcus Clarke
ffabe9da78
Add crux, a GTK+ theme for GNOME 2.0.
2002-07-05 06:11:43 +00:00
Dirk Meyer
1b81e7d6e8
New Port: GToolKit
...
GToolKit is a (relatively) small library that implements a simple and easy
to use Objective-C interface to the GTK+ widget set. Well, the library in
itself does not do very much, of course. It just allows you to write your
favourite program in my favourite programming language
- Fix dependencies and missing defines
- do configure in configure step
- make portlint happy
- use variables in plist
- honor it does install in Local, not in System
PR: 33843
Submitted by: flynn@energyhq.homeip.net
2002-06-06 06:12:16 +00:00
Ying-Chieh Liao
1b75d7344f
add viewklass 0.52
...
C++ Framework for Motif
2002-06-04 16:22:52 +00:00
David E. O'Brien
ccb9d8e623
Remove open-motif-devel, most totally misuderstand what it is.
2002-05-28 01:46:55 +00:00
Kris Kennaway
8955e6894c
Add bwidget-1.3.1
...
The BWidget Toolkit is a high-level Widget Set for Tcl/Tk built using
native Tcl/Tk 8.x namespaces.
The BWidgets have a professional look&feel as in other well known
Toolkits (Tix or Incr Widgets), but the concept is radically different
because everything is pure Tcl/Tk. No platform dependencies, and no
compiling required. The code is 100% Pure Tcl/Tk.
Submitted by: Alexander N. Kabaev <ak03@gte.com>
PR: ports/34417
2002-05-25 10:59:09 +00:00
Joe Marcus Clarke
fc561b597c
Add gtk-engines2 after repo copy from gtk-engines. Gtk-engines is the theme
...
engine for GTK+-2.0.
2002-05-23 15:48:46 +00:00
Maxim Sobolev
3c0571ab41
Update eel2 to version 1.1.14 after a repo-copy from ports/x11-toolkits/eel
...
and connect it to the build.
2002-05-20 17:47:26 +00:00
Maxim Sobolev
f2cd74c0fa
Update to 20020509 (version in GNOME2 RC2) after a repo-copies from
...
lang/librep, x11-toolkits/rep-gtk and x11-wm/sawfish.
2002-05-14 22:26:39 +00:00
Kris Kennaway
53cd1ee38c
Add back the qt145 port and support for qt-1.x. This should not
...
have been removed because it was not broken and a lot of working
ports depended on it. The qt145 port now installs files named
*qt1* instead of *qt* so it does not conflict with the other qt
versions.
2002-05-05 09:55:30 +00:00
Joe Marcus Clarke
ec8563a2da
Add libwnck, an GNOME 2.0 API for building pagers and tasklists.
...
Reviewed by: sobomax
Approved by: sobomax
2002-04-24 16:06:45 +00:00
Joe Marcus Clarke
3f6a14b869
Add libzvt, the API for Zed's Virtual Terminal, the first of many components
...
of the GNOME 2.0 Desktop.
Reviewed by: sobomax
Approved by: sobomax
2002-04-24 16:05:17 +00:00
Will Andrews
d1c2f0dddd
Please welcome Qt3/KDE3 to our ports tree. This includes work since the
...
original versions of these ports, so some PORTREVISIONs were bumped. See
http://freebsd.kde.org/ and mailing lists linked to from there for info
on the packages generated to test these ports.
bsd.kde.mk has already been updated a few days ago to work with these.
Some patches applied to fix a few bugs were:
deskutils/kdepim3:
[1] Remove kpilot from build because it wasn't ready at release.
editors/koffice-kde3:
[2] Fix compile time bugs for FreeBSD.
misc/kdeedu3:
[3] Fix compile problem with kvoctrain.
x11/kdebase3:
[4] Fix KDM CPU usage and login bug.
Some caveats:
* All PLISTs are broken for deinstall due to script bug that I
didn't notice until very recently. This will be fixed when I
commit an update tomorrow. These ports should still install
perfectly fine though. They should also deinstall without
giving errors, but will leave directories behind.
* You can't install this with any other version of QT or KDE
already installed. I am not sure the checks are 100% working,
but fixes for these will be forthcoming. This is mainly due
to a policy decision made by kde@ to make QT/KDE ports install
the way the rest of the world expects it to while also still
conforming to FreeBSD's hier(7). For reference on this decision,
please consult the KDE/FreeBSD mailing list archives. This
decision fixes 2-year-old bug reports relating to how we handled
this for KDE2 vs KDE1.
Submitted by: [1] Adrian de Groot <adridg@cs.kun.nl>,
[2] David Faure <faure@kde.org>,
Andy Fawcett <andy@athame.co.uk>
Lauri Watts <lauri@kde.org>
[3] Lauri Watts <lauri@kde.org>
[4] Alan Eldridge <alane@geeksrus.net>
Oswald Buddenhagen <ossi@kde.org>
Reviewed by: kde
2002-04-21 23:47:50 +00:00
Will Andrews
e05ed36727
Say goodbye to Qt 1.x and all of its dependents. The one port I found
...
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION. All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.
Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.
This commit made in impending view of Qt3/KDE3 entering ports tree.
2002-04-19 02:30:02 +00:00
Maxim Sobolev
a83ef1ea07
Add libgail-gnome 0.5.0, an implementation of the ATK interfaces
...
for GNOME widgets.
This is the last brick in the wall called GNOME2 Development Platform.
2002-04-12 20:00:44 +00:00
Maxim Sobolev
9daa8f9ba9
Add at-spi 0.10.0, an Assistive Technology Service Provider Interface for GNOME.
2002-04-12 11:41:51 +00:00
Maxim Sobolev
077d6b874c
Add libgnomeprintui 1.112.0, gnome print support library.
2002-04-12 08:57:29 +00:00
Joe Marcus Clarke
2c099c38b2
Add libgnomeui, the GUI components for the GNOME 2.0 framework.
...
Reviewed by: sobomax
Approved by: sobomax
2002-04-08 21:05:28 +00:00
Joe Marcus Clarke
9447217861
Add libbonoboui, the GUI components for GOME 2.0 bonobo component.
...
Reviewed by: sobomax
Approved by: sobomax
2002-04-08 21:01:48 +00:00
Kris Kennaway
21d72e23d0
Remove the FWF port, which was marked BROKEN 6 months ago, and was
...
broken for a long time before that.
2002-03-25 02:38:14 +00:00
Ying-Chieh Liao
385a9f2819
add gtkdatabox 0.1.13.0
...
Display large amounts of numerical data fast and easy
2002-03-20 16:07:07 +00:00
Jean-Marc Zucconi
9d4cec932d
Qwt widget library for technical purposes
...
PR: ports/35834
Submitted by: Bob Bomar <bob@fly.homeunix.org>
2002-03-13 02:53:19 +00:00
Maxim Sobolev
91829143b8
Say goodbuy to gtk13/glib13 - it was replaced with gtk20 (after a repo-copy of
...
course).
Special thanks to: cvs (for extremely fast repo-copying)
2002-03-11 20:44:36 +00:00
Maxim Sobolev
647b2a31c4
Update gtk/glib to the version 2.0 and other related ports to the latest
...
versions.
PR: 35541, 35744, 35757
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-11 17:53:25 +00:00
Pete Fritchman
544ecd07e2
Add gtk12-apireference 20011213, API reference for the Gimp Toolkit
...
for X11 GUI.
PR: 32892
Submitted by: Edwin Groothuis (edwin@mavetju.org )
2002-03-03 16:04:04 +00:00
Maxim Sobolev
756cba40d5
Add gail 0.6, an implementation of the ATK interfaces for GTK+ widgets.
2002-02-17 10:27:29 +00:00
Mikhail Teterin
219bc71fd4
This is the Mowitz ("More widgets") library.
...
This is a widget collection, which used to be a part of Siag Office.
The author has decided to maintain the widgets separately, so other
software can use them. See: http://siag.nu/mowitz/ for more.
2002-01-08 04:20:14 +00:00
Will Andrews
fef693009d
Add missing tk84 SUBDIR.
...
Submitted by: bento
2001-12-24 11:31:31 +00:00
Anton Berezin
d3a6f89bee
Add p5-Prima 1.03, an extensible Perl toolkit for multi-platform GUI
...
development.
PR: 31158
Submitted by: dmitry@karasik.eu.org
2001-12-14 23:53:42 +00:00
Pete Fritchman
e6263ccd11
Add py-xlib-0.9, an X11 library for Python
...
PR: 32540
Submitted by: Mike Meyer <mwm@mired.org>
2001-12-14 05:34:19 +00:00
Ying-Chieh Liao
1b8c93992b
add gtkglarea--
...
GtkGLArea-- is a wrapper for the GtkGLArea widget
2001-12-05 17:50:55 +00:00
Johann Visagie
a6f82a587c
Add py-anygui 0.1.a3, a generic GUI-creation front-end for Python.
2001-10-29 10:12:46 +00:00
Ying-Chieh Liao
aebd64183a
add notif2
...
The Notif2 GTK theme engine following the new Motif look and feel
PR: 30382
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
2001-10-15 11:15:56 +00:00
Pete Fritchman
393824e661
Add linux-openmotif-2.1.30, Motif toolkit Linux libraries
...
PR: 30804
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
2001-10-04 03:26:26 +00:00
Akinori MUSHA
59358b9cf9
Sort entries.
2001-09-21 05:59:19 +00:00
Akinori MUSHA
3eca63ecd7
Add fl_editor, a word-wrapping text editor widget for FLTK (Fast Light
...
ToolKit).
PR: ports/29861
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
2001-09-03 18:46:33 +00:00
Akinori MUSHA
eba9938d6a
Add flvw. The FLVW (Fast Light Virtual Widgets) require the use of
...
the FLTK (Fast Light ToolKit) library. They are designed to handle
large amounts of data. As such they are definitely not the smallset
of FLTK widgets, but they are designed to use memory conservatively.
PR: ports/29860
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
2001-09-03 18:41:37 +00:00
SADA Kenji
f00fe18a50
Add new port: FileDialog perl/Tk module
...
PR: ports/28652
Submitted by: Wade Minter <minter@lunenburg.org>
2001-08-06 15:15:45 +00:00
Maxim Sobolev
7db51ee2be
Add wxgtk-devel (repo-copied from wxgtk).
2001-08-02 09:18:58 +00:00
Maxim Sobolev
4635923bf3
Add gdl 0.1.0, a set of components intended to be shared between GNOME
...
development tools.
2001-07-24 11:23:15 +00:00
Thomas Gellekum
a01fa57525
Activate gnustep-{base,gui,guile,make,objc,xgps}.
2001-06-26 12:18:05 +00:00
Jimmy Olgeni
9cfc390abf
Add gtk-zenith-theme, yet another gtk theme engine.
2001-06-23 06:53:36 +00:00
Vanilla I. Shu
c53b761b51
Tk::HistEntry - Entry widget with history capability
2001-05-28 13:43:42 +00:00
Vanilla I. Shu
1ab542c7b3
Tk::Getopt - User configuration window for Tk with interface to Getopt::Long
2001-05-28 13:42:44 +00:00
Vanilla I. Shu
d7c5ae4904
Tk::Enscript - a text-to-postscript converter using Tk::Canvas
2001-05-28 13:41:06 +00:00
Vanilla I. Shu
28e2250968
Tk::Date - a date/time widget for perl/Tk
2001-05-28 13:39:22 +00:00
Vanilla I. Shu
b7e58aaeb6
Some collection of Tk Widgets
2001-05-28 13:38:22 +00:00
Vanilla I. Shu
7e458ec76e
ColourChooser - Perl/Tk module providing a Colour selection dialogue box
2001-05-28 13:36:04 +00:00
Vanilla I. Shu
f94796743b
Tk::Autoscroll - space invaders-like scrolling
2001-05-28 13:34:38 +00:00
Ade Lovett
ea31e74b85
Add eel
2001-05-08 18:58:14 +00:00
Ade Lovett
03af2187bd
Update to GNOME 1.4 -- massive changes all around, for the sake of
...
CVS repo bloat, I'll only list the updates.
graphics/imlib 1.9.9 -> 1.9.10
textproc/xml-i18n-tools 0.8 -> 0.8.1
x11/gnomelibs 1.2.11 -> 1.2.13
devel/oaf 0.6.2 -> 0.6.5
devel/gconf 0.12 -> 1.0.0
devel/gnomevfs 0.5 -> 1.0
graphics/gdk-pixbuf 0.9.0 -> 0.11.0
sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1
print/gnomeprint 0.25 -> 0.28
devel/bonobo 0.37 -> 1.0.3
audio/gnomeaudio 1.0.0 -> 1.4.0
x11/gnomecore 1.2.4 -> 1.4.0.3
devel/libgtop 1.0.11 -> 1.0.12
x11/gnomeapplets 1.2.4 -> 1.4.0.1
misc/gnomeuserdocs NEW 1.4.1
misc/gnomeutils 1.2.1 -> 1.4.0
deskutils/gnomepim 1.2.0 -> 1.4.0
games/gnomegames 1.2.0 -> 1.4.0.1
print/ggv 0.95 -> 1.0
editors/ghex 1.1.4 -> 1.2
devel/bugbuddy 1.2 -> 2.0.1
devel/glade 0.5.11 -> 0.6.2
sysutils/gtop 1.0.12 -> 1.0.13
x11/xalf NEW 0.11
x11-toolkits/py-gtk 0.6.6 -> 0.6.7
x11-toolkits/py-gnome 1.0.53 -> 1.4.0
x11-toolkits/guile-gtk 0.19 -> 0.20
x11-toolkits/guile-gnome 0.10 -> 0.20
devel/libsigc++ 1.0.1 -> 1.0.3
x11-toolkits/gnome-- 1.1.15 -> 1.1.17
x11-toolkits/panel-- NEW 0.1
x11-fm/gnomemc 4.5.51 -> 4.5.54
2001-05-04 21:39:58 +00:00
Akinori MUSHA
3b74131b66
Goodbye, Ruby 1.4.
2001-04-13 19:10:13 +00:00
Will Andrews
9160b5d8a3
Add viewkit 0.00, a ViewKit workalike from Hungry Programmers.
...
PR: 20662
Submitted by: peterho@ned.dem.csiro.au
2001-04-07 04:19:54 +00:00
Ying-Chieh Liao
de5f3ad69d
add paragui
...
ParaGUI is a cross-platform high-level application framework and GUI library
2001-03-28 15:35:42 +00:00
Steve Price
2e72555c3a
This port's directory was removed but left in the Makefile.
2001-03-27 21:22:16 +00:00
Will Andrews
f466f736d6
Remove obsoleted entry.
...
Not submitted by: bento (for some reason...)
2001-03-25 02:29:18 +00:00
Satoshi Asami
167c973d55
qt22-static -> qt2-static
...
Submitted by: obento-
2001-03-25 02:11:25 +00:00
Vanilla I. Shu
a8715f3333
Gevas are GTK+ bindings to evas canvas library, modeled after GnomeCanvas
...
library.
PR: ports/25918
Submitted by: ishmael27@home.com
2001-03-19 16:22:34 +00:00
Jimmy Olgeni
d55be71923
Add the QN-X11 GTK theme engine.
2001-03-16 22:24:28 +00:00
Dag-Erling Smørgrav
1b94ef5be2
Activate the qt23 port.
2001-03-14 01:30:14 +00:00
Akinori MUSHA
e8d859788a
Add ruby-qt2iconview, Qt2 iconview extension for Ruby.
2001-03-12 19:03:13 +00:00
Vanilla I. Shu
027ed6b39d
Add p5-GnomeApplet, it's perl binding for Gnome Applet.
2001-03-12 08:55:41 +00:00
Akinori MUSHA
7f5566219c
Add ruby-fox, a Ruby extension to module to use FOX toolkit.
...
Actually this software is named FXRuby, but I'm importing it as
ruby-fox to make it clear that it's a Ruby binding for FOX.
2001-03-06 14:13:50 +00:00
Akinori MUSHA
24c56541b0
Add fox-xunicode, FOX with Unicode support. The xunicode patch is
...
provided by Toshihiro Inoue <tino@pa2.so-net.ne.jp>.
2001-02-23 18:54:55 +00:00
Alexander Langer
aa93217650
Add a qt22 slave port, which sets WANT_STATIC and builds the real qt22.
2001-02-22 14:18:24 +00:00
Akinori MUSHA
6fc8366343
Add ruby-qt2table, Qt2 table extension for Ruby.
2001-01-23 07:55:09 +00:00
Akinori MUSHA
7f5eab6107
Add ruby-qt2canvas, Qt2 canvas extension for Ruby.
2001-01-23 07:54:16 +00:00
Akinori MUSHA
5fdad09fd7
Add ruby-qt2, Qt2 extension for Ruby.
...
Repocopied from: x11-toolkits/ruby-qt
2001-01-09 20:59:50 +00:00
Maxim Sobolev
8bce27f85f
Add easygtk. EasyGTK is a wrapper library for GTK+ for people who want to learn
...
GTK programming in 2 hours instead of 2 weeks
2001-01-03 14:32:41 +00:00
Maxim Sobolev
0ad146f3f2
Add py-gtkscintilla - a Python bindings for GtkScintilla library.
2000-12-14 12:24:39 +00:00
Maxim Sobolev
8d0657e26a
Add GtkScintilla. GtkScintilla is a wrapper for the Scintilla editing
...
component wich adds some facility to this powerful component.
2000-12-14 12:18:25 +00:00
Daniel Eischen
f8bbf0e6c1
GtkAda is an Ada binding to Gtk.
...
PR: 23138
Submitted by: Samuel Tardieu <sam@inf.enst.fr>
2000-12-08 21:33:54 +00:00
Maxim Sobolev
bfa077b20e
Add scintilla - a full-featured free source code editing component for GTK+.
2000-11-27 13:38:24 +00:00
Maxim Sobolev
51ef373cd0
Add eazel-themes - a very nice matching temes for GTK+ and Sawfish created by
...
the Eazel for their demo workstations at LW 2000.
Obtained from: GNOME cvs
2000-11-20 08:28:04 +00:00
Maxim Sobolev
172bc5e9de
Add XenoStep - yet another nice GTK+ theme engine with NeXT'ish look and feel.
2000-11-14 08:54:28 +00:00
Maxim Sobolev
cb19065f6a
Add gtk-flat-theme - an yet another funny gtk+ theme engine.
2000-10-31 17:28:21 +00:00
Vanilla I. Shu
bc41cbc985
It's a perl module to access gtkxmhtml library.
2000-10-29 21:53:17 +00:00
Vanilla I. Shu
26f09d36bf
It's a perl module to access gtkglarea library.
2000-10-29 21:51:22 +00:00
Vanilla I. Shu
bf43cbab0c
It's a perl module to access gnome library.
2000-10-29 21:49:44 +00:00
Vanilla I. Shu
24f960f938
It's a perl module to access glade library.
2000-10-29 21:41:38 +00:00
Vanilla I. Shu
71f808e7d7
It's a perl module to access gdkpixbuf library.
2000-10-29 21:31:46 +00:00
Vanilla I. Shu
3e1a2f8aa3
Add p5-GdkImlib, i'ts perl module to access imlib library.
2000-10-29 21:30:13 +00:00
Maxim Sobolev
e3c8635f29
Add WhistlerK - a GTK theme engine inspired by the Windows Whistler (don't ask,
...
I donno what the hell "Windows Whistler" is :-> ).
2000-10-26 16:15:48 +00:00
R. Imura
49bb590077
Remove ruby-[qt/kde]-i18n, because kde-i18n is no longer exist.
2000-10-23 15:38:13 +00:00
R. Imura
48acbbff2d
Merge kde11-i18n into kde11, and remove my *-i18n ports.
...
There is no so-version bump, because of compatibility.
Approved by: will (kde11 maintainer)
2000-10-23 15:24:23 +00:00
Ade Lovett
4acda1f50c
Remove remnants of GTK 1.0.x since nothing depends on them any more.
...
Done a few days earlier than I had initially suggested on the -ports list
since other committers have already taken care of the few remaining ports
that depended on them
Discussed on: -ports list
2000-10-06 15:06:19 +00:00
Ade Lovett
4c2a8e6363
GAL is a collection of widgets and utility routines that were taken
...
from GNOME Evolution and Gnumeric - upcoming releases of these two
pieces of software, and others, will require this library.
2000-10-06 02:42:20 +00:00
Trevor Johnson
34b7bd26df
Add mail/xc-mail, an RFC 2015-aware e-mail client.
...
Add x11-toolkits/xclasses, required by XCmail.
PR: 21665, 21666
Approved by: will
2000-10-04 04:52:56 +00:00
Maxim Sobolev
e28c640e1f
Add libgtkeditor - a source code editor widget for GTK+.
2000-09-25 11:27:12 +00:00
R. Imura
a74ec834c3
Remove ports/x11-toolkits/qt21
2000-09-22 16:17:42 +00:00
Ade Lovett
ec98873a70
Bakery is another C++ Framework for creating GNOME applications
...
using Gtk-- and Gnome--
2000-09-12 22:48:25 +00:00
Akinori MUSHA
7b09b2f764
Split rubytk into ruby-tcltklib and ruby-tk.
...
Approved by: Yasuhiro Fukuma <yasuf@bsdclub.org> (MAINTAINER)
Repocopy ruby-* to ruby14-* and update ruby-* to 1.6.0-preview3.
2000-09-07 00:03:36 +00:00
Maxim Sobolev
3c54bd7c27
Add gtkextra-- - a C++ wrappers for GtkExtra, for use with Gtk--.
2000-08-29 09:21:17 +00:00
Akinori MUSHA
91e0a451f3
Add fltk-xunicode, FLTK with Unicode support, as a slave port to fltk.
...
Approved by: Dmitry S. Sivachenko <dima@chg.ru> (MAINTAINER of fltk)
2000-08-25 18:24:49 +00:00