Commit graph

157652 commits

Author SHA1 Message Date
seb
016767ab28 Ooops! Wrong directory! this package is going to be imported again
as net/p5-Net-Server-Coro.
2010-04-19 22:42:44 +00:00
morr
957ede2866 Updated www/wordpress to 2.9.2 2010-04-19 22:42:29 +00:00
seb
7970aa7a29 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.
2010-04-19 22:39:30 +00:00
seb
e923ff2d52 Add & enable p5-Net-Server-Coro 2010-04-19 22:38:59 +00:00
seb
87081e1d8e 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.
2010-04-19 22:38:31 +00:00
morr
69c0e2f0e2 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
2010-04-19 22:34:02 +00:00
seb
d2d4f03b6f 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.
2010-04-19 22:12:32 +00:00
seb
7f64ea037d Add & enable p5-Coro 2010-04-19 22:12:07 +00:00
seb
e2d46a95d8 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.
2010-04-19 22:11:50 +00:00
zafer
d5461717de note update of net/csup to csup-snap-20100404 2010-04-19 21:27:37 +00:00
zafer
61ee440b51 remove csup from list. done. 2010-04-19 21:25:49 +00:00
zafer
f5167730a4 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/
2010-04-19 21:23:24 +00:00
zafer
ec126d58eb note update of net/socat to 1.7.1.2 2010-04-19 19:54:20 +00:00
zafer
62a25a01a7 remove socat from list. done. 2010-04-19 19:53:31 +00:00
zafer
1c41c0c3cb 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
2010-04-19 19:52:13 +00:00
zafer
c233534bb1 provide mirror 2010-04-19 19:39:35 +00:00
zafer
4377a038eb sqsh has moved to sourceforge. update master_sites. 2010-04-19 19:21:39 +00:00
tnn
6cc98fc336 don't break stuff on !NetBSD 2010-04-19 18:49:30 +00:00
tnn
14f18c6c33 clean up atomic ops handling and use devel/libatomic_ops as a fallback.
Based on patch from Dennis den Brok.
2010-04-19 18:46:15 +00:00
drochner
0be930bd7b mention recent updates 2010-04-19 15:48:25 +00:00
drochner
136521effa split out xine's v4l support 2010-04-19 15:33:25 +00:00
drochner
5110f9e97f disable building of v4l input plugins, bump PKGREVISION 2010-04-19 15:31:19 +00:00
is
2590e760c6 Seems to work on LP64. 2010-04-19 13:58:43 +00:00
obache
538b25af88 Updated misc/m17n-db to 1.6.1 2010-04-19 13:56:03 +00:00
obache
08a0baf224 Update m17n-db to 1.6.1.
* Changes in the m17n database 1.6.1

** This release is just for a minor bug fix.
2010-04-19 13:55:50 +00:00
is
782e98bdc4 mtools 4.0.13, 2nd part. 2010-04-19 13:50:19 +00:00
is
6d0e4970b3 mtools 4.0.13 2010-04-19 13:45:56 +00:00
is
3b92420347 Upgrade to 4.0.13. 2010-04-19 13:44:48 +00:00
obache
5c67d5e365 fixes date format. 2010-04-19 12:02:07 +00:00
obache
c40369945c Updated devel/py-nose to 0.11.3 2010-04-19 11:40:35 +00:00
obache
fac277d47b 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).
2010-04-19 11:40:16 +00:00
agc
28413fb3e3 add licensing information 2010-04-19 06:24:33 +00:00
agc
792a11de2f add license information to the package Makefile
clarify the description in light of the license information.
2010-04-19 06:16:40 +00:00
tron
bb9d5589a2 Note update of the "milter-greylist" package to version 4.2.5. 2010-04-18 21:59:32 +00:00
tron
0b6ef75c3a 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)
2010-04-18 21:58:59 +00:00
sbd
996333f5ca 4 weeks without a maintainer, not good enough, i.e. Pickup maintainership. 2010-04-18 21:56:36 +00:00
sbd
fb87ae6185 Set NATIVE_MACHINE_GNU_PLATFORM & MACHINE_GNU_PLATFORM using
NATIVE_MACHINE_GNU_ARCH & MACHINE_GNU_ARCH respectively.

Fixes PR pkg/43147.
2010-04-18 21:51:49 +00:00
sbd
91555f4138 syncing BINPKG_SITES with reality.
Originally suggested by hubertf@
2010-04-18 21:48:39 +00:00
jmmv
216c51031b 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.
2010-04-18 19:51:47 +00:00
jmmv
fb1e4cac93 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.
2010-04-18 18:22:43 +00:00
tez
5162d0073f nano update for CVE-2010-1160 & CVE-2010-1161 2010-04-18 17:23:16 +00:00
tez
57b725a585 update to 2.2.4 to resolve CVE-2010-1160 & CVE-2010-1161 2010-04-18 17:21:34 +00:00
spz
eaccce016f note updates of inn, irrtoolset5 and irssi 2010-04-18 16:23:01 +00:00
tez
14d7323dad erlang & spamass-milter updates 2010-04-18 15:52:10 +00:00
seb
fbb9c6edc0 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.
2010-04-18 15:34:16 +00:00
seb
2731000d4c Add & enable p5-AnyEvent-BDB 2010-04-18 15:33:38 +00:00
seb
e895732528 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.
2010-04-18 15:33:16 +00:00
seb
6e123b6ce8 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.
2010-04-18 15:18:25 +00:00
seb
272546e825 Add & enable p5-AnyEvent-AIO 2010-04-18 15:18:00 +00:00
seb
98ec57f297 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.
2010-04-18 15:17:42 +00:00