Commit graph

5037 commits

Author SHA1 Message Date
fhajny
de9f0125f4 Update tmux to 1.8.
Incompatible Changes
====================

* layout redo/undo has been removed.

Normal Changes
==============

* Add halfpage up/down bindings to copy mode.
* Session choosing fixed to work with unattached sessions.
* New window options window-status-last-{attr,bg,fg} to denote the last
  window which was active.
* Scrolling in copy-mode now scrolls the region without moving the mouse
  cursor.
* run-shell learnt '-t' to specify the pane to use when displaying output.
* Support for middle-click pasting.
* choose-tree learns '-u' to start uncollapsed.
* select-window learnt '-T; to toggle to the last window if it's already
  current.
* New session option 'assume-paste-time' for pasting text versus key-binding
  actions.
* choose-* commands now work outside of an attached client.
* Aliases are now shown for list-commands command.
* Status learns about formats.
* Free-form options can be set with set-option if prepended with an '@'
  sign.
* capture-pane learnt '-p' to send to stdout, and '-e' for capturing escape
  sequences, and '-a' to capture the alternate screen, and '-P' to dump
  pending output.
* Many new formats added (client_session, client_last_session, etc.)
* Control mode, which is a way for a client to send tmux commands.
  Currently more useful to users of iterm2.
* resize-pane learnt '-x' and '-y' for absolute pane sizing.
* Config file loading now reports errors from all files which are loaded via
  the 'source-file' command.
* 'copy-pipe' mode command to copy selection and pipe the selection to a
  command.
* Changes panes can now emit focus notifications for certain applications
  which use those.
* run-shell and if-shell now accept format placeholders.
* resize-pane learnt '-Z' for zooming a pane temporarily.
* new-session learnt '-A' to make it behave like attach-session.
* set-option learnt '-o' to prevent setting an option which is already set.
* capture-pane and show-options learns '-q' to silence errors.
* New command 'wait-for' which blocks a client until woken up again.
* Resizing panes will now reflow the text inside them.
* Lots and lots of bug fixes, fixing memory-leaks, etc.
* Various manpage improvements.
2013-04-02 10:59:50 +00:00
jmcneill
0804eb4f90 + raspberrypi-userland 2013-04-01 21:03:05 +00:00
jmcneill
aee6e0df05 Initial import of raspberrypi-userland.
This package provides ARM side libraries and utilities used on Raspberry Pi.
2013-04-01 21:02:02 +00:00
joerg
a9f3f9270a Fix various C++ issues to allow building with Clang. 2013-04-01 12:19:13 +00:00
obache
48f1af76ee missing recursive bump from poppler-0.22.2 shlib major change. 2013-03-31 08:13:27 +00:00
joerg
196c867805 Forward declaration must not be qualified with a namespace. Adjust. 2013-03-28 21:43:05 +00:00
joerg
204287351e Forward class definitions must not use namespace :: syntax. 2013-03-26 23:30:44 +00:00
joerg
742d125f46 The wv2 headers has a transitive closure defining a prototype with
signal as parameter name. This conflicts with the Qt macro of the same
name, so include the header earlier.
2013-03-26 23:27:09 +00:00
joerg
45f542d3d0 Fix build with Clang. 2013-03-23 10:15:26 +00:00
jnemeth
2fd7b0e29b sort 2013-03-21 04:05:41 +00:00
drochner
463e433c13 fix MASTER_SITES 2013-03-19 12:15:24 +00:00
tsutsui
d2683301b4 Remove LINKFLAGSRUNPATH lines that specify -Wl,-rpath,${PREFIX}/lib.
These lines were changed as workaround of libcurl part of PR pkg/46567,
but the actual libcurl problem in curl-config is now fixed and
these unconditional -rpath flags seem to cause non-working binaries
as mentioned in PR pkg/46983.

