youri
371649b8ac
Add xfce4-calculator-plugin.
2016-06-09 09:50:27 +00:00
youri
6d3d0b7365
Add xfce4-indicator-plugin.
2016-06-09 09:42:06 +00:00
wiz
86a78fce2e
Bump PKGREVISION for perl-5.24.
2016-06-08 19:22:13 +00:00
markd
fc31dd13e9
Uncomment kf5, has a Makefile now.
2016-05-26 10:05:50 +00:00
markd
11b92ad648
Add DESCR and Makefile for KDE Frameworks 5.
2016-05-26 10:04:45 +00:00
jnemeth
7df89d8fb4
add kf5, disabled as it is not a package by itself
2016-05-26 05:42:30 +00:00
markd
3935f81885
Add support file for KDE Frameworks 5 packages
2016-05-25 23:13:12 +00:00
youri
8f9eb959f1
+ lxde
2016-05-23 22:48:52 +00:00
youri
e92a898369
Import lxde-1.0 as meta-pkgs/lxde.
...
LXDE desktop environment.
2016-05-23 22:48:30 +00:00
youri
b0139bfe2d
+ mate
2016-05-21 21:42:10 +00:00
youri
db6a4843f3
Import mate-1.14.0 as meta-pkgs/mate.
...
MATE is the fork of GNOME, GNU Network Object Model Environment.
This is a meta package for the MATE desktop environment.
2016-05-21 19:23:25 +00:00
youri
ecbc213f5e
+ libdbusmenu
2016-05-20 22:15:39 +00:00
youri
afde95da9a
Import libdbusmenu-12.10.2 as meta-pkgs/libdbusmenu.
...
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.
2016-05-20 22:14:25 +00:00
adam
ac97e9f722
Changes 1.61.0:
...
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.
2016-05-13 20:47:32 +00:00
markd
cab4381f8c
Add baloo
2016-04-28 07:17:31 +00:00
jperkin
045e146d4a
Bump oxygen-icons version. Fixes pbulk scan resolution.
2016-04-26 20:56:07 +00:00
markd
cf8acecce7
Add tex-pgfgantt tex-tikz-cd
2016-04-23 22:40:24 +00:00
markd
eb9640aae0
Add tex-pst-ovl tex-pst-tools
2016-04-23 22:38:26 +00:00
tsutsui
337c83d595
Update ruby-gnome2 packages to 3.0.8.
...
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
2016-04-16 17:41:03 +00:00
ryoon
ac20a93574
Recursive revbump from textproc/icu 57.1
2016-04-11 19:01:33 +00:00
wiz
0f8625b526
Fake a DESCR until jaapb makes a real one.
2016-04-05 12:18:38 +00:00
wiz
eced9d7616
py-postgresql is no reason for python-2.x any longer.
2016-03-20 22:10:50 +00:00
tnn
e4f82b50b9
catch up with mail/roundcube rename
2016-03-17 02:47:14 +00:00
tnn
acc316a306
drop ruby200-base
2016-03-14 00:54:43 +00:00
jperkin
9792607297
Use OPSYSVARS.
2016-02-25 15:31:00 +00:00
khorben
60c427f4d8
Also depend on net/deforaos-vncviewer
2016-02-23 00:15:14 +00:00
khorben
6664b61098
Update the dependencies with the versions currently available
2016-02-21 19:24:06 +00:00
markd
31be9b4dd7
update oxygen-icons dependency.
2016-02-14 04:21:25 +00:00
ryoon
bec02627ff
Bump PKGREVISION from child packages update
2016-02-12 14:24:50 +00:00
ryoon
75c9155845
Disable long double math functions for NetBSD and FreeBSD.
...
Bump PKGREVISION for devel/boost-headers and devel/boost-libs.
This fixes databases/mongodb build.
2016-02-12 14:24:01 +00:00
markd
80e7b27eec
Add tex-snapshot
2016-02-07 21:56:01 +00:00
jperkin
75289f868e
The GCC 4.4 compiler provided by RedHat is patched and sufficient to
...
build boost, from Jason Bacon.
2016-01-25 09:51:07 +00:00
tsutsui
c7e877ffec
Switch ruby-gnome2 packages to using gem.
...
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
2016-01-24 05:03:22 +00:00
markd
43e41ca248
Add tex-babel-spanglish, completing the collection.
2016-01-22 21:10:54 +00:00
markd
1773df0f44
Note that metatype1 is an empty package and therefore collection is
...
complete.
2016-01-22 19:05:51 +00:00
jnemeth
0063668324
tab police
2016-01-21 03:52:31 +00:00
jaapb
3e3ff84e28
Added kde-telepathy to SUBDIRs
2016-01-17 15:05:58 +00:00
jaapb
4b21bed0cd
Added meta-pkgs/kde-telepathy, the meta-package for the KDE telepathy
...
suite.
2016-01-17 15:05:18 +00:00
wiz
3892705b24
Add tex-latexdiff. Bump version.
2016-01-15 08:59:30 +00:00
tron
2899099543
Fix the build by marking this as a meta package before we include
...
"bsd.prefs.mk".
2016-01-13 18:14:14 +00:00
rillig
3e67fa6b06
Select the proper pkglint version for the platform; bump version
2016-01-12 20:09:35 +00:00
markd
d8a4290cfe
Fix typo for kdewebdev4 version
2016-01-11 03:07:29 +00:00
markd
690cda5417
KDE package updates. Bump PKGREVISION.
2016-01-10 20:02:01 +00:00
markd
8972d59950
Support for updating kdelibs version.
2016-01-10 08:55:51 +00:00
ryoon
ed3940e187
Bump PKGVERSION to 2.8.2
2016-01-09 08:25:07 +00:00
taca
cd9f03ea97
Reset PKGREVISION after all PHP updates.
2016-01-08 03:31:21 +00:00
markd
b9343346eb
Add some tex-tikz* packages
2016-01-04 01:57:24 +00:00
markd
e004638eef
Add tex-makecmds, tex-media9
2016-01-04 01:53:43 +00:00
ryoon
5b3c3ca01f
Add workaround for NetBSD 7.99 and 7. Fix converters/librevenge build
...
Bump PKGREVISION of devel/boost-headers.
2015-12-28 13:52:18 +00:00
adam
f3f17080b7
Changes 1.60.0:
...
New Libraries
VMD:
Variadic Macro Data library, from Edward Diener.
Updated Libraries
Atomic:
* Enforced proper alignment of atomic<> storage. This should fix possible issues on platforms that support atomic operations on data units larger than the native word size. This may also change binary layout of user's data structures that have atomic<> members.
* Fixed compilation for PowerPC with IBM XL C++ compiler. Corrected memory barriers in PowerPC assembler.
* Fixed compilation with MSVC-8 for ARM.
* Fixed compilation with gcc 4.4 for x86-64, when 128-bit atomic operations were used. (10994)
* Optimized some gcc assembler blocks for x86/x86-64 to reduce the number of used registers. This may require binutils 2.10 or later.
Chrono - 2.0.5:
Fixes:
* 10778 VC14 CTP4 Atomic don't compile with boost::chrono durations which are not TriviallyCopyable
* 10840 Missing std:: qualifier for puts call in test_7868.cpp
* 10851 Missing std:: qualifier for puts call in time_point_output.cpp
* 10893 Minor doc typo in Boost.Chrono
* 10992 Chrono IO state savers inconsistent with Boost.IO state savers
* 10995 duration_put::put_value truncates fractional part
* 11006 Impossible to instantiate time_fmt_io_saver due to several errors.
* 11012 chrono_io v2 fail to compile with boost::chrono::duration< boost::rational<int> >
Container:
* Implemented Polymorphic Memory Resources.
* Add more BOOST_ASSERT checks to test preconditions in some operations (like pop_back, pop_front, back, front, etc.)
* Added C++11 back/front operations to basic_string.
Fixed bugs:
* Trac 11627: "small_vector<T,n>::swap() appears to be broken".
* Trac 11628: "small_vector<int,n> iterates over elements in destructor".
* Trac 11697: "Wrong initialization order in tuple copy-constructor".
* Trac 11698: "Missing return statement in static_storage_allocator".
* GitHub 29: Doc fixes for flap_map complexity requirements.
* GitHub 31: DL_SIZE_IMPL also dereference addr.
Context:
* 11603 typo in PPC32/MACH-O asm
* support for CYGWIN
Core:
* In symbol demangling tools, added support for gabi++ ABI implementation used in Android NDK.
* Added a new enable_if_has_type tool for performing SFINAE checks for presence of a nested type.
more...
2015-12-27 12:41:42 +00:00