summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
2009-06-23correct for two more pkgs which were already up-to-datedrochner1-5/+3
2009-06-22sync with reality, call it 2.26.2drochner1-34/+18
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/+3
2009-06-11Bump PKGREVISION for vte-0.20.5.wiz3-6/+6
2009-06-08Add pkgin for easy package management.ahoka1-2/+3
2009-05-31Update ruby-gnome2 to 0.19.0.obache13-39/+184
== Ruby-GNOME2 0.19.0: 2009-05-29 This release supports new versions of panel-applet and xulrunner and fixes various bugs including some GC issues === Changes Ruby/GLib2: * add 'const' to name argument of rbgerr_define_gerror() [Nikolai Weibull, Kouhei Sutou] * Bug fixes: * #2420281: Failed to build [troels knak-nielsen, Kouhei Sutou] * #2493874: glib/rbglib_maincontext.c error in "RUBY_UBF_IO" [boo, Kouhei Sutou] * wrong priority conversion in GLib::Timeout.add and GLib::Timeout.add_seconds. [Nikolai Weibull] * fixed limits of basic types [Pascal Terjan] Ruby/GTK2: * Bug fixes: * fixed initialize function is deleted. [kimura wataru, Kouhei Sutou] * checked GTK_FILE_SYSTEM_ERROR availability. GTK+ 2.15.x doesn't have it. [Kouhei Sutou] * fixed GC problems. [Kouhei Sutou] * #2195432: Gtk::RCStyle.set_color_flags wrong conversion [Jesse van den Kieboom, Kouhei Sutou] * #2318481: gtkselectiondata_set Drag and Drop API problem [dave foster, Kouhei Sutou] * #2420281: Failed to build [troels knak-nielsen, Kouhei Sutou] Ruby/Pango: * added Pango::Attribute#start_index= and Pango::Attribute#end_index=. [Geoff Youngs, Kouhei Sutou] Ruby/Poppler: * removed 0.6.x support. 0.8.0 or later is required. [Kouhei Sutou] Ruby/RSVG2: * fixed broken cairo integration. [James Healy, Kouhei Sutou] Ruby/PanelApplet: * #2466921: fixed build failure with libpanel-applet >= 2.25 [Mamoru Tasaka, Kouhei Sutou] * fixed incomplete install. [Pascal Terjan, Kouhei Sutou] Ruby/GtkMozEmbed: * supported XULRunner 1.9.0. [Arnaud Cornet, Kouhei Sutou] Ruby/GNOME2: * supported MinGW. [id:luna_8bit, Kouhei Sutou] Ruby/Bonobo2: * moved Bonobo.setup_x_error_handler to Ruby/BonoboUI2. [id:luna_8bit, Kouhei Sutou] Ruby/BonoboUI2: * moved Bonobo.setup_x_error_handler from Ruby/Bonobo2. [id:luna_8bit, Kouhei Sutou] Ruby/GnomeVFS: * format security error. [Pascal Terjan] === Thanks * kimura wataru * Philipp Götzinger * Andrew S. Townley * Jesse van den Kieboom * James Healy * dave foster * troels knak-nielsen * boo * Geoff Youngs * Arnaud Cornet * id:luna_8bit * ...
2009-05-21Update to 2.26.1.91, patterns updated for sno's p5 updates.wiz1-8/+5
2009-05-21Update pattern, package was already up-to-date.wiz1-4/+3
2009-05-21Update for Gnome 2.26.2.wiz4-16/+21
2009-05-21Update to 2.26.1.90, update patterns.wiz1-42/+62
2009-05-212.26.1.99: update as far as pkgsrc is current -- two updates missingwiz1-6/+8
and two completely new packages.
2009-05-21Update as far as pkgsrc is current -> 2.26.1.99.wiz1-7/+8
2009-05-21Update comments.wiz1-4/+4
2009-05-21Update to 2.26.2.wiz1-6/+6
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz2-5/+4
block). Uncomment some commented out LICENSE lines while here.
2009-05-05Improve dewey pattern.reed1-2/+2
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed2-2/+8
were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same.
2009-04-16update for gnome-2.26.1drochner1-5/+5
2009-04-13Update the gnustep meta-package to 2.0.8. This reflects the recent GNUsteprh1-13/+12
package updates and filesystem layout changes.
2009-04-06Add vinagre dependency.wiz1-4/+3
2009-03-25Bump PKGREVISION following the update of textproc/icu, and thehe1-1/+3
corresponding change of ABI. OK'ed by wiz@ (as was the textproc/icu update).
2009-03-22Update some patterns.wiz1-15/+9
2009-03-22Reflect py-gtksourceview-2.6.0 which went in a minute before.snj1-3/+2
2009-03-22Update some patterns, and note missing updates.wiz1-81/+91
2009-03-22Update patterns, still two unpackaged.wiz1-11/+10
2009-03-22Update patterns. Still nothing packaged.wiz1-5/+5
2009-03-22Update to 2.26.0.wiz1-11/+11
2009-03-22Update to 2.26.0.wiz1-6/+6
2009-03-22Update to 2.26.0.wiz1-4/+4
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-19update for gnome-2.26.0drochner1-20/+19
2009-03-17Re-add FAM message.jmcneill1-7/+11
2009-03-16Pull in resindvd pluginjmcneill1-2/+3
2009-03-16gamin is now the default instead of FAM, so remove one step fromjmcneill1-11/+7
post-install configuration
2009-03-13Restore some patches removed during last package update to make it compilehasso3-1/+61
again on DragonFly. patch-af is probably merge error from upstream, patch-aq is a temporary workaround and not for inclusion to upstream as such.
2009-03-03Update boost to 1.38.0. Patches from Brook Milligan in private mail.jmmv10-126/+34
Lots of changes to list here. As usual, some new libraries have been added and there have been improvements all around. Of special interest is that we can now erase most of our local patches because they have been imported upstream.
2009-02-23add desktop-gnomeahoka1-1/+2
2009-02-23Import desktop-gnome-0.1 as meta-pkgs/desktop-gnome.ahoka2-0/+43
Primary goal for the desktop project: Given a NetBSD CD and a reasonably modern x86 computer, make it possible to install a useful desktop system in under 15 minutes, responding to only a few prompts in the process. The package collects the required software for the project. It's the gnome based version, a KDE based version is planned in the future.
2009-02-23Depend on p5-Gtk2-GladeXML. Bump version.wiz1-4/+3
2009-02-18We don't need to set "DISTFILES" for a meta package.tron1-2/+1
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2009-01-16Add accerciser DEPENDS. Welcome to 2.24.3.wiz1-4/+3
2009-01-162.24.2.91: Add gnome-devel-docs dependency.wiz1-4/+3
2009-01-16Update to GNOME 2.24.3.wiz6-29/+29
2009-01-16Update to GNOME 2.24.3.wiz3-47/+46
2009-01-12All dependencies updated -- welcome to 2.24.2!wiz1-22/+9
2009-01-12Depend on proper gtk2 version. Bump to 2.24.1.91.wiz1-5/+3
2009-01-12Depend on proper gtk2 version. Bump to 2.24.2!wiz1-5/+3
2009-01-11Update DEPENDS, p5-gtk2 is now new enough.wiz1-5/+3