Commit graph

173132 commits

Author SHA1 Message Date
obache
d370ffb73d + ruby-http_parser.rb 2011-07-11 11:44:05 +00:00
obache
fcd9897690 Added www/ruby-http_parser.rb version 0.5.1 2011-07-11 11:42:21 +00:00
obache
18c043c158 Import ruby-http_parser.rb-0.5.1 as www/ruby-http_parser.rb.
A simple callback-based HTTP request/response parse for writing servers, clients
and proxies.
2011-07-11 11:41:25 +00:00
obache
7ffb4d19f8 Updated security/ruby-oauth to 0.4.5 2011-07-11 11:28:52 +00:00
obache
2e371ed07c Update ruby-oauth to 0.4.5.
=== 0.4.5 2011-06-25

* Add explicit require for rsa/sha1 (Juris Galang)
* Use webmock to mock all http-requests in tests (Adrian Feldman)
* Add gemtest support (Adrian Feldman)
* Fix POST Requests with Typhoeus proxy (niedhui)
* Mention Typhoeus require in the README (Kim Ahlström)
* Fix incorrect hardcoded port (Ian Taylor)
* Use Net::HTTPGenericRequest (Jakub Kuźma)
2011-07-11 11:28:34 +00:00
obache
928255869e Updated math/ruby-spreadsheet to 0.6.5.5 2011-07-11 11:21:38 +00:00
obache
bc0fa80d75 Update ruby-spreadsheet to 0.6.5.5.
=== 0.6.5.5 / 24.6.2011

* updated the color code for orange to 0x0034 => :orange, thanks to the hint of Jonty

  * https://gist.github.com/1044700
