Commit graph

228411 commits

Author SHA1 Message Date
taca
1dd6793c51 Update ruby-json and ruby-json-pure package to 1.9.2.
2015-01-08 (1.8.2)
  * Some performance improvements by Vipul A M <vipulnsward@gmail.com>.
  * Fix by Jason R. Clark <jclark@newrelic.com> to avoid mutation of
    JSON.dump_default_options.
  * More tests by Michael Mac-Vicar <mmacvicar@gmail.com> and fixing
    space_before accessor in generator.
  * Performance on Jruby improvemed by Ben Browning <bbrownin@redhat.com>.
  * Some fixes to be compatible with the new Ruby 2.2 by Zachary Scott <e@zzak.io>
    and SHIBATA Hiroshi <hsbt@ruby-lang.org>.
2015-02-05 15:06:12 +00:00
taca
b4bb2b0497 Note update of textproc/ruby-haml package to 4.0.6. 2015-02-05 15:05:00 +00:00
taca
50b12c2b07 Update ruby-haml to 4.0.6.
## 4.0.6

Released on Dec 1, 2014 ([diff](https://github.com/haml/haml/compare/4.0.5...4.0.6)).
2015-02-05 15:04:31 +00:00
mef
536fa661f0 Updated devel/p5-Module-CoreList to 5.20150120 2015-02-05 14:54:53 +00:00
mef
d48e27c87a Updated to 5.20150120
---------------------
5.20150120
  - Updated for v5.21.8
2015-02-05 14:54:42 +00:00
mef
1751d8c66e Updated devel/p5-IO-Async to 0.64 2015-02-05 14:50:13 +00:00
mef
ebaa2064da Update 0.61 to 0.64
--------------------
0.64    2014/10/17 17:51:07
        [CHANGES]
         * Make specific mention of 'TCP' and 'UDP' around socket examples
           where appropriate
         * Allow construction of an IO::Async::Handle using fileno integers
           directly
         * Provide a better search for 'all open filehandles' via IO::Async::OS
           on Linux (RT97942)
         * Allow IO::Async::Listener to have handle_constructor or handle_class
           as a subclass method (RT97208)
         * Clarify documentation on how to use IO::Async::Process's
           on_exception event (RT98929)

        [BUGFIXES]
         * Ensure that Stream's write Futures are also informed of write errors
           (RT97433)
         * Remember to ->remove_child the individual workers of an
           IO::Async::Function (RT99552)
         * Fix IO::Async::Function synopsis example (RT97713)

0.63    2014/07/11 15:09:08
        [CHANGES]
         * Allow Notifier subclasses to last-ditch handle unrecognised
           ->configure() params
         * Added $notifier->adopt_future
         * Added $notifier->invoke_error and 'on_error' event
         * Ensure that TimeQueue inserts in FIFO order for equal timestamps
         * Kill remaining docs to long-dead IO::Async::Sequencer

        [BUGFIXES]
         * Cygwin needs the SELECT_CONNECT_EVEC OS hint as well
         * Probe for a broken port to perform listen() tests on by using
           ReuseAddr => 1 so it matches what IO::Async will do (RT84051)

0.62    2014/03/27 23:15:25
        [CHANGES]
         * Added IO::Async::Future->{done,fail}_later
         * Allow overriding of debug log file or file descriptor
         * Avoid Future's and_then/or_else methods
         * Allow Channel->recv in async mode to return a Future (RT91180)
         * Ensure that Function ->call Futures cancel correctly
         * Added $routine->kill
         * Kill the 'getaddrinfo' => 'getaddrinfo_array' legacy redirection
         * Allow Loop's resolver to be changed to a different object

        [BUGFIXES]
         * Avoid relying on strong forward references in Future, by creating
           intentional cycles on pending Futures. Workaround for bugfix in
           upcoming Future release.
2015-02-05 14:50:04 +00:00
mef
1f295e0538 Updated devel/p5-Hash-MoreUtils to 0.05 2015-02-05 14:47:21 +00:00
mef
ee530aafcd Update 0.04 to 0.05
-------------------
0.05    2013-12-09
    - Fix hashsort with sort block (Koichi Nakashima - http://nksm.name)
2015-02-05 14:47:09 +00:00
mef
be28bc6512 Updated devel/p5-Git-Wrapper to 0.038
Updated devel/p5-Guard to 1.023
2015-02-05 14:16:03 +00:00
mef
af4d7b07fb Update 1.023
------------
1.023 Thu Nov 20 19:12:58 CET 2014
        - work around backwards compatibility breakage in perl 5.22
          (removal of PL_sv_objcount).
2015-02-05 14:14:29 +00:00
mef
9f4c95b3fe (pkgsrc)
- Update depending condition (see below at version 0.033)
   -DEPENDS+=              p5-File-pushd-[0-9]*:../../devel/p5-File-pushd
   +DEPENDS+=              p5-File-pushd>=1.05:../../devel/p5-File-pushd
(upstream)
 - update 0.028 to 0.038
---------------------
0.038     2014-10-29 10:35:40-07:00 America/Los_Angeles

0.037     2014-08-13 12:43:00-05:00 America/Chicago

        Fix 'git config' during install stuff (Graham Knop)

0.036     2014-08-12 23:50:30-05:00 America/Chicago

        Run 'git config' during install (Karen Etheridge)

0.035     2014-07-30 07:25:21-07:00 America/Los_Angeles

        Attempted fix for Win32 test fails

0.034     2014-07-24 18:30:14-07:00 America/Los_Angeles

        Fix typo in minimum version required of File::pushd (Russell
        Jenkins)

0.033     2014-07-24 14:45:05-07:00 America/Los_Angeles

        require File::pushd 1.05 at a minimum

0.032     2014-04-22 18:29:06-07:00 America/Los_Angeles

        bail out early in Makefile.PL if git not installed, instead of
        failing tests (Karen Etheridge)

0.031     2014-03-17 08:10:42-07:00 America/Los_Angeles

        Only load IPC::Cmd if needed (Graham Knop)
        Reduce dependency on Path::Class to test.recommends, fix min version (Kent Fredric)
        Increment minimum version in eval check to match stated dist.ini version
        typo fix (dsteinbrunner)

0.030     2013-07-29 09:23:13 America/Los_Angeles

        Add explicit version dep on Path::Class (#40) (John SJ Anderson)
        Fixes typos. (Olaf Alders)

0.029     2013-05-07 10:21:26 America/Los_Angeles

        Included missed Changes update from last release...

0.028_97  2013-04-23 06:17:12 America/Los_Angeles

        Rework argument passing to deal with stringifying arguments (#29) (John SJ Anderson)

0.028_96  2013-02-24 16:19:15 America/Los_Angeles

        Support specifying the git binary location on new (Todd Rinaldo)
        Rework argument passing (#29) (John SJ Anderson, Mark Price)
2015-02-05 14:09:02 +00:00
mef
3d1a53b52d Updated devel/p5-B-Hooks-EndOfScope to 0.14
Updated devel/p5-Class-Throwable to 0.13
2015-02-05 13:50:30 +00:00
mef
c9a16774fc Update 0.11 to 0.13
-------------------
0.13    2015/02/04
        - fix for #101937 (SEE ALSO pod fix)

0.12    2015/02/04
        - fix for #100890 (typos/spelling)
2015-02-05 13:49:06 +00:00
mef
83ce1b054f update to 0.14
--------------
0.14      2015-01-31 23:59:03Z
  - line numbers in shipped code are now the same as the repository source,
    for easier debugging
  - more accurate dynamic prereq declarations
2015-02-05 13:46:50 +00:00
mef
c5866343a6 Updated graphics/cdlabelgen to 4.3.0 2015-02-05 11:29:58 +00:00
mef
93f605f735 Update 4.2.0 to 4.3.0
---------------------
2013-03-31
  4.3.0
  * New web script cdinsert-ps.pl and page cdlabelgen-form.html added.
    It now only generates .ps file, so can be hosted at any site that offers
    perl cgi support.
    No change to core cdlabelgen script and it remains at version# 4.2.0.
2015-02-05 11:29:48 +00:00
ryoon
aa1ce5ff06 Updated misc/libreoffice4 to 4.4.0.3nb1 2015-02-05 09:25:34 +00:00
ryoon
1e45135160 Bump PKGREVISION.
* Remove GStreamer 0.10.* buildlink. No longer used.
  Thank you, wiz@.
2015-02-05 09:24:05 +00:00
wiz
a165e20428 regen (hi jared) 2015-02-05 08:57:53 +00:00
wiz
021a41845e Remove patch-encrypt.cpp, removed from distinfo during 1.3.14 update. 2015-02-05 08:06:22 +00:00
pettai
7ac2178c46 Detect libevent-2.0.22 in NetBSD -current 2015-02-05 07:09:31 +00:00
pettai
e2f5938bc6 Updated net/nsd to 4.1.1 2015-02-05 07:06:46 +00:00
pettai
ee1fb92858 4.1.1
================
FEATURES:
        - RFC 7344: CDS and CDNSKEY (read record types).
        - per zone statistics with --enable-zone-stats, config zone with
          zonestats: "name", zones configured with the same string are added.
        - Disabled use of SSLv3 in nsd-control.
        - nsd-checkconf -f prints out full name of pidfile (with dir).
        - Synthesize CNAMEs with same TTL as DNAME.
BUG FIXES:
        - Fix that expired zones stay expired after a server restart.
        - Fix "xfrd_handle_ipc: bad mode" log errors when compiled
          with --disable-bind8-stats.
        - Fix #616: retry xfer for zones with no content after command.
        - Fix char used as array index warnings on NetBSD.
        - Fix that queries for noname CH TXT are REFUSED instead of nodata.
        - Fixes for wildcard addition and deletion, speedup for some cases.
        - Fix that failure to add tcp to tcp base does not leak the socket.
        - Patch nsd_munin_ from Philip Paeps to use type ABSOLUTE.
        - Fix spinning NSD with lots of failing transfers, due to pointer
          comparison using void pointer subtraction.
        - Fix bug#637: fix that nsd.db grows limitlessly, an off by one
          on one megabyte free chunks, created during AXFRs of large zones,
          that caused the one megabyte chunk to be leaked.
        - Fix casts for ctype functions.
        - correct some hyphen-used-as-minus-sign (from Andreas Schulze) in
          man pages.
        - Fix zonesdir chroot error message.
2015-02-05 07:06:04 +00:00
tnn
9ae831b15e Add ffmpeg option. From Mansour Moufid on pkgsrc-users@ 2015-02-05 03:51:13 +00:00
jmcneill
a72eda04c9 Added emulators/libretro-catsfc version 20150204 2015-02-05 02:24:43 +00:00
jmcneill
5dbf18c8d2 + libretro-catsfc 2015-02-05 02:24:06 +00:00
jmcneill
1bab95be42 Import libretro-catsfc-20150204 as emulators/libretro-catsfc.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

CATSFC is a Super Nintendo video game system emulator.
2015-02-05 02:23:37 +00:00
jmcneill
fe9015a93d Added emulators/libretro-gambatte version 20150204 2015-02-05 01:43:24 +00:00
jmcneill
cb94658cc4 + libretro-gambatte 2015-02-05 01:41:40 +00:00
jmcneill
2bb867aea1 Import libretro-gambatte-20150204 as emulators/libretro-gambatte.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

Gambatte is a Nintendo Game Boy/Game Boy Color video game system emulator.
2015-02-05 01:40:45 +00:00
agc
0cfaed6376 forcibly disable tools build when running the testing script - found when
testing the src/ version, benign for pkgsrc. ride previous version bump.
2015-02-05 01:28:25 +00:00
pho
718cd4346a Add upstream Trac URL to patches/patch-rts_StgCRun.c 2015-02-05 00:59:10 +00:00
agc
804fbc2e4d appease compiler warning police - initialise a variable in case it's otherwise
"used uninitialised". ride previous version bump.
2015-02-05 00:58:02 +00:00
pho
cd1149ed44 Add comments 2015-02-05 00:38:14 +00:00
pho
989f8ee189 ${MAKE} bootstrap: Be more verbose about what we've built
The "bootstrap" target now prints a message about run-time
dependencies of the bootkit you've just built, something like:

==========================================================================
Done creating ghc-7.6.3-boot-x86_64-unknown-netbsd.tar.xz
  in /usr/pkgsrc/lang/ghc7/work

Now you can copy it into /usr/pkgsrc/distfiles/ to use it as your
bootstrap kit. You may want to take a backup in case "lintpkgsrc -r"
removes it.

Your bootstrap kit has the following run-time dependencies:
  * curses:  native (version/variant unknown)
  * iconv:   native (version/variant unknown)
==========================================================================
2015-02-05 00:26:34 +00:00
agc
46c4fea9ce Note update of netpgpverify and libnetpgpverify to 20150205 2015-02-05 00:23:20 +00:00
agc
b24a4c3e01 Update netpgpverify (and libnetpgpverify) to version 20150205
+ recognise signatures made by subkeys as well as by primary keys

+ print out the relevant key which signed the file, even if it's
a subkey and not the primary key itself.

+ keep the same API as before

with many thanks to Jonathan Perkin
2015-02-05 00:21:57 +00:00
jmcneill
6d73e9ee6a Added emulators/libretro-snes9x-next version 20150204 2015-02-05 00:17:50 +00:00
jmcneill
4249c6669a + libretro-snes9x-next 2015-02-05 00:16:51 +00:00
jmcneill
0b127f9f55 Import libretro-snes9x-next-20150204 as emulators/libretro-snes9x-next.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

SNES9x Next is a Super Nintendo video game system emulator.
2015-02-05 00:16:25 +00:00
jmcneill
0d46a6bf1e Improvements in BSD USB joystick detection:
- Scan uhid0 through uhid63, instead of uhid0 through uhid3.
 - If a uhid reports no usable inputs, skip it. This way your keyboard
   and mouse don't show up as (unusable) joysticks.
2015-02-04 23:51:25 +00:00
tnn
5dd93d7e30 Improve STEP_MSG.
(pkgsrc may seem like magic sometimes, but let's be honest here.)
2015-02-04 23:44:34 +00:00
jmcneill
1ac814abe1 Added emulators/retroarch version 0.0.20150203
Added emulators/libretro-fceumm version 20150204
Added emulators/libretro-picodrive version 20150203
Added emulators/libretro-mupen64plus version 20150204
Added emulators/libretro-pcsx-rearmed version 20150204
2015-02-04 23:08:03 +00:00
jmcneill
009b1fcb8b + retroarch libretro-fceumm libretro-mupen64plus libretro-pcsx-rearmed libretro-picodrive 2015-02-04 23:05:48 +00:00
jmcneill
3736bab10e Import libretro-pcsx-rearmed-20150204 as emulators/libretro-pcsx-rearmed.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

PCSX ReARMed is a Sony PlayStation1 video game system emulator.
2015-02-04 23:04:17 +00:00
jmcneill
17655018ca Import libretro-mupen64plus-20150204 as emulators/libretro-mupen64plus.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

Mupen64Plus is a Nintendo 64 video game system emulator.
2015-02-04 23:02:12 +00:00
jmcneill
f265eda7a2 Import libretro-picodrive-20150203 as emulators/libretro-picodrive.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

PicoDrive is a Sega 8/16 bit video game system emulator.
2015-02-04 22:58:13 +00:00
tnn
1228c689bc Upstream did distfile switcheroo. Update checksum to match the one listed
on https://golang.org/dl/. Diff to previous rel revealed nothing weird.
2015-02-04 22:57:46 +00:00
jmcneill
33d70643db Import libretro-fceumm-20150204 as emulators/libretro-fceumm.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

FCEUmm (FCEUltra mappers modified) is a NES/Famicom emulator that specializes
in extensive mapper support.
2015-02-04 22:57:29 +00:00