Commit graph

234649 commits

Author SHA1 Message Date
jperkin
48c847c7a3 Fix 32-bit SunOS build, and fix variable expansion in patch-bd. 2015-06-04 17:16:20 +00:00
ryoon
ac93782508 Ride previous version bump.
My previous commit is wrong.
From share/mk/bsd.README of NetBSD src/:

NOGCCERROR      If defined, prevents passing certain ${CFLAGS} to GCC
                that cause warnings to be fatal, such as:
                        -Werror -Wa,--fatal-warnings
                (The latter being for as(1).)

In !defined(NOGCCERROR) case, -Werror should be passed to CFLAGS.
This change may break many packages.
2015-06-04 17:11:33 +00:00
ryoon
7287b14ecc Updated pkgtools/bootstrap-mk-files to 20150605 2015-06-04 16:43:36 +00:00
ryoon
10223677c6 Update to 20150605
* If NOGCCERROR is not defined, add -Wno-error to CFLAGS instead of -Werror.
  NOGCCERROR means 'do not treat warnings as errors'.
2015-06-04 16:38:10 +00:00
youri
89abe9687e Updated xfce4-thunar to 10.6.10, thanks
David H. Gutteridge for the PR.
2015-06-04 16:05:47 +00:00
youri
80ce74b39a Update xfce4-thunar to 10.6.10:
Change logs:

