summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-19Updated net/Geomyidae to 0.26.3wiz1-1/+2
2015-04-19Update to version 0.26.3, the latest current version, which featureswiz7-151/+37
several bug fixes, improved CGI support, and a more mandoc-friendly man page. Provided by Jeff Woodall in PR 49585.
2015-04-19Added devel/pcre2 version 10.10wiz2-3/+3
2015-04-19+ pcre2wiz1-1/+2
2015-04-19Import pcre2-10.10 as devel/pcre2.wiz5-0/+225
PCRE2 is a re-working of the original PCRE library to provide an entirely new API. PCRE2 is written in C, and it has its own API. There are three sets of functions, one for the 8-bit library, which processes strings of bytes, one for the 16-bit library, which processes strings of 16-bit values, and one for the 32-bit library, which processes strings of 32-bit values. There are no C++ wrappers.
2015-04-19Updated misc/calibre to 2.25.0wiz2-3/+3
2015-04-19Update to 2.25.0:wiz3-8/+10
- version: 2.25.0 date: 2015-04-17 new features: - title: "Edit Book: Make embedding fonts using the manage fonts dialog easier. You can now double click on a font family to see what faces for that family area available on your computer and install new fonts directly from the dialog." - title: "Book Details panel: Allow deleting tags/series/publisher/etc. by right clicking on the link in the book details panel." - title: "E-book viewer: Allow expanding/collapsing all items in the Table of Contents view by right clicking" - title: "When using the View specific format action add an 'Open With' button to choose a specific program to view the specified format" - title: "Fetch News: Add API to allow recipe writers to easily resolve internal links to point to the downloaded versions of articles" - title: "DOCX Input: Add support for DOCX files created by Word 2013 in 'Strict' mode" - title: "When getting cover from comic files, use smart filename sorting to find the first filename, recognizing numbers inside the filenames." bug fixes: - title: "E-book viewer: When displaying multiple pages per screen fix whole screen scrolling so that it works as expected even at the end of the file, when their might be fewer pages left than would fill the screen." - title: "DOCX Input: Automatically resize large images used as bullets in lists, to compensate for the fact that HTML renderers do not do this." - title: "Book list: Prevent yes/no columns from making the minimum row height too large." - title: "Template language: Fix raw_field() function returning incorrect values for lists" - title: "Edit book: Fix book locale changing when OPF edited if OPF contains a country code in addition to a language code" - title: "Edit Book: Fix escaped HTML tags in the comments metadata being reported as mis-spelled words." - title: "Edit Book: Fix regression that caused copying of non-breaking spaces to not work when using the keyboard shortcuts" - title: "Open With: Fix open with not working for programs from the Microsoft Office suite" improved recipes: - Die Zeit - NZZ Webpaper - Arcamax new recipes: - title: MIT Technology Review Magazine author: Michael Marotta - title: The Codeless Code author: April King
2015-04-19Updated net/sslh to 1.17wiz2-3/+3
2015-04-19Update to 1.17, switch to github framework:wiz3-17/+14
v1.17: 09MAR2015 Support RFC5952-style IPv6 addresses, e.g. [::]:443. Transparant proxy support for FreeBSD. (Ruben van Staveren) Using -F with no argument will try /etc/sslh/sslh.cfg and then /etc/sslh.cfg as configuration files. (argument to -F can no longer be separated from the option by a space, e.g. must be -Ffoo.cfg) Call setgroups() before setgid() (fixes potential privilege escalation). (Lars Vogdt) Use portable way of getting modified time for OSX support. (Aaron Madlon-Kay) Example configuration for fail2ban. (Every Mouw)
2015-04-19Updated editors/Sigil to 0.8.6wiz2-3/+3
2015-04-19Update to 0.8.6:wiz2-7/+6
Sigil 0.8.6 2015.04.12 - Fix for crash during merging xhtml files. - Changed fix for "Create TOC crash in Sigil 0.8.5" to reduce the degree of disconnecting to prevent lost signals on html resources. - Fix for missing audio and video mime types in OPFResource and FolderKeeper. - Attempt to prevent Tidy from simply deleting all mathml during cleaning.
2015-04-19+ calibre-2.25, gnome-3.16.1, maxima-5.36.0, pcre-8.37, veusz-1.23,wiz1-4/+7
wine-devel-1.7.41.
2015-04-19Updated print/cups-filters to 1.0.68wiz2-3/+3
2015-04-19Update to 1.0.68:wiz3-7/+8
CHANGES IN V1.0.68 - cups-browsed: Numeric IDs for GSources of the glib event loop must be positive integers greater than zero according to the documentation of the g_source_get_id() function. Taken care of this at all places. - cups-browsed: Added conditionals so that it also builds with CUPS 1.5.x (but then withou support for automatically creating queues for IPP network printers). Thanks to Johannes Meixner from SUSE for the patch (Bug #1268). - Ricoh-PDF_Printer-PDF.ppd: Added PPD file for Ricoh's PDF printers (experimental). Thanks to Ulrich Wehner from Ricoh for the file.
2015-04-19Updated security/caff to 2.0wiz2-3/+3
2015-04-19Update to 2.0:wiz2-6/+6
Allow configuring the GPG executable, improve documentation.
2015-04-19Updated net/py-twisted-docs to 15.1.0wiz1-1/+2
2015-04-19Updated net/py-twisted to 15.1.0wiz2-3/+3
2015-04-19Update to 15.1.0:wiz2-6/+6
Twisted Core 15.1.0 (2015-04-02) ================================ Features -------- - Optional dependencies can be installed using the extra_requires facility provided by setuptools. (#3696) Improved Documentation ---------------------- - Twisted Trial's basics documentation now has a link to the documentation about how Trial finds tests. (#4526) Deprecations and Removals ------------------------- - twisted.application.internet.UDPClient, deprecated since Twisted 13.1.0, has been removed. (#7702) Other ----- - #6988, #7005, #7006, #7007, #7008, #7044, #7335, #7666, #7723, #7724, #7725, #7748, #7763, #7765, #7766, #7768 Twisted Mail 15.1.0 (2015-04-02) ================================ Bugfixes -------- - twisted.mail.smtp.ESMTPClient now does not fall back to plain SMTP if authentication or TLS is required and not able to occur. (#7258) Other ----- - #6705 Twisted Names 15.1.0 (2015-04-02) ================================= No significant changes have been made for this release. Other ----- - #7728 Twisted Runner 15.1.0 (2015-04-02) ================================== No significant changes have been made for this release. Other ----- - #7726 Twisted Web 15.1.0 (2015-04-02) =============================== Features -------- - twisted.web.static.File allows defining a custom resource for rendering forbidden pages. (#6951) Other ----- - #7000, #7485, #7750, #7762 Twisted Words 15.1.0 (2015-04-02) ================================= Deprecations and Removals ------------------------- - twisted.words.protocols.msn is now deprecated (#6395) Other ----- - #6494
2015-04-19Updated devel/py-setuptools to 15.1wiz2-3/+3
2015-04-19Update to 15.1:wiz2-6/+6
15.1 ---- * Updated Packaging to 15.1 to address Packaging #28. * Fix ``setuptools.sandbox._execfile()`` with Python 3.1.
2015-04-19Updated textproc/py-lxml to 3.4.3wiz2-3/+3
2015-04-19Update to 3.4.3:wiz2-6/+6
3.4.3 (2015-04-15) ================== Bugs fixed ---------- * Expression cache in ElementPath was ignored. Fix by Changaco. * LP#1426868: Passing a default namespace and a prefixed namespace mapping as nsmap into ``xmlfile.element()`` raised a ``TypeError``. * LP#1421927: DOCTYPE system URLs were incorrectly quoted when containing double quotes. Patch by Olli Pottonen. * LP#1419354: meta-redirect URLs were incorrectly processed by ``iterlinks()`` if preceded by whitespace.
2015-04-19Updated net/py-foolscap to 0.8.0wiz2-3/+3
2015-04-19Update to 0.8.0:wiz3-13/+7
* Release 0.8.0 (15-Apr-2015) ** UnauthenticatedTub is gone As announced in the previous release, UnauthenticatedTub has been removed. All Tubs are fully authenticated now. ** Security Improvements Foolscap now generates better TLS certificates, with 2048-bit RSA keys and SHA256 digests. Previous versions used OpenSSL's defaults, which typically meant 1024-bit MD5. To benefit from the new certificates, you must regenerate your Tubs, which means creating new FURLs (with new TubIDs). Previously-created Tubs will continue to work normally: only new Tubs will be different. ** Packaging/Dependency Changes setup.py now requires setuptools Foolscap now requires pyOpenSSL unconditionally, because all Tubs are authenticated. We now recommend "pip install ." to install Foolscap and all its dependencies, instead of "python setup.py install". See #231 for details.
2015-04-19Updated audio/libopenmpt to 0.2.4954beta12wiz2-3/+3
2015-04-19Update to 0.2.4954 alias beta12:wiz2-6/+6
libopenmpt 0.2-beta12 (2015-04-19) * Playback fix when row delay effect is used together with offset command. * A couple of fixes for the seek.sync_samples=1 case. * IT compatibility fix for IT note delay. * ProTracker MOD playback compatibility improvement. libopenmpt 0.2-beta11 (2015-04-18) * openmpt_stream_seek_func() now gets called with OPENMPT_STREAM_SEEK_SET, OPENMPT_STREAM_SEEK_CUR and OPENMPT_STREAM_SEEK_END whence parameter instead of SEEK_SET, SEEK_CUR and SEEK_END. These are defined to 0, 1 and 2 respectively which corresponds to the definition in all common C libraries. If your C library uses different constants, this theoretically breaks binary compatibility. The old libopenmpt code, however, never actually called the seek funtion, thus, there will be no problem in practice. * openmpt123: When both, SDL1.2 and PortAudio, are available, SDL is now the preferred backend because SDL is more widespread and better tested on all kinds of different platforms, and in generel, SDL is just more reliable. * [Bug] libopenmpt now also compiles with GCC 4.3. * libopenmpt now supports PLM (Disorder Tracker 2) files. * Various playback improvements and fixes for IT, S3M, XM, MOD, PTM and 669 files.
2015-04-19Updated devel/talloc to 2.1.2wiz2-3/+3
2015-04-19Update to 2.1.2: no changelog found.wiz2-7/+6
2015-04-19Updated x11/xterm to 318wiz2-3/+3
2015-04-19Update to 318:wiz2-6/+6
Patch #318 - 2015/04/12 * rename new(er) configure option --enable-initial-erase to --enable-pty-erase, since that conflicted with an existing option (report by Jens Schweikhardt). * fix cut/paste error in --with-builtin-xpms configure option (reports by Jens Schweikhardt, Ross Combs). * fix minor formatting issue in xterm manual (report by Jens Schweikhardt). * eliminate unnecessary "#(vi" markers in autoconf macros by using "(" to begin case-statement cases (suggested by Jens Schweikhardt). * minor fixes to improve const usage (Ross Combs).
2015-04-19Updated devel/afl to 1.70bwiz2-3/+3
2015-04-19Update to 1.70b:wiz2-6/+6
-------------- Version 1.70b: -------------- - Modified resumption code to reuse the original timeout value when resuming a session if -t is not given. This prevents timeout creep in continuous fuzzing. - Added improved error messages for failed handshake when AFL_DEFER_FORKSRV is set. - Made a slight improvement to llvm_mode/Makefile based on feedback from Jakub Wilk. - Refreshed several bits of documentation. - Added a more prominent note about the MacOS X trade-offs to Makefile. -------------- Version 1.69b: -------------- - Added support for deferred initialization in LLVM mode. Suggested by Richard Godbee. -------------- Version 1.68b: -------------- - Fixed a minor PRNG glitch that would make the first seconds of a fuzzing job deterministic. Thanks to Andreas Stieger. - Made tmp[] static in the LLVM runtime to keep Valgrind happy (this had no impact on anything else). Spotted by Richard Godbee. - Clarified the footnote in README. -------------- Version 1.67b: -------------- - Made one more correction to llvm_mode Makefile, spotted by Jakub Wilk. -------------- Version 1.66b: -------------- - Added CC / CXX support to llvm_mode Makefile. Requested by Charlie Eriksen. - Fixed 'make clean' with gmake. Suggested by Oliver Schneider. - Fixed 'make -j n clean all'. Suggested by Oliver Schneider. - Removed build date and time from banners to give people deterministic builds. Requested by Jakub Wilk. -------------- Version 1.65b: -------------- - Fixed a snafu with some leftover code in afl-clang-fast. - Corrected even moar typos.
2015-04-19Updated devel/p5-Package-DeprecationManager to 0.14wiz1-1/+2
2015-04-19Update to 0.14:wiz2-8/+6
0.14 2015-04-18 - Use any() from List::Util 1.33+ instead of List::MoreUtils.
2015-04-19Updated textproc/p5-Net-IDN-Encode to 2.202wiz1-1/+2
2015-04-19Update to 2.202:wiz2-6/+6
2.202 (2015-04-18) - use updated IdnaTest.txt from Unicode 7.0.0 database FIXES: #96749: Fails with bleadperl - documentation updates, point to perl Unicode tutorials - tests for domain xn--zcaa.de; REJECTED: #103205 for Net-IDN-Encode: conversion of domain name
2015-04-19+ Sigil-0.8.6, afl-1.70b, caff-2.0, cheese-3.16.1, cups-filters-1.0.68,wiz1-7/+23
gnome-keyring-3.16.0, gthumb-3.4.0, libopenmpt-0.2.4943, libuuid-2.26, nodejs-0.12.2, ocrad-0.25, py-foolscap-0.8.0, py-lxml-3.4.3, py-setuptools-15.1, py-twisted-15.1.0, sound-juicer-3.16.1, sslh-1.17, talloc-2.1.2, tor-0.2.6.7, webkit-gtk-2.8.1, wireshark-1.12.4, xterm-318.
2015-04-19Updated games/lgogdownloader to 2.21wiz1-1/+2
2015-04-19Update to 2.21:wiz2-14/+6
- Make sure that file is regular file when getting local hash - Fixed crash in Downloader::checkStatus - Ignore extras without filename These are usually extras that haven't been released yet so they can't be downloaded anyway - Changed jsoncpp include path from <jsoncpp/json/json.h> to <json/json.h> - Added support for saving serial keys Serials are saved to "serials.txt" when using --save-serials with --download and listed in the output when used with --list-details - Show more info on HTTP error in API::getResponse when using debug build - Added option to skip fast platform detection --no-platform-detection skips the initial fast platform detection and detects the supported platforms from game details which is slower but more accurate. Useful in case platform identifier is missing for some games in the game shelf. - Fixed downloader skipping some files because of uncleared API error state - Show url in http error messages
2015-04-19+libsbsms - the latest version of audacity will use this.rodent1-1/+2
2015-04-19Added audio/libsbsms version 2.0.2rodent1-1/+2
2015-04-19Import libsbsms-2.0.2 as audio/libsbsms.rodent5-0/+43
A subband sinusoidal modeling library for time stretching and pitch scaling audio.
2015-04-19Note update of devel/ruby-mode package to 2.2.2.taca1-1/+2
2015-04-19Switch to use ruby 2.2.2's ruby-mode.taca1-2/+2
* ruby-encode-unicode has added. It convert non-ascii string in the given region to \\u{} form.
2015-04-19Note update of lang/ruby22-base and lang/ruby22 package to 2.2.2.taca1-1/+3
2015-04-19Update ruby22-base and ruby22 package to 2.2.2.taca2-7/+7
From release announce: We are pleased to announce the release of Ruby 2.2.2. This is a TEENY version release of the stable 2.2 series. This release includes the security fix for a OpenSSL extension¡Çs hostname verification vulnerability. CVE-2015-1855: Ruby OpenSSL Hostname Verification There are also some bugfixes. See ChangeLog for details.
2015-04-19Note update of lang/ruby21-base and lang/ruby21 package to 2.1.6.taca1-1/+3
2015-04-19Reset PKGREVISION.taca1-2/+1
2015-04-19Update ruby21-base and ruby21 packages to 2.1.6.taca4-32/+12
From release announce: Ruby 2.1.6 has been released. This release includes a security fix for OpenSSL extension. Please view the topic below for more details. CVE-2015-1855: Ruby OpenSSL Hostname Verification And, many bug fixes are also included. See tickets and ChangeLog for details.