summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-12-08Updated emulators/gxemul to 0.6.0.1ryoon1-1/+2
2014-12-08Update to 0.6.0.1ryoon9-194/+50
Changelog: [20140817] Release 0.6.0.1. It has been a while since the last release, and the SVN repository mirror at Sourceforge seems to be broken, so it felt reasonable to package the current code into a patch release. Not much has happened feature-wise since 0.6.0. [20140816] On FreeBSD/amd64 with GCC 4.2.1 as the default compiler, you may need to install GCC 4.8.4 and run the configure script like this to avoid triggering a bug in the default compiler: CXX=c++48 CXXFLAGS=-Wl,-rpath,/usr/local/lib/gcc48 ./configure [20110820] Not much coding lately. The only thing worth mentioning is that the Dreamcast emulation mode now gets further when running Marcus Comstedt's test programs, and also shows "something" when booting the PROM from my real Dreamcast. (This was in the legacy Dreamcast mode, for fun. I haven't had time to work on the new framework at all.) [20100729] Uploaded a clip to YouTube, showing the NetBSD/pmax install procedure in GXemul.
2014-12-08Updated security/chkrootkit to 0.50mef1-1/+2
2014-12-08(pkgsrc)mef5-21/+26
- Add comment on patch-ac (from cvs log) (upstream) - Update 0.49 to 0.50 04/30/2014 - Version 0.50 new tests: linuxrootkit-AMD-64-sound Operation Windigo ssh backdoor detection Minor bug fixes
2014-12-08Fix libevent detection on NetBSD-current.wiz1-1/+3
2014-12-08Updated audio/musicpd to 0.18.19nb1wiz1-1/+2
2014-12-08Fix build with ffmpeg2-2.5 and depend on it.wiz4-3/+22
Bump PKGREVISION.
2014-12-08Updated databases/sqlite3 to 3.8.7.3adam1-1/+4
2014-12-08Changes 3.8.7.3:adam7-22/+24
* Bug fix: Ensure the cached KeyInfo objects (an internal abstraction not visible to the application) do not go stale when operating in shared cache mode and frequently closing and reopening some database connections while leaving other database connections on the same shared cache open continuously. * Bug fix: Recognize that any column in the right-hand table of a LEFT JOIN can be NULL even if the column has a NOT NULL constraint. Do not apply optimizations that assume the column is never NULL.
2014-12-08Added textproc/p5-Text-Hunspell version 2.09wiz1-1/+2
2014-12-08+ p5-Text-Hunspell.wiz1-1/+2
2014-12-08Import p5-Text-Hunspell-2.09 as textproc/p5-Text-Hunspell.wiz3-0/+27
This module provides a Perl interface to the OO Hunspell library. Provided by David H. Gutteridge in PR 49032.
2014-12-08Updated www/p5-Dancer-Session-Cookie to 0.25wen1-1/+2
2014-12-08Update to 0.25wen2-9/+11
Update DEPENDS Upstream changes: 0.25 2014-08-04 [MISC] - Move tests from Test::TCP to Test::WWW::Mechanize::PSGI. [STATISTICS] - code churn: 5 files changed, 138 insertions(+), 174 deletions(-) 0.24 2014-07-29 [MISC] - Release again, this time with real co-maint permissions. [STATISTICS] - code churn: 1 file changed, 57 insertions(+), 53 deletions(-) 0.23 2014-07-17 [CHANGED] - Requires Session::Storage::Secure 0.010 to allow storing objects, which is specially relevant for JSON::bool data.
2014-12-08Updated www/p5-Session-Storage-Secure to 0.010wen1-1/+2
2014-12-08Update to 0.010wen2-7/+6
Upstream changes: 0.010 2014-05-04 13:52:13-04:00 America/New_York [ADDED] - Added support for customizing options to Sereal encoder and decoder, i.e. to allow object serialization for those willing to accept the risks of doing so. (Thanks to Breno de Oliveira for inspiration to do this.) 0.009 2014-04-17 17:15:25-04:00 America/New_York [FIXED] - Fixed bug that would cause custom encoding tests to fail intermittently 0.008 2014-04-17 16:29:50-04:00 America/New_York [ADDED] - Added support for keeping an array of old keys for decryption (Tom Hukins) - Added support for replacing MIME::Base64 encoding with user-specified transport encoding/decoding, possibly with a custom separator [INTERNAL] - Update repository support and meta files
2014-12-08Updated devel/p5-Moose to 2.1403wen1-1/+2
2014-12-08Update to 2.1403wen2-7/+6
Upstream changes: 2.1403 2014-12-07 [ENHANCEMENTS] - Added a section to Moose::Manual::MethodModifiers illustrating how method modifiers work with inheritance. (Andreas Koenig, RT #98940) [DOCUMENTATION] - Added docs to Moose.pm on the -meta_name import option. This addresses RT #98488. [BUG FIXES] - Fix a test that fails on MSWin32 systems using nmake - fix dev build compilation error when using MSVC (A. Sinan Unur) [OTHER] - the modules in the git repository now have a defined $VERSION, to make it easier to test MooseX::* and other code under development.
2014-12-08Updated www/p5-Dancer2 to 0.156000wen1-2/+2
2014-12-08Update to 0.156000wen2-6/+6
Upstream changes: 0.156000 2014-12-07 18:04:14+01:00 Europe/Amsterdam [ BUG FIXES ] * Do not try to deserialize empty content. (Lennart Hengstmengel, Sawyer X) * Do not call serialization hooks when no serialization took place. (Sawyer X) * Be more cautious on undef output from serializer. (Daniel B.hmer, Sawyer X) [ ENHANCEMENTS ] * Add cpanfile when scaffolding a new app. (D.vid Kov.cs, Sawyer X) * Response "content" attribute no longer stringifies. This should help reduce warnings, odd debugging problems, etc. (Sawyer X) * DSL "uri_for" no longer returns URI object. Instead just the URI. (Sawyer X) [ DOCUMENTATION ] * GH #777: Fix doc for mentioning public dir. (D.vid Kov.cs, Sawyer X) * GH #787: Document all environment variables. (Sawyer X) 0.155004 2014-12-04 11:51:23+01:00 Europe/Amsterdam [ BUG FIXES ] * Guard against content length being empty strings. This is really bizarre case but saw it once. (Sawyer X)
2014-12-08Fix compile error on amd64-current.msaitoh2-1/+20
2014-12-08Haiku is also supported.obache1-2/+2
from Diger via pkgsrc-users@.
2014-12-08Not setting GCC_REQD for OpenBSD/sparc64. None of the lang/gcc4* packagesrodent1-1/+3
build on OpenBSD 5.6/sparc64 at the moment. However, the boost-* packages build quite well with the system gcc: # gcc -v Reading specs from /usr/lib/gcc-lib/sparc64-unknown-openbsd5.6/4.2.1/specs Target: sparc64-unknown-openbsd5.6 Configured with: OpenBSD/sparc64 system compiler Thread model: posix gcc version 4.2.1 20070719 # pkg_info | grep boost boost-headers-1.56.0 Boost is a set of free, peer-reviewed, C++ libraries. The emphasis is on boost-jam-1.56.0 Boost is a set of free, peer-reviewed, C++ libraries. The emphasis is on
2014-12-08Fix a typo. No functional change.agc1-2/+2
2014-12-08Updated misc/less to 470rodent1-1/+2
2014-12-08Less version 470rodent2-6/+6
Version 470 was released on 6 Oct 2014. These are the differences between version 458 and version 470: * Don't overwrite history file; just append to it. This behaves better when multiple sessions are running less simultaneously and using the same history file. * New command ESC-G goes to end of currently buffered data in a pipe. * In more-compatible mode, make the -p option apply to every file opened, not just the first one. * In more-compatible mode, change the -e option to work like -E, not -EF. * Treat multiple CRs before LF are like one CR (all the CRs are hidden). * Allow "extra" string in lesskey file to append to a multi-char command (like a search pattern), without executing the command. * Ignore -u/-U setting while viewing help file, so that underline and bold chars are displayed correctly. * Improve detection of "binary" files in UTF-8 mode. * Fix bug with ++ commands. * Fix bugs and improve performance in ampersand filtering. * Automate construction of Unicode tables from Unicode database.
2014-12-07Updated mail/mopher to 0.5.2gdt1-1/+2
2014-12-07Upgrade to 0.5.2 (from Petar Bogdanovic).gdt2-6/+6
Version 0.5.2 05.12.2014 Fix DSO linking. Fix cleanup procedure on exit/error (#23, #24). Update regdom rules.
2014-12-07add another test, after some prodding from riz@ - check that the verificationagc1-1/+4
fails when no valid public key for the signature is provided.
2014-12-07Updated databases/p5-DBIx-Class-Helpers to 2.024001mef1-1/+7
Updated databases/p5-DBIx-Class-RDBOHelpers to 0.11 Updated databases/p5-DBIx-Introspector to 0.001004 Updated databases/p5-DBIx-SearchBuilder to 1.66 Updated databases/p5-DBIx-Class-EncodedColumn to 0.00013
2014-12-07Udate 0.00012 to 0.00013mef2-7/+6
0.00013 2014-02-27 - Pod fixes (RT#88875) - Fix deps (github#1)
2014-12-07Update 1.65 to 1.66mef2-7/+6
1.66 2014/08/20 - No changes since 1.65_02 1.65_02 - Stop unilaterally disabling the "UTF8" flag before executing queries - Make ->Fields case-sensitive in the column names it returns, as well as in the table name it takes. 1.65_01 - Make ->Fields only lookup information on the table requested, not all fields, for performance. It also is now case-sensitive in table name. - Omit calls to ->Fields entirely for PostgreSQL 9.1 and above
2014-12-07Update 0.001003 to 0.001004mef2-6/+6
0.001004 2014-11-30 21:50:34-06:00 America/Chicago - Fix bug that disallowed false values
2014-12-07Update 0.10 to 0.11mef2-7/+6
0.11 03 March 2014 - move to github - add meta to Makefile.PL, make pod tests respect RELEASE_TESTING env var - fix https://rt.cpan.org/Ticket/Display.html?id=93435
2014-12-07Update 2.024000 to 2.024001mef2-6/+6
2.024001 2014-11-25 19:16:41-06:00 America/Chicago - Fix ::DidYouMean to override source instead of resultset (Thanks ribasushi for the bug report!)
2014-12-07Updated databases/p5-DBIx-Class-Fixtures to 1.001026mef1-1/+2
2014-12-07Update 1.001024 to 1.001026mef2-6/+6
1.001026 2014-12-01 16:43:10+00:00 Europe/London - bugfix: not relying on $src->from to be a string anymore, use $src->name or $src->source_name. mrf++ 1.001025 2014-11-30 00:58:13+00:00 Europe/London - optimization: add empty string as second arg to encode_base64 - rammo++ https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/1/commits
2014-12-07Use appended lists here too instead of multi-line ones.rodent2-10/+9
2014-12-07Updated meta-pkgs/suse121 to 12.1nb1rodent1-1/+2
2014-12-07Add gstreamer and sqlite3 modules. Change EMUL_MODULES.linux to anrodent1-4/+5
appended list, instead of multi-line list. Bump PKGREVISION.
2014-12-07Adding META_PACKAGE=yes for consistency with other meta-pkgs, although thisrodent1-1/+3
option is undocumented. :\
2014-12-07Updated time/py-vdirsyncer to 0.3.2wiz2-3/+3
2014-12-07Update to 0.3.2:wiz2-6/+6
Version 0.3.2 ============= - The current config format has been deprecated, and support for it will be removed in version 0.4.0. Vdirsyncer warns about this now.
2014-12-07Updated textproc/py-html2text to 2014.12.5wiz2-3/+3
2014-12-07Update to 2014.12.5:wiz3-49/+17
2014.12.5 ========= ---- * Feature: Update `README.md` with usage examples. * Fix #35: Remove `py_modules` from `setup.py`. * Fix #36: Excludes tests from being installed as a separate module. * Fix #37: Don't hardcode the path to the installed binary. * Fix: Readme typo in running cli. * Feature #40: Extract cli part to ``cli`` module. * Feature #42: Bring python version compatibility to ``compat.py`` module. * Feature #41: Extract utility/helper methods to ``utils`` module. * Fix #45: Does not accept standard input when running under Python 3. * Feature: Clean up ``ChangeLog.rst`` for version and date numbers.
2014-12-07Updated x11/luit to 2.0.20141204wiz2-3/+3
2014-12-07Update to 2.0.20141204:wiz2-6/+6
bluit (20141204) unstable; urgency=low * maintenance updates
2014-12-07Updated devel/afl to 0.87bwiz2-3/+3
2014-12-07Update to 0.87b:wiz2-6/+6
-------------- Version 0.87b: -------------- - Added support for MSAN, via AFL_USE_MSAN, same gotchas as for ASAN. -------------- Version 0.86b: -------------- - Added AFL_NO_FORKSRV, allowing the forkserver to be bypassed. Suggested by Ryan Govostes. - Simplified afl-showmap.c to make use of the no-forkserver mode. - Made minor improvements to crash_triage.sh, as suggested by Jakub Wilk. -------------- Version 0.85b: -------------- - Fixed the CPU counting code - no sysctlbyname() on OpenBSD, d'oh. Bug reported by Daniel Dickman. - Made a slight correction to error messages - the advice on testing with ulimit was a tiny bit off by a factor of 1024. -------------- Version 0.84b: -------------- - Added support for the CPU widget on some non-Linux platforms (I hope). Based on feedback from Ryan Govostes. - Cleaned up the changelog (very meta). -------------- Version 0.83b: -------------- - Added experimental/clang_asm_normalize/ and related notes in env_variables.txt and afl-as.c. Thanks to Ryan Govostes for the idea. - Added advice on hardware utilization in README. -------------- Version 0.82b: -------------- - Made additional fixes for Xcode support, juggling -Q and -q flags. Thanks to Ryan Govostes. - Added a check for __asm__ blocks and switches to .intel_syntax in assembly. Based on feedback from Ryan Govostes. -------------- Version 0.81b: -------------- - A workaround for Xcode 6 as -Q flag glitch. Spotted by Ryan Govostes. - Improved Solaris build instructions, as suggested by Martin Carpenter. - Fix for a slightly busted path scoring conditional. Minor practical impact.
2014-12-07+ afl-0.87b, luit-20141204, py-html2text-2014.12.5, py-vdirsyncer-0.3.2,wiz1-2/+6
x264-devel-20141206.