summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-07-25chat/py-Mastodon.py: Import version 1.2.2.nia5-1/+50
Mastodon.py is a Python wrapper for the Mastodon social networking API. It is feature complete for the public API as of Mastodon version 2.1.0.
2018-07-25doc: Added net/ucspi-tcp6 version 1.06schmonz1-1/+2
2018-07-25Add and enable ucspi-tcp6.schmonz1-1/+2
2018-07-25Add ucspi-tcp6, a fork of ucspi-tcp with more features, including:schmonz5-0/+128
- rblsmtpd Greetdelay add-on and removal of the compiled-in default-RBL - Felix von Leitner's's IPv6 patch ucspi-tcp-0.88-ipv6.diff19.bz2 - Jens Wehrenbrecht's IPv4 CIDR extension - Li Minh Bui's IPv6 support for compactified IPv6 addresses and CIDR notation support
2018-07-25Use external destdir patch. Add CONFLICTS with ucspi-tcp6, to be added shortly.schmonz4-46/+13
2018-07-25doc: Added biology/trimmomatic version 0.38bacon1-1/+2
2018-07-25Add trimmomaticbacon1-1/+2
2018-07-25biology/trimmomatic: import Trimmomatic-0.38bacon4-0/+47
Trimmomatic performs a variety of useful trimming tasks for illumina paired-end and single ended data. The selection of trimming steps and their associated parameters are supplied on the command line. It works with FASTQ (using phred + 33 or phred + 64 quality scores, depending on the Illumina pipeline used), either uncompressed or gzipp'ed FASTQ.
2018-07-25doc: Updated multimedia/mpv to 0.29.0leot1-1/+2
2018-07-25mpv: Update multimedia/mpv to 0.29.0leot4-29/+21
pkgsrc changes: - Drop sdl option, SDL1 is no longer supported by mpv (was used only for audio) Changes: 0.29.0 ====== This release requires FFmpeg 4.0 or newer. Features -------- Added ~~~~~ - ao/openal: Add better sample format and channel layout selection - ao/openal: Add support for direct channels output - cocoa-cb: initial implementation via opengl-cb API - context_drm_egl: Introduce 30bpp support (requires Mesa 18.0.0_rc4 or later) - osx: add some more menu bar items as suggested by Apples's HIG - vo_gpu: make screenshots use the GL renderer (#5498, #5240) - x11: support Shift+TAB as an input key bind (#5849) - ytdl_hook: support native dash demuxer, if present Changed ~~~~~~~ - ao_alsa, ao_pulse: reduce requested buffer size - audio: change format negotiation, remove channel remix fudging - client API: deprecate opengl-cb API and introduce a replacement API - demux: lower demuxer cache default sizes from 400MB/400MB to 50MB/150MB - osx: always deactivate the early opengl flush on macOS - scripting: change when/how player waits for scripts being loaded - vo_gpu: various improvements to HDR peak detection - vo_gpu: various improvements to HDR tone mapping - wayland_common: update to stable xdg-shell - ytdl_hook: parse youtube playlist urls to set start index if `--ytdl-raw-option=yes-playlist=` is specified Deprecated ~~~~~~~~~~ - af_lavrresample: deprecate this filter Removed ~~~~~~~ - build: drop support for SDL1 (only applied to ao_sdl) Options and Commands -------------------- Added ~~~~~ - add a number of --audio-resample-* options, which should from now on be used instead of --af-defaults=lavrresample: - ao/openal: --openal-direct-channels - command: add --osd-on-seek option defaulting to bar - command: add a change-list command (#5435) - options: add --http-proxy - options: add a builtin low-latency profile - vaapi: add option to select a non-default device path with --vaapi-device (#4320) - video: add option to reduce latency by 1 or 2 frames - vo_gpu: introduce --target-peak (#5521) Changed ~~~~~~~ - command: change cycle-value command behavior (#5772) - config: replace config dir lua-settings/ with dir script-opts/ - options: --lavfi-complex now requires uniquely named filter pads. - options: --ytdl is now always enabled, even for libmpv - options: make --deinterlace=yes always deinterlace (#5219) - options: slightly improve filter help output for lavfi bridge - vo: rename --vo=opengl-cb to --vo=libmpv Deprecated ~~~~~~~~~~ - encoding: deprecate a bunch of obscure options (--ovoffset, --oaoffset, --ovfirst, --oafirst) - options: deprecate --vf-defaults and --af-defaults - osx: --gpu-context=cocoa with --gpu-api=opengl is now deprecated in favour of --vo=libmpv Removed ~~~~~~~ - command: remove an old compatibility hack that allowed CLI aliases to be set as property, deprecated in 0.26.0 - input: remove legacy command handling for MPlayer commands that were deprecated in 2013 - options: drop --opensles-sample-rate, as --audio-samplerate should be used if desired - options: drop deprecated --videotoolbox-format, --ff-aid, --ff-vid, --ff-sid, --ad-spdif-dtshd, --softvol options - options: remove --video-stereo-mode - options: remove deprecated ao/vo auto profiles - options: remove the following encoding options: --ocopyts (now the default, old timestamp handling is gone), --oneverdrop (now default), --oharddup (you need to use --vf=fps=VALUE), --ofps, --oautofps, --omaxfps Fixes and Minor Enhancements ---------------------------- - HIDRemote: fix volume buttons on macOS 10.13 (#5721) - TOOLS/autoload: Fix broken "disabled" option - TOOLS/autoload: be more robust with slow directory listings (#5618) - ao_sdl: fix default buffer size - build: add static libraries to libmpv.pc - build: bump waf to 2.0.9 (fixes Python 3.7 compatibility) - build: manually add standard library search paths for linking (#5791) - common: round all integer times to milliseconds - demux, player: fix playback of sparse video streams (w/ still images) - demux: support for some kinds of timed metadata (e.g. ICY) - demux_mkv: add V_AV1 identifier for AV1 - demux_mkv: support Meridian Lossless Packing in Matroska (#5923) - display additional metadata tags during video playback - drm_atomic: Fix memory leaks in drm_atomic_create - enable cache for FUSE filesystems on OpenBSD and FreeBSD - gpu: prefer 16bit floating point FBO formats to 16bit integer ones - hwdec_vaegl: Fix VAAPI EGL interop used with gpu-context=drm - input.conf: use exact value for [ binding, which does the inverse of ] - input: add a keybinding to toggle hardware decoding - input: minor additions to default key bindings (#973) - osc: fix accidentally skipping files when seeking with slider - player: fix strange behavior on edition switching - player: fix track autoselection of external files yet again - terminal-unix: stop trying to read when terminal disappears (#5842) - video: actually wait for last frame being rendered on EOF - video: fix --video-rotate in some cases - video: fix crash with vdpau when reinitializing rendering (#5447) - vo_gpu: fix anamorphic screenshots (#5619) - vo_vdpau: fix resizing and rotation problems
2018-07-25doc: Updated emulators/mame to 0.200wiz1-1/+2
2018-07-25mame: update to 0.200.wiz5-9/+50
MAME 0.200 25 Jul 2018 Today’s MAME release has two consecutive zeros in the version number! The only other time that happened was over twelve years ago! Although MAME version numbers are just an incrementing number, by a series of coincidences, MAME 0.200 delivers several major changes. MAME 0.200 includes replacements for the memory system and callback API. This will enable new functionality and make MAME development more straightforward. The artwork layout system has also had an overhaul which opens new possibilities. In arcade emulation this month, we have a number of new versions of supported titles, including a very rare prototype of Led Storm Rally 2011 and three more Street Fighter II': Champion Edition bootlegs. Dreamcast/NAOMI colours are greatly improved thanks to snickerbockers, and cam900 fixed some graphical effects in Gals Panic 3 and Billiard Academy Real Break. Enik Land improved emulation of the Sega Master System, Game Gear and Mega Drive VDPs, covering more corner cases. The really exciting emulation improvements this month are on the computer side. There are lots of improvements for UK home computers, including better Camputers Lynx tape support (with lots of additions to the software list), re-worked Acorn System emulation, and support for Acorn Bus slot devices. We’ve got a brand-new modernised Apple IIgs driver, with improvements in just about every area. Also, Wayder updated the Sharp 68000 software list, correcting and organising the entries and adding the latest clean dumps. But even more exciting is the fact that, thanks to Patrick Mackinlay’s gargantuan effort and persistence, the CLIPPER-based InterPro 2000 workstation now works well enough to install and run CLIX (a UNIX operating system). As far as we know, this is a first for MAME. The improvements to SCSI, CD-ROM, and serial emulation also benefit other emulated computer systems. Instructions are on the MAMEdev wiki if you want to try it out.
2018-07-25py-emoji: Change HOMEPAGE to github.nia1-2/+2
2018-07-25haproxy: Fix SunOS C99 handling.jperkin4-19/+27
2018-07-25doc: Updated print/py-reportlab to 3.5.2joerg1-1/+2
2018-07-25Update to reportlab 3.5.2 to get a full distribution version back.joerg3-9/+14
Add dependency on py-pyphen for hyphenation support.
2018-07-25Updated audio/pulseaudio, print/cups-filtersadam2-3/+4
2018-07-25cups-filters: updated to 1.20.4adam3-44/+25
CHANGES IN V1.20.4 - README: Added link to Issue Tracker on GitHub. - gstoraster: Removed unneeded "if"s. - cups-browsed: When checking whether there is already a local print queue with the same URI as the one of the discovered printer, consider also as equal URI if the URIs only differ by use of IPP or IPPS and/or use of HTTPS port 443 instead of IPP port 631. - cups-browsed: Also upgrade from ipp: to ipps: when the ipps: URI is on HTTPS port 443 instead of IPP port 631. This is common on IPP network printers. - pdftopdf: Removed support for hardware-implemented reversing of page order in PostScript printers. It was once not correctly implemented in cups-filters and second, such printers are extremely rare, and on Gutenprint PPDs with pseudo OutputOrder option hardware reversing was even wrongly assumed. - pdftopdf: Accept option "output-order=normal/reverse" for reversing page order and also "page-delivery= same-order/reverse-order". - libcupsfilters: Let the PPD generator add "*PageStackOrder ..." lines to the choices of the "OutputBin" option, to mark which output bins need the pages printed in reverse order. - libcupsfilters: Let the PPD generator correctly create a "*DefaultOutputOrder: ..." entry, depending on whether the paper is put out face-up or face-down in the default output bin. - libcupsfilters: Fixed human-readable name of the OutputBin option in the PPD generator. - pdftoopvp: Silence compiler warning. - cups-browsed: If the user modifies/overwrites a print queue created by cups-browsed, it will now not only be automatically released from the control of cups-browsed, but we also create a replacement for our generated local queue under a new name. - cups-browsed: Make URIS for using the implicitclass backend correctly working also with queue names containing an '@' character. - braille: Strengthen error checking. - braille: Index: Replace bogus characters with space. - braille: Add print and braille page number options. - braille: Index: Use standard duplex cups option. - cups-browsed: Moved auto-generation of PPD file for IPP network printers from create_remote_printer_entry() function to update_cups_queues(). This allows re-creating accidentally removed or overwritten local queues without losing the PPD file. - braille: Add option to pick hyphenation rule according to current locale and make it the default for second translation table. - braille: Remove generated defs on "make clean". - braille: Turn non-breakable spaces to spaces. - braille: Fix character encoding when extracting text. When extracing text from a zip file or a pdf, the resulting text is always utf-8 independently of the original locale, so we need to force that. - braille: Warn when no text translation was selected in case the user didn't notice. - braille: Fix spurious spacing after last Form-Feed
2018-07-25doc: Added converters/py-emoji version 0.5.0nia1-1/+2
2018-07-25pulseaudio: updated to 12.2adam6-68/+60
PulseAudio 12.2 The previous release tarball contained a broken configure script, this release fixes the tarball. There are no changes in the source, except for this NEWS file update. PulseAudio 12.1 A bug fix release. * Fixed crash when switching to A2DP bluetooth profile * Fixed plugin search path in module-ladspa-sink * Fixed file permissions for the pipes created by module-pipe-sink and module-pipe-source
2018-07-25py-emoji: Import version 0.5.0nia5-1/+42
py-emoji is a library for converting emoji from and into textual representations. "Looks good" wiz@
2018-07-25decode-dimms: pkglint fixeswiz1-6/+1
2018-07-25doc/TODO: add somewiz1-3/+4
+ binutils-2.31, freeciv-2.6.0, llvm-6.0.1.
2018-07-25Include the GIT_COMMIT id in the new revision string, as well as thepgoyette1-2/+2
date.
2018-07-25Move the revision string substituion stuff to pre-patchpgoyette1-3/+4
Fix the substitution string to include the trailing / within the 's, and add a blank line for readability (thanks jnemeth@ for these two).
2018-07-25Put the REPLACE_PERL back into the Makefile, and remove it from thepgoyette3-10/+6
patch-file.
2018-07-25Remove REPLACE_PERL as it's not doing anythingpgoyette1-2/+6
Edit the tool to have a useful version identifier - avoiding any attempts for repository-management tools to perform substitution on $Revision$ and $Date$
2018-07-25Update the patch again to get it with the correct from-to files.pgoyette2-64/+64
2018-07-25Update distinfo when fixing patch filepgoyette1-2/+2
2018-07-25Fix the file names in the patchpgoyette1-3/+3
2018-07-25Update the patch file to not attempt to change CVS keywordspgoyette2-72/+64
2018-07-25doc: added decode-dimms-0.0.20171205pgoyette1-1/+2
2018-07-25Re-add sysutils/decode-dimmspgoyette1-1/+2
2018-07-25Re-add the decode-dimms package after resolving the various issuespgoyette6-0/+234
related to packaging. Many thanks to maya@ for her extensive help in getting this to work!
2018-07-25Build with OpenSSL < 1.1.0 that was patched to include EVP_CIPHER_CTX_ivmanu2-1/+43
2018-07-25doc: Updated devel/hyperscan to 5.0.0minskim1-1/+2
2018-07-25devel/hyperscan: Update to 5.0.0minskim7-37/+46
New features: - A hybrid library of Hyperscan and PCRE called Chimera - Logical combination matching - Experimental support for Windows
2018-07-24Remove onlamp links. (dead)maya1-12/+1
2018-07-24doc/pkgsrc.*: regenmaya2-22/+11
2018-07-24s/4.8/4.11bouyer2-3/+3
2018-07-24doc: Updated sysutils/daemontools-run to 20180724schmonz1-1/+2
2018-07-24Add dependency on net/ucspi-tcp for "argv0" command. Bump version.schmonz1-2/+3
2018-07-24sysutils/xen*: invert python version logic, only 2.7 is ok.maya10-21/+21
Mostly so we don't match python37 on xen 4.11, but also because python3 is a moving target and this saves us having to add the next version.
2018-07-24zookeeper: Drop apache-ant dependency.jperkin1-2/+1
Let it be pulled in via apache-ivy, which will pull in the correct version of apache-ant depending on the JDK in use.
2018-07-24doc: Updated devel/apache-ivy to 2.4.0nb1jperkin1-1/+2
2018-07-24apache-ivy: Use apache-ant 1.9.x with JDK 7.xjperkin1-3/+10
Bump PKGREVISION.
2018-07-24devel: Add apache-ant19.jperkin1-1/+2
2018-07-24doc: Added devel/apache-ant19 version 1.9.13jperkin1-1/+2
2018-07-24apache-ant19: Add new package, version 1.9.13.jperkin5-0/+1649
This is the 1.9 branch of apache-ant, which is required for JDK 7.x and older. JDK 8.x and newer use the main apache-ant 1.10 package.
2018-07-24openjdk7: Fixes for SunOS and C99.jperkin6-13/+54