2011-07-11 11:21:09 +00:00
drochner
27fb61f660 -depend on libgcrypt explicitely
(gnutls used to pull it in for us, but this will be cleaned up)
-libgnutls-config isn't needed (uses pkg-config)
2011-07-11 10:55:46 +00:00
drochner
cd7224a50f update to 0.22.2
changes:
-New r8g8b8a8 and r8g8b8x8 image formats
-better support for compositing triangles and trapezoids
-performance improvements
-bugfixes
2011-07-11 10:50:58 +00:00
drochner
18ad75a999 update to 0.1.8
changes:
-UI improvements
-new manpage
-bugfixes
-translation updates
2011-07-11 10:44:29 +00:00
drochner
e2ba78c410 update to 1.2.1
changes:
-bugfixes
-portability fixes in selftest
2011-07-11 10:26:30 +00:00
drochner
44e75c65d9 update to 0.16.7
changes: bugfixes
pkgsrc change: set --enable-cms in frontend components if it was
set in the base pkg -- the layout of some classes depends on this
definition, and inconsistencies can lead to crashes
(see poppler bug #35381)
2011-07-11 10:05:22 +00:00
ryoon
46a2d41459 Remove qemu 2011-07-11 10:00:56 +00:00
ryoon
42be318828 Updated emulators/qemu to 0.14.1 2011-07-11 10:00:22 +00:00
ryoon
bd26e91b14 Update to 0.14.1
* New features are not tested yet, for example SPICE protocol support.
* I have tested on NetBSD/i386 5.99.54 and DragonFly/i386 2.10.1 as host,
  NetBSD/{amd64, i386, sparc} as guest.

Changelog:

0.14.1
    virtio-blk: fail unaligned requests
    qed: Fix consistency check on 32-bit hosts
    exit if -drive specified is invalid instead of ignoring the "wrong" -drive
    vhost: fix dirty page handling
    Do not delete BlockDriverState when deleting the drive
    vnc: tight: Fix crash after 2GB of output
    lan9118: Ignore write to MAC_VLAN1 register
    Don't allow multiwrites against a block device without     lsi53c895a: add support for ABORT messages
    virtio-pci: fix bus master work around on load
    fix applesmc REV key
    rbd: don't link with -lcrypto
    net: Add the missing option declaration of "vhostforce"
    lsi53c895a: Update dnad when skipping MSGOUT bytes
    Revert "prep: Disable second IDE channel, as long as ISA IDE emulation doesn't support same irq for both channels"
    isa-bus: Remove bogus IRQ sharing check
    virtio-net: Fix lduw_p() pointer argument of wrong size
    hw/sd.c: Add missing state change for SD_STATUS, SEND_NUM_WR_BLOCKS
    vnc: Fix fatal crash with vnc reverse mode
    qemu-char: Check for missing backend name

0.14.0
Targets
ARM
    Most of the changes are related to bug fixes and improvements to match what the real hardware does. For now there is no new board or CPU.

MIPS
    Host CPU consumption for idle guests
    Timer fixes
    FPU improvements

SH4
    Various bug fixes and improvements including
        SM501 2D engine copyrect support, needed to boot recent kernels
        MMU mmaped TLB access, needed to boot recent kernels
        Floating point exceptions and correct NaN support.

PPC
    Fix running recent PPC64 kernels
    New maintainer: Alexander Graf
    Improve interrupt injection with KVM
    Enable PV enabled guests for speedup with KVM
    Floating point fixes
    Add a ppc-440x5 Xilinx model
    Add a virtex5 ml507 refdesign board for ppc-440x5
    BookE MMU emulation improvements

s390x
    No news, business as usual.

SPARC
    Fix div(cc) and sdiv(cc) instruction emulation, fixes Xorg crash in the guest

Hosts
ARM
    Fix random crashes
    Fix 64-bit big-endian targets support

MIPS
    Fix random crashes

IA64
    Fix random crashes for 32-bit targets

Devices
IDE / AHCI
    Added emulation layer for an ICH-9 AHCI controller (not yet stable). Tested with Linux, OpenBSD, Windows Vista and Windows 7. The AHCI emulation supports NCQ, so multiple read or write requests can be outstanding at the same time.
        to use it, use the following command line snippet: -drive id=disk,file=<your image goes here>,if=none -device ahci,id=ahci -device ide-drive,drive=disk,bus=ahci.0

SCSI
    Various bug fixes, no new features.

USB
    Added USB support for remote wakeup, allowing the guest to suspend the USB bus when idle, which in turn reduces the CPU overhead of an idle machine.
    The USB subsystem also got a bunch of patches to prepare it for USB 2.0 support.

virtio
    virtio-pci can use ioeventfd for virtqueue notify. On systems that support KVM, the ioeventfd mechanism can be used to make virtqueue notify a lightweight exit by deferring hardware emulation to the iothread and allowing the VM to continue execution. This model is similar to how vhost receives virtqueue notifies. The result of this change is improved performance for userspace virtio devices. Virtio-blk throughput increases especially for multithreaded scenarios and virtio-net transmit throughput increases substantially. Read the commit message for more details.
    Various fixes and stabilization for live-migration:
    Various virtio-net improvements:
        Make tx_timer timeout configurable
        Limit number of packets sent per TX flush
        Introduce a new bottom half packet TX
        Fix cross-endianness support

PCI/PCI Express
    Improved PCI Express support and functionalities with the implementation of:
        flr (Function Level Reset)
        aer (Advanced Error Reporting) and other improvements
        A new monitor command to inject errors into the PCI bus: pcie_aer_inject_error
    Implementation of Message Signaled Interrupts (MSI/MSI-X) support
    Separation of the PCI bridge code from the main PCI code.

Sound
    New Intel HD Audio support, adding three new devices:
        intel-hda: Intel HD Audio Controller, the PCI device.
        hda-duplex: HDA Codec. Attaches to the HDA bus. Supports 16bit stereo, rates 16k -> 96k, playback, recording and volume control (with CONFIG_MIXEMU=y).
        hda-output: HDA Codec without recording support. Subset of the hda-duplex codec. Use this if you don't want your guests access your mic.
    Usage: add '-device intel-hda -device hda-duplex' to your command line.
    Tested guests:
        Linux works.
        Win7 works.
        DOS (mpxplay) works.
        WinXP doesn't work.

Real Time Clock
    Fix binary/BCD mode switch

Video
    Fix cirrus VGA crash with some guests
    Fix curses big endian support

Block Drivers
qcow2
    Added a writeback metadata cache. This improves performance of scenarios with lots of cluster allocations noticably (e.g. installation or after taking a snapshot), in some benchmarks by a factor of ten or more. Use cache=none or cache=writeback to take advantage from this change.
    Copy snapshots out of QCOW2 disk, eg: qemu-img convert -f qcow2 -O qcow2 -s snapshot_name src_img bck_img
    Zero-copy read and write operations
    Other fixes and code cleanups:
        qcow2: Invalidate cache after failed read
        block: Allow bdrv_flush to return errors
        qcow2: Simplify image creation
        qcow2: Fixes unaligned access on IA64

qed
    Introduction of the QEMU Enhanced Disk (qed) image format. It is a disk image format that forgoes features found in qcow2 in favor of better levels of performance and data integrity. Due to its simpler on-disk layout, it is possible to safely perform metadata updates more efficiently.
    More information about qed: http://wiki.qemu.org/Features/QED
    Initial thread discussion: http://lists.nongnu.org/archive/html/qemu-devel/2010-09/msg00310.html

ceph/rbd
    Introduction of the new ceph/rbd block driver. RBD is an block driver for the distributed file system Ceph.
    More information about ceph: http://ceph.newdream.net/

nbd
    Improve qemu-nbd performance by 4400 %. This patch combines the reply header and payload send operation.
    Introduce NBD named exports.

Spice
    New support for the SPICE protocol. The project main focus is to provide high-quality remote access to QEMU virtual machines. More information about SPICE can be found at the project's web site: http://spice-space.org/
    New qxl device. qxl is a paravirtual graphics card. The qxl device is the bridge between the guest and the spice server (aka libspice-server). The spice server will send the rendering commands to the spice client, which will actually render them. The spice server is also able to render locally, which is done in case the guest wants read something from video memory. Local rendering is also used to support display over vnc and sdl. qxl is activated using -vga qxl. qxl supports multihead, additional cards can be added via '-device qxl.
    Relevant commits:
        spice: core bits
        spice: add keyboard
        spice: add mouse
        spice: simple display
        spice: add tablet support
        spice: tls support
        spice: make compression configurable.
        spice: add config options for channel security.
        spice: add config options for the listening address
        spice: add misc config options
        spice: add audio
        spice: add qxl device
        spice: connection events.

QMP / monitor

    TODO: QMP is now stable, except for error reporting?
    The work to facilitate the management of QEMU instances has been improved. QMP has received various fixes. Now it is possible to call a traditional monitor command through QMP, in case your application depends on the output or the command is not yet ported to QMP.
    New commands:
        query-spice / info spice
        human-monitor-command
        set_password
        drive_del
        block_resize command, allowing resizing of block devices while qemu is running. For virtio-blk the size is updated automatically when this command is issued on the host. IDE is not supported. For SCSI devices the new size can be updated in Linux guests by doing the following shell command:

echo > /sys/class/scsi_device/0:0:0:0/device/rescan

Tracing
    Introduction of platform-independent tracing, more information about it: http://wiki.qemu.org/Features/Tracing
    Documentation and tutorial: http://git.qemu.org/qemu.git/plain/docs/tracing.txt
    Some relevant commits:
        Add trace-events file for declaring trace events
        Add a DTrace tracing backend targetted for SystemTAP compatibility
        Add LTTng Userspace Tracer backend
        Add simple built-in tracing backend
        Add stderr trace-event backend:
        Support for dynamically enabling/disabling trace events
        Specify trace file name
        Add trace-file command to open/close/flush trace file

Other stuff
    Extend -option-rom command to have additional parameter bootindex
    Little endian / big endian MMIO framework. Until now, most devices had special hacks to allow them to work on big and little endian systems (ppc / x86). With that framework, they should mostly work with both and not require and device specific hacks anymore.
2011-07-11 09:57:18 +00:00
obache
b6423662eb Updated graphics/rabbit to 0.9.3 2011-07-11 09:38:24 +00:00
obache
6da03e34b9 Update rabbit to 0.9.3.
(adjust default dependency to Gems)

== 0.9.3: 2010-06-25

A comment and Twitter support improved release.

=== Improvements

==== Core

  * Supported PDF viewer on Ruby 1.9.
    [Reported by tmtms]
  * [#199] Supported "~" expansion in path specified by "-I".
    [Reported by kdmsnr]
  * Supported Twitter's OAuth.
  * Supported Bundler.
  * Added Rabbit.add_cleanup_proc that is an API to register
    a hook on rabbit command finished.
  * Added rabwii command to control Rabbit via Wii Remote.
    [Based on Kiwamu Okabe's code]
  * Changed default dRuby server bind address to localhost.
  * Changed default --default-public-level to "all".
  * rabbitter: Used OAuth.
  * rabrick: Changed --druby-uri option to --rabbit-uri.
  * rabbit-command: Changed --druby-uri option to --rabbit-uri.
  * Removed comment view.
  * rabbitter: Added --user-language option.
  * Used GUI logger by default when Rabbit isn't invoked by
    rubyw.exe.
    [Helped by Nobuyoshi Nakada]
  * Added launcher mode that show file chose dialog when
    Rabbit invoked without source file on no console environment.
  * Supported tag in Hiki notation. ({{tag('tag-name', 'value')}}

==== Theme

  * title-background-image: Supported image file name in
    slide property.
    [Suggested by kdmsnr]
  * background-image-toolkit: Used slide property rather
    than options in theme.
  * image: Made image caption's font size customizable.
  * color-circle: Enabled newline-in-slides and tag theme by
    default.
  * slide-number: Made slide number position customizable.
    [Youhei SASAKI]
  * debian: Updated.
    [Youhei SASAKI]
  * dark-gradation: Added. It's Keynote like dark gradation
    theme.
    [Youhei SASAKI]
  * twitter-comment: Added. It imports tweets from Twitter
    as comments.
    [Based on Kiwamu Okabe's code]
  * comment: Removed. It's for removed comment view.
  * footer-comment: Added. It shows comments on the footer.
    [Based on Kiwamu Okabe's code]
  * clutter-comment: Added. It streams comments on slides
    with rolling by Clutter API.
  * stream-comment: Added. It streams comments on slides.

=== Fixes

==== Core

  * Fixed Clutter backend doesn't work.
    [Reported by OBATA Akio]
  * Fixed GUI logger doesn't work.
2011-07-11 09:37:50 +00:00
tnn
5da1daf203 Updated net/Transmission to 2.32 2011-07-11 09:19:33 +00:00
obache
25be26fdd5 + ruby-twitter_oauth 2011-07-11 08:55:15 +00:00
obache
fc7fa12e40 Added security/ruby-twitter_oauth version 0.4.3 2011-07-11 08:54:04 +00:00
obache
d1a686afa9 Import ruby-twitter_oauth-0.4.3 as security/ruby-twitter_oauth.
twitter_oauth is a Ruby client for the Twitter API using OAuth.
2011-07-11 08:53:47 +00:00
obache
bc431d84bf Updated textproc/groonga to 1.2.3 2011-07-11 08:33:09 +00:00
obache
28e2282a0d Update groonga to 1.2.3.
Release 1.2.3 - 2011/06/29
--------------------------

Improvements
^^^^^^^^^^^^

* Added invalid table name check. #912
* Added groonga-query-log-analyzer that analyze query log.
* groonga command shows failed command on error.
* groonga command shows file name and line no on error.
* Improved error message of :doc:`commands/column_create`. #952
* Added GRN_OBJ_TABLE_DAT_KEY, double array trie, table. (experimental)

Fixes
^^^^^

* fix get command crash. (Reported by OBATA Akio)
* fix elapsed time overflow in query log. #944
2011-07-11 08:32:38 +00:00
asau
82e87e02d9 Set version to 0.1.13. From <gls> via IRC. 2011-07-11 07:58:21 +00:00
ryoon
d2f53ee4a3 Updated editors/nts to 78 2011-07-11 07:01:30 +00:00
ryoon
3eaec5fac3 Update to nts-78
Changelog:
78    2011-06-15
        Allow multiple -t switches using 'append' rather than 'store' and
        processing each separately. In the gui use parens, e.g., (tag 1, tag
        2).
2011-07-11 07:00:42 +00:00
gls
406ff74f2c Updated wm/pekwm to 0.13 2011-07-10 20:41:43 +00:00
gls
6f3ac40b26 Update wm/pekwm to 0.1.13.
Upstream changes:

Release-0 1 13
Bugs fixed
User visible changes

    * #248 "PekWM support for setting NET_WM_WINDOW_OPACITY hint" (partially?) reported by wallex
    * #254 "Make 'smart' placing smarter: Skip maximized windows." reported by wallex and fixed by Claes Nästén
    * #260 "Tell NETWM panels about all the windows in a group" reported by augustl and fixed by Claes Nästén
    * #266 "numpad key doesn't work in cmd/run dialog" reported by barkat1407 and fixed by Claes Nästén
    * #270 "Panels are movable" reported by Markand and fixed by Claes Nästén
    * #272 "PekWM in Fedora repos" reported by german and fixed by Claes Nästén
    * #275 "run go to exit" reported by darkdog and fixed by Claes Nästén
    * #283 "allow dialog windows to appear over fullscreen app" reported by Dreamkey
    * #284 "Variable evaluation in variable value" reported by atler and fixed by Claes Nästén
    * #293 "GropingDrag Crash" reported by moebius and fixed by Claes Nästén
    * #295 "Last opened window and panel" reported by Thom1 and fixed by Andreas Schlick
2011-07-10 20:41:22 +00:00
wiz
9657011b59 Fix PLIST with -winbind, fixes PR 45121 by John D. Baker. 2011-07-10 17:03:15 +00:00
wiz
c0f77d81c1 Fix build with python-2.7. From Alexander Nasonov in PR 45122. 2011-07-10 16:58:19 +00:00
jmcneill
b2d989e6b4 use netbsd dtvio.h header when available 2011-07-10 16:52:24 +00:00
wiz
8b5ea59f12 Fix typo. 2011-07-10 16:20:30 +00:00
wiz
ba2c009a06 Make patch apply. 2011-07-10 16:15:56 +00:00
wiz
37883e3bf9 Add more packages to be removed, from my thread in April. Sort. 2011-07-10 14:54:53 +00:00
spz
37089e7f65 add p5-LWP-Protocol-https 2011-07-10 14:21:05 +00:00
spz
2153df3787 perl5 module LWP::Protocol::https - Provide https support for LWP::UserAgent 2011-07-10 14:19:03 +00:00
spz
0d08f3fd25 add: p5-HTML-Form p5-HTTP-Cookies p5-HTTP-Daemon p5-HTTP-Date p5-HTTP-Message
p5-HTTP-Negotiate p5-LWP-MediaTypes p5-Net-HTTP p5-WWW-RobotRules
2011-07-10 12:57:58 +00:00
spz
bebea33b4f add p5-File-Listing 2011-07-10 12:51:43 +00:00
spz
d569bd1a17 The Perl 5 module WWW::RobotRules parses /robots.txt files as specified
in "A Standard for Robot Exclusion", at
http://www.robotstxt.org/wc/norobots.htmls
Webmasters can use the /robots.txt file to forbid conforming robots
from accessing parts of their web site.

The parsed files are kept in a WWW::RobotRules object, and this object
provides methods to check if access to a given URL is prohibited.
The same WWW::RobotRules object can be used for one or more parsed
/robots.txt files on any number of hosts.
2011-07-10 12:47:38 +00:00
spz
7367d948d4 The Perl 5 module Net::HTTP is a low-level HTTP client.
An instance of the Net::HTTP class represents a connection to an HTTP server.
2011-07-10 12:46:04 +00:00
spz
de50a55722 perl5 module HTTP::Negotiate provides a complete implementation of the
HTTP content negotiation algorithm specified in
draft-ietf-http-v11-spec-00.ps chapter 12.
Content negotiation allows for the selection of a preferred content
representation based upon attributes of the negotiable variants and
the value of the various Accept* header fields in the request.
2011-07-10 12:44:55 +00:00
spz
14dbfe464f perl5 module HTTP::Daemon instances are HTTP/1.1 servers that listen
on a socket for incoming requests.
2011-07-10 12:43:32 +00:00
spz
c07edc78ce perl5 module HTTP::Cookies is for objects that represent a "cookie jar",
that is, a database of all the HTTP cookies that a given LWP::UserAgent
object knows about.
2011-07-10 12:42:52 +00:00
spz
e0d96e5b4a perl5 module HTTP::Message - HTTP style message (base class) 2011-07-10 12:41:57 +00:00
spz
202213a4d5 perl5 Module HTML::Form - Class that represents an HTML form element 2011-07-10 12:41:12 +00:00
spz
fcc2335891 perl5 module LWP::MediaTypes - guess media type for a file or a URL 2011-07-10 12:40:29 +00:00
spz
9ebb3ea65d The Perl 5 module HTTP::Date - date conversion routines 2011-07-10 12:39:37 +00:00
spz
8db287f763 The Perl 5 module File::Listing - parse directory listing 2011-07-10 12:34:01 +00:00
spz
c015434a43 add p5-Encode-Locale 2011-07-10 12:21:47 +00:00
spz
5b3c691ffc perl5 module Encode::Locale - Determine the locale encoding 2011-07-10 12:18:28 +00:00