1.6.10
======
- Do not track thunar/thunar-marshal.{c,h} (Harald Judt)
- Remove Makefile and Makefile.in files when running distclean (Harald Judt)
- Remove subversion $Id$ tags (Harald Judt)
- Really fix trash state at startup (bug #9513 and #11913) (Harald Judt)
- Use proper return type for thunar_file_reload (bug #11913) (Harald Judt)
- Revert "Fix loading the trash bin status at startup (bug #9513)" (Harald Judt)

1.6.9
=====
- Fix ThunarBulkRename script not supporting spaces (bug #9713) (Harald Judt)
- Use "Name" column for drag & drop instead of first column (bug #11905) (Harald Judt)
- Update the path entry icon when current file changes (Harald Judt)
- Revert changes for restoring the trash in the session client (bug #9513) (Harald Judt)
- Fix loading the trash bin status at startup (bug #9513) (Harald Judt)
- Turn off building gtk-docs API reference (Harald Judt)
- Fix cppcheck warning about uninitialized variable (Harald Judt)
- Disable "Set as default application" by default in the chooser dialog (bug #10548) (Harald Judt)
- Remember chosen application in the chooser dialog as last used (Harald Judt)
- Remember the last used application when opening files (Harald Judt)
- Fix reload when file is replaced with directory of the same name (Harald Judt)
- Do listen for G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED (bug #11896) (Harald Judt)
- Fix comments for toggle-menubar (Harald Judt)
- Allow opening by middle-click in tree view only for mounted devices and resources (Harald Judt)
- Keep selection in original tree view when middle-clicking for new tab/window (Harald Judt)
- Keep path selected after unmounting a device via KEY_Left (Harald Judt)
- Unmount device if collapsing a collapsed device tree with KEY_Left in the tree view (Harald Judt)
- Fix wrong network icon shown in tree view (Harald Judt)
- Fix tree view opening mounted devices in new tab (Harald Judt)
- Use only open selection instead of open action with KEY_Up and KEY_Down (Harald Judt)
- Fix assertion when hitting KEY_Left on a top-level item in the tree view (Harald Judt)
- Revert workaround for desktop toplevel item in the tree view (Harald Judt)
- Always select the proper toplevel item in the thunar tree view (Harald Judt)
- Unescape URI in history error message (Harald Judt)
- Remove unmounted files from history when going back or forward (Harald Judt)
- Translation updates: Basque, French, Galician
2015-06-04 16:04:04 +00:00
youri
75e6ff15fc Updated sysutils/xfce4-thunar to 1.6.10 2015-06-04 15:59:24 +00:00
sevan
8514571a7a Introduce preliminary support for Bitrig to pkgsrc
Initial patchset to add support by rodent@
Further adjustments made based on feedback by joerg@
Tested by myself with numerous bulkbuilds thanks to Patrick Wildt @ Bitrig

Reviewed by bsiegert@ joerg@ wiz@
2015-06-04 15:48:45 +00:00
ryoon
065d41a45c Convert ZSH_STATIC to PKG_OPTIONS.zsh=static. 2015-06-04 15:08:14 +00:00
taca
2afa57f809 Note update of devel/ruby2ruby package to 2.2.0. 2015-06-04 14:45:28 +00:00
taca
0c228715ea Update ruby2ruby to 2.2.0.
pkgsrc change: add support for pkg_alternatives.


=== 2.2.0 / 2015-05-27

* 1 minor enhancement:

  * Normalized block arg goalposts (always there unless arg slot == 0).

=== 2.1.4 / 2015-04-13

* 1 minor enhancement:

  * Wrap fewer hash values in parentheses. (jaredbeck)

* 1 bug fix:

  * Fixed handling of kwsplat args.
2015-06-04 14:44:58 +00:00
taca
a5203f3b38 Note update of devel/ruby-sexp-processor package to 4.6.0. 2015-06-04 14:43:28 +00:00
taca
2333135478 Update ruby-sexp-processor to 4.6.0.
=== 4.6.0 / 2015-05-28

* 2 minor enhancements:

  * Extended generate_test to deal with 19 and up.
  * Extended pt_testcase.rb so add_19tests means 19 and up.

* 1 bug fix:

  * Added and normalized tests to deal with canonicalized block args from ruby_parser.

=== 4.5.1 / 2015-04-27

* 1 minor enhancement:

  * Cache processors and rewriters. Significant speedup. (presidentbeef)
2015-06-04 14:43:04 +00:00
taca
ccf7ad3b43 Note update of devel/ruby-rspec-core pakage to 3.2.3 and
devel/ruby-rspec-expectations package to 3.2.1.
2015-06-04 14:41:59 +00:00
taca
04cfac654f Update ruby-rspec-expectations to 3.2.1.
### 3.2.1 / 2015-04-06
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.2.0...v3.2.1)

Bug Fixes:

* Prevent `Range`s from being enumerated when generating matcher
  descriptions. (Jon Rowe, #755)
* Ensure exception messages are compared as strings in the `raise_error`
  matcher. (Jon Rowe, #755)
2015-06-04 14:41:14 +00:00
taca
a90eac1c73 Update ruby-rspec-core to 3.2.3.
### 3.2.3 / 2015-04-06
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.2.2...v3.2.3)

Bug Fixes:

* Fix how the DSL methods are defined so that RSpec is compatible with
  gems that define methods of the same name on `Kernel` (such as
  the `its-it` gem). (Alex Kwiatkowski, Ryan Ong, #1907)
* Fix `before(:context) { skip }` so that it does not wrongly cause the
  spec suite to exit with a non-zero status when no examples failed.
  (Myron Marston, #1926)
2015-06-04 14:40:36 +00:00
taca
31edc076fc Allow this package build on ruby22. 2015-06-04 14:39:51 +00:00
taca
247e34b0ea Note update of devel/ruby-posix-spawn package to 0.3.11. 2015-06-04 14:39:14 +00:00
taca
595f97bfbb Update ruby-posix-spawn to 0.3.11.
Several improvements.
2015-06-04 14:38:43 +00:00
taca
6af27b3500 Note update of devel/ruby-parser package to 3.7.0. 2015-06-04 14:35:45 +00:00
taca
e2bc73c80f Update ruby-parser to 3.7.0.
=== 3.7.0 / 2015-05-28

* 2 major enhancements:

  * Added preliminary support for ruby 2.2 syntax.
  * Now writing all 2.x parsers from one source, generating racc files.

* 1 minor enhancement:

  * Added RubyLexer#process_label and hooked it up to "x": and 'x': productions.

* 4 bug fixes:

  * Fixed handling of block_args to be consistent across all parse versions.
  * Fixed lexing of label assoc args w/ newlines in between k/v. (jeremyf)
  * Fixed lexing of x?'':y for ruby22 (not a label). (presidentbeef)
  * clear and restore cmdarg stack around def args and body.

=== 3.6.6 / 2015-04-13

* 1 minor enhancement:

  * Added expr_labelarg state (eg: a:1)

* 5 bug fixes:

  * Fix scan logging backtrace when DEBUG=1
  * Fixed kwsplat on 2.0 & 2.1.
  * Fixed mandatory keyword block args. (cvortmann)
  * Handle #$<x> in expanded strings/regexps where x is NOT a valid gvar name.
  * Invalid gvar names raise a compile error.
2015-06-04 14:35:13 +00:00
taca
938a73d2f4 Note update of devel/ruby-msgpack package to 0.6.0. 2015-06-04 14:15:56 +00:00
taca
82140e092f Update ruby-msgpack to 0.6.0.
2015-05-26 version 0.6.0:

* Added support for Binary types
* Fixed to encode/decode between Binary types and ASCII-8BIT Ruby String objects

2015-05-21 version 0.5.12:

* Added support for JRuby 9K.
* Added a benchmarking suite.
* Fixed a bug in the handling of options given to MessagePack.unpack in JRuby.
2015-06-04 14:15:23 +00:00
taca
42f8e1747f Note update of devel/ruby-mixlib-shellout package to 2.1.0. 2015-06-04 14:10:31 +00:00
taca
87b6c44e10 Update ruby-mixlib-shellout to 2.1.0.
Release 2.1.0

    * BackSlasher: login flag now correctly does the magic on unix to
      simulate a login shell for a user (secondary groups, environment
      variables, set primary group and generally emulate su -).
    * went back to setsid() to drop the controlling tty, fixed old AIX
      issue with getpgid() via avoiding calling getpgid().
    * converted specs to rspec3
2015-06-04 14:09:53 +00:00
taca
5a4c1740a4 Note update of devel/ruby-mixlib-config package to 2.2.1. 2015-06-04 14:08:24 +00:00
taca
57f40a70df Update ruby-mixlib-config to 2.2.1.
2.2.1 (5/12/2015)

    * Rename key? back to has_key?

2.2.0 (5/11/2015)

    * Fix strict mode errors to print symbol (@jkeiser)
    * Pin rspec to version 2 (@sethvargo)
    * Move has_key? to key? for new-ruby happiness (@sethvargo)
2015-06-04 14:07:53 +00:00
taca
05fc1247df Use textproc/ruby-rdtool/rdtool.mk. 2015-06-04 13:59:17 +00:00
taca
af82d69e86 Note update of converters/ruby-unf_ext package to 0.0.7.1. 2015-06-04 13:58:16 +00:00
taca
82c3eca1c9 Update ruby-unf_ext to 0.0.7.1.
## 0.0.7.1 (2015-04-18)

- Windows fat binary gems no longer require libstd++ to
  run, which are statically linked.

- Add a fat binary gem for x64-mingw32 (64bit Windows).

- Windows fat binary gems now include binaries for Ruby up to 2.2.
2015-06-04 13:57:38 +00:00
taca
5b6ae77aaf Use textproc/ruby-rdtool/rdtool.mk. 2015-06-04 13:56:25 +00:00
taca
236d7ee118 Note update of textproc/ruby-rdtool package to 0.6.38nb1. 2015-06-04 13:54:04 +00:00
taca
b683d30ea9 * Relax dependency to argv[0].
* Add support for pkg_alternatives.
* Add rdtool.mk to use instead of buildlink3.mk.
2015-06-04 13:53:32 +00:00
taca
47dc0a8404 Note update of devel/ruby-mkrf package to 0.2.3nb1. 2015-06-04 13:20:38 +00:00
taca
7bd3d48e4a Fix build problem on Ruby 2.2 and later.
Bump PKGREVISION.
2015-06-04 13:20:10 +00:00
szptvlfn
6aab48cfb8 Bump PKGREVISION for hs-cmdargs-0.10.13 2015-06-04 13:07:08 +00:00
szptvlfn
07418d6a55 Updated devel/hs-cmdargs to 0.10.13 2015-06-04 13:06:35 +00:00
szptvlfn
88277cbb00 Update to 0.10.13
CHANGES:
0.10.13
    #24, support Ratio in some places
    https://github.com/ndmitchell/cmdargs/issues/24
0.10.12
    GHC 7.2 compatibility
0.10.11
    #15, never put [brackets] around optional args in Explicit
    https://github.com/ndmitchell/cmdargs/issues/15
2015-06-04 13:06:12 +00:00
sevan
3e3ad14aa0 Add Ruby 2.2 to RUBY_VERSION_SUPPORTED 2015-06-04 12:40:21 +00:00
fhajny
5b6b1b35ae Add nginx option to build the ngx_http_gzip_static module. 2015-06-04 10:25:17 +00:00
jperkin
d520246512 Fix more gnulib gets() vs std::gets() conflict. 2015-06-04 09:43:53 +00:00
jperkin
797a1a102e USE_LANGUAGES must be set before including compiler.mk 2015-06-04 09:14:33 +00:00
taca
368567bfcc Note update of www/ruby-padrino-cache package to 0.12.5nb1. 2015-06-04 00:10:45 +00:00
taca
d3eadae00c Allow depends on ruby-moneta 0.8.0.
Bump PKGREVISION.
2015-06-04 00:10:12 +00:00
prlw1
c23c97dddb Updated net/get_iplayer to 2.94 2015-06-03 22:52:43 +00:00
prlw1
8d7a66ad26 Update get_iplayer to 2.94
get_iplayer 2.94 was released shortly after 2.93 to fix a bug that
   broke live streaming for BBC News, BBC 6 Music and BBC 1Xtra. There
   were no other changes in 2.94. If you already installed 2.93 and do not
   require live streaming for the above stations, updating to 2.94 is not
   necessarily required. However, all users are strongly advised to do so.

New/Changed

1. TV listing feeds

   On 02/06/2015 the BBC removed the listing feeds used by get_iplayer to
   populate the TV programme data cache used to support searching.
   get_iplayer has now switched to using BBC schedule data instead. This
   is what you need to know:
     * If you added --refresh-feeds-tv=schedule to your preferences as a
       temporary measure to support the web pvr, remove it now from the
       command line with:

           get_iplayer --prefs-del --refresh-feeds-tv=schedule

     * Refreshing your TV data cache will be MUCH slower than before.
       Remember this especially if you use --refresh-future, which doubles
       the indexing time. The schedule parsing is based on old code
       inherited from the original version of get_iplayer, but hopefully
       it should improve a bit in future releases.
     * Programmes unique to local BBC One variants are not indexed by
       default. This reduces the indexing time by about half at the
       expense of a handful of programmes, many of which are local news
       cut-outs. If you wish to index the BBC One local variants, use
       --refresh-exclude-groups-tv=none.
     * You may find some TV programmes in search results that are older
       than 7 days. This is because the schedule data used for indexing
       goes back to the beginning of the previous calendar week.
     * You may find some TV programmes in search results that are older
       than 7 days and no longer available (e.g., films). You may also
       find some future programmes that are not yet available. This
       hopefully should be improved in a future release.
     * Fewer TV programmes will be indexed. The TV schedule data does not
       contain old archive programmes lurking in the iPlayer site. Only
       programmes in the schedule listings will be indexed.
     * You can no longer search TV programmes for signed or audio
       described versions. That facility is unlikely ever to return.
       However, you should still be able to download those versions where
       available.
     * You can no longer search TV programmes by category. That facility
       is unlikely ever to return. Category information will not appear in
       search results (for the present a blank space will be displayed).

   REMEMBER: Any programme not in your data caches (and thus not found in
   your search results) should still be available with --pid <PID> or
   --url <URL>.

2. Live TV and radio streaming

   On 02/06/2015 the BBC removed some metadata resources used by
   get_iplayer to locate live streams. get_iplayer has been repaired to
   work around this problem. Live streaming should work as before, though
   not all streams have been tested.

3. Other changes

     * Added support for BBC One/Two Northern Ireland/Scotland/Wales live
       streams. HD streams are available for BBC One variants, but BBC Two
       variants are SD only. To access those streams with a search string,
       you must full spell out which region you want, e.g., get_iplayer
       --get --type=livetv "BBC One Scotland".
     * Added support for HD TV programmes available via HLS
       (--mode=hlshd).
     * The --playlist-metadata option is now ignored and will be removed
       in the next release.

Fixed

     * Fixed "Not a SCALAR reference at get_iplayer.pl line 7099" errors.
       There should no longer be any need to use -exclude-supplier=akamai
       or -exclude-supplier=limelight to work around those errors.
     * Fixed problem with future repeat overwriting previous broadcast of
       same programme in cache data.
     * Fixed problem with downloading "open subtitles" programme versions
       with embedded subtitles (e.g., opera broadcasts).

Full log at https://squarepenguin.co.uk/wiki/releasenotes/release293
2015-06-03 22:52:24 +00:00
pettai
0c3c8a8185 Oops, add some missing deps 2015-06-03 22:44:10 +00:00
pettai
9b85af1c74 + volatility 2015-06-03 22:23:20 +00:00
pettai
b814ed8ef8 Added security/volatility version 2.4 2015-06-03 22:22:18 +00:00
pettai
ca792c4894 The Volatility Framework is a completely open collection of tools,
implemented in Python under the GNU General Public License, for the
extraction of digital artifacts from volatile memory (RAM) samples.
The extraction techniques are performed completely independent of the
system being investigated but offer visibilty into the runtime state
of the system. The framework is intended to introduce people to the
techniques and complexities associated with extracting digital artifacts
from volatile memory samples and provide a platform for further work into
this exciting area of research.
2015-06-03 22:21:41 +00:00