Commit graph

1547 commits

Author SHA1 Message Date
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
richard
7a93e24bdc Bulk-small should use mk/jpeg.buildlink3.mk instead of hardcoding graphics/jpeg
update DISTNAME and cleanup PKGREVISION
2015-12-24 05:54:10 +00:00
tsutsui
af8bfdeb02 Update ruby-gnome2 to 3.0.7.
Upstream changes:

---
Ruby-GNOME2 3.0.7
 http://ruby-gnome2.osdn.jp/hiki.cgi?News_20151006_1

It is a bug fix release of 3.0.6.

Changes

Ruby/GLib2

  * Fixes
      + Fixed a bug that `xxx_yyy` enum name isn't accepted.
        [ruby-gnome2-devel-en][Reported by Detlef Reichl]
      + Fixed a bug that internal Ruby API is used. [ruby-gnome2-devel-en]
        [Reported by Detlef Reichl]

Ruby/GTK3

  * Improvements
      + Added backward compatibility API to Gtk::TreeView#insert_column.
        [ruby-gnome2-devel-en][Reported by Detlef Reichl]

Thanks

  * Detlef Reichl

---
Ruby-GNOME2 3.0.6
 http://ruby-gnome2.osdn.jp/hiki.cgi?News_20151004_1

It is a bug fix release of 3.0.5.

Changes

