summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-07-01Update to 0.19.10:wiz2-7/+6
ver 0.19.10 (2015/06/21) * input - curl: fix deadlock on small responses - smbclient: fix DFF playback * decoder - ffmpeg: improve seeking accuracy - fix stuck stream tags * encoder - opus: fix bogus granulepos * output - fix failure to open device right after booting * neighbor - nfs: fix deadlock when connecting * fix "single" mode breakage due to queue edits
2015-07-01Note update of mbone/dbeacon to 0.3.9.1nb5.he1-1/+2
2015-07-01It looks like we need another round of changes to get_timestamp(),he3-18/+22
this time from using gettimeofday() to using cloc_gettime(CLOCK_MONOTONIC), to avoid the effects of UTC leap second insertion which IIUC steps the system clock back one second, and will cause the single assert() in dbeacon.cpp to fire. Unfortunately, my core dump was incomplete due to a full root file system... PKGREVISION bumped.
2015-07-01Updated devel/waf to 1.8.11wiz2-3/+3
2015-07-01Update to 1.8.11:wiz2-6/+6
NEW IN WAF 1.8.11 ----------------- * Fortran fixes https://github.com/waf-project/waf/issues/1580 * Enabled installation of generated .py files * Fixed the '--threading' option for valac https://github.com/waf-project/waf/issues/1577 * Shared library compatibility version handling on OSX
2015-07-01Updated graphics/p5-GD to 2.56wiz2-3/+3
2015-07-01Update to 2.56:wiz2-13/+13
2.56 * Fix Makefile.PL so that it works again. 2.55 * Great simplification of regression framework ought to fix make test problems. * Replace ExtUtils::MakeMaker script with Module::Build system (just in time for Module::Build to be deprecated). * Remove archaic qd.pl (for creating QuickDraw picts) from distribution. 2.54 Patch from yurly@unet.net to fix image corruption in rotate180 when image height is odd.
2015-07-01Updated devel/p5-common-sense to 3.74wiz1-1/+2
2015-07-01Update to 3.74:wiz2-7/+6
3.74 Mon Jun 29 14:39:26 CEST 2015 - the generated README file was empty.
2015-07-01Updated fonts/koruri-ttf to 20150701nonaka1-1/+2
2015-07-01Update koruri-ttf to 20150701.nonaka2-7/+7
20150701: * M+ OUTLINE FONTS has been updated to TESTFLIGHT 060.
2015-07-01+p5-Publicanrodent1-1/+2
2015-07-01Added textproc/p5-Publican version 4.3.1rodent1-1/+2
2015-07-01Import p5-Publican-4.3.1 as textproc/p5-Publican.rodent4-0/+96
Publican is a DocBook publication system, not just a DocBook processing tool. As well as ensuring your DocBook XML is valid, publican works to ensure your XML is up to publishable standard.
2015-07-01+p5-Lingua-EN-{Fathom,Syllable}rodent1-1/+3
2015-07-01Added textproc/p5-Lingua-EN-Fathom version 1.18rodent1-1/+2
2015-07-01Import p5-Lingua-EN-Fathom-1.18 as textproc/p5-Lingua-EN-Fathom.rodent4-0/+29
Measure readability of English text.
2015-07-01Added textproc/p5-Lingua-EN-Syllable version 0.251rodent1-1/+2
2015-07-01Import p5-Lingua-EN-Syllable-0.251 as textproc/p5-Lingua-EN-Syllable.rodent4-0/+27
Routine for estimating syllable count in words.
2015-07-01Add support for Python Package Index (pypi) master site handling.rodent2-2/+43
This is commented for now in bsd.fetch.mk pending 48 hours of feedback on tech-pkg@.
2015-07-01pkglint didn't like my proposed format for this file.rodent1-2/+3
Reverting to convention.
2015-06-30Add MASTER_SITE_PYPI, which is going to be used in pypi.mk in a bit.rodent1-2/+4
This entire file needs: 1) collation; 2) the EOL escapes removed and turned into proper lists; Otherwise, it's a bit painful to read.
2015-06-30rollback to previous version of curl. Seespz7-32/+56
http://mail-index.netbsd.org/tech-pkg/2015/06/29/msg015105.html
2015-06-30Updated devel/py-rednose to 0.4.3rodent1-1/+2
2015-06-30Update to 0.4.3. No concise list of changes. Package will use colorama onrodent2-6/+6
Windows now.
2015-06-30Updated devel/py-modulegraph to 0.12.1rodent1-1/+2
2015-06-300.12.1rodent2-6/+6
------ * Issue #25: Complex python files could cause an "maximum recursion depth exceeded" exception due to using stack-based recursion to walk the module AST.
2015-06-30Updated devel/py-limits to 1.0.8rodent1-1/+2
2015-06-301.0.8 2015-06-19rodent2-6/+6
================ * Added check method for all storage classes * Use lock timeout with redis 1.0.7 2015-06-07 ================ * No functional change 1.0.6 2015-05-13 ================ * Bug fixes for .test() logic 1.0.5 2015-05-12 ================ * Add support for testing a rate limit before hitting it.
2015-06-30Updated devel/py-pbr to 1.2.0rodent1-1/+2
2015-06-301.2.0rodent3-8/+17
----- * Strip markers from test requirements 1.1.1 ----- * Revert "Remove sphinx_config.init_values( 1.1.0 ----- * Fix test case to be runnable with gnupg 2.1 * More explicit data_files install location docs * Move CapturedSubprocess fixture to base * Remove sphinx_config.init_values() manual call * Updated from global requirements * builddoc: allow to use fnmatch-style exclusion for autodoc * doc: add some basic doc about pbr doc options * Add home-page into sample setup.cfg * Make setup.py --help-commands work without testrepository 1.0.1 ----- * Remove self.pre_run calls in packaging.py * Add kerberos deps to build the kerberos wheel * Update hacking to 0.10.x series 1.0.0 ----- * Teach pbr to read extras and env markers * Bump integration test timeouts * Finish removing invocations of pip * Advertise support for Python3.4 * Issue #1451976: handle commits with non-utf8 text * Parallelise integration tests 0.11.0 ------ * Issue #1450210: Preversioning rc tag handling * Stop testing setup.py easy_install behaviour * Test pip install -e of projects * Build all the wheels in one pass rather than many * Improve integration.sh * Stop re-invoking pip * Honour new test variable PIPVERSION * Be safe, don't let friends use RawConfigParser * Revert "Support platform-specific requirements files" * Reinstate pure-git-hashes-are-illegal test * Ignore non-release related tags * Test that MANIFEST.in excludes work * Fixup semver * Better diagnostics on test failure * Don't avoid egg-info quite so often * Add truncated lincense text * Allow overwriting sphinx builder from command line * "packages" might list multiple directories * Support script text override for newer develop * Fixes Windows generated scripts headers * Update README format to match release notes tool * Be more aggressive about building wheels * Use a wheelhouse in the integration test * Build a wheel when integration testing PBR changes * Use unsafe OpenPGP keys for testing
2015-06-30Set DIST_SUBDIR since distfile of the same name but different contentwiz2-5/+8
is now downloaded.
2015-06-30Updated devel/RBTools to 0.7.4richard2-3/+3
2015-06-30RBTools 0.7.4 Release Notesrichard3-15/+207
Release date: June 11, 2015 Compatibility Notes Team Foundation Server support does not yet work with Visual Studio 2013 Update 4 or higher. In Visual Studio 2013 Update 4, the command line tool we used, tf.cmd, has been rewritten, and many of the features we depended on were dropped. For the moment, you will need to stick with Update 3 or lower in order to continue using Power Pack‘s TFS support. Alternatively, if you’re running Update 4, you can try installing Team Explorer Everywhere. Bug Fixes General Fixed a Python 2.6 compatibility problem. (Bug #3753) When there are communication errors with a Review Board server, the error message will now contain more details on what went wrong. (Bug #3840) Fixed additional Unicode issues when running in a non-UTF-8 environment. Patch by Bartosz Gołek. rbt post The --diff-filename and --update flags are now mutually-exclusive. (Bug #3755) The --update option didn’t make sense when using a diff filename, since the review request could not be guessed. There’s now an error shown when trying to use both. Mercurial The --tracking-branch option wasn’t overriding the built-in default tracking branch. Patch by Andrew Bettison. Team Foundation Server Modifications to directories or other non-files no longer break diff generation. Fixed issues with file encodings and newlines.
2015-06-30Bison needs perl and sh replacements for testsuite to run, plusrichard3-3/+20
a patch to gnulib/stdio.in.h to avoid warnings with g++. Revision bump.
2015-06-30Fix build with libvpx 1.4.0markd2-1/+57
2015-06-30Disable CPU detection on Darwin, the result for 32-bit (i486) is incompatiblejperkin2-4/+13
with pkgsrc MACHINE_ARCH (i386). Fixes 32-bit build, no change for 64-bit.
2015-06-30Note update of net/ntp4 package to 4.2.8p3.taca1-1/+2
2015-06-30Update ntp4 to 4.2.8p3.taca3-8/+9
Please refer NEWS and ChangeLog for full changes. NTP 4.2.8p3 (Harlan Stenn <stenn@ntp.org>, 2015/06/29) Focus: 1 Security fix. Bug fixes and enhancements. Leap-second improvements. Severity: MEDIUM Security Fix: * [Sec 2853] Crafted remote config packet can crash some versions of ntpd. Aleksis Kauppinen, Juergen Perlinger, Harlan Stenn. Under specific circumstances an attacker can send a crafted packet to cause a vulnerable ntpd instance to crash. This requires each of the following to be true: 1) ntpd set up to allow remote configuration (not allowed by default), and 2) knowledge of the configuration password, and 3) access to a computer entrusted to perform remote configuration. This vulnerability is considered low-risk. New features in this release: Optional (disabled by default) support to have ntpd provide smeared leap second time. A specially built and configured ntpd will only offer smeared time in response to client packets. These response packets will also contain a "refid" of 254.a.b.c, where the 24 bits of a, b, and c encode the amount of smear in a 2:22 integer:fraction format. See README.leapsmear and http://bugs.ntp.org/2855 for more information. *IF YOU CHOOSE TO CONFIGURE NTPD TO PROVIDE LEAP SMEAR TIME* *BE SURE YOU DO NOT OFFER THAT TIME ON PUBLIC TIMESERVERS.* We've imported the Unity test framework, and have begun converting the existing google-test items to this new framework. If you want to write new tests or change old ones, you'll need to have ruby installed. You don't need ruby to run the test suite.
2015-06-30fix rc scriptpettai2-8/+8
2015-06-30Force use of pkgsrc's xgettext since we can't tell if the native one istnn1-2/+5
built with Glade support or not. As discussed on tech-pkg@ recently. Also ensure the tools get linked.
2015-06-30Recursive revbump associated with update of lang/ocaml to 4.02.2.jaapb76-145/+155
2015-06-30Recursive revbump associated with update of lang/ocaml to 4.02.2jaapb5-9/+10
2015-06-30Updated net/choqok to 1.5jaapb1-1/+2
2015-06-30Updated to latest version, 1.5. Changes include:jaapb3-15/+18
There's a new option to disable the system tray. As mentioned above, we now have a plugin for Pump.io microblogs. We have a new plugin for expansion of short URLs, and dropped old UnTiny plugin. A preview for photos posted to Twitter.com is now available. Issues in updating friends list of Twitter is fixed and sending direct message is working again. There's a new option in User menu for Reporting a User to Twitter. A long wanted request on StatusNet(Gnu social) plugin was ability to take into account the server's custom set, char limit. now we have it. IMStatus plugin now supports KDE Telepathy. Yourls and Goo.gl shortening plugins are fixed and now they are working again. Broken shortening plugins are dropped.
2015-06-30Updated x11/ocaml-lablgtk to 2.18.3nb4jaapb1-1/+2
2015-06-30This is not actually a version update, yet it is. The story: on thejaapb3-12/+10
ocamlcore forge, the file downloaded doesn't depend on the filename, but on the number at the end of the URL. I forgot to update that last time around, so it was still downloading (and hence installing) 2.18.2 at that point. I have corrected this now - the version being installed is definitely 2.18.3. Have bumped the PKGREVISION to make sure things get reinstalled.
2015-06-30Updated lang/camlp5 to 6.13jaapb1-1/+2
2015-06-30Updated lang/ocaml to 4.02.2jaapb2-3/+3
2015-06-30Updated lang/camlp5 to newest version 6.13 (to work with ocaml 4.02.2).jaapb3-9/+8
There is one other change: * [20 Apr 15] Accept 'fun/try' case list like the change of 22nd Apr 13 on 'match' in revised syntax, allowing them to write "|" .. "end" or "[" .. "]", both being accepted.