summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-08-14Updated net/sysmon to 0.93mef2-3/+3
2016-08-14Updated net/sysmon 0.92.2 to 0.93mef3-10/+11
--------------------------------- Changes for 0.93 * proper qsort crash fix * fix excessive logging when no IPv6 is available * add ability to ack objects * add ability to attach notes to objects * add ability for object to have a group * fix textfile display to properly account for deps * reduce excessive cpu usage watching wall clock * hrmph, qsort fix maybe? * stab at fix for timing issue with needssleep() (should reduce cpu usage)
2016-08-13xvdholland1-1/+2
2016-08-13Has been using ghostscript without depending on it. PR 51378dholland1-2/+3
2016-08-13Add missing "tex-*" packages required to build the documentationtron1-1/+3
2016-08-13Added textproc/go-runewidthbsiegert1-1/+2
2016-08-13New package, go-runewidth-0.0.1.bsiegert6-1/+53
go-runewidth provides the RuneWidth and StringWidth functions to get the fixed width of a Unicode rune or string.
2016-08-13Note update of graphics/php-gd package to 5.6.24nb1.taca1-1/+2
2016-08-13* Switch to use external gd (graphics/gd package).taca10-22/+80
* Use the same PKG_OPTIONS as graphics/gd. Bump PKGREVISION of php-gd.
2016-08-13Note update of net/php-yaz package to 1.2.1.taca1-1/+2
2016-08-13Update php-yaz to 1.2.1.taca2-10/+7
* Now support php70 and maybe php71. 1.2.1 * Use YAZ 5 for Windows build. * Fix "l" args for yaz_range and yaz_record. 1.2.0 * Updates for PHP 7. Still works with PHP 5 series.
2016-08-13Note update of devel/php-xdebug package to 2.4.1.taca1-1/+2
2016-08-13Update php-xdebug to 2.4.1.taca2-7/+9
* It support php70 but not yet php71. Tue, Aug 02, 2016 - xdebug 2.4.1 = Fixed bugs: - Fixed issue #1106: A thrown Exception after a class with __debugInfo gives 2 errors - Fixed issue #1241: FAST_CALL/FAST_RET take #2 - Fixed issue #1246: Path and branch coverage should be initialised per request, not globally - Fixed issue #1263: Code coverage segmentation fault with opcache enabled - Fixed issue #1277: Crash when using a userland function from RSHUTDOWN with profiling enabled - Fixed issue #1282: var_dump() of integers > 32 bit is broken on Windows - Fixed issue #1288: Segfault when uncaught exception message does not contain " in " - Fixed issue #1291: Debugclient installation fails on Mac OS X - Fixed issue #1326: Tracing and generators crashes with PHP 7.x - Fixed issue #1333: Profiler accesses memory structures after freeing
2016-08-13Updated www/py-uliweb to 0.5wen2-3/+3
2016-08-13Update to 0.5wen3-106/+112
Upstream changes: 0.5 Version Fix OneToOne result object not be cached bug When access reversed OneToOne property, if OneToOne record not existed, it'll auto create a blank object automatically. And if delete one record, it'll delete reversed onetoone record also. Add lock protect when creating request and response local instance in _open() function Add ORM Model migrate support Refactor SortedDict with dict base class Add model_config app, to support dynamic create model Add model ipython notebook support Refact sqldot Add environ variables passing in uliweb shell command Change app_url syntax to {'suffix':} to {'prefix':} only for dict data type Add URL route option in settings, it is [URL_ROUTE], format is [URL_ROUTE] any_key_1 = ('mapping_str', 'replacement') any_key_2 = ('mapping_str', 'replacement') Change uliweb jupyter extension load mechanism from automatically to %load_ext uliweb
2016-08-13Updated devel/re2 to 20160801mef1-1/+2
2016-08-13Updated devel/re2 20160201 to 20160801mef3-11/+9
-------------------------------------- - ChangeLog unknown, but periodical release.
2016-08-13Updated archivers/p5-Archive-Extract to 0.78wen1-1/+2
2016-08-13Update to 0.78wen2-8/+7
Upstream changes: 0.78 Wed Jul 27 20:40:15 2016 * CVE-2016-1238: avoid loading optional modules from default .
2016-08-13Updated archivers/unrar to 5.4.4bsiegert1-1/+2
2016-08-13Update unrar to 5.4.4, from Kimihiro Nonaka in PR pkg/51413.bsiegert2-7/+7
No ChangeLog, as usual :/
2016-08-13Updated graphics/py-Pillow to 3.3.0wen1-1/+2
2016-08-13Update to 3.3.0wen4-16/+19
Upstream changes: 3.3.0 (2016-07-01) Fixed enums for Resolution Unit and Predictor in TiffTags.py #1998 [wiredfool] Fix issue converting P mode to LA #1986 [didrix] Moved test_j2k_overflow to check_j2k_overflow, prevent DOS of our 32bit testing machines #1995 [wiredfool] Skip CRC checks in PNG files when LOAD_TRUNCATED_IMAGES is enabled #1991 [kkopachev] Added CMYK mode for opening EPS files #1826 [radarhere] Docs: OSX build instruction clarification #1994 [wiredfool] Docs: Filter comparison table #1993 [homm] Removal of pthread based Incremental.c, new interface for file decoders/encoders to access the python file. Fixes assorted J2k Hangs. #1934 [wiredfool] Skip unnecessary passes when resizing #1954 [homm] Removed duplicate code in ImagePalette #1832 [radarhere] test_imagecms: Reduce precision of extended info due to 32 bit machine precision #1990 [AbdealiJK] Binary Tiff Metadata/ICC profile. #1988 [wiredfool] Ignore large text blocks in PNG if LOAD_TRUNCATED_IMAGES is enabled #1970 [homm] Replace index = index+1 in docs with +=1 [cclauss] Skip extra 0xff00 in jpeg #1977 [kkopachev] Use bytearray for palette mutable storage #1985 [radarhere, wiredfool] Added additional uint modes for Image.fromarray, more extensive tests of fromarray #1984 [mairsbw, wiredfool] Fix for program importing PyQt4 when PyQt5 also installed #1942 [hugovk] Changed depends/install_*.sh urls to point to github pillow-depends repo #1983 [wiredfool] Allow ICC profile from encoderinfo while saving PNGs #1909 [homm] Fix integer overflow on ILP32 systems (32-bit Linux). #1975 [lambdafu] Change function declaration to match Tcl_CmdProc type #1966 [homm] Integer overflow checks on all calls to *alloc #1781 [wiredfool] Change equals method on Image so it short circuits #1967 [mattBoros] Runtime loading of TCL/TK libraries, eliminating build time dependency. #1932 [matthew-brett] Cleanup of transform methods #1941 [homm] Fix "Fatal Python error: UNREF invalid object" in debug builds #1936 [wiredfool] Setup fixes for Alpine linux #1937 [wiredfool] Split resample into horizontal + vertical passes #1933 [homm] Box blur with premultiplied alpha #1914 [homm] Add libimagequant support in quantize() #1889 [rr-] Added internal Premultiplied luminosity (La) mode #1912 [homm] Fixed point integer resample #1881 [homm] Removed docs/BUILDME script #1924 [radarhere] Moved comments to docstrings #1926 [hugovk] Include Python.h before wchar.h so _GNU_SOURCE is set consistently #1906 [hugovk] Updated example decoder in documentation #1899 [radarhere] Added support for GIF comment extension #1896 [radarhere] Removed support for pre- 1.5.2 list form of Image info in Image.new #1897 [radarhere] Fix typos in TIFF tags #1918 [radarhere] Skip tests that require libtiff if it is not installed, fixes #1866 [wiredfool] Skip test when icc profile is not available, fixes #1887 [doko42] Make deprecated functions raise NotImplementedError instead of Exception. #1862, #1890 [daniel-leicht, radarhere] Replaced os.system with subprocess.call in setup.py #1879 [radarhere] Corrected Image show documentation #1886 [radarhere] Added check for executable permissions to ImageShow #1880 [radarhere] Fixed tutorial code and added explanation #1877 [radarhere] Added OS X support for ImageGrab grabclipboard #1837 [radarhere] Combined duplicate code in ImageTk #1856 [radarhere] Added --disable-platform-guessing option to setup.py build extension, #1861 [angeloc] Fixed loading Transparent PNGs with a transparent black color #1840 [olt] Add support for LA mode in Image.fromarray #1865 [pierriko] Make ImageFile load images in read-only mode #1864 [hdante] Added _accept hook for XVThumbImagePlugin #1853 [radarhere] Test TIFF with LZW compression #1855, TGA RLE file #1854 [hugovk] Improved SpiderImagePlugin help text #1863 [radarhere] Updated Sphinx project description #1870 [radarhere] Remove support for Python 3.0 from _imaging.c #1851 [radarhere] Jpeg qtables are unsigned chars #1814, #1921 [thebostik] Added additional EXIF tags #1841, TIFF Tags #1821 [radarhere] Changed documentation to refer to ImageSequence Iterator #1833 [radarhere] Fix Fedora prerequisites in installation docs, depends script #1842 [living180] Added _accept hook for PixarImagePlugin #1843 [radarhere] Removed outdated scanner classifier #1823 [radarhere] Combined identical error messages in _imaging #1825 [radarhere] Added debug option for setup.py to trace header and library finding #1790 [wiredfool] Fix doc building on travis #1820, #1844 [wiredfool] Fix for DIB/BMP images #1813, #1847 [wiredfool] Add PixarImagePlugin file extension #1809 [radarhere] Catch struct.errors when verifying png files #1805 [wiredfool] SpiderImagePlugin: raise an error when seeking in a non-stack file #1794 [radarhere, jmichalon] Added Support for 2/4 bpp Tiff Grayscale Images #1789 [zwhfly] Removed unused variable from selftest #1788 [radarhere] Added warning for as_dict method (deprecated in 3.0.0) #1799 [radarhere] Removed powf support for older Python versions #1784 [radarhere] Health fixes #1625 #1903 [radarhere]
2016-08-13Updated graphics/py-qrcode to 5.3wen2-3/+3
2016-08-13Update to 5.3wen3-8/+9
Upstream changes: Version 5.3 Fix incomplete block table for QR version 15. Thanks Rodrigo Queiro for the report and Jacob Welsh for the investigation and fix. Avoid unnecessary dependency for non MS platforms, thanks to Noah Vesely. Make BaseImage.get_image() actually work. Version 5.2 Add --error-correction option to qr script. Fix script piping to stdout in Python 3 and reading non-UTF-8 characters in Python 3. Fix script piping in Windows. Add some useful behind-the-curtain methods for tinkerers. Fix terminal output when using Python 2.6 Fix terminal output to display correctly on MS command line. Version 5.2.1 Small fix to terminal output in Python 3 (and fix tests) Version 5.2.2 Revert some terminal changes from 5.2 that broke Python 3’s real life tty code generation and introduce a better way from Jacob Welsh.
2016-08-13Updated net/p5-SNMP-Info to 3.33wen2-3/+3
2016-08-13Update to 3.33wen2-8/+7
Upstream changes: version 3.33 (2016-04-27) [ENHANCEMENTS] * Move author-only tests to xt directory so they aren't run on installation by users [BUG FIXES] * Correct device serial number reporting for Cisco Nexus 5k switches with software version >= 7 version 3.32 (2016-04-26) [ENHANCEMENTS] * Add 200 Mbps and 2.0 Gbps aliases to SPEED_MAP * Add Palo Alto support * Add VMware support * Support for propMultiplexor as ifType * Add device MAC to APC UPS * [#61] Report APC model for PDU products * Removed DeviceMatrix from the distribution [BUG FIXES] * Support undefined (noSuchInstance) values in Offline mode * Do not init table cache if Cache provided by user * Avoid deep recusion when AUTOLOAD and carp collide * Detect Cisco VG350s as L3 devices instead of APs * fix for 'Use of inherited AUTOLOAD for non-method SNMP::Info::Layer2::HP::agg_ports_ifstack() is deprecated' * Workaround in IPv6.pm to deal with possibly incorrect IPV6-MIB implementations * [#71] AUTOLOAD typo-catcher search for SNMP::Info no longer anchored * [#70] Respect version/comm/secname on passed Session obj version 3.31 (2016-01-22) [ENHANCEMENTS] * Support for CiscoSB OS and Version (D. Tuecks) * SONMP support for Enhanced Topology Table * Add support for channelized interfaces in L3::Passport [BUG FIXES] * Correct link to MIB tarball version 3.30 (2015-11-16) [ENHANCEMENTS] * RT #106254: Add new sysObjectID mapping for Ubiquiti [BUG FIXES] * Correct link to MIB tarball * Correct port indexing of newer VSP 4K and 8K in L3::Passport * Statistics in the sysIfxStatTable are 64-bit counters, so they should override the 64-bit methods. version 3.29 (2015-10-13) [ENHANCEMENTS] * Add IPv6::ipv6_addr() method to map IPv6 interface address indexes to actual addresses * Add support for (remote) IPv6 addresses to LLDP::lldp_addr() * Add LLDP::lldp_ipv6() and LLDP::lldp_mac() so that remote management addresses of specific types can be requested version 3.28 (2015-06-18) [ENHANCEMENTS] * Add Layer3::Huawei class for Huawei Quidway switches * Modified generic Layer3::Cisco class: use community based indexing if the device returns a value for vtpVersion
2016-08-13Update HOMEPAGE at sourceforgemef1-2/+2
2016-08-13Updated devel/p5-Curses to 1.35wen1-1/+2
2016-08-13Update to 1.35wen2-8/+7
No upstream changelog found.
2016-08-13Updated misc/p5-Business-CreditCard to 0.36wen1-1/+2
2016-08-13Update to 0.36wen2-8/+7
Upstream changes: 0.36 Tue Jun 14 11:36:05 PDT 2016 - Allow (and doc) import of receipt_cardtype - validate_card() is a new synonym for validate(), starting a long-term plan to stop exporting validate() or anything else by default. - Best-effort cardtype() when only the first two digits are available (identify masked 60xx as Discover) 0.35 Tue Feb 9 14:43:38 PST 2016 - Fix bug identifying 49* Visa cards introduced in 0.34, patch from Ed J, thanks! - doc: Clarify processing agreements don't apply to Canada
2016-08-13p5-Software-License had been updated beforewen1-2/+1
2016-08-13Updated graphics/p5-RRDTool-OO to 0.36wen2-3/+3
2016-08-13Update to 0.36wen2-8/+7
Upstream changes: 0.36 (05/12/2015) (ms) Gelu Lupa added RRD's first() function.
2016-08-13Updated graphics/p5-GraphViz to 2.22wen2-3/+3
2016-08-13Update to 2.22wen2-8/+7
Upstream changes: 2.22 2016-07-19T09:24:00 - Revert change so we use Test::More instead of Test2::Bundle::Extended. See RT#115236. Thanx to ribasushi for this report, and my apologies for not acting sooner. 2.21 2016-05-22T09:21:00 - Escape a '{' in a regexp in t/foo.t. See RT#114551. Thanx to Slaven Rezic. - Fix a typo in a comment, as provided by Gregor Herrmann in RT#111385. - See http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html for notes on the modernization of the repo. This includes updating Makefile.PL and removing Build.PL, MANIFEST and *META.*. - Bail out cleanly if 'dot' is not installed. See RT#105575. Thanx Karen Etheridge. - Update docs to point to a copy of the Perl licence. - Update docs in GraphViz.pm to point to the github repo. - Move t/pod.t into xt/author/. 2.20 2015-12-29T08:13:00 - Merge patch from ntyni via github. This concerned use of defined(@some_array). With thanx. 2.19 2015-11-13T08:30:00 - No code changes. - Accept pull request from Patrice Clement to add the x_deprecated flag to both META.json and META.yml. The docs already had various references to 'deprecated', including directing users to GraphViz2, so no change is needed there. Thanx Patrice. - Add .gitignore to MANIFEST.SKIP. 2.18 2015-05-28T08:43:00 - All patches to this version are from chrony, via a github pull request. With thanx. - Use File::Which on Windows to detect if Graphviz is present. - Clean up the code, including Build.PL and Makefile.PL. 2.17 Mon Mar 30 08:56;00 2015 - No code changes. - Create github repo. This has been done because ribasushi (Peter Rabbitson) has kindly offered some patches. Hence I've reversed my policy of encouraging this module to die :-). - Update Build.PL and Makefile.PL to point to the repo. None of the pre-reqs were updated. 2.16 2014-08-30T08:25:00 - Update docs on how to download AT&T's Graphviz. Thanx to Alex Becker (see RT#98405). 2.15 2013-11-28T11:23:00 - Fix double-quote escaping bug in GraphViz's _attributes() method. See RT#90528. Many thanx to Smylers for the report. - Rename CHANGES to Changes as per CPAN::Changes::Spec.
2016-08-13Updated graphics/p5-GDGraph to 1.53wen2-3/+3
2016-08-13Update to 1.53wen2-8/+8
Upstream changes: 1.53 08 Jul 2016 - Fix 'Illegal division by zero' when x_min_value and x_max_value are defined and x_tick_number set to 'auto' RT#73185 Thanks to Bob Rogers, https://github.com/ruz/GDGraph/pull/12 1.52 28 Jan 2016 - y1_min_range and y2_min_range instead of min_range_1 and min_range_2, niether were documented before. - Update documentation in regards to all *_min_range options available. 1.51 27 Dec 2015 - fix shadows rendering on cumulative bar charts thanks to https://github.com/Tordek see https://github.com/ruz/GDGraph/pull/4 1.50 27 Dec 2015 - run samples as part of test suite to make sure no sample crashes thanks to https://github.com/tynovsky - properly define test requirements using newer MakeMaker 1.49 11 Mar 2015 - fix to Z-axis color filling in 3D pie charts (Debian Bug #489184) - bump ExtUtils::MakeMaker dependency - tiny improvement in the code of the samples
2016-08-13Updated misc/p5-Locale-Maketext to 1.28wen1-1/+2
2016-08-13Update to 1.28wen2-8/+7
Upstream changes: 2016-07-25 * Release of 1.28 to CPAN * Fix optional runtime load for CVE-2016-1238 2016-06-22 * Release of 1.27 to CPAN
2016-08-13Updated devel/py-mccabe to 0.5.2wen1-1/+2
2016-08-13Update to 0.5.2wen2-7/+7
Upstream changes: 0.5.2 - 2016-07-31 When opening files ourselves, make sure we always name the file variable 0.5.1 - 2016-07-28 Set default maximum complexity to -1 on the class itself 0.5.0 - 2016-05-30 PyCon 2016 PDX release Add support for Flake8 3.0 0.4.0 - 2016-01-27 Stop testing on Python 3.2 Add support for async/await keywords on Python 3.5 from PEP 0492
2016-08-12Updated multimedia/ffmpeg3 to 3.1.2adam1-1/+3
2016-08-12version 3.1.2:adam3-9/+8
- cmdutils: remove the current working directory from the DLL search path on win32 - avcodec/rawdec: Fix palette handling with changing palettes - avcodec/raw: Fix decoding of ilacetest.mov - avformat/mov: Enable mp3 parsing if a packet needs it - avformat/hls: Use an array instead of stream offset for stream mapping - avformat/hls: Sync starting segment across variants on live streams - avformat/hls: Fix regression with ranged media segments - avcodec/ffv1enc: Fix assertion failure with non zero bits per sample - avfilter/af_hdcd: small fix in af_hdcd.c where gain was not being adjusted for "attenuate slowly" - avformat/oggdec: Fix integer overflow with invalid pts - ffplay: Fix invalid array index - avcodec/alacenc: allocate bigger packets (cherry picked from commit 82b84c71b009884c8d041361027718b19922c76d) - libavcodec/dnxhd: Enable 12-bit DNxHR support. - lavc/vaapi_encode_h26x: Fix a crash if "." is not the decimal separator. - jni: Return ENOSYS on unsupported platforms - lavu/hwcontext_vaapi: Fix compilation if VA_FOURCC_ABGR is not defined. - avcodec/vp9_parser: Check the input frame sizes for being consistent - avformat/flvdec: parse keyframe before a\v stream was created add_keyframes_index() when stream created or keyframe parsed - avformat/flvdec: splitting add_keyframes_index() out from parse_keyframes_index() - libavformat/rtpdec_asf: zero initialize the AVIOContext struct - libavutil/opt: Small bugfix in example. - libx264: Increase x264 opts character limit to 4096 - avcodec/h264_parser: Set sps/pps_ref - librtmp: Avoid an infiniloop setting connection arguments - avformat/oggparsevp8: fix pts calculation on pages ending with an invisible frame - lavc/Makefile: Fix standalone compilation of the svq3 decoder. - lavf/vplayerdec: Improve auto-detection. - lavc/mediacodecdec_h264: properly convert extradata to annex-b - Revert "configure: Enable GCC vectorization on ≥4.9 on x86"
2016-08-12Updated math/py-networkx to 1.11wen2-3/+3
2016-08-12Update MASTER_SITES. Previous works, but better for finding newer releasemef1-2/+2
2016-08-12Update to 1.11wen3-20/+19
Update DEPENDS Based on PR/51271 from kamelderouiche@yahoo.com Upstream changes: 1.11 API changes [#1930] No longer import nx_agraph and nx_pydot into the top-level namespace. They can be accessed within networkx as e.g. nx.nx_agraph.write_dot or imported as from networkx.drawing.nx_agraph import write_dot. [#1750] Arguments center and scale are now available for all layout functions. The defaul values revert to the v1.9 values (center is the origin for circular layouts and domain is [0, scale) for others. [#1924] Replace pydot with pydotplus for drawing with the pydot interface. [#1888] Replace support for Python3.2 with support for Python 3.5. Miscellaneous changes [#1763] Set up appveyor to automatically test installation on Windows machines. Remove symbolic links in examples to help such istallation. Change many doc_string typos to allow sphinx to build the docs without errors or warnings. Enable the docs to be automatically built on readthedocs.org by changing requirements.txt
2016-08-12Updated textproc/p5-Text-Sass to 1.0.4wen1-1/+2
2016-08-12Update to 1.0.4wen2-8/+7
Upstream changes: 1.0.4 - support single-line comments from Konstantin Tokarev