summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-02-24Remove deprecated tournament model, it reduce much memory to create binary ↵obache2-5/+8
model. Bump PKGREVISION.
2014-02-24restriction is came from model files, so only affect to binary of base package.obache2-4/+5
2014-02-24missing -lsocket -lnsl on some binaries for SunOS and update PLIST with aaxinerichard2-3/+6
2014-02-24force external flac given non-deterministic autodetection causing PLIST problemsrichard2-4/+7
2014-02-24Fix build by add missing DEPENDSwen1-1/+2
Spotted by joerg@(Thanks !)
2014-02-24Note update of lang/ruby193-base package to 1.9.3p484nb4.taca1-1/+2
2014-02-24Really fix rubygems problem, noted by joerg@ via private mail.taca3-6/+6
(It isn't good habbit to commit while a man is under the weather.) Bump PKGREVISION.
2014-02-23+ dialog-1.2.20140219, lilypond-2.18.1, meld-3.11.0, parallel-20140222,wiz1-3/+11
phpmyadmin-4.1.8, physfs-2.0.2, puzzles-10146, py-OpenSSL-0.14, py-virtualenv-1.11.4, x264-devel-20140222.
2014-02-23Needs -lm on SunOSwiedi1-1/+2
2014-02-23fix compilation on netbsd current; compile-tested hack for CIRCLEQ vs TAILQ ↵mspo2-1/+38
in tcpconns
2014-02-23Added devel/p5-MooX-Log-Any version 0.001sno2-2/+4
2014-02-23Adding new package for Perl module MooX::Log::Any from CPAN distributionsno3-0/+34
MooX-Log-Any version 0.001 into devel/p5-MooX-Log-Any A logging role building a very lightweight wrapper to Log::Any for use with your Moo or Moose classes. Connectibng a Log::Any::Adapter should be performed prior to logging the first log message, otherwise nothing will happen, just like with Log::Any
2014-02-23Added devel/p5-CPAN-Changes version 0.27sno2-2/+4
2014-02-23Adding new package for Perl module CPAN::Changes from CPAN distributionsno3-0/+33
CPAN-Changes version 0.27 into devel/p5-CPAN-Changes It is standard practice to include a Changes file in your distribution. The purpose the Changes file is to help a user figure out what has changed since the last release.
2014-02-23Updated math/mpcomplex to 1.0.2; textproc/grep to 2.18adam2-3/+4
2014-02-23Changes 1.0.2:adam3-12/+13
- Fixed mpc_atan, mpc_atanh for (+-0, +-1), see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57994#c7 - Fixed mpc_log10 for purely imaginary argument, see http://lists.gforge.inria.fr/pipermail/mpc-discuss/2012-September/001208.html
2014-02-23Changes 2.18:adam2-6/+6
Bug fixes: * grep no longer mishandles patterns like [^^-~] in unibyte locales. * grep -i in a multibyte, non-UTF8 locale could be up to 200 times slower than in 2.16.
2014-02-23Updated sysutils/p5-Unix-Statgrab to 0.103sno1-1/+2
2014-02-23Updating package for Perl module Unix::Statgrab from CPAN distributionsno3-15/+19
Unix-Statgrab from 0.101 to 0.103 in sysutils/p5-Unix-Statgrab PkgSrc changes: Generate package using Packager::Utils 0.001 Upstream changes since 0.101: Revision history for Perl extension Unix::Statgrab. 0.103 2014-02-19 - learn include paths and linker flags from pkg-config, if available - keep configure phase settings persistent for building stage - redo meta_add using meta-spec v2 * includes developer deps to please ribasushi 0.102 2013-09-28 - Update repository URI - it's now officially hosted on i-scream.org with a mirror on GitHub for issue tracking and easy deal with pull requests
2014-02-23Fix missing requirements when using libstatgrab as a dependencysno1-1/+7
2014-02-23Updated databases/p5-DBD-XBase to 1.05wen1-1/+2
2014-02-23Added devel/p5-IO-Async version 0.61sno2-2/+4
2014-02-23Update to 1.05wen2-7/+6
Upstream changes: 1.05 Wed Apr 24 19:37:09 CEST 2013 Fix for prepare_select_eq and empty MDX indexes, patch by Julian Bridle. 1.04 Wed Apr 17 19:47:21 CEST 2013 Fix for handling MDX indexes, patch by Julian Bridle.
2014-02-23Updated databases/p5-DBD-CSV to 0.41wen1-1/+2
2014-02-23Update to 0.41wen2-7/+6
Upstream changes: 0.41 - 2013-07-29, H.Merijn Brand * Use File::Spec->tmpdir () for universal existing folder Note that huge $TMP folders may cause the test to run slow * Use File::Spec::rel2abs () instead of abs_path and hoops * Guard against parallel testing, which is unsupported * Guard against streaming tests (they PASS on the DBI-devel) 0.40 - 2013-07-23, H.Merijn Brand * Fix version references in doc * Fix tests for Windows 0.39 - 2013-06-28, H.Merijn Brand * Use f_file in docs. file is deprecated * DBD::CSV's repository moved to github * Add test for row-completeness * Fix UTF-8 tests to better follow Text::CSV_XS auto-encoding * Require more recent versions of low level modules that fixe issues reported for DBD::CSV * Development will also do mosts tests with DBI_SQL_NANO=1 * Added support for f_dir_search from DBD::File (in fact DBI was changed to feature this for DBD::CSV :) * Fix test relying on spell-error in DBI's error message * Document csv_class (still undertested)
2014-02-23Adding new package for Perl module IO::Async from CPAN distributionsno3-0/+45
IO-Async version 0.61 into devel/p5-IO-Async This collection of modules allows programs to be written that perform asynchronous filehandle IO operations. A typical program using them would consist of a single subclass of IO::Async::Loop to act as a container of other objects, which perform the actual IO work required by the program. As well as IO handles, the loop also supports timers and signal handlers, and includes more higher-level functionality built on top of these basic parts.
2014-02-23Added devel/p5-Future version 0.25sno2-2/+4
2014-02-23Adding new package for Perl module Future from CPAN distribution Futuresno3-0/+31
version 0.25 into devel/p5-Future A "Future" object represents an operation that is currently in progress, or has recently completed. It can be used in a variety of ways to manage the flow of control, and data, through an asynchronous program.
2014-02-23avoid using -lutil on SunOSrichard1-1/+5
2014-02-23Updated www/p5-HTTP-Cache-Transparent to 1.1wen1-1/+2
2014-02-23Update to 1.1wen2-7/+7
Add LICENSE Upstream changes: 2012-10-25 Mattias Holmlund Version 1.1 Unlink temporary cachefiles if we fail to give them a proper name Resolves https://rt.cpan.org/Ticket/Display.html?id=60065 Handle multiple simultaneous cache cleanups Hopefully resolves https://rt.cpan.org/Public/Bug/Display.html?id=77015 Handle caching of zero-size documents Resolves https://rt.cpan.org/Public/Bug/Display.html?id=76785 Populate $response->message with the default message for the code Patch from Graham Barr Ensure response has access to request when fetching from cache Patch from Graham Barr. Handle undefined content from servers.
2014-02-23Updated www/p5-HTTP-Async to 0.23wen1-1/+2
2014-02-23Update to 0.23wen2-7/+9
Add LICENSE Add missing BUILD_DEPENDS for regress test Upstream changes: 0.23 2013/11/03 * Added REAL_SERVERS check to t/proxy-with-https.t - Thanks to Gregor Herrmann, Debian Perl Group, for the patch 0.22 2013/09/12 * Added repository cpan metadata to Makefile.PL - Thanks to David Steinbrunner for the patch 0.21 2013/08/29 * Updated Changes file to meet CPAN::Changes::Spec * FIxed unparseable date for version 0.02 0.20 2013/07/18 * Updates Changes file to meet CPAN::Changes::Spec * Changed and standardized date formats * Changed name from CHANGES to Changes * Added author/release test to check this going forward 0.19 2013/07/17 * Added ssl_options support * Increased Net::HTTPS::NB requirement to 0.13 - Thanks to Heikki Vatiainen for the patch 0.18 2013/05/27 * Fixed typo in POD - Added THANKS for Florian (fschlich) 0.17 2013/04/20 * Added local_addr and local_port support * Standardised test names * Added THANKS for github user c00ler- 0.16 2013/04/04 * Fixed CPAN Testers bug in bad-hosts.t 0.15 2013/04/04 * Two bug fixes provided by Josef Toman: * Fixed header handling to use header_field_names() * Replaced _make_url_absolute with URI::new_abs() 0.14 2013/04/01 * More diagnostics in bad-hosts.t on failure 0.13 2013/03/29 * Fixed t/real-servers.t to work whether or not Net::HTTPS::NB is available 0.12 2013/03/29 * New logic for making https requests through a proxy * Made tests run ok in parallel by using different ports per test * Set explicit SSL_verify_mode in real-servers.t * Minor update to code comment about is_proxy mode 0.11 2012/11/13 * Use high ports to prevent test failure when 8080 is already used * Travis config 0.10 2012/03/08 * added support for https requests - thanks Naveed Massjouni
2014-02-23Updated www/p5-HTML-TokeParser-Simple to 3.16wen1-1/+2
2014-02-23Update to 3.16wen2-7/+6
Upstream changes: 3.16 2013-06-26 Fix POD errors and move POD tests to XT directory. Fix spelling errors.
2014-02-23Updated www/p5-HTML-Template to 2.95wen1-1/+2
2014-02-23Update to 2.95wen2-8/+7
Upstream changes: 2.95 Mon Oct 21 2013 - Added support for "none" for default_escape [Mark Stosberg] - Escape unicode new-line characters in JS escape [Michael Peters]
2014-02-23Updated www/p5-HTML-Selector-XPath to 0.16wen1-1/+2
2014-02-23Update to 0.16wen2-7/+6
Upstream changes: 0.16 Sat Aug 10 17:52:00 GMT 2013 - Added link to repository (D. Steinbrunner) 0.15 Mon Oct 1 19:14:05 GMT 2012 - Fix bugs in :contains("string") (Aaron Crane)
2014-02-23Fix MASTER_SITES.wiz1-2/+2
2014-02-23Updated www/p5-HTML-FormFu to 1.00wen1-1/+2
2014-02-23Added devel/p5-Test-Identity version 0.01sno2-2/+4
2014-02-23Update to 1.00wen2-6/+8
Add missing DEPENDS Upstream changes: 1.00 2013-12-16 - TT template files changed - update them if you use a local copy. Template file 'label_tag' renamed to 'label_element' - old file can be deleted. 'field' file changed. New 'errors' file. - TT no longer listed as a prerequisite. If you use the TT files, you must add 'Template' to your own app's prereqs. - Element::reCAPTCHA and Constraint::reCAPTCHA moved out to separate distribution. - HTML::FormFu::MultiForm moved out to separate distribution. - auto_container_class(), auto_label_class(), auto_comment_class(), auto_container_error_class(), auto_container_per_error_class(), auto_error_class() no longer have default values. See "RESTORING LEGACY HTML CLASSES" in HTML::FormFu docs to restore previous behaviour. - auto_label_class() no longer adds class to container. auto_label_class() now adds class to label tag. new auto_container_label_class() adds class to container. See "RESTORING LEGACY HTML CLASSES" in HTML::FormFu docs to restore previous behaviour. - auto_comment_class() no longer adds class to both container and comment. auto_comment_class() now only adds class to comment tag. new auto_container_comment_class() adds class to container. See "RESTORING LEGACY HTML CLASSES" in HTML::FormFu docs to restore previous behaviour. - Bug fix: param_value() form method now matches documented behaviour - returns undef when field has errors. (Reported by Hailin Hu). - New Element::Email and Element::URL HTML5 input fields. - Role::Element::Input has new datalist_options(), datalist_values(), datalist_id() and auto_datalist_id() methods to support HTML5 datalists. auto_datalist_id() is an inherited accessor which can be set on the Form, MultiForm, or Block. - Form and Elements has new title() attribute short-cut. - Constraint::Regex has new anchored() accessor. - New Input attribute accessors: placeholder(), pattern(), autocomplete(). - New Input boolean attribute accessors: autofocus(), multiple(), required(). - New Field inherited accessors: auto_container_per_error_class(), auto_error_container_class(), auto_error_container_per_error_class(), error_tag(), error_container_tag - Constraints have new experimental method fetch_error_message(). - All field elements have new method error_filename(). - default_args() now supports 'Block', 'Field', 'Input' pseudo-elements, '|' alternatives, and '+' and '-' ancestor modifiers. - New Czech (cs) I18N translation by Jan Grmela. - mk_inherited_accessors() now also creates a *_no_inherit() method. - Experimental new roles() form method. - form methods start(), end() now respect render_method - no longer force use of tt templates. - Bug fix: del_attribute() on empty attribute no longer sets the attribute. - All attribute accessors generated with mk_attrs() now have *_loc variants. - form methods start(), end() now respect render_method - no longer force use of tt templates. - Tests now always require Test::Aggregate::Nested. Re-enable aggregate tests on Win32. Don't run all tests twice under both aggregate and t/ (doh!)
2014-02-23Updated devel/subversion to 1.8.8; devel/git to 1.9.0; ↵adam2-3/+83
databases/postgresql93 to 9.3.3; databases/postgresql92 to 9.2.7; databases/postgresql91 to 9.1.12; databases/postgresql90 to 9.0.16; databases/postgresql84 to 8.4.20
2014-02-23Adding new package for Perl module Test::Identity from CPAN distributionsno3-0/+35
Test-Identity version 0.01 into devel/p5-Test-Identity This module provides a single testing function, "identical". It asserts that a given reference is as expected; that is, it either refers to the same object or is "undef". It is similar to "Test::More::is" except that it uses "refaddr", ensuring that it behaves correctly even if the references under test are objects that overload stringification or numification.
2014-02-23Changes:adam89-259/+124
This update fixes CVE-2014-0060, in which PostgreSQL did not properly enforce the WITH ADMIN OPTION permission for ROLE management. This update also fixes some issues which affect binary replication and row locking, and can cause recoverable data corruption in some cases. In addition to the above, the following issues are fixed in this release: Fix WAL logging of visibility map change Make sure that GIN indexes log all insertions Get pause_at_recovery_target to pause at correct time Ensure walreceiver sends hot-standby feedback messages on time Prevent timeout interrupts from taking control away from mainline code Eliminate several race conditions Fix some broken HINTs in error messages Prevent server lockup on SSL connection loss Fix two Unicode handling issues Prevent crash on certain subselect syntax Prevent crash on select from zero column table Fix two bugs with LATERAL Fix issue with UNION ALL, partitioning, and updates Ensure that ANALYZE understands domains over ranges Eliminate permissions check when using default tablespace Fix memory leakage in JSON functions Allow extensions with event triggers Distinguish numbers correctly in JSON output Fix permissions for pg_start_backup() and pg_stop_backup() Accept SHIFT_JIS as locale name Fix .* expansion for SQL function variables Prevent infinite loop on some COPY connection failures Several fixes for client issues on Windows Enable building PostgreSQL with Visual Studio 2013 Update time zone files for recent changes
2014-02-23Updated devel/p5-Test-Aggregate to 0.371wen1-1/+2
2014-02-23Added devel/p5-Test-Refcount version 0.07sno1-1/+2
2014-02-23Update to 0.371wen2-8/+7
Upstream changes: 0.371 2013-09-23 - Fix bug in our test suite that failed to count enough diagnostics when run under verbose mode. Closes rt-88912 (and http://bugs.debian.org/724297). Thanks to gregor herrmann, Debian Perl Group for reporting.
2014-02-23Added devel/p5-Test-Refcount version 0.07sno1-1/+2