Bump PKGREVISION.
2013-03-17 21:37:31 +00:00
markd
d1ee446700 Update to version 1.1.0rc1 (from 2010)
adds support for kde4 and lxde.
2013-03-17 19:56:43 +00:00
taca
993c88fcc4 Update ruby-bundler to 1.3.4.
## 1.3.4 (15 March 2103)

Bugfixes:

  - load YAML on Rubygems version that define module YAML
  - fix regression that broke --without on ruby 1.8.7

## 1.3.3

Features:

  - compatible with Rubygems 2.0.2 (higher and lower already work)
  - mention skipped groups in bundle install and bundle update output (@simi)
  - `gem` creates rake tasks for minitest (@coop) and rspec

Bugfixes:

  - require rbconfig for standalone mode
  - revert to working quoting of RUBYOPT on Windows (@ogra)
2013-03-17 16:04:37 +00:00
obache
c5b50f16c2 recursive bump from ffmpeg shlib major changes 2013-03-16 06:20:45 +00:00
drochner
697c8ccf72 add goffice0.10 for the latest stable branch of the gnumeric helper
library
2013-03-14 18:56:05 +00:00
taca
5da1c202d3 Update ruby-bundler to 1.3.2.
Changes are too many to write here, pease refer CHANGELOG.md file.
2013-03-11 15:12:45 +00:00
taca
770627de30 Make depends to www/ruby-rack14 instead of www/ruby-rack.
Bump PKGREVISION.
2013-03-10 09:15:19 +00:00
taca
a2ea83aa89 Remove ruby-sprockets21 package which was required by Ruby on Rails 3.1. 2013-03-10 08:12:39 +00:00
taca
bfae395b78 Remove ruby-sprockets21. 2013-03-10 08:11:26 +00:00
joerg
71ff69ce72 Build and use a libtool object for md5, not a static library of
position-independent code.
2013-03-07 22:03:41 +00:00
pettai
39de5c857d Added p5-Parse-Win32Registry 2013-03-06 21:58:29 +00:00
pettai
9aefcc174e Parse::Win32Registry is a module for parsing Windows Registry files,
allowing you to read the keys and values of a registry file without
going through the Windows API.

It provides an object-oriented interface to the keys and values in
a registry file. Registry files are structured as trees of keys,
with each key containing further subkeys or values.

The module is intended to be cross-platform, and run on those
platforms where Perl will run.

It supports both Windows NT registry files (Windows NT, 2000, XP, 2003,
Vista, 7) and Windows 95 registry files (Windows 95, 98, Millennium).

It is intended to be used to parse offline registry files. If a registry
file is currently in use, you will not be able to open it. However,
you can save part or all of a currently loaded registry file using the
Windows reg command if you have the appropriate administrative access.
2013-03-06 21:56:18 +00:00
pettai
5537372b36 Added p5-Mac-PropertyList 2013-03-05 23:41:56 +00:00
pettai
a9f6bd4329 This module is a low-level interface to the Mac OS X Property List (plist)
format. You probably shouldn't use this in applications--build interfaces
on top of this so you don't have to put all the heinous multi-level object
stuff where people have to look at it.

You can parse a plist file and get back a data structure. You can take that
data structure and get back the plist as XML. If you want to change the
structure inbetween that's your business. :)

