summaryrefslogtreecommitdiff
path: root/x11/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2010-02-10Retire tk83joerg1-2/+1
2010-02-10Retire swing.joerg1-2/+1
2010-02-02Added qt4-mngadam1-1/+2
2010-01-16Add SUBDIR for newly imported modulessno1-1/+4
2010-01-16Remove from x11 and re-import into timesborrill1-2/+1
2010-01-16Import wmzcalock 0.1sborrill1-1/+2
2009-12-14+tint2snj1-1/+2
2009-12-11+qwtplot3d-qt4drochner1-1/+2
2009-11-29Remove xfce3, which has long been obsoleted by xfce4.snj1-2/+1
2009-11-24+qwt-qt4drochner1-1/+2
2009-11-08+libxdg-basedirjakllsch1-1/+2
2009-10-22+ gselt.wiz1-1/+2
2009-10-08sortjnemeth1-3/+3
2009-10-02Add kde4 l10n packagesmarkd1-1/+4
2009-10-02add kde4 packagesmarkd1-1/+7
2009-09-16Added devel/xfconf version 4.6.1reed1-4/+3
Added x11/libxfce4menu version 4.6.1 Added x11/xfce4-settings version 4.6.1 Removed x11/libxfce4mcs Removed x11/xfce4-mcs-manager Removed x11/xfce4-mcs-plugins And updated various xfce4 packages.
2009-09-15+xlsfontsdrochner1-1/+2
2009-09-12remove bwidget as it is a duplicate of tk-BWidgetplunky1-2/+1
2009-08-08remove x11/p5-Gtk2-GladeXML, duplicate of devel/p5-Gtk2-GladeXMLtnn1-2/+1
2009-07-30Remove x11/qgtkstyle, it's part of the Qt 4.5.hasso1-2/+1
2009-07-07Added x11/space_dapp version 20060717sborrill1-1/+2
2009-06-18Add two orphan directoriesagc1-1/+3
2009-06-15Remove x11/xf86-video-via, it doesn't build, it's deprecated andhasso1-2/+1
x11/xf86-video-openchrome replaces it.
2009-06-15Mark x11/xf86-video-cyrix and x11/xf86-video-imstt broken.hasso1-3/+1
2009-05-19Added x11/dri2proto version 2.0.hasso1-1/+2
2009-04-24Add xf86-video-openchromesborrill1-1/+2
2009-04-16+xdg-user-dirsdrochner1-1/+2
2009-04-15Add qt4-mysqlmarkd1-1/+2
2009-04-15+py-xcbgendrochner1-1/+2
2009-04-06+xine-xcbdrochner1-1/+2
2009-04-06+ *xcb*drochner1-1/+4
2009-03-16add gtk2-engines-murrinejmcneill1-1/+2
2009-02-23+ p5-Gtk2-GladeXMLwiz1-1/+2
2009-01-08+ p5-Clipboard.wiz1-1/+2
2009-01-05+ py-kiwijmcneill1-1/+2
2008-12-20+ qgtkstylejmcneill1-1/+2
2008-12-19sortjnemeth1-2/+2
2008-12-18add libuniqueahoka1-1/+2
2008-12-13Add and enable py-qt4.epg1-1/+2
2008-12-03+ py-gtksourceview.wiz1-1/+2
2008-11-03sort.obache1-2/+2
2008-10-27Remove libzvt -- long obsolete, and replaced by vte.wiz1-2/+1
2008-10-22Update ruby-gnome2 to 0.18.0.obache1-1/+2
== Ruby-GNOME2 0.18.0: 2008-09-30 This release fixes some memory leak bugs and has new experimental packages. === Changes Ruby/GLib: * mkmf-gnome2.rb: add check_cairo. [Kouhei Sutou] * fixed memory leaks. [Kouhei Sutou] * [#2110165] Gdk::Pixbuf memory leak * install glib-enum-types.h. [Andy Spencer] * [#2106938] Install glib-enum-types.h Ruby/GTK2: * add GTK+ 2.12 related bindings. [Guillaume Cottenceau] * fixed initialize order. [Kouhei Sutou] * [#2113491] Incorrect initialize order (compiling with mingw) Ruby/GooCanvas [NEW][EXPERIMENTAL]: * added. [Kouhei Sutou] Ruby/Pango: * fixed memory leaks. [Kouhei Sutou] Ruby/GtkSourceView2 [NEW][EXPERIMENTAL]: * add. [yselkowitz]
2008-10-21Add x11/driinfo and x11/driconf.bjs1-1/+3
2008-10-08Remove py-qt3-sip, replaced by py-sip.wiz1-2/+1
2008-10-08Add py-sip.wiz1-1/+2
2008-09-30Retire xf86-video-i180, it has been superseded by xf86-video-intel andjoerg1-2/+1
doesn't work with newer servers. As suggested in PR 39624.
2008-09-22Switch to x11/wxGTK26{,-contrib}, reorder.joerg1-4/+4
2008-09-17Update ruby-gnome2 to 0.17.0 release.obache1-1/+3
pkgsrc changes: * Add some additional modules: devel/ruby-gnome2-bonobo devel/ruby-gnome2-bonoboui devel/ruby-gnome2-gconf devel/ruby-gnome2-libglade graphics/ruby-gnome2-gtkglext multimedia/ruby-gnome2-gstreamer print/ruby-gnome2-gnomeprintui sysutils/ruby-gnome2-gnomevfs www/ruby-gnome2-gtkhtml2 www/ruby-gnome2-gtkmozembed x11/ruby-gnome2-gtksourceview x11/ruby-gnome2-vte * Fixed detection of rcairo. It had been broken since switched to gem. patch-a{c,h,i,j,k,l.m} (It Already in upstream trunk) * Add patches for allow to load gem rcairo. patch-a{n,o,p} * Fixed overwritten glib module when installing modules require generated header of glib module. Modify to install the header as part of glib module and use bl3.mk. * clean up dependency * Add test target for modules having unit test. * Modified patch-a{a,b,d,f,g} to acceptable by upstream. Ruby-GNOME2-0.17.0 (2008-09-07) Release notes: * This Release supports Ruby 1.8.7 and has many bug fixes and new bound functions. Main changes: * Ruby/GLib: - [#2060606] Crash when removing ruby applet from gnome panel with 0.7rc1 [Kouhei Sutou] * Ruby/GTK: - [#2025651] FTBFS with gtk+ 2.13.5 [Cesare Tirabassi, Kouhei Sutou] - [#2043970] Segfaults on 64-bit Linux [Neil Roberts, Kouhei Sutou] * Ruby/Pango: - [#2043970] Pango::FontDescription#weight= seg fault [Kouhei Sutou] * Many other changes, GC bugs, Segfault fixes. See corresponding ChangeLog for detailed information on changes and contributors. Special thanks for your contributions to: (list in no particular order) - Neil Roberts - Cesare Tirabassi - Arnaud Cornet
2008-09-16Remove remaining qt1 and qt2 packages, as announced on pkgsrc-userswiz1-12/+1
on Sep 7 2008. No complaints received.