aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove guile-gnome as it is obsolete, does not build with guile-1.8, andJoe Marcus Clarke2008-03-021-1/+0
| | | | | | | nothing depends on it. Notes: svn path=/head/; revision=208346
* Add port x11-toolkits/hs-glut-ghc, GLUT bindings for Haskell. I forgot toVolker Stolz2008-01-051-0/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=205056
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=201947
* - Sort category MakefilesAndrew Pantyukhin2007-10-051-1/+1
| | | | | | | | Inspired by: Jason Harris <jharris@widomaker.com> Howto: http://twiki.cenkes.org/Cenkes/SortingCategoryMakefiles Notes: svn path=/head/; revision=200970
* - Complete repocopy of x11-toolkits/py-wxPython28,Alejandro Pulver2007-09-291-0/+3
| | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=200368
* Add x11-toolkits/hs-opengl-ghc, which provides OpenGL bindings for Haskell ↵Volker Stolz2007-09-211-0/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=199844
* - x11-toolkits/pmw is renamed to x11-toolkits/py-PmwRong-En Fan2007-09-021-1/+1
| | | | | | | PR: ports/115302 Notes: svn path=/head/; revision=198634
* Add port x11-toolkits/gtkimageview:Andrew Pantyukhin2007-08-011-0/+1
| | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=196878
* Add missing entry for py-wmdockapps.David Thiel2007-06-111-0/+1
| | | | | | | Pointed-out-by: kris/linimon Notes: svn path=/head/; revision=193281
* Removing - port has moved to x11-toolkits/py-wmdockappsDavid Thiel2007-06-041-1/+0
| | | | | | | x11-toolkits/py-wmgeneral Notes: svn path=/head/; revision=192647
* - Retire gstreamer 0.8.0Michael Johnson2007-06-011-1/+0
| | | | Notes: svn path=/head/; revision=192557
* Add Nucleo, a toolkit for exploring new uses of video and new human-computerAlexey Dokuchaev2007-05-301-0/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=192395
* Qt sets the standard for high-performance, cross-platform applicationBoris Samorodov2007-05-251-0/+1
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=191787
* GiGi (aka GG) is a GUI library for OpenGL. It is platform-independent (it runsAlejandro Pulver2007-05-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=191369
* Add port x11-toolkits/p5-Tk-DKW:Andrew Pantyukhin2007-04-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=190178
* Add port x11-toolkits/p5-Tk-FontDialog:Andrew Pantyukhin2007-04-171-0/+1
| | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=190177
* Add port x11-toolkits/p5-Tk-Contrib:Andrew Pantyukhin2007-04-171-0/+1
| | | | | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=190176
* - move tk-wrapper from lang to x11-toolkitsMartin Matuska2007-04-161-0/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=190118
* Add fxscintilla-fox14 , a Fox toolkit reimplementation of ScintillaRong-En Fan2007-03-291-0/+1
| | | | | | | editing widget. Notes: svn path=/head/; revision=188732
* Rename ruby-fox* for supporting multiple fox library versionRong-En Fan2007-03-291-2/+2
| | | | Notes: svn path=/head/; revision=188730
* PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.Martin Wilke2007-03-271-0/+1
| | | | | | | | | | | | This package provides the QtGui module. WWW: http://www.riverbankcomputing.co.uk/pyqt/ PR: ports/109621 Submitted by: Danny Pansters <danny at ricin.com> Notes: svn path=/head/; revision=188492
* GtkUnique is a library to facilitate programming single instance applications -Pav Lucistnik2007-03-211-0/+1
| | | | | | | | | | 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/ Notes: svn path=/head/; revision=187923
* Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEJoe Marcus Clarke2007-03-191-0/+2
| | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=187702
* Pyxfce are Xfce bindings for Python. You can use Python to createNicola Vitale2007-03-131-0/+1
| | | | | | | | | Xfce programs. WWW: http://pyxfce.xfce.org/ Notes: svn path=/head/; revision=187272
* - Add tk85-thread as slave port.Martin Wilke2007-03-131-0/+1
| | | | | | | | PR: ports/110134 Submitted by: Martin Matuska <martin at matuska.org> Notes: svn path=/head/; revision=187258
* - Add tk84-threads as slave port.Martin Wilke2007-03-131-0/+1
| | | | | | | | PR: ports/110133 Submitted by: Martin Matuska <martin at matuska.org> Notes: svn path=/head/; revision=187256
* PHAT is a collection of GTK+ widgets geared toward pro-audio apps.Martin Wilke2007-03-061-0/+1
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=186689
* Add qt4, a multiplatform C++ application frameworkMichael Nottebrock2007-02-051-0/+1
| | | | Notes: svn path=/head/; revision=184304
* This is Tk version 8.5, a GUI toolkit for Tcl.Martin Wilke2007-02-051-0/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=184265
* Add gnome-sharp20Tom McLaughlin2007-02-041-0/+1
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=184170
* This is GtkAda version 3.1.3. This package is an Ada2005 graphical libraryMartin Wilke2007-01-171-0/+1
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=182627
* The JDesktop Integration Components (JDIC) project aims to make Java(TM)Thierry Thomas2007-01-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=181588
* GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the complete setMartin Wilke2006-12-311-0/+1
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=181155
* Add p5-Gtk2-Ex-FormFactory 0.65, makes building complex GUI more easy.Rong-En Fan2006-12-241-0/+1
| | | | | | | | PR: ports/107084 Submitted by: chinsan Notes: svn path=/head/; revision=180653
* Add ports x11-toolkits/py-sexy:Andrew Pantyukhin2006-12-101-0/+1
| | | | | | | | | sexy-python is a set of Python bindings around libsexy WWW: http://www.chipx86.com/wiki/Libsexy Notes: svn path=/head/; revision=179347
* Add ports x11-toolkits/py-tktreectrl:Andrew Pantyukhin2006-12-091-0/+1
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=179342
* The Qwt library contains GUI Components and utility classes whichMartin Wilke2006-12-081-0/+1
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=179216
* - Update to 0.17Andrew Pantyukhin2006-12-031-1/+1
| | | | | | | | | | - Rename the port due to upstream changes Approved by: ports@c0decafe.net (maintainer, express-timeout) Repocopy by: marcus Notes: svn path=/head/; revision=178701
* Add port x11-toolkits/p5-Gtk2-Ex-Simple-List:Andrew Pantyukhin2006-12-031-0/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=178694
* Connect wxgtk28 ports.Max Khon2006-12-031-0/+6
| | | | Notes: svn path=/head/; revision=178690
* SWT is the software component that delivers native widget functionalityMartin Wilke2006-12-021-0/+1
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=178545
* SWT is the software component that delivers native widget functionalityMartin Wilke2006-12-021-0/+1
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=178543
* Remove expired leaf ports:Vasil Dimov2006-11-011-1/+0
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=176024
* Add port x11-toolkits/tktray:Andrew Pantyukhin2006-11-011-0/+1
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=176000
* Add port x11-toolkits/tkdnd:Andrew Pantyukhin2006-11-011-0/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=175997
* [new port] x11-t oolkits/sdl_pangoEdwin Groothuis2006-10-311-0/+1
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=175938
* GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the complete setPav Lucistnik2006-10-081-0/+1
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=174980
* - Connect etk and enhance to the build.Stanislav Sedov2006-10-081-0/+2
| | | | | | | Approved by: sem (mentor) Notes: svn path=/head/; revision=174943
* Add port x11-toolkits/tile:Andrew Pantyukhin2006-10-081-0/+1
| | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=174921
* Add port x11-toolkits/tktreectrl -Andrew Pantyukhin2006-10-081-0/+1
| | | | | | | Multi-column hierarchical listbox widget Notes: svn path=/head/; revision=174916