Ruby/GLib2

  * Improvements
      + Supported GLib.format_size on 32bit. [GitHub#565][Reported by Mamoru
        TASAKA]
      + Supported GLib.format_size_for_display on 32bit. [GitHub#565][Reported
        by Mamoru TASAKA]
      + Added GLib::Version.or_later??. [GitHub#570][Patch by cedlemo]

Ruby/GObjectIntrospection

  * Improvements
      + Added GObjectIntrospection::Version.or_later?. [GitHub#572][Patch by
        cedlemo]
      + Supported GSList for filename. [ruby-gnome2-devel-en][Reported by
        Stefan Salewski]

Ruby/GIO2

  * Improvements
      + Added Gio::Version.or_later?. [GitHub#571][Patch by cedlemo]
      + Made Gio::APplicationCommandLine#attributes Rubyish.

Ruby/Pango

  * Improvements
      + Added Pango::Version.or_later??. [GitHub#576][Patch by cedlemo]

Ruby/GTK2

  * Improvements
      + Added Gtk::Version.or_later??. [GitHub#574][Patch by cedlemo]

Ruby/GTK3

  * Improvements
      + Supported Gtk::CellLayout#set_cell_data_func. [ruby-gnome2-devel-en]
        [Reported by Stefan Salewski]
      + Supported Gtk::Container#add with child properties.
        [ruby-gnome2-devel-en][Reported by Stefan Salewski]
      + Added Gtk::StockItem#[]? for backward compatibility.
        [ruby-gnome2-devel-en][Reported by Stefan Salewski]
      + Added Gtk::IconSize::IconSize for backward compatibility.
        [ruby-gnome2-devel-en][Reported by Stefan Salewski]
      + Supported marking cell renderers in Gtk::CellLayout for GC.
        [ruby-gnome2-devel-en][Reported by Stefan Salewski]
      + Supported nil for Gtk::TreeIter#set_value.
      + Supported marking columns in Gtk::TreeView for GC.
        [ruby-gnome2-devel-en][Reported by Stefan Salewski]
      + Updated tutorial samples. [GitHub#567][GitHub#568][GitHub#587][Patch by
        cedlemo]
      + Supported marking records in Gtk::TreeModel for GC.
        [ruby-gnome2-devel-en][Reported by Stefan Salewski]
      + Started updating gtk-demo with Gtk::Application?. [GitHub#583][GitHub#
        586][GitHub#588][Patch by cedlemo]
      + Supported option style API by Gtk::Builder#add.
      + Supported :object_ids by Gtk::Builder#add. [GitHub#585][Patch by
        cedlemo]
      + Added backward compatible API to Gtk.show_uri.

Ruby/GStreamer

  * Improvements
      + Added Gst::Version.or_later??. [GitHub#573][Patch by cedlemo]

Ruby/Poppler

  * Improvements
      + Added Poppler::Version.or_later??. [GitHub#577][Patch by cedlemo]

Ruby/RSVG2

  * Improvements
      + Added RSVG::Version.or_later??. [GitHub#578][Patch by cedlemo]

Ruby/VTE3

  * Improvements
      + Stopped to run tests for old VTE with new VTE. [GitHub#566][Reported by
        Mamoru TASAKA]

Ruby/WebKitGTK

  * Improvements
      + Added WebKitGtk::Version.or_later??.

Thanks

  * Stefan Salewski
  * Mamoru TASAKA
  * cedlemo

---
Ruby-GNOME2 3.0.5
 http://sourceforge.net/projects/ruby-gnome2/files/ruby-gnome2/ruby-gnome2-3.0.5/

It is a bug fix release for mikutter.

Changes

Ruby/GTK2

  * Fixes
      + Fixed a bug that g_object_ref_sink() isn't called for instance of
        type_registered class.
        [http://dev.mikutter.hachune.net/issues/771#note-3]
        [Reported by toshi_a]

Thanks

  * toshi_a

---
Ruby-GNOME2 3.0.4
 http://ruby-gnome2.osdn.jp/hiki.cgi?News_20150922_1

Posted by kou on 2015-09-22 (Tue) 05:40:57

It is a build fix release for 32bit Windows.

Changes

All

  * Improvements
      + Supported auto native package installation on Arch Linux. [GitHub#553]
        [GitHub#563] [Patch by lilole]

Ruby/GObjctIntrospection

  * Fixes
      + 32bit Windows: Fixed strut field accessors access wrong address.

Ruby/ATK

  * Improvements
      + Added Atk::Version.or_later? [GitHub#552] [Patch by cedlemo]

Ruby/GdkPixbuf2

  * Improvements
      + Added Gdk::Pixbuf::Version.or_later??. [GitHub#561] [Patch by cedlemo]

Ruby/GDK3

  * Improvements
      + Supported GTK+ 3.17.9. [GitHub#558] [Reported by Mamoru TASAKA]

Ruby/GTK3

  * Improvements
      + Updated examples. [GitHub#550] [Patch by cedlemo]

Ruby/ClutterGstreamer

  * Improvements
      + Added ClutterGst.load_version.
      + Added ClutterGst.load_version=.
      + Added ClutterGst::Version.or_later??. [GitHub#556] [Patch by cedlemo]

Thanks

  * cedlemo
  * lilole
  * Mamoru TASAKA

---
Ruby-GNOME2 3.0.3
 http://ruby-gnome2.osdn.jp/hiki.cgi?News_20150913_1

It is a compatibility improvement release of 3.0.2.

Changes

All

  * Improvements
      + Removed test-unit-notify gem from development dependencies. [GitHub#
        547] [Patch by cedlemo]

Ruby/GObjectIntrospection

  * Improvements
      + Supported GObjectIntrospection::Repository.prepend_search_path.
      + Supported GObjectIntrospection::Repository.search_path.
      + Windows: Supported requiring library after one
        GObjectIntrospection::Loader#load. [GitHub#546] [Reported by Abby
        Archer]

Ruby/GTK3

  * Improvements
      + Supported Gtk::IconSize.lookup. [GitHub#544] [Reported by Masafumi
        Yokoyama]
      + Supported size name as argument of Gtk::Widget#render_icon_pixbuf.
        [GitHub#544] [Reported by Masafumi Yokoyama]
      + Supported Gio::Icon in Gtk::IconTheme#lookup_icon. [GitHub#544]
        [Reported by Masafumi Yokoyama]
      + Supported Gtk::TreeModel#iter_parent.
      + Supported Gtk::TreeIter#parent.
      + Updated examples. [GitHub#548] [Patch by cedlemo]
  * Fixes
      + Fixed a bug that Gtk::Widget.bind_template_child is required. [GitHub#
        549] [Reported by cedlemo]
      + Fixed a bug that default x_option and y_option values of Gtk::Table#
        attach is wrong. [GitHub#546] [Reported by Abby Archer]
      + Windows: Fixed a bug that Ruby/RSVG2 isn't required automatically.
        [GitHub#546] [Reported by Abby Archer]

Thanks

  * Masafumi Yokoyama
  * cedlemo
  * Abby Archer

---
Ruby-GNOME2 3.0.2
 http://ruby-gnome2.osdn.jp/hiki.cgi?News_20150913_1

It is a compatibility improvement release of 3.0.1.

Changes

Ruby/GObjectIntrospection

  * Improvements
      + Supported void pointer. [GitHub#540] [Reported by Abby Archer]
      + Added GObjectIntrospection::Loader.instantiate_gobject_pointer.

Ruby/GDK3

  * Improvements
      + Supported Gdk::Window#user_data. [GitHub#540] [Reported by Abby Archer]
      + compatibility: Cairo::Context#set_source_rgba accepts nil as alpha
        value. [GitHub#540] [Reported by Abby Archer]
      + compatibility: Added fallback feature for deprecated
        Gdk::EventScroll::Direction.
      + Windows: Added hicolor-icon-theme as fallback theme.

Ruby/GTK3

  * Improvements
      + compatibility: Gtk::Window#icon= accepts icon file name. [GitHub#540]
        [Reported by Abby Archer]
      + compatibility: Gtk::Dialog#add_button accepts Symbol as response ID.
        [GitHub#540] [Reported by Abby Archer]
      + Deprecated Gtk::ColorSelectionDialog.
      + compatibility: Added fallback feature for deprecated
        Gtk::TextTag::WrapMode.
      + compatibility: Added fallback feature for deprecated Gtk::TextBuffer#
        insert(iter, target, *tags) usage.
      + compatibility: Added fallback feature for deprecated
        Gtk::ButtonBox::Style.
      + compatibility: Added fallback feature for deprecated
        Gtk::MessageDialog::ButtonsType.
      + compatibility: Supported creating an empty image by Gtk::Image.new.
      + compatibility: Added fallback feature for deprecated
        Gtk::ImageMenuItem.new usage.
      + Supported Gtk::TreeIter#next!.
      + Supported Gtk::TreeModel#get_value.
      + compatibility: Added fallback feature for deprecated
        Gtk::Alignment::Align.
      + compatibility: Added fallback feature for deprecated Gtk::Widget#
        get_size_request.
      + compatibility: Added fallback feature for deprecated Gtk::Table.new.
      + compatibility: Added fallback feature for deprecated Gtk::Table#
        column_spaces.
      + compatibility: Added fallback feature for deprecated Gtk::Table#
        column_spaces=.
      + compatibility: Added fallback feature for deprecated Gtk::Table#attach.
      + compatibility: Added fallback feature for deprecated
        Gtk::ToggleButton.new.
      + Windows: Added missing Ruby/RSVG2 dependency.
      + compatibility: Added fallback feature for deprecated Gtk::Container#
        each_forall.
      + Supported nil as size for Gtk::Image.new.
      + compatibility: Added fallback feature for deprecated Gtk::Image.new
        (pixbuf).
      + compatibility: Added fallback feature for deprecated
        Gtk::Toolbar::Style.
      + Supported Rubyish Gtk::CheckMenuItem.new.
  * Fixes
      + Fixed samples. [GitHub#536][GitHub#541] [Patch by cedlemo] [GitHub#540]
        [Reported by Abby Archer]
      + Fixed a bug that Gtk::Calendar#date returns 0-11 range month value.

Ruby/RSVG2

  * Improvements
      + Windows: Added missing Ruby/Pango dependency.
      + Windows: Updated loaders.cache for gdk-pixbuf automatically.

Ruby/GStreamer

  * Improvements
      + compatibility: Gst::TypeFindFactory#extensions always returns Array.

Thanks

  * cedlemo
  * Abby Archer

---
Ruby-GNOME2 3.0.1
 http://ruby-gnome2.osdn.jp/hiki.cgi?News_20150911_1

It is a bug fix release of 3.0.0.

Changes

Ruby/GLib2

  * Fixes
      + Windows: Fixed a bug that large number flag value isn't usable. [GitHub
        #538] [Reported by Abby Archer]

Ruby/GTK3

  * Improvements
      + Updated tutorials. [GitHub#534][GitHub#537] [Patch by cedlemo]

Ruby/VTE3

  * Improvements
      + Added Vte::Version.or_later??. [GitHub#535] [Patch by cedlemo]

Thanks

  * cedlemo
  * Abby Archer

---
Ruby-GNOME2 3.0.0
 http://ruby-gnome2.osdn.jp/hiki.cgi?News_20150910_1

It is a GTK+ 3.16 support release.

To GTK+ 3.16 support, many people helped us. Especially, cedlemo did great
works. Very thanks all!!!

Changes

All

  * Improvements
      + Added install instruction for GitHub master branch. [GitHub#425][Patch
        by Hiroyuki Sato]

Ruby/GLib2

  * Improvements
      + Added new APIs:
          o RVAL2GOBJGLIST
          o RVAL2GOBJGSLIST
          o rbg_rval2glist
          o rbg_rval2gslist
          o RVAL2CSTR_PTR
          o rbg_name_to_nick
          o rbgobj_class_init_func
          o rbgobj_register_type
      + Changed RVAL2CSTR to return NULL terminated string. If you want to get
        raw string that may not be terminated by NULL, use RVAL2CSTR_PTR.
      + Supported Symbol as flag value.
      + Added windows_platform?
      + Supported GLib::Value.new? without value.
      + Supported array of flag value as GLib::Flags.new input.
      + Supported name, nick and GLib::Enum as GLib::Enum.new input.
      + Migrated to Markdown for README markup. [GitHub#484][Patch by prpr_man]
      + Supported GVariantType.
      + Supported GVariant.
      + Supported GBinding. [GitHub#524][Reported by cedlemo]
  * Fixes
      + Fixed a bug that GLib.format_size doesn't work 32bit over integer
        value. [GitHub#413][Reported by eumario]

Ruby/GObjectIntrospection

  * Improvements
      + Supported non GObject struct as return value. [GitHub#286][Reported by
        Christopher L. Ramsey]
      + Supported list_XXX method name.
      + Supported freeing GList<GObjet *>.
      + Supported array of struct as input argument.
      + Supported auto native package install on CentOS 7.
      + Supported can_XXX? predicate.
      + Supported the number of array as input argument. [Suggested by John
        Cupitt]
      + Supported array of GValue as input argument.
      + Supported array as return value.
      + Supported GClosure as input argument.
      + Supported GSList<GObject *> as input argument.
      + Supported GSList<GObject *> as output argument. [GitHub#324][Reported
        by cedlemo]
      + Supported union as input argument.
      + Supported array of guint8 as input argument.
      + Supported array of gint32 as input argument.
      + Supported class methods defined in XXXClass.
      + Supported GList<GBoxed *> as output argument. [GitHub#389][Reported by
        eumario]
      + Supported GList<GInterface *> as return value. [GitHub#501][Reported by
        Christopher L. Ramsey]
      + Supported GVariant as return value. [GitHub#502][Reported by kitone]
  * Fixes
      + Fixed a bug that GList<GObjet *> return type method always returns nil.
      + Fixed a bug that not predicate is treated as predicate.
      + Fixed a bug that self is different.

Ruby/GIO2

  * Improvements
      + Supported GAsyncReadyCallback. [GitHub#302][Reported by Christopher L.
        Ramsey]
      + Added ActionMap#add_actions.

Ruby/Pango

  * Improvements
      + Added Pango::Language#sample_string.

Ruby/GDK3

  * Improvements
      + Added backward compatibility APIs. [GitHub#284][Reported by Christopher
        L. Ramsey]
      + Added constants in Gdk::Selection. [GitHub#254][Patch by Masafumi
        Yokoyama]
      + Added missing deprecations. [GitHub#291][Reported by Michel Boaventura]
      + Added RGBA.parse. [GitHub#295][Reported by carlosjhr64]
      + Supported Gdk::Rectangle. [GitHub#319][Reported by cedlemo]
      + Supported Gdk::Screen#get_setting. [GitHub#376][Reported by cedlemo]
      + Added Gdk::Screen#get_monitor.
  * Fixes
      + Fixed a bug that GDK_KEY_XXX raises an error. [ruby-gnome2-devel-en]
        [Reported by Detlef Reichl]

Ruby/GTK3

  * Improvements
      + Migrated to GObject Introspection based bindings from hand writing
        bindings. Now, all the latest API in GTK+ are supported. [Hiroshi
        Hatake][Detlef Reichl][cedlemo][John Cupitt] [Masafumi Yokoyama]
        [eumario][PeterWAWood][Daiki Ueno]
      + Updated samples. [Patch by cedlemo]

Ruby/GtkSourceView3

  * Improvements
      + Migrated to GObject Introspection based bindings from hand writing
        bindings. Now, all the latest API in GtkSourceView are supported.

Ruby/VTE3

  * Improvements
      + Migrated to GObject Introspection based bindings from hand writing
        bindings. Now, all the latest API in VTE are supported. [cedlemo]

Ruby/GStreamer

  * Fixes
      + Fixed native package name on CentOS and Fedora.
      + Fixed shebang. [GitHub#507][Patch by Dmitry Marakasov]

Ruby/RSVG2

  * Improvements
      + Added :file_name, :data and :flags option to RSVG::Handle.new.
      + Updated a sample. [GitHub#518][Patch by Robert A. Heiler].
  * Fixes
      + Fixed a memory leak of RSVG::Handle.new_from_data and
        RSVG::Handle.new_from_file. [GitHub#318][Reported by Kagetsuki]

Ruby/Clutter

  * Improvements
      + Added Clutter::Version.or_later?.

Ruby/WebKit2GTK

  * Improvements
      + Added.

Thanks

  * Hiroshi Hatake
  * Christopher L. Ramsey
  * Masafumi Yokoyama
  * cedlemo
  * Detlef Reichl
  * Kagetsuki
  * eumario
  * PeterWAWood
  * Hiroyuki Sato
  * Daiki Ueno
  * prpr_mann
  * Dmitry Marakasov

---
2015-12-13 10:52:14 +00:00
markd
142f909bf7 Add tex-mathdots 2015-12-12 22:50:22 +00:00
wiz
20186a8c24 Pull in libXfont2. Bump version. 2015-12-11 15:59:56 +00:00
taca
f579bbd06b Add and enable php70-extensions. 2015-12-06 15:22:29 +00:00
taca
a4e8414fbd Add php70-extensions package.
This is meta pakcage contains most of extensions bundled in PHP 7.0.0.
2015-12-06 15:21:49 +00:00
adam
7f3b4730ad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
taca
1d11a18c16 Remove php54-extensions; start of removing PHP 5.4 which is already EOL. 2015-12-05 05:39:21 +00:00
taca
05e0331165 Delete php54-extensions. 2015-12-05 05:38:02 +00:00
taca
01df8cffc5 Reset PKGREVISION along with php 5.6.16 update. 2015-11-29 08:53:26 +00:00
wiz
87c3c1d261 Add xf86-video-amdgpu, bump PKGREVISION.
XXX: Shouldn't we bump the version to match the xorg server version?
2015-11-23 12:48:15 +00:00
markd
9143a5b0e1 Add tex-moderncv and tex-blkarray 2015-11-18 09:53:05 +00:00
tnn
a1c621016d Mark xephyr as not for Darwin for now.
Should be possible to support but the Darwin xorg-server build assumes
it is going to build xquartz and nothing else.
2015-10-23 10:58:28 +00:00
tnn
5d5da30567 match libdrm's ONLY_FOR_PLATFORM when deciding if we should depend on it 2015-10-11 16:55:54 +00:00
tnn
46eb7bd4fc Operating systems with wscons(4) can use xf86-input-ws. Bump rev. 2015-10-10 20:08:08 +00:00
ryoon
b141232e29 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
hubertf
4a343e60e6 Revert previous - apparently I want netbsd-www 2015-10-07 19:08:06 +00:00
hubertf
101420b2f4 Make sure xsltproc is pulled in (via libxslt) when installing from
a binary package, not only when building from source.
Needed to build stuff in htdocs on NetBSD-7/amd64 at least.

That's what you get from non-recursive dependency resolving...

Bump to version 1.4.
2015-10-07 18:43:34 +00:00
tnn
67473d92af modular-xorg-server & drivers are not for Darwin 2015-10-06 11:29:55 +00:00
taca
931e1621d5 Remove obsolete packages and add newer packages.
- lang/php54, lang/ruby193-base.
+ lang/php56, lang/ruby21-base, lang/ruby22-base

Bump version.
2015-10-04 16:09:34 +00:00
taca
cb6f150363 Add converters/php-recode which is included in PHP source files.
Bump PKGREVISION.
2015-09-27 06:49:58 +00:00
kamil
4ff66e84a6 Add gc and bump PKGREVISION 2015-09-26 01:14:20 +00:00
tnn
9b0a2662b8 work around a configure test that makes GCC 5.2 choke 2015-09-24 23:02:54 +00:00
joerg
87782e5d29 Since Apache 2.4 is normally picked up anyway, just use it in first
place. Bump version.
2015-09-12 16:52:09 +00:00
joerg
0705162f0d mutt-devel is gone. 2015-09-12 16:50:43 +00:00
wiz
9aa8de4508 Fix pattern so it allows the current mutt version.
Bump version.
Noted by sevan@
2015-09-04 04:43:47 +00:00
khorben
dd60e02fa4 Include the latest version of DeforaOS Panel 2015-09-02 23:21:54 +00:00
markd
c22f7538bc Update version to 2015 2015-09-02 11:21:35 +00:00
markd
3f9d6d8137 Add tex-cjk-gs-integrate to complete 2015 collection. 2015-09-02 11:20:24 +00:00
markd
3397822524 Add tex packages to complete 2015 collection. 2015-09-02 11:13:54 +00:00
markd
5d64cb268f Add tex-mcf2graph tex-roundrect tex-shapes 2015-09-02 10:56:49 +00:00
markd
0bce5318e9 Update comments 2015-09-02 09:22:04 +00:00
markd
15714251ad Fix version. 2015-09-01 21:43:53 +00:00
markd
0a9050fbd9 Add more packages. 2015-09-01 21:33:27 +00:00
markd
dac6601fe6 Add tex-tikzposter 2015-09-01 21:32:58 +00:00
markd
6eaf457302 Add tex-toptesi 2015-09-01 21:32:14 +00:00
khorben
260209a5fb Also package x11/deforaos-notes in meta-pkgs/deforaos-desktop 2015-09-01 00:31:38 +00:00
khorben
d6e7f67787 Include the latest version of DeforaOS Todo 2015-08-31 00:23:06 +00:00
dholland
aea945d0ff Bump versions to samba 4.2, apache 2.4, suse 13.1. 2015-08-29 23:53:44 +00:00
dholland
2a5cda77f5 Nail down the versions of cups, evince, wine, mutt, gnupg2, and icewm to
get the intended version and not an alternate one.
2015-08-29 23:50:31 +00:00
dholland
dec9422c86 Switch these to build mysql 5.5 and 5.6 instead of 5.1 and 5.5. 2015-08-29 23:41:54 +00:00
markd
697f4d10cc kdesdk-kioslaves doesn't build with subversion 1.9, so comment out
dependency to allow meta package to build.  bump PKGREVISION
2015-08-29 02:35:13 +00:00
khorben
40c1064d5d Include the latest version of DeforaOS Mixer 2015-08-27 22:33:38 +00:00
khorben
2d167f24c1 Force updates to the latest releases 2015-08-26 00:12:36 +00:00
richard
677b8295ac py-trytond-stock-supply missing from meta-pkg, as well as needed updated PLIST.
ride update
2015-08-24 15:50:08 +00:00
richard
b86d646729 Updates and additions to release 3.6
details found here (http://www.tryton.org/posts/new-tryton-release-36.html)

    Major changes for the developer

        It is now allowed to have many times the same field in list/tree view.
        There is no more a datetime widget for list/tree, two columns with one
        widget date and one widget time should be used instead.

        A new field TimeDelta appears in this release to represent a duration. It
        replace the float_time widget which had some rounding issue. This new
        field is already used in the timesheet and project modules.

        The One2Many widget can be configured to use a Cartesian product with the
        selections of many values for Many2One or Reference fields.

        A method restore_history_before is added to ModelSQL which behaves like
        the existing restore_history but restore the records just before the datetime.

        The on_change methods have been migrated to a behaviour more consistent
        with the Active Record Pattern used in Tryton. Instead of returning a
        dictionary with the values to change, now the instance is directly changed.

        This allow to chain easily the on_change methods or reuse them in other
        methods reducing the duplication.

        The method save on ModelStorage is now a dualmethod which means that it
        can be called as usual as an instance method but also as a class method
        with a list of records. Saving many records at once this way improves the
        performance as the method will minimize the number of queries to the
        database and will validate the result by bunch.

        The Dict field received a translated method to create descriptors which
        translate the values or the keys like the same method on Selection field.

        It is now allowed to use the dotted notation in the order clause of a search.
        The ORM will automatically generate the needed joins.

        The API of the Report class has been reworked to improve the customization
        of the engine. The formatting methods are now more strict to prevent silent
        failure.

        The safe_eval (which was not sure to be safe) has been completely removed.
        In the places where the evaluated code was any way safe, the standard eval
        is used. For evaluated code from outside, a JSON notation is now used. Some
        utilities have been developed to ease the creation of JSON from XMl or in
        the views.

        A new kind of button has been added which works on non-saved record. They
        are quite similar to on_change but they are triggered by a click on a
        button instead of a change of field.

    Accounting

        A new method reverse_compute has been added to Tax which allow to compute
        the base amount from the taxed amount.
        The sign of the second currency amount is enforced to be the same as
        debit - credit.
        The analytic account management has been reworked to use a really One2Many
        instead of the pseudo-field. This simplification was possible thanks to the
        recent new features like the usage of Reference field on One2Many.

    Party

        The vat number is now stored in its compact format.

    Product

        The number of decimal for internal price calculations is now a configuration
        parameter price_decimal. This parameter is used everywhere to ensure
        consistency between all modules.

    Purchase/Sale

        Their lines support both mixed invoice type (Invoice vs Credit Note) per
        line when computing the invoiced quantity.

    Stock

        A new state staging is added to the move. Such state doesn't impact at all
        the computation of the stock level. It is used for supply on sale, to
        create moves in advance.
        Inactive products are still computed for the stock level.
        The computation of assigned move has been improved to take only in
        consideration outgoing move assigned not the incoming. This result in a
        less optimistic for the stock level and thus prevent to assign a move with
        an incoming one that is just assigned but not yet done.
        Forecasts are now automatically deactivated when their period is in the past.

    pkgsrc related updates:
    update to tryton-3.6.0
    update to trytond-3.6.0 including UTC check patch for SunOS
    update trytond modules to latest 3.6
    add meta-pkgs/py-tryton-platform
    add misc/py-trytond-party-relationship
    add misc/py-trytond-product-attribute
    add misc/py-trytond-production
    add misc/py-trytond-stock-inventory-location
    add misc/py-trytond-stock-product-location
    add finance/py-trytond-account-invoice-line-standalone
    add finance/py-trytond-account-invoice-history
    add finance/py-trytond-account-invoice-stock
    add finance/py-trytond-account-payment-clearing
    add finance/py-trytond-account-stock-continental
    add finance/py-trytond-analytic-invoice
    add finance/py-trytond-analytic-purchase
    add finance/py-trytond-analytic-sale
    add finance/py-trytond-product-price-list
    add finance/py-trytond-product-cost-fifo
    add finance/py-trytond-product-cost-history
    add finance/py-trytond-purchase
    add finance/py-trytond-purchase-invoice-line-standalone
    add finance/py-trytond-sale
    add finance/py-trytond-stock-supply
    add time/py-trytond-company-work-time
2015-08-24 14:49:41 +00:00
wiz
a11dab2c5b Add xf86-video-xgi. Bump PKGREVISION. 2015-08-22 13:33:07 +00:00
adam
9118a80e7c This time, Darwin needs a little more magic 2015-08-14 16:17:16 +00:00
adam
98598742b0 Changes 1.59.0:
New Libraries
Convert:
An extendible and configurable type-conversion framework, from Vladimir Batov.
Coroutine2:
(C++14) Coroutine library, from Oliver Kowalke.

Updated Libraries...
2015-08-14 07:54:04 +00:00
mrg
d1737f6364 some part of boost wants fence_before_store(), so implement it for sparc.
fixes the build of boost-libs on sparc64.
2015-08-09 07:59:04 +00:00
markd
b22a5747ca Note changes from texlive revision 37812 2015-08-02 03:22:01 +00:00
markd
d9c2bb189e Note changes in texlive revision 37710 2015-08-02 03:20:19 +00:00
markd
ffa222317d Note changes in revision 37604 2015-08-02 03:18:01 +00:00
markd
692e0bbe30 Note changes in texlive revision 37604 2015-08-02 03:16:41 +00:00
markd
4911ffa100 Note changes in texlive revision 37535 2015-08-02 03:13:22 +00:00
markd
22d42ba656 Note changes in texlive revision 37811 2015-08-02 03:11:46 +00:00
markd
f9f06e4964 Note changes in texlive revision 37946 2015-08-02 03:09:20 +00:00
markd
e12b2d789a Note changes in texlive revision 37746 2015-08-02 03:01:10 +00:00
markd
0bf23e63f1 Note changes in texlive revision 37591 2015-08-02 02:59:03 +00:00
markd
aeb33a85fd Note changes in texlive revision 37744 2015-08-02 02:56:36 +00:00
markd
b297a8ca46 note changes from texlive revision 37751 2015-08-02 02:51:46 +00:00
markd
b7e2f3f055 Update to texlive revision 37964 2015-08-02 02:45:32 +00:00
markd
ee0586fd7c Add tex-easy-todo, tex-fixmetodonotes, tex-todo, tex-todonotes 2015-08-02 02:19:04 +00:00
markd
20eea87a98 Add tex-polyglossia 2015-08-02 02:14:49 +00:00
youri
df09d80669 + xfce4-gvfs-mount-plugin 2015-07-31 09:03:29 +00:00
youri
cc4b4e335d + xfce4-wmdock-plugin 2015-07-31 08:41:45 +00:00
youri
f4a0467691 Add back gtk2 dependency I mistakenly removed. 2015-07-30 14:58:10 +00:00
youri
32f4c55c88 + xfce4-kbdleds-plugin 2015-07-29 16:33:16 +00:00
youri
21b282be0d Change dependencies to use new dict application. Bump. 2015-07-26 14:01:42 +00:00
youri
af73895663 Update references. 2015-07-26 13:59:24 +00:00
minskim
bea4e13694 Let texlive-collection-basic support x11 option 2015-07-14 02:36:23 +00:00
youri
a9e5101bd3 Add a few plugins. 2015-07-13 19:56:36 +00:00
wiz
f137426646 Rename boost-python to py-boost and make it a proper multi-version package. 2015-07-13 15:08:54 +00:00
richard
6333cd59d3 don't build input-joystick on SunOS 2015-07-10 07:39:51 +00:00
rodent
553e5ab650 Add devel/ruby-redmine_startpage. Bump PKGVERSION. 2015-07-07 22:23:25 +00:00
rodent
3a3a220df7 Add devel/ruby-redmine-flatly-light-theme. Bump PKGVERSION. 2015-07-07 12:16:44 +00:00
rodent
f952f4e8fa Add red-andy theme. Bump PKGVERSION. 2015-07-06 04:34:16 +00:00
rodent
b88c90f9f1 Adding the ruby-redmine-{plugin,theme}s meta packages. More will be added
to them soon.
2015-07-06 04:15:33 +00:00
khorben
5a9f9bede4 Also build x11/modular-xorg-xephyr
Bump the version number.

As suggested by wiz@.
2015-07-05 15:08:03 +00:00
rodent
56eb8ddb2b Include modesetting and newport iff USE_OLD_MODULAR_XORG_SERVER=yes.
Bump PKGREVISION.
2015-07-04 14:11:53 +00:00
rodent
9cb893a5f8 +xfsinfo. Bump PKGVERSION. 2015-07-02 23:00:43 +00:00
rodent
f2c2b5b612 +lbxproxy. Bump PKGVERSION. 2015-07-02 22:49:43 +00:00
markd
0a5a6118ee Add tex-standalone and tex-subfiles 2015-07-02 21:13:55 +00:00
markd
98f3539b12 Add tex-siunitx 2015-07-02 21:12:04 +00:00
markd
45b9936da8 Add tex-gfnotation (completing the collection) 2015-07-02 21:10:32 +00:00
markd
85031b9bdb Add tex-bclogo 2015-07-02 21:08:08 +00:00
rodent
89c3cd4c35 Adding:
mkcomposecache
proxymngr
rstart
xcmsdb
xdbedizzy
xedit
xf86dga
xmh
xpr
xrx
xtrap

Bump PKGVERSION.
2015-07-02 12:58:45 +00:00
rodent
9fffbc9615 +lib{Xaw3d,XprintAppUtil,lbxutil} - Bump PKGVERSION. 2015-07-02 12:49:46 +00:00
rodent
1f559f7d4b +xf86-video-{modesetting,nouveau,qxl,suncg6,suntcx,voodoo}. Ride previous
PKGREVISION bump.
2015-07-02 03:59:48 +00:00
rodent
6f61cb9e59 +xf86-input-{elographics,fpit,hyperpen,joystick,mutouch}. Bump PKGREVISION. 2015-07-02 03:55:11 +00:00
ryoon
7110bb1f60 Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN.
sourceforge.jp is renamed to osdn.jp.
However its mirror sites are not ready for osdn.jp.
2015-06-29 11:06:46 +00:00
markd
bd75573691 Add tex-pbox. 2015-06-15 10:11:36 +00:00
markd
bf66b29cb2 texlive 2015 updates. 2015-06-14 13:28:51 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
taca
6361b20d79 Allow build on Ruby 2.2. 2015-06-11 17:23:37 +00:00
taca
f6a0c0a6e7 Allow ruby-gnome2 packages build on Ruby 2.2. 2015-06-07 16:05:41 +00:00
youri
1a202450a0 Update more libsoup path. 2015-06-07 14:19:12 +00:00
youri
07d545ff75 Update maintainer email address. 2015-06-02 13:27:03 +00:00
markd
e55b44e854 Add dependencies to complete collection. 2015-05-31 06:53:07 +00:00
markd
6b424fe7f6 Add tex-bussproofs 2015-05-31 04:52:59 +00:00
markd
ef744a55f1 Add dependencies to complete collection. 2015-05-28 12:24:58 +00:00
markd
e4d48c9999 Add lacheck, seetexk 2015-05-27 22:17:14 +00:00
markd
4390617ebb Add tex-europecv 2015-05-27 21:45:57 +00:00
tron
4021327015 Update "netbsd-www" package to version 1.9:
- Require version 1.4 or newer of the "netbsd-doc-print" package as
  older version fail to build the website after the recent
  teTeX package updates.
2015-05-17 12:34:35 +00:00
tron
6fe78d5ffa Update package to version 1.4:
- Update dependences to fix the build of the NetBSD website after the
  recent teTeX package updates based on advise by Mark Davies.
2015-05-17 12:32:33 +00:00
markd
7da17048cf Note more documentation only packages. 2015-05-17 12:25:00 +00:00
markd
c648b984aa Note more documentation only packages. 2015-05-17 12:21:45 +00:00
markd
7f349759b7 Note more documentation only packages 2015-05-17 12:18:53 +00:00
markd
f9d56876f0 Note some more documentation only packages 2015-05-17 11:59:47 +00:00
markd
7ac2683ba3 Note some more documentation only packages 2015-05-17 11:41:41 +00:00
tsutsui
d6a4cd5019 Update ruby-gnome2 to 2.2.5.
It is a GLib 2.44 support release.

=== Changes

==== Ruby/GLib2

    Improvements
        Supported GLib 2.44.
        [GitHub#361][Reported by Benjamin Maisano]

=== Thanks

    Benjamin Maisano
2015-05-17 06:45:23 +00:00
markd
ea30241785 Add remaining packages. Set version to 2014. 2015-05-17 06:29:40 +00:00
markd
4bb7c06596 remove a couple of commented depends that have already been done. 2015-05-17 03:59:36 +00:00
markd
19fa34bae5 Add additional tex packages 2015-05-16 11:24:59 +00:00
markd
29bd944ea9 Add more tex hyphen packages. Bump version to 2014pre2 2015-05-16 03:11:41 +00:00
markd
f5ae5645ee Add tex-hyphen-indic. Bump version to 2014pre2 2015-05-16 03:09:05 +00:00
markd
aaafd6dda2 Add more tex hyphen packages. Bump version to 2014pre2 2015-05-16 03:07:05 +00:00
markd
3301fcdb12 Add tex-hyphen-ethiopic dependency. Update version to 2014. 2015-05-16 03:02:15 +00:00
wiz
723b510b77 Add all packages.
Really, only one though since the others are *-doc only.
Bump version.
2015-05-15 18:30:30 +00:00
wiz
c216037882 Add two more. Bump to 2014pre2. 2015-05-14 17:38:34 +00:00
wiz
d3de22948b Pull in texlive packages, bump to 2014. 2015-05-14 17:11:23 +00:00
wiz
806290aca3 Fix path to tex-cs. 2015-05-11 10:35:19 +00:00
markd
ebceb70bd3 Note some more documentation only packages 2015-05-10 04:36:15 +00:00
markd
eb179f5fd8 Note some more dependencies we already have. 2015-05-10 03:05:06 +00:00
markd
86aa9e995a Note some more dependencies we already have. 2015-05-10 02:23:58 +00:00
markd
193d3165cf Add dependencies. Set version to 2014. 2015-05-10 01:13:22 +00:00
markd
f38bd358e1 Note that lshort-* packages are documentation only so not needed in
these collections.
2015-05-09 23:31:52 +00:00
markd
4a6cd76dff Add tex-bagpipe. 2015-05-09 22:48:26 +00:00
markd
e4aa25f0df Add remaining dependencies. Bump version to 2014. 2015-05-09 22:26:45 +00:00
markd
942148fdcd Add dependency to xdvik here rather than in tex-xdvik to avoid circular
dependency.
2015-05-09 20:39:13 +00:00
markd
1625a5d11d Add tex-animate 2015-05-09 02:17:44 +00:00
wiz
8bc0d83df7 Depend on 2014 edition of basic collection. 2015-05-08 14:23:24 +00:00
wiz
cf2073dfcb Depend on new plainextra packages. Bump version to 2014. 2015-05-08 14:20:11 +00:00
wiz
0ba27cf183 Add all metafont/metapost packages. Bump version to 2014. 2015-05-08 13:49:35 +00:00
wiz
e479d188e4 Add tex-mfpic. 2015-05-08 13:24:18 +00:00
wiz
a37df59087 All missing fonts added, add DEPENDS and bump to 2014. 2015-05-08 11:36:37 +00:00
wiz
1a0e47885b Add tex4ht. 2015-05-08 06:56:46 +00:00
wiz
0078e85686 Add tex-arsclassica. 2015-05-06 18:28:54 +00:00
wiz
8aed62dcb1 + tex-classpack 2015-05-06 18:01:25 +00:00
markd
a5f1b551cb Add texlive-collection-* 2015-05-06 10:45:55 +00:00
markd
1fe1adfad5 Add texlive-collection-bibtexextra 2014pre1
Add texlive-collection-binextra 2014pre1
Add texlive-collection-context 2014pre1
Add texlive-collection-fontsextra 2014pre1
Add texlive-collection-fontutils 2014pre1
Add texlive-collection-formatsextra 2014pre1
Add texlive-collection-games 2014pre1
Add texlive-collection-genericextra 2014pre1
Add texlive-collection-htmlxml 2014pre1
Add texlive-collection-langafrican 2014pre1
Add texlive-collection-langarabic 2014pre1
Add texlive-collection-langchinese 2014pre1
Add texlive-collection-langcjk 2014pre1
Add texlive-collection-langcyrillic 2014pre1
Add texlive-collection-langczechslovak 2014pre1
Add texlive-collection-langenglish 2014pre1
Add texlive-collection-langeuropean 2014pre1
Add texlive-collection-langfrench 2014pre1
Add texlive-collection-langgerman 2014pre1
Add texlive-collection-langgreek 2014pre1
Add texlive-collection-langindic 2014pre1
Add texlive-collection-langitalian 2014pre1
Add texlive-collection-langjapanese 2014pre1
Add texlive-collection-langkorean 2014pre1
Add texlive-collection-langother 2014pre1
Add texlive-collection-langpolish 2014pre1
Add texlive-collection-langportuguese 2014pre1
Add texlive-collection-langspanish 2014pre1
Add texlive-collection-latexextra 2014pre1
Add texlive-collection-luatex 2014pre1
Add texlive-collection-mathextra 2014pre1
Add texlive-collection-metapost 2014pre1
Add texlive-collection-music 2014pre1
Add texlive-collection-omega 2014pre1
Add texlive-collection-pictures 2014pre1
Add texlive-collection-plainextra 2014pre1
Add texlive-collection-pstricks 2014pre1
Add texlive-collection-publishers 2014pre1
Add texlive-collection-science 2014pre1
Add texlive-collection-xetex 2014pre1

Meta-packages corresponding to texlive collections.
Currently the collections are incomplete as not all texlive packages are
in pkgsrc - hence the 2014pre1 version.
2015-05-06 10:41:42 +00:00
markd
fe58c6bde9 Deal with rename of texlive collections. 2015-05-06 10:23:42 +00:00
markd
d0e349575e s/tex/texlive/ 2015-05-06 10:15:58 +00:00
markd
ca0aaf5a02 Reimport fonts/tex-collection-fontsrecommended* as
meta-pkgs/texlive-collection-fontsrecommended*
2015-05-06 10:12:01 +00:00
markd
45ba9f72c0 Reimport print/tex-collection-* as meta-pkgs/texlive-collection-*. 2015-05-06 10:10:27 +00:00
jperkin
4741ff7f40 Now that WRAPPER_BINDIR points to the selected wrapper implementation,
remove the duplicate CWRAPPERS_BIN_DIR handling.
2015-04-27 20:01:27 +00:00
tnn
e1ded77081 Try to fix sparc64 -mcpu=c3 breakage. Reported upstream. 2015-04-25 19:02:06 +00:00
tnn
f21a8dbee4 remove reference to non-existent package. Ok'd by Youri Mouton 2015-04-25 14:51:33 +00:00
tnn
9ee4b877fb Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
tnn
ad1bb8f096 xfce4-mpc-plugin is in multimedia/, not audio/ 2015-04-25 13:10:36 +00:00
jperkin
ca8519b89a Update Xfce to 4.12.0.
This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major
Xfce releases since 4.6.2, our previous pkgsrc release.  For more information
about the thousands of changes in each major release since then, please see:

  Xfce 4.12 announcement:
    http://www.xfce.org/about/news

  Xfce 4.12 tour:
    http://www.xfce.org/about/tour

  Xfce 4.10 announcement:
    http://www.xfce.org/about/news/?post=1335571200

  Xfce 4.10 tour:
    http://www.xfce.org/about/tour410

  Xfce 4.8 announcement:
    http://www.xfce.org/about/news/?post=1295136000

  Xfce 4.8 tour:
    http://www.xfce.org/about/tour48

The pkgsrc changes since then are:

  New packages:
    archivers/xfce4-thunar-archive
    graphics/elementary-xfce-icon-theme
    mail/xfce4-mailwatch-plugin
    misc/xfce4-time-out-plugin
    multimedia/xfce4-thunar-media-tags
    sysutils/xfce4-mount-plugin
    sysutils/xfce4-taskmanager
    sysutils/xfce4-thunar-vcs
    sysutils/xfce4-verve-plugin
    x11/xfce4-garcon
    x11/xfce4-notifyd
    x11/xfce4-tumbler
    x11/xfce4-whiskermenu-plugin

  Renamed packages:
    devel/xfconf to devel/xfce4-conf
    x11/libxfce4menu to x11/libxfce4ui
    x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter

  Updated packages:
    audio/xfce4-mixer
    audio/xfce4-xmms-plugin
    devel/xfce4-dev-tools
    editors/xfce4-mousepad
    graphics/ristretto
    meta-pkgs/xfce4-extras
    meta-pkgs/xfce4
    misc/xfce4-weather-plugin
    multimedia/xfce4-mpc-plugin
    net/xfce4-wavelan-plugin
    sysutils/xfce4-appfinder
    sysutils/xfce4-battery-plugin
    sysutils/xfce4-cpugraph-plugin
    sysutils/xfce4-diskperf-plugin
    sysutils/xfce4-fsguard-plugin
    sysutils/xfce4-genmon-plugin
    sysutils/xfce4-netload-plugin
    sysutils/xfce4-quicklauncher-plugin
    sysutils/xfce4-systemload-plugin
    sysutils/xfce4-thunar
    sysutils/xfce4-xarchiver
    sysutils/xfce4-xkb-plugin
    textproc/xfce4-dict-plugin
    time/xfce4-datetime-plugin
    time/xfce4-orage
    time/xfce4-timer-plugin
    wm/xfce4-wm-themes
    wm/xfce4-wm
    x11/libxfce4gui
    x11/libxfce4util
    x11/xfce4-clipman-plugin
    x11/xfce4-desktop
    x11/xfce4-exo
    x11/xfce4-eyes-plugin
    x11/xfce4-gtk2-engine
    x11/xfce4-notes-plugin
    x11/xfce4-panel
    x11/xfce4-places-plugin
    x11/xfce4-session
    x11/xfce4-settings
    x11/xfce4-terminal

  Removed packages:
    sysutils/xfce4-volman
    x11/xfce4-utils

This is based on a huge amount of work by the NetBSDfr team and Youri Mouton,
who takes over as MAINTAINER, and has been tested by Youri on a large number
of platforms prior to commit.  A massive thanks to them.  Any issues with the
import are mine alone as the committer-by-proxy.
2015-04-21 08:56:37 +00:00
wiz
2c6af46ea9 Add comment to patch. 2015-04-19 12:18:44 +00:00
ryoon
e1a4a8019e Workaround for GCC 4.8 build. 2015-04-19 12:12:16 +00:00
wiz
ac7509d2c9 Add libXpresent. Bump version. 2015-04-17 20:00:22 +00:00
adam
c5e52167ae Changes 1.58.0:
* New Libraries:
  - Endian: Types and conversion functions for correct byte ordering and more regardless of processor endianness.
  - Sort: Includes spreadsort, a general-case hybrid radix sort that is faster than O(n*log(n))
* Updated Libraries:
2015-04-17 14:04:47 +00:00
joerg
359be7b993 Python 2.6 is gone. 2015-04-14 13:40:16 +00:00
jperkin
9ac537279a Enforce using the native libtool on Darwin for the cwrappers case too. 2015-04-14 09:06:32 +00:00
adam
9071d6b787 Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
joerg
6f75b09734 Kill bogus commented out code for using gtar, EXTRACT_USING should be
used if anything.
2015-04-05 13:02:15 +00:00
rodent
16b80523d8 +nagios 2015-04-04 16:05:34 +00:00
rodent
1bce2a33fd Import nagios-4.0.8 as meta-pkgs/nagios.
This is a meta package to install all the Nagios packages in a convenient
manner without requiring any external packages like pkg_chk.
2015-04-04 16:04:14 +00:00
tnn
6ce6e338d8 Include the set of drivers that can be built with both xorg-server-1.12
and 1.17. (Notably this excludes the newport driver which needs XAA.)
Bump PKGREVISION.
2015-04-02 22:32:05 +00:00
taca
510d27751d Correct packages' version after changing PHP_BASE_VERS meaning.
Noted about ap-php by tron@ via private mail.
2015-03-16 09:09:19 +00:00
hiramatsu
5078478cf8 Set MAINTAINER to pkgsrc-users. 2015-03-15 16:47:19 +00:00
taca
1beb769d22 Update to 20150315.
* Drop lang/php53.
* Add lang/php55 and lang/ruby200-base.
2015-03-15 15:29:31 +00:00
taca
faea4899d4 Remove php53-extensions. 2015-03-15 14:49:28 +00:00
taca
65bf5ab8e4 Remove php53-extensions, say good by to php53. 2015-03-15 14:49:05 +00:00
tnn
3f4e2bb5d4 NetBSD-7 on x86 should depend on xf86-video-ati since it has DRI2.
Bump rev.
2015-03-09 20:12:11 +00:00
rodent
0adf54789f Revert last commit. These packages don't include PECL extensions. 2015-03-08 17:23:43 +00:00
rodent
334a7b55dd +php-pthreads 2015-03-07 22:57:39 +00:00