pkgsrcv2.git
14 years agoMerge from vendor branch BMAKE:
joerg [Tue, 20 Apr 2010 13:32:42 +0000 (13:32 +0000)]
Merge from vendor branch BMAKE:
Import bmake-20100414:
- Resolve argv[0] with realpath if needed
- Add :tA to realpath(3)ify variables
- Support for .info, .warning, .error, .ERROR
- Unit tests for .ERROR / .error; never make .ERROR the default target
- Fix for .ALLSRC being populated twice
- Support for .MAKE_MODE, .MAKE.MAKEFILE_PREFERENCE, .MAKE_DEPENDFILE
- Haiku support
- Improved diagnostics for .for with multiple variables
- Rewrite bootstrap to not use make
- Fix for -m .../
- Add support for .unexport
- Catch typoes in .el*if etc
- Fix parsing of :S;...;...; applied to .for loop iterators appearing in
  dependency lines

14 years agoImport bmake-20100414:
joerg [Tue, 20 Apr 2010 13:32:42 +0000 (13:32 +0000)]
Import bmake-20100414:
- Resolve argv[0] with realpath if needed
- Add :tA to realpath(3)ify variables
- Support for .info, .warning, .error, .ERROR
- Unit tests for .ERROR / .error; never make .ERROR the default target
- Fix for .ALLSRC being populated twice
- Support for .MAKE_MODE, .MAKE.MAKEFILE_PREFERENCE, .MAKE_DEPENDFILE
- Haiku support
- Improved diagnostics for .for with multiple variables
- Rewrite bootstrap to not use make
- Fix for -m .../
- Add support for .unexport
- Catch typoes in .el*if etc
- Fix parsing of :S;...;...; applied to .for loop iterators appearing in
  dependency lines

14 years agoOn QNX libtool wasn't inferring the tag and sysexits is needed.
seanb [Tue, 20 Apr 2010 12:52:00 +0000 (12:52 +0000)]
On QNX libtool wasn't inferring the tag and sysexits is needed.

14 years agompack 1.6nb1
is [Tue, 20 Apr 2010 10:27:11 +0000 (10:27 +0000)]
mpack 1.6nb1

14 years agoRemove one more /usr/tmp.
is [Tue, 20 Apr 2010 10:26:40 +0000 (10:26 +0000)]
Remove one more /usr/tmp.

14 years ago4.7.2 disappeared from the distribution site, was replaced by 4.7.3
drochner [Tue, 20 Apr 2010 09:35:05 +0000 (09:35 +0000)]
4.7.2 disappeared from the distribution site, was replaced by 4.7.3
which fixes some minor bugs

14 years ago4.10.1 disappeared from the distribution site, was replaced by 4.10.2
drochner [Tue, 20 Apr 2010 09:33:22 +0000 (09:33 +0000)]
4.10.1 disappeared from the distribution site, was replaced by 4.10.2
which fixes a regression in the new-style error handling of C++ ctors

14 years agopkg_install-20100420:
joerg [Tue, 20 Apr 2010 00:39:13 +0000 (00:39 +0000)]
pkg_install-20100420:
Extract dependencies of libarchive from the pkgconfig file and thereby
drop knowledge of the needed libraries.

At least some versions of HP-UX are known to not support %zu, add a
workaround. This is using the black list approach for now.

Recognize xz as compression type for pkg_create.

The first time an error is hit while fetching packages, try to reget
from the same position. This works around the server closing the
connection while fetching dependencies.

14 years agoAdd workaround for broken pread/pwrite. This is needed at least on
joerg [Tue, 20 Apr 2010 00:32:23 +0000 (00:32 +0000)]
Add workaround for broken pread/pwrite. This is needed at least on
HP-UX.

14 years agoNote initial addition of p5-Net-Server-Coro version 0.8 as
seb [Mon, 19 Apr 2010 22:48:03 +0000 (22:48 +0000)]
Note initial addition of p5-Net-Server-Coro version 0.8 as
net/p5-Net-Server-Coro into The NetBSD Packages Collection.

The Perl 5 module Net::Server::Coro implements multithreaded server
for the Net::Server architecture, using Coro and Coro::Socket to
make all reads and writes non-blocking. Additionally, it supports
non-blocking SSL negotiation.

14 years agoAdd & enable p5-Net-Server-Coro
seb [Mon, 19 Apr 2010 22:47:32 +0000 (22:47 +0000)]
Add & enable p5-Net-Server-Coro

14 years agoMerge from vendor branch TNF:
seb [Mon, 19 Apr 2010 22:47:11 +0000 (22:47 +0000)]
Merge from vendor branch TNF:
Initial import of p5-Net-Server-Coro version 0.8 in the NetBSD
Packages Collection.

The Perl 5 module Net::Server::Coro implements multithreaded server
for the Net::Server architecture, using Coro and Coro::Socket to
make all reads and writes non-blocking. Additionally, it supports
non-blocking SSL negotiation.

14 years agoInitial import of p5-Net-Server-Coro version 0.8 in the NetBSD
seb [Mon, 19 Apr 2010 22:47:11 +0000 (22:47 +0000)]
Initial import of p5-Net-Server-Coro version 0.8 in the NetBSD
Packages Collection.

The Perl 5 module Net::Server::Coro implements multithreaded server
for the Net::Server architecture, using Coro and Coro::Socket to
make all reads and writes non-blocking. Additionally, it supports
non-blocking SSL negotiation.

14 years agoNote removal of net/p5-Net-Coro (package imported in wrong directory)
seb [Mon, 19 Apr 2010 22:45:04 +0000 (22:45 +0000)]
Note removal of net/p5-Net-Coro (package imported in wrong directory)

14 years agoOoops! Wrong directory! this package is going to be imported again
seb [Mon, 19 Apr 2010 22:42:45 +0000 (22:42 +0000)]
Ooops! Wrong directory! this package is going to be imported again
as net/p5-Net-Server-Coro.

14 years agoUpdated www/wordpress to 2.9.2
morr [Mon, 19 Apr 2010 22:42:29 +0000 (22:42 +0000)]
Updated www/wordpress to 2.9.2

14 years agoNote initial addition of p5-Net-Server-Coro version 0.8 as
seb [Mon, 19 Apr 2010 22:39:30 +0000 (22:39 +0000)]
Note initial addition of p5-Net-Server-Coro version 0.8 as
net/p5-Net-Coro into The NetBSD Packages Collection.

