Age | Commit message (Collapse) | Author | Files | Lines |
|
practically all KDE5 packages.
|
|
|
|
|
|
|
|
|
|
Updated meta-pkgs/texlive-collection-basic to 2016
Updated meta-pkgs/texlive-collection-bibtexextra to 2016pre1
Updated meta-pkgs/texlive-collection-binextra to 2016pre1
Updated meta-pkgs/texlive-collection-context to 2016pre1
Updated meta-pkgs/texlive-collection-fontsextra to 2016pre1
Updated meta-pkgs/texlive-collection-fontsrecommended to 2016
Updated meta-pkgs/texlive-collection-fontutils to 2016
Updated meta-pkgs/texlive-collection-formatsextra to 2016
Updated meta-pkgs/texlive-collection-games to 2016pre1
Updated meta-pkgs/texlive-collection-genericextra to 2016pre1
Updated meta-pkgs/texlive-collection-genericrecommended to 2016
Updated meta-pkgs/texlive-collection-htmlxml to 2016
Updated meta-pkgs/texlive-collection-langafrican to 2016
Updated meta-pkgs/texlive-collection-langarabic to 2016pre1
Updated meta-pkgs/texlive-collection-langchinese to 2016pre1
Updated meta-pkgs/texlive-collection-langcjk to 2016
Updated meta-pkgs/texlive-collection-langcyrillic to 2016pre1
Updated meta-pkgs/texlive-collection-langczechslovak to 2016
Updated meta-pkgs/texlive-collection-langenglish to 2016
Updated meta-pkgs/texlive-collection-langeuropean to 2016pre1
Updated meta-pkgs/texlive-collection-langfrench to 2016pre1
Updated meta-pkgs/texlive-collection-langgerman to 2016pre1
Updated meta-pkgs/texlive-collection-langgreek to 2016pre1
Updated meta-pkgs/texlive-collection-langindic to 2016pre1
Updated meta-pkgs/texlive-collection-langitalian to 2016pre1
Updated meta-pkgs/texlive-collection-langjapanese to 2016pre1
Updated meta-pkgs/texlive-collection-langkorean to 2016
Updated meta-pkgs/texlive-collection-langother to 2016
Updated meta-pkgs/texlive-collection-langpolish to 2016pre1
Updated meta-pkgs/texlive-collection-langportuguese to 2016
Updated meta-pkgs/texlive-collection-langspanish to 2016
Updated meta-pkgs/texlive-collection-latex to 2016pre1
Updated meta-pkgs/texlive-collection-latexextra to 2016pre1
Updated meta-pkgs/texlive-collection-latexrecommended to 2016
Updated meta-pkgs/texlive-collection-luatex to 2016pre1
Updated meta-pkgs/texlive-collection-mathextra to 2016pre1
Updated meta-pkgs/texlive-collection-metapost to 2016pre1
Updated meta-pkgs/texlive-collection-music to 2016pre1
Updated meta-pkgs/texlive-collection-omega to 2016
Updated meta-pkgs/texlive-collection-pictures to 2016pre1
Updated meta-pkgs/texlive-collection-plainextra to 2016
Updated meta-pkgs/texlive-collection-pstricks to 2016pre1
Updated meta-pkgs/texlive-collection-publishers to 2016pre1
Updated meta-pkgs/texlive-collection-science to 2016pre1
Updated meta-pkgs/texlive-collection-xetex to 2016pre1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LXDE desktop environment.
|
|
|
|
MATE is the fork of GNOME, GNU Network Object Model Environment.
This is a meta package for the MATE desktop environment.
|
|
|
|
A small little library that was created by pulling out some comon code out of
indicator-applet. It passes a menu structure across DBus so that a program can
create a menu simply without worrying about how it is displayed on the other
side of the bus.
|
|
New Libraries:
--------------
Compute:
Parallel/GPU-computing library
DLL:
Library for comfortable work with DLL and DSO. Library provides a portable across platforms way to:
* load libraries
* import any native functions and variables
* make alias names for C++ mangled functions and symbols
* query libraries for sections and exported symbols
* self loading and self querying
* getting program and module location by exported symbol
Hana:
A modern C++ metaprogramming library. It provides high level algorithms to manipulate heterogeneous sequences, allows writing type-level computations with a natural syntax, provides tools to introspect user-defined types and much more.
Metaparse:
A library for generating compile time parsers parsing embedded DSL code as part of the C++ compilation process. The library is similar to Spirit, however while parsers built with Spirit parse at run-time, parsers built with Metaparse parse at compile-time.
|
|
|
|
|
|
|
|
|
|
Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.0.8/NEWS)
= Ruby-GNOME2 3.0.8: 2016-04-03
It's a release that improves GTK+ 3 support.
=== Changes
==== All
* Droped Ruby 2.0.0 support.
* Travis: use Trusty beta image.
[Patch by Hiroshi Hatake]
* Added AltLinux to supported OSes.
[Patch by Malo Skrylevo]
==== Ruby/GLib2
* Improvements
* Added (({RVAL2CSTR_PTR_ACCEPT_NIL})).
* Added (({RVAL2CSTR_RAW})).
* Added (({RVAL2CSTR_RAW_ACCEPT_NIL})).
* Supported (({GLib::Variant.new(value, type)})).
* Added (({GLib::Regex})) class.
[Patch by cedlemo]
* Supported more variant types in (({rbg_variant_to_ruby})).
[Patch by Aurelien Jacobs]
* Supported array in (({rg_ruby_to_variant})).
[Patch by Aurelien Jacobs]
* Added (({GLib::Regex#split})).
[Patch by cedlemo]
* Added (({GLib::Regex#match})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo})) class.
[Patch by cedlemo]
* Added (({GLib::Regex#max_backref})).
[Patch by cedlemo]
* Added (({GLib::Regex#capture_count})).
[Patch by cedlemo]
* Added (({GLib::Regex#has_cr_or_lf?})).
[Patch by cedlemo]
* Added (({GLib::Regex#max_lookbehind})).
[Patch by cedlemo]
* Added (({GLib::Regex#string_number})).
[Patch by cedlemo]
* Added (({GLib::Regex.escape_string})).
[Patch by cedlemo]
* Added (({GLib::Regex#match?})).
[Patch by cedlemo]
* Added (({GLib::Regex#match_all})).
[Patch by cedlemo]
* Added (({GLib::Regex#split})).
[Patch by cedlemo]
* Added (({GLib::Regex#replace})).
[Patch by cedlemo]
* Added (({GLib::Regex#check_replacement})).
[Patch by cedlemo]
* Added (({GLib::Regex#replace_eval})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#partial_match})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#fetch})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#[]})).
* Added (({GLib::MatchInfo#fetch_pos})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#fetch_position})).
* Added (({GLib::MatchInfo#fetch_all})).
[Patch by cedlemo]
* Added (({GLib::MatchInfo#next})).
[Patch by cedlemo]
* Fixes
* Fixed a bug that raw string is converted to UTF-8.
* Fixed handling of 64 bits (({FIXNUM})) variant initialization.
==== Ruby/GObjectIntrospection
* Improvements
* Supported allocated output parameter.
* Supported dynamic callback.
* Supported enum as output value.
* Added function type name in error message.
* Added (({RB_ZALLOC})).
* Supported freeing GType-ed union.
[GitHub#700][Reported by cedlemo]
* Added (({GI::Repository#get_version})).
* Fixes
* Fixed a bug that block is always ignored in singleton method.
[ruby-gnome2-devel-ja][Reported by Yuuki Harano]
==== Ruby/GIO2
* Improvements
* Supported (({Gio::Application.new(:arguments => [...]})).
[GitHub#519][Reported by Mamoru TASAKA]
* Started to use dynamic callback.
==== Ruby/GTK3
* Improvements
* Supported (({Gtk::Clipboard#request_text})).
[ruby-gnome2-devel-en][Reported by Detlef Reichl]
* Supported (({Gtk::Clipboard#request_contents})).
* Supported (({Gtk::Clipboard#request_image})).
* Supported (({Gtk::Clipboard#request_targets})).
* Supported (({Gtk::Clipboard#request_rich_text})).
* Supported (({Gtk::Clipboard#request_uris})).
* Updated main demo application.
[Patch by cedlemo]
* Updated and finished sample tutorial.
[Patch by cedlemo]
* Supported (({Gtk::TreeModel#set_sort_func})).
[GitHub#596][Reported by Christopher L. Ramsey]
* Supported (({Gtk::Box#set_child_packing})).
[GitHub#602][Reported by Ibrahim Tencer]
* Updated stack demo.
[Patch by cedlemo]
* Added scale demo.
[Patch by cedlemo]
* Updated theming style classes demo.
[Patch by cedlemo]
* Created entry buffer demo.
[Patch by cedlemo]
* Made (({Gtk::EntryBuffer#new more rubyish})).
[Patch by cedlemo]
* Added markup demo.
[Patch by cedlemo]
* Added headerbar demo.
[Patch by cedlemo]
* Updated css accordion demo.
[Patch by cedlemo]
* Added pickers demo.
[Patch by cedlemo]
* Updated links demo.
[Patch by cedlemo]
* Added overlay demo.
[Patch by cedlemo]
* Added textmask demo.
[Patch by cedlemo]
* Added sidebar demo.
[Patch by cedlemo]
* Updated spinner demo.
[Patch by cedlemo]
* Updated entry completion demo.
[Patch by cedlemo]
* Added revealer demo.
[Patch by cedlemo]
* Updated expander demo.
[Patch by cedlemo]
* Added overlay2 demo.
[Patch by cedlemo]
* Updated colorsel demo.
[Patch by cedlemo]
* (({rbgobj_gc_mark_instance})) has to be called
for the (({Gtk::TreeSelection})).
[Patch by Hiroyuki Ito]
* Updated css basics demo.
[Patch by cedlemo]
* Made (({Gtk::TreeModel#iter_nth_child})) and
(({Gtk::TreeModel#iter_children})) work like
(({#get_value})).
* Added methods to Gtk::TreeIter:
* (({Gtk::TreeIter#previous!}))
* (({Gtk::TreeIter#has_child?}))
* (({Gtk::TreeIter#n_children}))
* (({Gtk::TreeIter#nth_child}))
* (({Gtk::TreeIter#children})).
[Patch by Hiroyuki Ito]
* Added support for (({Gtk::TreeSelection})).
[Patch by dutchhome]
* Updated builder demo.
[Patch by cedlemo]
* Updated css pixbufs demo.
[Patch by cedlemo]
* Updated button box demo.
[Patch by cedlemo]
* Created css shadows demo.
[Patch by cedlemo]
* Updated infobar demo.
[Patch by cedlemo]
* Added support for MenuPositionFunc in
(({Gtk::Menu#popup})).
[GitHub#61][Reported by Abby Archer]
* Made (({Gtk::Widget#translate_coordinates})) more
rubyish.
[Patch by cedlemo]
* Added support for (({EntryCompletionMatchFunc})).
[Patch by Hiroyuki Ito]
* Updated iconview edit demo.
[Patch by cedlemo]
* Updated sizegroup demo.
[Patch by cedlemo]
* Updated cursors demo.
[Patch by cedlemo]
* Made (({Gtk::MenuItem#new})) like
(({Gtk::CheckMenuItem#new})).
[Patch by Hiroyuki Ito]
* Move the (({#set_values})) implementation to
(({Gtk::TreeModel})) instead of (({Gtk::ListStore})).
[GitHub#659][Reported by detlef]
* Updated search entry2 demo.
[Patch by cedlemo]
* Updated menus demo.
[Patch by cedlemo]
* Updated css multiplebgs demo.
[Patch by cedlemo]
* Added auto generated callback for AssistantPageFunc.
* Added auto generated callback for BuilderConnectFunc.
* Updated model button demo.
[Patch by cedlemo]
* Updated dialog demo.
[Patch by cedlemo]
* Added another example sample for (({Gtk::TreeStore})).
[Patch by cedlemo]
* Added the methods:
* (({Gtk::TreePath#next!}))
* (({Gtk::TreePath#prev!}))
* (({Gtk::TreePath#up!}))
* (({Gtk::TreePath#down!})).
[Patch by cedlemo]
* Added (({Gtk::TreeIter#first_child})).
[Patch by cedlemo]
* Updated filtermodel demo.
[Patch by cedlemo]
* Updated popover demo.
[Patch by cedlemo]
* Supported (({Gtk::Builder#connect_signals})).
* Added new sample icons-theme-viewer.rb.
[Patch by cedlemo]
* Added new sample menus_from_resources.rb.
[Patch by cedlemo]
* Updated printing demo.
[Patch by cedlemo]
* Updated assistant demo.
[Patch by cedlemo]
* Updated panes demo.
[Patch by cedlemo]
* Updated font features demo.
[Patch by cedlemo]
* Fixes:
* Fixed a bug that (({Gtk::Widget.set_connect_func})) doesn't work.
[GitHub#703][Reported by cedlemo]
==== Ruby/Poppler
* Improvements:
* Removed needless (({POPPLER_TYPE_ORIENTATION})) binding.
[GiHub#653][Reported by Rob Brackett]
==== Ruby/WebKit2GTK
* Improvements:
* Supported old WebKit2GTK+.
=== Thanks
* Detlef Reichl
* Mamoru TASAKA
* cedlemo
* Christopher L. Ramsey
* Hiroyuki Ito
* dutchhome Jon Raiford
* Rob Brackett
* Abby Archer
* Yuuki Harano
* detlef
* Aurelien Jacobs
* Hiroshi Hatake
* Malo Skrylevo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bump PKGREVISION for devel/boost-headers and devel/boost-libs.
This fixes databases/mongodb build.
|
|
|
|
build boost, from Jason Bacon.
|
|
Bump PKGREVISIONs to denote gem'fy and PLIST changes.
Also take maintainership.
Discussed with and ok'ed by wiz@ on pkgsrc-users@:
http://mail-index.netbsd.org/pkgsrc-users/2016/01/thread1.html#022813
|
|
|
|
complete.
|
|
|
|
|
|
suite.
|
|
|
|
"bsd.prefs.mk".
|
|
|
|
|
|
|