You don't need to be on Mac OS X to use this. It simply parses and
manipulates a text format that Mac OS X uses.
2013-03-05 23:41:00 +00:00
shattered
d27d110213 Update to 0.2. No changelog. 2013-03-03 11:03:29 +00:00
wiz
e09b524d57 Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
tron
d8972f7297 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
markd
fead99dc99 Work around moc inability to parse a boost macro 2013-02-27 19:29:33 +00:00
taca
d73175e36a Add correct dependency to ruby-rdoc.
Since dependency has also changed with ruby193, bump PKGREVISION.
2013-02-27 03:58:12 +00:00
joerg
26179a9c57 Require C++11 when building with Clang. Fix fallout of Boost update due
to MOC's limited C preprocessor. Derive template arguments of make_pair
automatically.
2013-02-26 23:37:32 +00:00
joerg
90aef21465 Use plain tar. 2013-02-26 11:07:06 +00:00
joerg
e8ebb587c3 Fix return types. 2013-02-26 11:06:52 +00:00
taca
ea5171715b Remove ruby-sprockets20 which was required only by www/ruby-actionpack31. 2013-02-24 14:48:28 +00:00
taca
08f1e1fd3c Remove ruby-sprockets20. 2013-02-24 14:47:05 +00:00
dholland
9570ccfb13 Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
dholland
d4ea037c8d Fix build with png 1.6. 2013-02-17 09:39:09 +00:00
wiz
a96f4900ac Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
wiz
63be13c921 Recursive bump for png-1.6. 2013-02-16 11:18:48 +00:00
wiz
ab373a817a Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
shattered
bdd841d517 Update to 0.8. No change log. 2013-02-16 09:28:59 +00:00
obache
0d34aa549d recursive bump from boost-lib shlib update. 2013-02-15 11:53:59 +00:00
taca
c8bf1a4ca2 Update ruby-launchy to 2.2.0.
= Launchy Changlog
== Version 2.2.0 - 2013-02-06

* Change XFCE detection to not depend on grep (copiousfreetime/launchy#52 -
  thanks bogdan)
* Suppress forked process output (copiousfreetime/launchy#51)
* Display help/usage if no url is given (copiousfreetime/launchy#54)
* Detect the fluxbox environment (copiousfreetime/launchy#53)
* Automatically detect 'http' url's if they are missing the 'http://'
  (copiousfreetime/launchy#55)
* Update to latest project management rake tasks
2013-02-13 15:37:05 +00:00
wiz
a394eea232 Update to 2.0.8: bugfixes and localization updates. 2013-02-11 11:54:18 +00:00
ryoon
5482a9caec Bump PKGREVISION from audio/jack. 2013-02-09 22:11:28 +00:00
jperkin
84991145cf PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
drochner
fc37a78136 update to 0.12.0
from the announcement:
This release brings some interesting new features:
- New rendering engine (Now you can see shadows on planets surfaces).
- New key-binding engine (Now all key-bindings can be edited).
- Improvements to scripting engine.
- Improvements to DSO
- Improvements to search tool
- Improved accuracy for archaeo-astronomical events
There have also been a large number of bug fixes and GUI improvements.
We are strongly recommended resetting all Stellarium settings
if you upgrade your previous installation!
2013-02-05 17:45:05 +00:00
wiz
96a29bb21f Update to 2.0.7: bugfixes and translation updates. 2013-02-03 16:40:18 +00:00
taca
5f90ba4f0e Update rubygems to 1.8.25.
=== 1.8.25/ 2013-01-24

* 6 bug fixes:

  * Added 11627 to setup bin_file location to protect against errors.
    Fixes #328 by ConradIrwin
  * Specification#ruby_code didn't handle Requirement with multiple
  * Fix error on creating a Version object with a frozen string.
  * Fix incremental index updates
  * Fix missing load_yaml in YAML-related requirement.rb code.
  * Manually backport encoding-aware YAML gemspec
2013-02-03 16:04:04 +00:00
ryoon
7d4cde72b8 Update to 382.262.03 using less-382-iso262.ext03.patch.gz
from http://bogytech.blogspot.jp/2011/07/kterm-jless-screen.html .

This update is based on isaki@'s work.

* Set PATCH_SITES as my non-NetBSD web space.

Changelog:
* Add UTF-8 support (Japanese part only)
* Change japanese83 behavior
* Change G1 default
* Add ISO-8859-10,11,13,14,15 support
* Ignore case in JLESSCHARSET and LANG variables
* Fix bugs in search
* Add .xz support (not enabled on pkgsrc)
* Some packport from less-443
2013-02-02 13:59:57 +00:00