The Perl 5 module Net::Server::Coro implements multithreaded server
for the Net::Server architecture, using Coro and Coro::Socket to
make all reads and writes non-blocking. Additionally, it supports
non-blocking SSL negotiation.

14 years agoAdd & enable p5-Net-Server-Coro
seb [Mon, 19 Apr 2010 22:38:59 +0000 (22:38 +0000)]
Add & enable p5-Net-Server-Coro

14 years agoInitial import of p5-Net-Server-Coro version 0.8 in the NetBSD
seb [Mon, 19 Apr 2010 22:38:31 +0000 (22:38 +0000)]
Initial import of p5-Net-Server-Coro version 0.8 in the NetBSD
Packages Collection.

The Perl 5 module Net::Server::Coro implements multithreaded server
for the Net::Server architecture, using Coro and Coro::Socket to
make all reads and writes non-blocking. Additionally, it supports
non-blocking SSL negotiation.

14 years agoMerge from vendor branch TNF:
seb [Mon, 19 Apr 2010 22:38:31 +0000 (22:38 +0000)]
Merge from vendor branch TNF:
Initial import of p5-Net-Server-Coro version 0.8 in the NetBSD
Packages Collection.

The Perl 5 module Net::Server::Coro implements multithreaded server
for the Net::Server architecture, using Coro and Coro::Socket to
make all reads and writes non-blocking. Additionally, it supports
non-blocking SSL negotiation.

14 years agoUpdate to 2.9.2
morr [Mon, 19 Apr 2010 22:34:02 +0000 (22:34 +0000)]
Update to 2.9.2

2.9.2:
    * Fixed problem where where logged in users can peek at trashed posts belonging to other authors.
    * Fixed other issues

2.9.1:
    * Fixed problem where scheduled posts and pingbacks are not processed correctly due to incompatibilities with some hosts
    * Fixed other issues

