summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-07-30Fix HOMEPAGE and MASTER_SITES.wiz1-3/+2
2017-07-30Comment out non-working HOMEPAGE.wiz1-2/+2
2017-07-30Replace non-working HOMEPAGE.wiz1-2/+2
2017-07-30Update HOMEPAGE, remove nonworking MASTER_SITE.wiz1-3/+3
2017-07-30Comment out nonworking HOMEPAGE.wiz1-2/+2
2017-07-30Switch github HOMEPAGEs to https.wiz229-458/+458
2017-07-30regenjnemeth2-14/+14
2017-07-30bring copyright to 2017jnemeth1-3/+3
2017-07-30Updated lang/qore to 0.8.12.11nros1-1/+2
2017-07-30Update Qore to version 0.8.12.11.nros3-304/+9
This is a bugfix release so no buildlink change. ChangeLog: New Features in Qore * added broken-logic-precedence warning. Bug Fixes in Qore * fixed documentation regarding escaping of characters in strings and added a parse exception in case of trying to escape octal values in range 400-777 (issue 50) * fixed a crashing bug where Datasource::getConfigString() was called without a connection, also could crash in an implicit internal call to this method with the DatasourcePool class when connections were lost and the warning callback should be called (issue 1992) * fixed a bug where Datasource::getConfigHash() returned different values depending on if the object was connected or not (issue 1994)
2017-07-30Removed databases/py-python-rrdtool successor py-rrdtool; Updated ↵adam2-3/+8
devel/py-lama to 7.4.1, devel/py-pathlib2 to 2.3.0, graphics/py-altgraph to 0.14, devel/py-macholib to 1.8, devel/py-py to 1.4.34
2017-07-301.4.34adam2-7/+7
- fix issue119 / pytest issue708 where tmpdir may fail to make numbered directories when the filesystem is case-insensitive.
2017-07-30macholib 1.8adam2-15/+14
Use the same dependency walk logic as otool Added support for new load commands Fix procesing DSYM file from XCODE 6.x MachOGraph.locate(): When calling dyld_find(), use kwarg ‘loader_path’, not ‘loader’. Add fields to thread_command Add missing ARM_V7S subtype. Fix for SymbolTable Use first Mach-O header as the default header Issue 17: add LC_LOAD_UPWARD_DYLIB to _RELOCATABLE set Issue 16: macholib “hangs” on invalid input Issue 18: Bad version parsing in macho_version_helper Issue 19: Fix aligment issue that prevented code signing Fix issue 14: Can’t pass endian argument to p_uint64.from_str
2017-07-300.14adam2-7/+7
Remove use of iteritems in altgraph.GraphAlgo code 0.13 Graph._bfs_subgraph and back_bfs_subgraph return subgraphs with reversed edges
2017-07-30Version 2.3.0adam2-7/+17
- Sync with upstream pathlib from CPython 3.6.1
2017-07-30Removed databases/py-python-rrdtool successor py-rrdtooladam6-40/+2
2017-07-307.4.1adam4-18/+16
Bug fixes
2017-07-30Updated devel/py-docstyle to 2.0.0adam1-1/+2
2017-07-302.0.0:adam3-25/+35
Major Updates * Support for numpy conventions verification has been added. * Support for Python 2.6 has been dropped. * Support for PyPy3 has been temporarily dropped, until it will be equivalent to CPython 3.3+ and supported by pip. * Support for the pep257 console script has been dropped. Only the pydocstyle console script should be used. * Errors are now printed to stdout instead of stderr. New Features * Decorator-based skipping via --ignore-decorators has been added. * Support for using pycodestyle style wildcards has been added. * Superfluous opening quotes are now reported as part of D300. * Fixed a false-positive recognition of D410 and added D412. * Added --config=<path> flag to override the normal config file discovery and choose a specific config file. * Support for specifying error codes with partial prefix has been added, e.g., --select=D101,D2. * All configuration file can now have the .ini extension. * Added better imperative mood checks using third party stemmer. Bug Fixes * Made parser more robust to bad source files * Modules are now considered private if their name starts with a single underscore. This is a bugfix where “public module” (D100) was reported regardless of module name. * Removed error when __all__ is a list. * Fixed a bug where the @ sign was used as a matrix multiplication operator in Python 3.5, but was considered a decorator by the parser
2017-07-30Added games/fortunes-it version 1.99leot1-1/+2
2017-07-30+ fortunes-itleot1-1/+2
2017-07-30Import fortunes-it-1.99 as games/fortunes-itleot4-0/+80
Italian fortunes database Originally packaged by myself in pkgsrc-wip with some improvements by <wiz> and <asau>.
2017-07-30hack: force disable a configure test.maya1-1/+4
Fixes build with PKGSRC_FORTRAN=gfortran (6.4) on netbsd. resulting binary works fine. I suspect the issue is that the wrong gcc (one without fortran support) is invoked.
2017-07-30Updated misc/open2300 to 1.10nb1martin1-1/+2
2017-07-30Make serial communication with the weather station work more reliablymartin3-2/+28
via USB serial adapters.
2017-07-30+ ImageMagick-7.0.6.4, beats-5.5.1, binutils-2.29, caddy-0.10.6,wiz1-11/+24
calibre-3.5, cups-filters-1.16.0, dbus-1.10.22, expat-2.2.2, httping-2.5, libmpdclient-2.13, libreoffice-5.4, mame-0.188, notmuch-0.25, p5-Time-HiRes-1.9744, py-flake8-import-order-0.13, py-lama-7.4.1, py-nose-exclude-0.5.0, t1utils-1.40, tor-browser-7.0.3, vim-8.0.0809, vim-share-8.0.0809, x264-devel-20170729, xscreensaver-5.37.
2017-07-30Updated devel/py-daemon to 2.1.2, devel/py-test-xdist to 1.18.2adam2-3/+4
2017-07-30pytest-xdist 1.18.2:adam2-7/+7
Bug Fixes - Removal of unnecessary dependency on incorrect version of py. - Fix bug in internal event-loop error handler in the master node. This bug would shadow the original errors making extremely hard/impossible for users to diagnose the problem properly
2017-07-30Version 2.1.2adam3-32/+26
Additions: * Add a README document for the code base. Changes: * Migrate code project hosting to Pagure. Record the change of homepage URL in PyPI metadata. * Raise a warning that the ‘runner’ module is pending deprecation. This has been an unofficial example module from the beginning, and it will be removed in a future version. Bug Fixes: * Ensure custom types are part of the Python type hierarchy. * Avoid a circular dependency for the version string at install time.
2017-07-30Updated sysutils/daemontools-run to 20170730schmonz1-1/+2
2017-07-30Add PREFIX/{sbin,bin} to PATH, and don't hide diagnostics. Bump version.schmonz2-6/+5
2017-07-30Updated multimedia/ffmpeg3 to 3.3.3, devel/py-setuptools to 36.2.4, ↵adam1-1/+5
devel/py-flake8 to 3.4.1, security/py-certifi to 2017.7.27.1
2017-07-302017.7.27.1:adam3-8/+9
PEM changes.
2017-07-303.4.1:adam2-7/+7
Fix minor regression when users specify only a --select list with items in the enabled/extended select list.
2017-07-30v36.2.4adam2-7/+7
* ``pkg_resources`` now uses ``inspect.getmro`` to resolve classes in method resolution order
2017-07-30version 3.3.3:adam3-9/+8
- avcodec/dirac_dwt: Fix multiple integer overflows in COMPOSE_DD97iH0() - avcodec/diracdec: Fix integer overflow in divide3() - avcodec/takdec: Fix integer overflow in decode_subframe() - avformat/rtmppkt: Convert ff_amf_get_field_value() to bytestream2 - avformat/rtmppkt: Convert ff_amf_tag_size() to bytestream2 - avcodec/diracdec: Fix integer overflow in signed multiplication in UNPACK_ARITH() - avcodec/pixlet: Simplify nbits computation - avcodec/dnxhddec: Move mb height check out of non hr branch - avcodec/hevc_ps: fix integer overflow in log2_parallel_merge_level_minus2 - avformat/oggparsecelt: Do not re-allocate os->private - avcodec/ylc: Fix shift overflow - avcodec/aacps: Fix multiple integer overflow in map_val_34_to_20() - avcodec/aacdec_fixed: fix: left shift of negative value -1 - avcodec/dirac_vlc: Fix undefined shift - doc/filters: typo in frei0r - avcodec/cfhd: Fix decoding regression due to height check - avcodec/aacdec_template (fixed point): Check gain in decode_cce() to avoid undefined shifts later - avcodec/ffv1dec_template: Fix signed integer overflow - avcodec/aacdec_template: Fix undefined integer overflow in apply_tns() - avcodec/magicyuv: Check that vlc len is not too large - avcodec/mjpegdec: Clip DC also on the negative side. - avcodec/aacps (fixed point): Fix multiple signed integer overflows - avcodec/ylc: Fix vlc of 31 bits - avcodec/sbrdsp_fixed: Fix integer overflow in sbr_hf_apply_noise() - avcodec/hevcdec: do not let updated extradata corrupt state - avcodec/wavpack: Fix invalid shift - avcodec/h264_slice: Fix signed integer overflow - avcodec/hevc_ps: Fix integer overflow with beta/tc offsets - avcodec/cfhd: Fix invalid left shift of negative value - avcodec/vb: Check vertical GMC component before multiply - avcodec/hevcdec: do basic validity check on delta_chroma_weight and offset - avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int() - avcodec/apedec: Fix integer overflow - avcodec/wavpack: Fix integer overflow in wv_unpack_stereo() - avcodec/hevc_ps: Fix max_dec_buffer check - avcodec/mpeg4videodec: Fix GMC with videos of dimension 1 - avcodec/wavpack: Fix integer overflow - avcodec/takdec: Fix integer overflow - avcodec/tiff: Update pointer only when the result is used - avcodec/cfhd: Check bpc before setting bpc in context - avcodec/cfhd: Fix undefined shift - avcodec/hevc_filter: Fix invalid shift - avcodec/mpeg4videodec: Fix overflow in virtual_ref computation - avcodec/lpc: signed integer overflow in compute_lpc_coefs() (aacdec_fixed) - avcodec/wavpack: Fix undefined integer negation - avcodec/aacdec_fixed: Check s for being too small - avcodec/htmlsubtitles: Replace very slow redundant sscanf() calls by cleaner and faster code - avcodec/h264: Fix mix of lossless and lossy MBs decoding - avcodec/h264_mb: Fix 8x8dct in lossless for new versions of x264 - avcodec/h264_cabac: Fix CABAC+8x8dct in 4:4:4 - avcodec/takdec: Fixes: integer overflow in AV_SAMPLE_FMT_U8P output - avcodec/jpeg2000dsp: Reorder operations in ict_int() to avoid 2 integer overflows - avcodec/hevcpred_template: Fix left shift of negative value - avcodec/hevcdec: Fix signed integer overflow in decode_lt_rps() - avcodec/jpeg2000dec: Check nonzerobits more completely - avcodec/shorten: Sanity check maxnlpc - avcodec/truemotion2: Move skip computation after checks - avcodec/jpeg2000: Fixes integer overflow in ff_jpeg2000_ceildivpow2() - avcodec/dnxhd_parser: Do not return invalid value from dnxhd_find_frame_end() on error - avcodec/hevcdec: Check nb_sps - avcodec/hevc_refs: Check nb_refs in add_candidate_ref() - avcodec/mpeg4videodec: Check sprite delta upshift against overflowing. - avcodec/mpeg4videodec: Fix integer overflow in num_sprite_warping_points=2 case - avcodec/aacsbr_fixed: Check shift in sbr_hf_assemble() - avcodec/sbrdsp_fixed: Return an error from sbr_hf_apply_noise() if operations are impossible - avcodec/libvpxdec: Check that display dimensions fit in the storage dimensions - avcodec/jpeg2000dwt: Fix runtime error: left shift of negative value -123 - avcodec/wavpack: Fix runtime error: signed integer overflow: 1886191616 + 277872640 cannot be represented in type 'int' - avcodec/snowdec: Fix runtime error: left shift of negative value -1 - avcodec/aacdec_fixed: Fix runtime error: left shift of negative value -1297616 - avcodec/tiff: Fix leak of geotags[].val - avcodec/ra144: Fix runtime error: signed integer overflow: -2200 * 1033073 cannot be represented in type 'int' - avcodec/flicvideo: Fix runtime error: signed integer overflow: 4864 * 459296 cannot be represented in type 'int' - avcodec/cfhd: Check band parameters before storing them - avcodec/h264_parse: Check picture structure when initializig weight table - avcodec/indeo4: Check remaining data in Pic hdr extension parsing code - avcodec/ac3dec_fixed: Fix multiple runtime error: signed integer overflow: -39271008 * 59 cannot be represented in type 'int' - lavc/aarch64/simple_idct: fix idct_col4_top coefficient
2017-07-30Updated mail/qmail-run to 20170729schmonz1-1/+2
2017-07-30pkgsrc changes:schmonz3-22/+50
- Collapse redundant code for invoking service-specific rc.d scripts. - Don't try to run a service's rc.d script if it isn't enabled in rc.conf. - Run "pause" in reverse sequence, like "stop" does. - Support "stat", "pause", and "cont" in qmailqread. Bump version.
2017-07-29Updated net/youtube-dl to 20170723wiz1-1/+2
2017-07-29Updated youtube-dl to 20170723.wiz3-8/+11
Core [YoutubeDL] Improve default format specification (#13704) [YoutubeDL] Do not override id, extractor and extractor_key for url_transparent entities [extractor/common] Fix playlist_from_matches Extractors [itv] Fix production id extraction (#13671, #13703) [vidio] Make duration non fatal and fix typo [mtv] Skip missing video parts (#13690) [sportbox:embed] Fix extraction [npo] Add support for npo3.nl URLs (#13695) [dramafever] Remove video id from title (#13699) [egghead:lesson] Add support for lessons (#6635) [funnyordie] Extract more metadata (#13677) [youku:show] Fix playlist extraction (#13248) [dispeak] Recognize sevt subdomain (#13276) [adn] Improve error reporting (#13663) [crunchyroll] Relax series and season regex (#13659) [spiegel:article] Add support for nexx iframe embeds (#13029) [nexx:embed] Add support for iframe embeds [nexx] Improve JS embed extraction [pearvideo] Add support for pearvideo.com (#13031)
2017-07-29Needs at least sqlite-3.18.wiz1-2/+2
2017-07-29boost-headers: revert previous; upstream says it's incorrect andwiz5-102/+2
it's incomplete too. Bump PKGREVISION.
2017-07-29Updated devel/py-spans to 1.0.0gson1-1/+2
2017-07-29Update devel/py-Spans to 1.0.0. Changes since 0.5.0:gson2-8/+7
Added NotImplemented for << and >> operators when there is a type mismatch Added | operator for unions of Range and NotImplemented support for RangeSet Added & operator for intersections of Range and NotImplemented support for RangeSet Added - operator for differences of Range and NotImplemented support for RangeSet Added reversed() iterator support for DiscreteRange Fixed overlap with empty range incorrectly returns True (bug #7) Fixed issue with contains() for scalars on unbounded ranges Fixed type check for right_of() Fixed type check for contains() Fixed type check for union() Fixed type check for intersection() Fixed type check for difference() Fixed infinite iterators not being supported for DiscreteRange
2017-07-29#include config.h only if HAVE_CONFIG_H is definedcheusov1-0/+2
2017-07-29Updated devel/boost-headers to 1.64.0nb3wiz1-1/+2
2017-07-29boost-headers: do not use auto_ptrwiz5-2/+102
Fixes build of gnucash-wip. Reported upstream as https://github.com/boostorg/locale/pull/19 Bump PKGREVISION.
2017-07-29Added games/gargoyle version 2011.1wiz1-1/+2
2017-07-29+ gargoyle.wiz1-1/+2
2017-07-29Import gargoyle-2011.1 as games/gargoyle.wiz6-0/+141
Packaged by Wes Frazier in PR 52431, some fixes by myself. Gargoyle is an IF player that supports all the major interactive fiction formats. Most interactive fiction is distributed as portable game files. These portable game files come in many formats. In the past, you used to have to download a separate player (interpreter) for each format of IF you wanted to play. Gargoyle is based on the standard interpreters for the formats it supports. Gargoyle is free software released under the terms of the GNU General Public License.