2.9:

 User Features

    * Trash status for posts, pages, and comments (includes restore and permanent delete)
    * Add support for 'include' and 'exclude' to [gallery] (Gallery Shortcode)
    * Allow user registration to be enabled by an XMLRPC client
    * Add support for sticky posts to the WXR exporter and importer
    * 'rel=canonical' for singular pages
    * Scroll back to the same location after saving a file in the Plugin and Theme editors
    * Correct comments and remove unnecessary echos from the default themes sidebar template file
    * Enable the APP (Atom) attachment file download to work correctly
    * Support location of category templates based on 'category-slug' as well as 'category-id' (Ticket 10614)
    * Support location of tag templates based on 'tag-id' as well as 'tag-slug' (Ticket 10868)
    * Support location of page templates based on 'page-slug' and 'page-id'
    * Set "Allow my blog to appear in search engines" to checked in installation
    * Don't offer to make a category its own parent
    * Remove Sphere from search list
    * Minify admin CSS
    * Show correct max upload filesize error message
    * Add 'rel' attribute to next/previous post links
    * Make the default and classic themes comment textareas valid XHTML
    * Clean up '.button' and '.button[disabled]' CSS classes, add 'spinner' and 'gray-out' buttons after clicking Publish or Update post
    * Fix race condition with autosave when clicking Publish immediately after entering post title
    * Add Comments for Pages in the WordPress Default theme
    * Define '$content_width' for Kubrick
    * Better feedback on publishing of future posts and pages
    * Display comments in descending date order, consistently
    * Add means of automatically repairing tables
    * Press This bookmarklet fixes
    * Give plugins and themes simple control over the text displayed at the end of an autogenerated Excerpt
    * Don't show "Change Permalinks" button when editing the page set as "Front page"
    * Image editing
    * Retire BunnyTags importer
    * Retire Jerome's keywords importer
    * Explain that the permalink is temporary for autosave generated permalinks
    * Update SimplePie to 1.2
    * Eliminate the redundant and confusing comment threading depth of 1
    * Easier Embeds with oEmbed support (see Ticket #10337) (oEmbed discovery disabled by default, use plugin to enable it)
    * TinyMCE 3.2.7
    * Remove rel='tag' on links in Tag Clouds
    * Add a title to the Home link output by wp_page_menu()
    * Adjust comment moderation keyboard shortcut keys 'd = trash' or delete depending on the screen
    * Show "Draft updated" instead of "Post updated" when saving draft
    * Show the login form in a popup when autosave hits the login grace period
    * Open View/Preview post in a new window from the link in the Saved/Updated message
    * Separate fields for 'image alt' and 'image caption' in Media uploader
    * Display better information about broken themes when there is no stylesheet
    * Improve situation when tables such as wp_options table were 'corrupt' new installation message was offered. Add means of automatically repairing tables
    * Export and import custom taxonomies
    * Admin copy improvements
    * Don't show page templates in the drop down if they are in a subdirectory
    * Make codex link open in a new window
    * Change 'Remove' link on widgets to 'Delete' because it doesn't just remove it, it deletes the settings for that widget instance.

Development, Themes, Plugins

    * Added 'excerpt_more' filter to wp_trim_excerpt() function, which allow developers to change excerpt '[...]' more string (Ticket 10395)
    * Add 'smilies_src' filter so plugins can better add smilies
    * Canonical redirects for post name queries
    * Allow _wp_get_comment_list() to handle custom comment types
    * Return an empty array instead of false for get_children() when no children found
    * Add some filters so that HTTP requests can be filtered
    * Move plugin update notice output to the plugin specific hook
    * Limit wp-mail 'blog by email' checks to every 5 minutes
    * Make it much easier to filter contact methods from user profiles
    * Allow filtering of get_edit_post_link for custom post_type
    * 'get_sample_permalink_html' filter
    * Enforce activation key to be a string, reject activation keys that are arrays
    * Support for new post types
    * Respect custom post_type in queries
    * Send Retry-After header when in maintenance mode
    * Various WP Filesystem related fixes and documentation
    * Add constants for ftp connections timeouts
    * Increase timeout on cron-based requests when checking for upgrades
    * Don't use has_action() before do_action() in http.php
    * Speed up jQuery based scripts
    * Use the current user as author for autosave
    * Show My Posts as default view on the Edit Posts screen for users without 'edit_others_posts' cap
    * Ensure that drafts viewed over XMLRPC have a correct gmt date set
    * Pass user id to 'get_' the_author_meta filters
    * Move _wp_get_user_contactmethods() into the registrations functions file
    * Machine parseable db error codes
    * Add global JS vars and actions to the media uploader iframe
    * Add JSON compat for PHP < 5.2
    * Make option_name the primary key for the options table
    * Allow a plugin to do a complete takeover of Post by Email
    * Logarithmic scale for tag cloud
    * Pass Post ID to the 'get_comments_number' filter
    * Always filter the url in the media upload form
    * Add a 'the_terms' filter
    * is_blog_installed() improvements
    * Allow force_ssl_admin() to properly accept false as a value
    * Pass logged_in cookie to async-upload and filter the cookie scheme in auth_redirect()
    * Add more actions around database add/delete/update operations
    * phpDoc for wp_"check|set"_post_lock functions
    * Use the old strings which are more translator friendly and add a generic default string to aid re-use by plugins adding post_types
    * Filter fields through kses upon display and introduce sanitize_user_object() and sanitize_user_field()
    * Use null instead of 0 when setting content length
    * Include 'hidden' directories in filesystem dirlist by default
    * Pass args array to 'wp_list_pages' filter
    * Actions for taxonomy updates
    * Key should be 'comment_id' not 'post_id' in comments table
    * Add get_delete_post_link () to retrieve delete posts link for post
    * Add 'separator' parameter to wp_tag_cloud() and wp_generate_tag_cloud() functions (Ticket 10315)
    * Added add_comment_meta() family of functions
    * Use a post_parent of 0 instead of -1 to indicate unattached posts
    * Improve get_page_hierarchy() function
    * Deprecate the_content_rss(), add the_content_feed() and get_the_content_feed(). Convert places that called the_content_rss() with an excerpt length to the_excerpt_rss(). Remove the rss_excerpt_length option. Use the_content_feed() where the_content() was previously used in feeds.
    * Add 'pad_counts' argument to wp_dropdown_categories()
    * Remove codepress
    * Remove the php-gettext library
    * Canonical post thumbanils
    * Add a filter to the_author_posts_link()
    * Merge post.js with page.js and slug.js, optimize categories and tags JS, standardize postboxes IDs and JS
    * Introduce register_theme_directory() which takes a wp-content-relative path and will additionally scan it for themes. Plugins can use this to add themes without requiring copying by the user
    * Add set_user_role action hook
    * Allow theme devs to change attrs (like CSS class) of thumbnail images
    * Add wp-post-image CSS class to post images
    * Allow for plugins to enhance the number of metadata fields captured from plugin and theme headers
    * Merge updated pomo code
    * Switch to using NOOP_Translations for untranslated sites
    * Improve wptexturize performance
    * Provide context to the strings in the Plugin and Theme installers to allow for different grammatical gender
    * Fixes for theme subdir support
    * Introduce wp_kses_post() and wp_kses_data() for filtering unescaped data
    * Add 'orderby=comment_count' argument to query_posts()
    * Honor Post Type for Sticky Posts
    * Allow querying multiple post types
    * Introduce add_theme_support(feature) and current_theme_supports(feature) for announcing and checking theme support for various features
    * Introduce require_if_theme_supports()
    * Add number of Embed related filters
    * Add 'IMAGE_EDIT_OVERWRITE' constant to control edited image save or replace, most useful for setups that have dynamic image resizing
    * Add load_child_theme_textdomain() to allow child themes to have their own translation files
    * Add sidebar descriptions to sidebar settings and widget admin screen
    * Make option_id primary. Add uniques for option_name and autoload
    * Allow plugins to override the behaviour of load_textdomain() in a variety of flexible ways
    * Mark _c() as deprecated. The new _x() function should be used instead.
    * Allow plugins to change the redirect on post/page publishing/submitting
    * Standardize on 'user_id' instead of 'user_ID' when passing comment data. Accept either 'user_id' or 'user_ID'. Remove 'user_id' global.
    * Filter imported comments
    * Introducing set_post_image_size(w, h, crop) so themes can register their special size/crop for canonical post images
    * Standardize around "post image" instead of "post thumbnail"
    * Allow registering post image support per post type
    * Return false from is_paged() if on the first page.
    * Check MySQL and PHP versions when auto upgrading
    * Add required php and mysql versions to version.php
    * Hard code required version in update-core.php

PR pkg/42765

14 years agoNote initial addition of p5-Coro version 5.22 as devel/p5-Coro into
seb [Mon, 19 Apr 2010 22:12:32 +0000 (22:12 +0000)]
Note initial addition of p5-Coro version 5.22 as devel/p5-Coro into
The NetBSD Packages Collection.

The Perl 5 module collection Coro manages continuations in general,
most often in the form of cooperative threads.The specific flavor
of thread offered by this module also guarantees you that it will
not switch between threads unless necessary, at easily-identified
points in your program, so locking and parallel access are rarely
an issue, making thread programming much safer and easier than using
other thread models.

14 years agoAdd & enable p5-Coro
seb [Mon, 19 Apr 2010 22:12:07 +0000 (22:12 +0000)]
Add & enable p5-Coro

14 years agoInitial import of p5-Coro version 5.22 in the NetBSD Packages
seb [Mon, 19 Apr 2010 22:11:50 +0000 (22:11 +0000)]
Initial import of p5-Coro version 5.22 in the NetBSD Packages
Collection.

The Perl 5 module collection Coro manages continuations in general,
most often in the form of cooperative threads.The specific flavor
of thread offered by this module also guarantees you that it will
not switch between threads unless necessary, at easily-identified
points in your program, so locking and parallel access are rarely
an issue, making thread programming much safer and easier than using
other thread models.

14 years agoMerge from vendor branch TNF:
seb [Mon, 19 Apr 2010 22:11:50 +0000 (22:11 +0000)]
Merge from vendor branch TNF:
Initial import of p5-Coro version 5.22 in the NetBSD Packages
Collection.

The Perl 5 module collection Coro manages continuations in general,
most often in the form of cooperative threads.The specific flavor
of thread offered by this module also guarantees you that it will
not switch between threads unless necessary, at easily-identified
points in your program, so locking and parallel access are rarely
an issue, making thread programming much safer and easier than using
other thread models.

14 years agonote update of net/csup to csup-snap-20100404
zafer [Mon, 19 Apr 2010 21:27:37 +0000 (21:27 +0000)]
note update of net/csup to csup-snap-20100404

14 years agoremove csup from list. done.
zafer [Mon, 19 Apr 2010 21:25:49 +0000 (21:25 +0000)]
remove csup from list. done.

14 years agoUpdate csup to csup-snap-20100404
zafer [Mon, 19 Apr 2010 21:23:24 +0000 (21:23 +0000)]
Update csup to csup-snap-20100404

Changelog since 20070216:
Its part the FreeBSD base system.
http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/csup/

14 years agonote update of net/socat to 1.7.1.2
zafer [Mon, 19 Apr 2010 19:54:20 +0000 (19:54 +0000)]
note update of net/socat to 1.7.1.2

14 years agoremove socat from list. done.
zafer [Mon, 19 Apr 2010 19:53:31 +0000 (19:53 +0000)]
remove socat from list. done.

14 years agoUpdate socat to 1.7.1.2
zafer [Mon, 19 Apr 2010 19:52:13 +0000 (19:52 +0000)]
Update socat to 1.7.1.2

Changelog:

corrections:
user-late and group-late, when applied to a pty, affected the system
device /dev/ptmx instead of the pty (thanks to Matthew Cloke for
pointing me to this bug)

socats openssl addresses failed with "nonblocking operation did not
complete" when the peer performed a renegotiation. Thanks to Benjamin
Delpy for reporting this bug.

info message during socks connect showed bad port number on little
endian systems due to wrong byte order (thanks to Peter M. Galbavy for
bug report and patch)

Debian bug 531078: socat execs children with SIGCHLD ignored; corrected
to default. Thanks to Martin Dorey for reporting this bug.

porting:
building socat on systems that predefined the CFLAGS environment to
contain -Wall failed (esp.RedHat). Thanks to Paul Wouters for reporting
this problem and to Simon Matter for providing the patch

support for Solaris 8 and Sun Studio support (thanks to Sebastian
Kayser for providing the patches)

on some 64bit systems a compiler warning "cast from pointer to integer
of different size" was issued on some option definitions

added struct sockaddr_ll to union sockaddr_union to avoid "strict
aliasing" warnings (problem reported by Paul Wouters)

docu:
minor corrections in docu

14 years agoprovide mirror
zafer [Mon, 19 Apr 2010 19:39:35 +0000 (19:39 +0000)]
provide mirror

14 years agosqsh has moved to sourceforge. update master_sites.
zafer [Mon, 19 Apr 2010 19:21:39 +0000 (19:21 +0000)]
sqsh has moved to sourceforge. update master_sites.

14 years agodon't break stuff on !NetBSD
tnn [Mon, 19 Apr 2010 18:49:30 +0000 (18:49 +0000)]
don't break stuff on !NetBSD

14 years agoclean up atomic ops handling and use devel/libatomic_ops as a fallback.
tnn [Mon, 19 Apr 2010 18:46:15 +0000 (18:46 +0000)]
clean up atomic ops handling and use devel/libatomic_ops as a fallback.
Based on patch from Dennis den Brok.

14 years agomention recent updates
drochner [Mon, 19 Apr 2010 15:48:25 +0000 (15:48 +0000)]
mention recent updates

14 years agosplit out xine's v4l support
drochner [Mon, 19 Apr 2010 15:33:25 +0000 (15:33 +0000)]
split out xine's v4l support

14 years agodisable building of v4l input plugins, bump PKGREVISION
drochner [Mon, 19 Apr 2010 15:31:19 +0000 (15:31 +0000)]
disable building of v4l input plugins, bump PKGREVISION

14 years agoSeems to work on LP64.
is [Mon, 19 Apr 2010 13:58:43 +0000 (13:58 +0000)]
Seems to work on LP64.

14 years agoUpdated misc/m17n-db to 1.6.1
obache [Mon, 19 Apr 2010 13:56:03 +0000 (13:56 +0000)]
Updated misc/m17n-db to 1.6.1

14 years agoUpdate m17n-db to 1.6.1.
obache [Mon, 19 Apr 2010 13:55:50 +0000 (13:55 +0000)]
Update m17n-db to 1.6.1.

* Changes in the m17n database 1.6.1

** This release is just for a minor bug fix.

14 years agomtools 4.0.13, 2nd part.
is [Mon, 19 Apr 2010 13:50:19 +0000 (13:50 +0000)]
mtools 4.0.13, 2nd part.

14 years agomtools 4.0.13
is [Mon, 19 Apr 2010 13:45:56 +0000 (13:45 +0000)]
mtools 4.0.13

14 years agoUpgrade to 4.0.13.
is [Mon, 19 Apr 2010 13:44:48 +0000 (13:44 +0000)]
Upgrade to 4.0.13.

14 years agofixes date format.
obache [Mon, 19 Apr 2010 12:02:07 +0000 (12:02 +0000)]
fixes date format.

14 years agoUpdated devel/py-nose to 0.11.3
obache [Mon, 19 Apr 2010 11:42:09 +0000 (11:42 +0000)]
Updated devel/py-nose to 0.11.3

14 years agoUpdate py-nose to 0.11.3.
obache [Mon, 19 Apr 2010 11:40:16 +0000 (11:40 +0000)]
Update py-nose to 0.11.3.
Based on PR#43174 from Wen Heping.
While here, define self test target.

0.11.3

- Fixed default plugin manager's use of plugin overriding. Thanks to
  rob.daylife for the bug report and patch. (#323).

0.11.2

- Changed plugin loading so that external plugins loaded via extension
  points can override builtin plugins with the same name.
- Updated multiprocess plugin and nose's packaging to allow multiprocess
  plugin to work on Windows (#265).
- Fixed bug in xunit plugin's interaction with suites and errors in
  module-level setup. Thanks to Mark McCague for the bug report (#279).
- Fixed bug in nose.loader.TestLoader that allowed Test classes that raise
  exceptions in __init__ to crash the test run (#269).
- Fixed bugs in nose's test suite that caused spurious failures on Windows.
- Fixed bug in twisted tools: delayed calls were not shut down on
  reactor stop. Thanks to abbeyj for the patch (#278).
- Fixed bug where root log handlers were not cleared. For example, this was
  emitting unwanted messages when testing Google App Engine websites.
- Fixed bug in test names output by xunit plugin. Thanks to Philip
  Jenvey for the bug report and patch (#280).
- Fixed bug in profile plugin that caused stats to fail to print under Python
  2.5 and later. Thanks to djs at n-cube dot org for the bug report (#285).
- Improved logcapture filtering, with default setting to filter out log
  messages from nose itself. Thanks to gfxmonk for the patch (#277).
- The xunit plugin now tags skipped tests with a <skipped> testcase tag, and
  prevents the XML from containing invalid control characters.
- Updated nose to be compatible with python 2.7 (#305).
- Updated loading of usage document to allow nose to run from within
  an egg archive (#288).
- Fixed IronPython checks to make nose compatible with more versions
  of IronPython. Thanks to Kevin Mitchell for the patch (#316).

14 years agoadd licensing information
agc [Mon, 19 Apr 2010 06:24:33 +0000 (06:24 +0000)]
add licensing information

14 years agoadd license information to the package Makefile
agc [Mon, 19 Apr 2010 06:16:40 +0000 (06:16 +0000)]
add license information to the package Makefile

clarify the description in light of the license information.

14 years agoNote update of the "milter-greylist" package to version 4.2.5.
tron [Sun, 18 Apr 2010 21:59:32 +0000 (21:59 +0000)]
Note update of the "milter-greylist" package to version 4.2.5.

14 years agoUpdate "milter-greylist" package to version 4.2.5. Changes since 4.2.3:
tron [Sun, 18 Apr 2010 21:58:59 +0000 (21:58 +0000)]
Update "milter-greylist" package to version 4.2.5. Changes since 4.2.3:
- New rate limiting feature
- Network byte order byg fix in p0f code (Adrian Dabrowski)
- Update .spec file for libcurl, GeoIP and p0f support (Chris Bennett)
- Better configure test to avoid resolver memory leaks (Hajimu UMEMOTO)
- Really support dkim self and dkim none clauses
- Fix p0f wrong results caused by thread unsafety (Enrico Scholz)
- Fix GeoIP related crashes caused by thread unsafety (Enrico Scholz)
- Fix dumpfile argument on command line (Ole Hansen)
- Do not reject message if p0f cannot identiy the remote system
- Header for autowhitelisted messages bug fix (Attila Bruncsak)
- Fix MX sync stop on config reload (Attila Bruncsak, Hajimu UMEMOTO)

14 years ago4 weeks without a maintainer, not good enough, i.e. Pickup maintainership.
sbd [Sun, 18 Apr 2010 21:56:36 +0000 (21:56 +0000)]
4 weeks without a maintainer, not good enough, i.e. Pickup maintainership.

14 years agoSet NATIVE_MACHINE_GNU_PLATFORM & MACHINE_GNU_PLATFORM using
sbd [Sun, 18 Apr 2010 21:51:49 +0000 (21:51 +0000)]
Set NATIVE_MACHINE_GNU_PLATFORM & MACHINE_GNU_PLATFORM using
NATIVE_MACHINE_GNU_ARCH & MACHINE_GNU_ARCH respectively.

Fixes PR pkg/43147.

14 years agosyncing BINPKG_SITES with reality.
sbd [Sun, 18 Apr 2010 21:48:39 +0000 (21:48 +0000)]
syncing BINPKG_SITES with reality.

Originally suggested by hubertf@

14 years agoDo not create etc/ConsoleKit/seats.d/ inside prefix during install. This
jmmv [Sun, 18 Apr 2010 19:51:47 +0000 (19:51 +0000)]
Do not create etc/ConsoleKit/seats.d/ inside prefix during install.  This
is automatically done by the installation scripts by creating the directory
inside sysconfdir (where it belongs).

Other than removing an unecessary directory creation, this prevents leaving
a directory behind upon package removal.

Bump PKGREVISION.

14 years agoAdd support for the debug option to the libgamin and gamin packages.
jmmv [Sun, 18 Apr 2010 18:22:43 +0000 (18:22 +0000)]
Add support for the debug option to the libgamin and gamin packages.
This is off by default so no need to bump the revision numbers.

14 years agonano update for CVE-2010-1160 & CVE-2010-1161
tez [Sun, 18 Apr 2010 17:23:16 +0000 (17:23 +0000)]
nano update for CVE-2010-1160 & CVE-2010-1161

14 years agoupdate to 2.2.4 to resolve CVE-2010-1160 & CVE-2010-1161
tez [Sun, 18 Apr 2010 17:21:34 +0000 (17:21 +0000)]
update to 2.2.4 to resolve CVE-2010-1160 & CVE-2010-1161

14 years agonote updates of inn, irrtoolset5 and irssi
spz [Sun, 18 Apr 2010 16:23:01 +0000 (16:23 +0000)]
note updates of inn, irrtoolset5 and irssi

14 years agoerlang & spamass-milter updates
tez [Sun, 18 Apr 2010 15:52:10 +0000 (15:52 +0000)]
erlang & spamass-milter updates

14 years agoNote initial addition of p5-AnyEvent-BDB version 1.1 as
seb [Sun, 18 Apr 2010 15:34:16 +0000 (15:34 +0000)]
Note initial addition of p5-AnyEvent-BDB version 1.1 as
databases/p5-AnyEvent-BDB into The NetBSD Packages Collection.

The Perl 5 module AnyEvent::BDB is an AnyEvent user. Loading it
will install the necessary magic to seamlessly integrate BDB into
AnyEvent, i.e. you no longer need to concern yourself with calling
BDB::poll_cb or any of that stuff.

14 years agoAdd & enable p5-AnyEvent-BDB
seb [Sun, 18 Apr 2010 15:33:38 +0000 (15:33 +0000)]
Add & enable p5-AnyEvent-BDB

14 years agoInitial import of p5-AnyEvent-BDB version 1.1 in the NetBSD Packages
seb [Sun, 18 Apr 2010 15:33:16 +0000 (15:33 +0000)]
Initial import of p5-AnyEvent-BDB version 1.1 in the NetBSD Packages
Collection.

The Perl 5 module AnyEvent::BDB is an AnyEvent user. Loading it
will install the necessary magic to seamlessly integrate BDB into
AnyEvent, i.e. you no longer need to concern yourself with calling
BDB::poll_cb or any of that stuff.

14 years agoMerge from vendor branch TNF:
seb [Sun, 18 Apr 2010 15:33:16 +0000 (15:33 +0000)]
Merge from vendor branch TNF:
Initial import of p5-AnyEvent-BDB version 1.1 in the NetBSD Packages
Collection.

The Perl 5 module AnyEvent::BDB is an AnyEvent user. Loading it
will install the necessary magic to seamlessly integrate BDB into
AnyEvent, i.e. you no longer need to concern yourself with calling
BDB::poll_cb or any of that stuff.

14 years agoNote initial addition of p5-AnyEvent-AIO version 1.1 as
seb [Sun, 18 Apr 2010 15:18:25 +0000 (15:18 +0000)]
Note initial addition of p5-AnyEvent-AIO version 1.1 as
devel/p5-AnyEvent-AIO into The NetBSD Packages Collection.

The Perl 5 module AnyEvent::AIO is an AnyEvent user. Loading it
will install the necessary magic to seamlessly integrate IO::AIO
into AnyEvent, i.e. you no longer need to concern yourself with
calling IO::AIO::poll_cb or any of that stuff.

14 years agoAdd & enable p5-AnyEvent-AIO
seb [Sun, 18 Apr 2010 15:18:00 +0000 (15:18 +0000)]
Add & enable p5-AnyEvent-AIO

14 years agoInitial import of p5-AnyEvent-AIO version 1.1 in the NetBSD Packages
seb [Sun, 18 Apr 2010 15:17:42 +0000 (15:17 +0000)]
Initial import of p5-AnyEvent-AIO version 1.1 in the NetBSD Packages
Collection.

The Perl 5 module AnyEvent::AIO is an AnyEvent user. Loading it
will install the necessary magic to seamlessly integrate IO::AIO
into AnyEvent, i.e. you no longer need to concern yourself with
calling IO::AIO::poll_cb or any of that stuff.

14 years agoMerge from vendor branch TNF:
seb [Sun, 18 Apr 2010 15:17:42 +0000 (15:17 +0000)]
Merge from vendor branch TNF:
Initial import of p5-AnyEvent-AIO version 1.1 in the NetBSD Packages
Collection.

The Perl 5 module AnyEvent::AIO is an AnyEvent user. Loading it
will install the necessary magic to seamlessly integrate IO::AIO
into AnyEvent, i.e. you no longer need to concern yourself with
calling IO::AIO::poll_cb or any of that stuff.

14 years ago+ ImageMagick-6.6.1.4, alsa-1.0.23, aria2-1.9.1, asymptote-1.93,
wiz [Sun, 18 Apr 2010 14:52:17 +0000 (14:52 +0000)]
+ ImageMagick-6.6.1.4, alsa-1.0.23, aria2-1.9.1, asymptote-1.93,
  attica-0.1.3, bugzilla-3.6, cmus-2.3.2, fotoxx-10.1.1, gcc-4.5.0,
  glibmm-2.24.1, gnome-icon-theme-2.30.1 [GNOME 2.30], gnumeric110-1.10.2,
  goffice0.8-0.8.2, gsed-4.2.1, gtk2-engines-2.20.1 [GNOME 2.30],
  gtkmm-2.20.2, imake-1.0.3, libao-sun-1.0.0, libsigc++-2.2.6,
  mathomatic-15.0.7, nano-2.2.4, nautilus-actions-2.30.2 [GNOME
  2.30], p5-Compress-Raw-Zlib-2.026, p5-Mouse-0.54, p5-PerlMagick-6.6.1.4,
  p5-YAML-LibYAML-0.33, pangomm-2.26.1, puzzles-8922, py-nose-0.11.3
  [pkg/43174], py-pyrex-0.9.9, py-pytz-2010h, py-qt4-4.7.3,
  py-sip-4.10.2, scmgit-base-1.7.0.5, scmgit-docs-1.7.0.5,
  softhsm-1.1.4, tinc-1.0.13, wine-devel-1.1.43, x264-devel-20100417,
  xapian-1.0.19, xapian-omega-1.0.19.

14 years agoNote new py-nose package from January (hi drochner!).
wiz [Sun, 18 Apr 2010 14:51:12 +0000 (14:51 +0000)]
Note new py-nose package from January (hi drochner!).

14 years agoUpdated time/p5-DateTime-Format-Strptime to 1.2000
seb [Sun, 18 Apr 2010 14:11:10 +0000 (14:11 +0000)]
Updated time/p5-DateTime-Format-Strptime to 1.2000

14 years agoUpdate p5-DateTime-Format-Strptime from version 1.1000 to version 1.2000.
seb [Sun, 18 Apr 2010 14:11:00 +0000 (14:11 +0000)]
Update p5-DateTime-Format-Strptime from version 1.1000 to version 1.2000.
Approved by MAINTAINER.

Pkgsrc changes:
- Adjust dependencies

Upstream changes:
1.2000 2010-03-19
    - Updated to use non-deprecated DateTime::Locale API

14 years agoUpdated time/p5-DateTime-Locale to 0.45
seb [Sun, 18 Apr 2010 14:10:53 +0000 (14:10 +0000)]
Updated time/p5-DateTime-Locale to 0.45

14 years agoUpdate p5-DateTime-Locale from version 0.44 to version 0.45.
seb [Sun, 18 Apr 2010 14:10:42 +0000 (14:10 +0000)]
Update p5-DateTime-Locale from version 0.44 to version 0.45.

Upstream changes:
0.45   2010-03-19

- Installing this release will cause older versions of
  DateTime::Format::Strptime to warn like crazy. Please update
  DateTime::Format::Strptime if you install this release.

- This is an interim release still based on CLDR 1.7.1 pending the release of
  Locale::CLDR, which will happen real soon now, for some definition of soon.

- Removed dependency on Class::ISA and just copied what we need from said
  module directly. Class::ISA warns as deprecated if used with Perl 5.11.0,
  even though it works just fine (doh). RT #53940.

- All methods deprecated in the last release now warn when called.

- Added methods to return per-locale strftime formats from the glibc
  data. These methods are not yet documented. They are just there for now to
  allow me to update DateTime::Format::Strptime.

14 years agoNote update of net/ncftp3 to 3.24
zafer [Sun, 18 Apr 2010 12:24:59 +0000 (12:24 +0000)]
Note update of net/ncftp3 to 3.24

14 years agoremove ncftp3 from list. done.
zafer [Sun, 18 Apr 2010 12:23:52 +0000 (12:23 +0000)]
remove ncftp3 from list. done.

14 years agoUpdate ncftp3 to 3.2.4. Add LICENSE.
zafer [Sun, 18 Apr 2010 12:22:40 +0000 (12:22 +0000)]
Update ncftp3 to 3.2.4. Add LICENSE.

Change Log:

3.2.4, 2010-04-07
* Ncftpget and ncftpput can now read $HOME/.ncftp/bookmarks and take a bookmark name in place of a hostname. If the hostname specified is not fully qualified (i.e. does not contain a period), then bookmarks will be queried; if no bookmarks match, then a local hostname is assumed. Bookmarks are also queried for the config file option, -f, when the file specified by -f does not exist.
* Compatibility fixes for FreeBSD 8.
* Support for local validation of DNSSEC when combined with libraries available from the DNSSEC Tools project (Thanks, Robert Story).
* Microsoft disabled recursive directory listings altogether when fixing KB975254 (Thanks, Andrew Coggeshall). When entire directories are downloaded, instead of using "LIST -R" for one efficient listing of all files, the directories are manually traversed with one directory listing for each subdirectory. This will improve reliability of recursive downloads, except for the case when their are circular symbolic links (which is why "LIST -R" had been favored, which the server can easily handle).
* Compatibility fixes for Mac OS X for building from source code (Thanks, Mathieu Rene)

the complete changelog is available here:
http://www.ncftp.com/ncftp/doc/changelog.html

14 years agoSome clean up:
obache [Sun, 18 Apr 2010 12:02:58 +0000 (12:02 +0000)]
Some clean up:
* exactly disable python and java support same as perl and php
* pdftops filter is installed unconditionally, so change
  PKG_OPTIONS_GROUP.pdftops to REQUIRED_GROUP
* xpdf does not install pdftops tool anymore and using it came from
  poppler-utils.  so deprecate xpdf option and suggest poppler option instead.
* change gs option to ghostscript from option.description.
* exactly select "gs" or "pdftops" and tell its path to configure script.
* change ghostscript dependency from DEPENDS to USE_TOOLS.
* exactly disable gssapi support with "-kerberos" option.

14 years agobarnyard has moved to sourceforge. update master_sites.
zafer [Sun, 18 Apr 2010 11:27:12 +0000 (11:27 +0000)]
barnyard has moved to sourceforge. update master_sites.

14 years agoNav.o now gets build and installed on 64-bit Mac OS X
adam [Sun, 18 Apr 2010 09:20:25 +0000 (09:20 +0000)]
Nav.o now gets build and installed on 64-bit Mac OS X

14 years agoUpdated time/p5-DateTime-TimeZone to 1.17
seb [Sun, 18 Apr 2010 08:55:13 +0000 (08:55 +0000)]
Updated time/p5-DateTime-TimeZone to 1.17

14 years agoUpdate p5-DateTime-TimeZone from version 1.13 to version 1.17.
seb [Sun, 18 Apr 2010 08:54:59 +0000 (08:54 +0000)]
Update p5-DateTime-TimeZone from version 1.13 to version 1.17.

Upstream changes:
1.17    2010-04-10
- Updated Win32 to Olson name translation mapping. Patch by David
  Pinkowitz. RT #56445.

1.16    2010-04-05
- This release is based on version 2010h of the Olson database. This release
  includes changes for Tunisia and Pakistan.

1.15    2010-03-29
- This release is based on version 2010g of the Olson database. This release
  includes changes for Bangladesh, Palestine, and Russia.

1.14    2010-03-22
- This release is based on version 2010f of the Olson database. This release
  includes changes for Antartica, Syria, and Samoa.
- Moved code to my hg repo at http://hg.urth.org/hg/DateTime-TimeZone.

14 years agoUpdated devel/p5-namespace-clean to 0.14
seb [Sun, 18 Apr 2010 08:44:56 +0000 (08:44 +0000)]
Updated devel/p5-namespace-clean to 0.14

14 years agoUpdate from version 0.13 to version 0.14.
seb [Sun, 18 Apr 2010 08:44:38 +0000 (08:44 +0000)]
Update from version 0.13 to version 0.14.

Pkgsrc changes:
- Not need for a compiler

Upstream changes:
    [0.14] Thu Mar 18 11:15:38 CET 2010
        - Disable auto_install.
        - Turn the error prone debugger test into an author test.

14 years agoUpdated graphics/pngcrush to 1.7.10
adam [Sun, 18 Apr 2010 08:36:45 +0000 (08:36 +0000)]
Updated graphics/pngcrush to 1.7.10

14 years agoChanges 1.7.10:
adam [Sun, 18 Apr 2010 08:35:44 +0000 (08:35 +0000)]
Changes 1.7.10:
* Added missing "(...)" in png_get_uint_32().
* Only compile png_get_uint_32(), etc., when PNG_LIBPNG_VER < 1.2.9
* Revised help info for "-zitxt".

Changes 1.7.9:
* Defined TOO_FAR == 32767 in pngcrush.h (instead of in deflate.c)
* Revised the "nolib" Makefiles to remove reference to gzio.c and pnggccrd.c

Changes 1.7.8:
* Removed gzio.c

Changes 1.7.7:
* Updated bundled libpng to version 1.4.0.
* Check the "-plte_len n" option for out-of-range value of n.
* Changed local variable "write" to "z_write" in inffast.c (zlib-1.2.3.4)
    to avoid shadowed declaration warning.

Changes 1.7.6:
* Change some "if defined(X)" to "ifdef X" according to libpng coding style.
* Added some defines to suppress pedantic warnings from libpng-1.2.41beta15
    and later.  A warning about deprecated access to png_ptr->zstream is
    otherwise unavoidable.  When building the embedded libpng, a warning
    about png_default_error() returning is also otherwise unavoidable.
* Write premultiplied alpha if output extension is .ppng and
    PNG_READ_PREMULTIPLIED_ALPHA_SUPPORTED is set (needs libpng-1.5.0).
* Check the "-m method" option for out-of-range method value.

Changes 1.7.4:
* Use unmodified pngconf.h from libpng-1.2.41beta05 or later.

14 years agoUpdated www/p5-WWW-Pastebin-PastebinCom-Create to 0.003
seb [Sun, 18 Apr 2010 08:26:05 +0000 (08:26 +0000)]
Updated www/p5-WWW-Pastebin-PastebinCom-Create to 0.003

14 years agoUpdate from version 0.002 to version 0.003.
seb [Sun, 18 Apr 2010 08:25:54 +0000 (08:25 +0000)]
Update from version 0.002 to version 0.003.

Pkgsrc changes:
- Set LICENSE

Upstream changes:
0.003   Jan 17, 2009
        Applied Diab Jerius's patch to adopt the module for the new pastebin.com format

14 years agoUpdate p5-WWW-Mechanize from version 1.60 to version 1.62.
seb [Sun, 18 Apr 2010 08:12:20 +0000 (08:12 +0000)]
Update p5-WWW-Mechanize from version 1.60 to version 1.62.

Upstream changes:
NEXT        Sat Apr 10 23:10:07 CDT 2010
========================================
[FIXED]
Fixed a declaration in the Movable Type example in
WWW::Mechanize::Examples.

Quiet warnings if %ENV has undef values.

$mech->follow_link() no longer dies with an inappropriate error if
the link is not found.

$mech->click_button() now checks to see if a form is selected.

[INCOMPATIBILITIES]
$mech->form_name() and $mech->form_number() no longer throw warnings
if they can't find the form specified.  They still return undef,
though.

[DOCUMENTATION]
More additions to the FAQ.

14 years agoupdating irssi to next version (0.8.15). Changelog:
spz [Sun, 18 Apr 2010 06:29:16 +0000 (06:29 +0000)]
updating irssi to next version (0.8.15). Changelog:
Features:

    * Add active_window_ignore_refnum option With active_window_ignore_refnum ON, the current behavior for the active_window key (meta-a by default) is preserved: it switches to the window with the highest activity level that was last activated. With active_window_ignore_refnum OFF, the old behavior is used: it switches to the window with the highest activity level with the lowest refnum. (by Matt Sparks, bug #667)
    * Show new Charybdis +q list in channel windows (numerics 728 and 729).
    * Allow servers to belong to multiple networks.
    * Improve paste detection. Irssi now detects a paste if it reads at least three bytes in a single read; subsequent reads are associated to the same paste if they happen before 'paste_detect_time' time since the last read. If no read occurs after 'paste_detect_time' time the paste buffer is flushed; if there is at least one complete line its content is sent as a paste, otherwise it is processed normally.
    * Show "target changing too fast" messages in the channel/query window.
    * Use default trusted CAs if nothing is specified. This allows useful use of -ssl_verify without -ssl_cafile/-ssl_capath, using OpenSSL's default trusted CAs.
    * Show why an SSL certificate failed validation.
    * Make own nick and actions use default colour instead of white (by Tim Retout).

Bugfixes:

    * Change some characters illegal in Windows filenames to underscores in logs
    * Fix disconnects when sending large amounts of data over SSL
    * Show all nicks instead of just the first in an /accept * listing (Bug #704)
    * Make several signals without parameters available to perl again. In particular, this includes the "beep" signal (by Matt Sparks, bug #674)
    * Close the config file fd after saving (by Sven Wegener)
    * Check if an SSL certificate matches the hostname of the server we are connecting to.
    * Fix bash'isms, use command -v instead of which and use bc -l in /CALC.
    * Fix a crash with handling the DCC queue.
    * Fix crash when checking for fuzzy nick match when not on the channel. Reported by Aurelien Delaitre (SATE 2009).

14 years agoUpdated www/p5-Starman to 0.2002
seb [Sun, 18 Apr 2010 05:51:54 +0000 (05:51 +0000)]
Updated www/p5-Starman to 0.2002

14 years agoUpdate p5-Starman from version 0.2001 to version 0.2002.
seb [Sun, 18 Apr 2010 05:51:00 +0000 (05:51 +0000)]
Update p5-Starman from version 0.2001 to version 0.2002.

Upstream changes:
0.2002 Sat Apr 17 18:44:24 PDT 2010
        - Switch kyoto.jpg to use baybridge.jpg for testing

14 years agoUpdated www/p5-App-Nopaste to 0.20
seb [Sun, 18 Apr 2010 05:44:04 +0000 (05:44 +0000)]
Updated www/p5-App-Nopaste to 0.20

14 years agoUpdate from version 0.19 to version 0.20.
seb [Sun, 18 Apr 2010 05:42:21 +0000 (05:42 +0000)]
Update from version 0.19 to version 0.20.

Pkgsrc changes:
- Add more recommended dependencies
- Makefile cleanup

Upstream changes:
0.20    Fri Apr 16 23:05:10 2010
        App::Nopaste::Service::Pastie would generate warnings via
            Mechanize due to changes in http://pastie.org HTML (avar)
        Add App::Nopaste::Service::Codepeek (arcanez)

14 years agoUpdated www/p5-Plack to 0.9931
seb [Sun, 18 Apr 2010 04:31:47 +0000 (04:31 +0000)]
Updated www/p5-Plack to 0.9931

14 years agoUpdate p5-Plack from version 0.9930 to version 0.9931.
seb [Sun, 18 Apr 2010 04:31:31 +0000 (04:31 +0000)]
Update p5-Plack from version 0.9930 to version 0.9931.

Upstream changes:
0.9931  Fri Apr 16 23:52:27 PDT 2010
        - replace kyoto.jpg test image file with smaller baybridge.jpg to strip down the tarball size
          from 2.5MB to 212KB.

14 years agoNote initial addition of p5-IO-AIO version 3.65 as devel/p5-IO-AIO
seb [Sun, 18 Apr 2010 04:19:45 +0000 (04:19 +0000)]
Note initial addition of p5-IO-AIO version 3.65 as devel/p5-IO-AIO
into The NetBSD Packages Collection.

The Perl 5 module IO::AIO implements asynchronous I/O using whatever
means the operating system supports. It is implemented as an interface
to libeio.

14 years agoAdd & enable p5-IO-AIO
seb [Sun, 18 Apr 2010 04:19:18 +0000 (04:19 +0000)]
Add & enable p5-IO-AIO

14 years agoInitial import of p5-IO-AIO version 3.65 in the NetBSD Packages
seb [Sun, 18 Apr 2010 04:18:53 +0000 (04:18 +0000)]
Initial import of p5-IO-AIO version 3.65 in the NetBSD Packages
Collection.

The Perl 5 module IO::AIO implements asynchronous I/O using whatever
means the operating system supports. It is implemented as an interface
to libeio.

14 years agoMerge from vendor branch TNF:
seb [Sun, 18 Apr 2010 04:18:53 +0000 (04:18 +0000)]
Merge from vendor branch TNF:
Initial import of p5-IO-AIO version 3.65 in the NetBSD Packages
Collection.

The Perl 5 module IO::AIO implements asynchronous I/O using whatever
means the operating system supports. It is implemented as an interface
to libeio.