summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-10-28Update lang/algol68g to algol68g-2.8.2.leot2-6/+6
Patch provided by Olaf 'Rhialto' Seibert via PR pkg/50371. Changes: Version 2.8.2, October 2015 * Several bug fixes. * Cleaner interface for command line arguments through routines a68gargc and a68gargv. Version 2.8.1, January 2015 * Update source code for recent versions of gcc, autoconf, automake and TeX. * Documentation updates.
2015-10-28Fix for X11 installation.adam3-2/+28
Fix for cmake files on Darwin.
2015-10-28Add 'used by sysutils/collectd-riemann/Makefile' to satisfy pkglint.jperkin1-1/+2
2015-10-28Add collectd-riemann.jperkin1-1/+2
2015-10-28Added sysutils/collectd-riemann version 5.5.0jperkin1-1/+2
2015-10-28Import sysutils/collectd-riemann, a Riemann network monitoring modulejperkin2-0/+15
for collectd, packaged by Benjamin Bergia in joyent/pkgsrc#265.
2015-10-28Drop useless message.asau1-8/+0
Those interested in legal matters will find and read licence anyway. Other than that it is nothing but a noise. Nobody is interested in reading Eclipse Public License yet another time.
2015-10-28xentools45 should actually be 4.5.1nb6jnemeth1-2/+2
2015-10-28somehow missed existing PKGREVISION line; pkglint should warnjnemeth1-3/+2
2015-10-28Updated sysutils/xentools45 to 4.5.1nb1jnemeth1-1/+2
2015-10-28Unbreak. Patch correct file and bump PKGREVISION. Hi tnn!jnemeth4-23/+26
2015-10-27Switch to GITHUB_PROJECT and update HOMEPAGE. No version update.alnsn2-9/+12
Thanks to Greg Troxel for pointing out a dead HOMEPAGE link.
2015-10-27Removed checkline_spellcheckrillig2-15/+2
It didn't provide much technical value, and its error message was not polite anyway.
2015-10-27Removed unused load_shared_dirsrillig1-65/+1
2015-10-27Added databases/sqliteman version 1.2.2ryoon1-1/+2
2015-10-27Add sqlitemanryoon1-1/+2
2015-10-27Import sqliteman-1.2.2 as databases/sqliteman.ryoon4-0/+158
Sqlite3 database GUI developer/administration tool.
2015-10-27Remove -n0 from envstat invocations, PR pkg/50352.bsiegert2-5/+5
2015-10-27Remove the Latin-1 umlaut from the header comment of the patch. It messesbsiegert2-4/+5
with sed on El Capitan, which apparently assumes valid UTF-8 inputs.
2015-10-27Disable recvmmsg() on NetBSD as a workaround.pettai1-1/+7
(NetBSD's implementation of recvmmsg() is not 100% with the Linux version)
2015-10-27Updated devel/waf to 1.8.16wiz1-1/+2
2015-10-27Update waf to 1.8.16:wiz2-7/+7
NEW IN WAF 1.8.16 ----------------- * Reverted the changes to conf.check(header_name=) as this causes regressions. Use conf.check(header_name=, link_header_test=False) - #1647 * Disabled the loading of c_emscripten when building from the Waf tree * Fixed the documentation build when using Sphinx < 1.3 * Propagate ldflags/LDFLAGS besides linkflags/LINKFLAGS * Python3 fixes in extras/file_to_object.py Fixes build of multimedia/mpv.
2015-10-27Remove some obsolete patches.wiz12-94/+33
Add upstream bug report URLs for some others. XXX: patch-a[bhijk] are not sent upstream since I don't understand the need.
2015-10-27Support SunOS/clang, fixes 64-bit build.jperkin2-4/+13
2015-10-27Pass --disable-libgcc when using SunOS/clang, clang doesn't support thejperkin3-3/+21
test and will handle libgcc itself as appropriate.
2015-10-27Updated devel/cmake to 3.3.2nb1jperkin1-1/+2
2015-10-27Support SunOS/clang by reusing the GNU Platform files. Bump PKGREVISION.jperkin2-2/+10
2015-10-27add asterisk-config optionjnemeth1-0/+1
2015-10-27Updated comms/asterisk to 11.20.0jnemeth1-1/+2
2015-10-27Update Asterisk to 11.20.0: this is mainly a bug fix release.jnemeth24-60/+850
pkgsrc changes: - from joerg@ - srtp support - new asterisk-config option to control installing of sample config files - manifest.xml for Solaris' SMF - various bugfixes, some reworked by myself - backport kqueue timer update from Asterisk 13 ----- The Asterisk Development Team has announced the release of Asterisk 11.20.0. The release of Asterisk 11.20.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-25449 - main/sched: Regression introduced by 5c713fdf18f causes erroneous duplicate RTCP messages; other potential scheduling issues in chan_sip/chan_skinny (Reported by Matt Jordan) * ASTERISK-25438 - res_rtp_asterisk: ICE role message even when ICE is not enabled (Reported by Joshua Colp) * ASTERISK-25427 - Callerid change does not always emit NewCallerid AMI event (Reported by Ivan Poddubny) * ASTERISK-25407 - Asterisk fails to log to multiple syslog destinations (Reported by Elazar Broad) * ASTERISK-25410 - app_record: RECORDED_FILE variable not being populated (Reported by Kevin Harwell) * ASTERISK-25394 - pbx: Incorrect device and presence state when changing hint details (Reported by Joshua Colp) * ASTERISK-25396 - chan_sip: Extremely long callerid name causes invalid SIP (Reported by Walter Doekes) * ASTERISK-25353 - [patch] Transcoding while different in Frame size = Frames lost (Reported by Alexander Traud) * ASTERISK-25227 - No audio at in-band announcements in ooh323 channel (Reported by Alexandr Dranchuk) * ASTERISK-25346 - chan_sip: Overwriting answered elsewhere hangup cause on call pickup (Reported by Joshua Colp) * ASTERISK-25215 - Differences in queue.log between Set QUEUE_MEMBER and using PauseQueueMember (Reported by Lorne Gaetz) * ASTERISK-25320 - chan_sip.c: sip_report_security_event searches for wrong or non existent peer on invite (Reported by Kevin Harwell) * ASTERISK-25315 - DAHDI channels send shortened duration DTMF tones. (Reported by Richard Mudgett) * ASTERISK-25312 - res_http_websocket: Terminate connection on fatal cases (Reported by Joshua Colp) * ASTERISK-25265 - [patch]DTLS Failure when calling WebRTC-peer on Firefox 39 - add ECDH support and fallback to prime256v1 (Reported by Stefan Engström) Improvements made in this release: ----------------------------------- * ASTERISK-25310 - [patch]on FreeBSD also pthread_attr_init() defaults to PTHREAD_EXPLICIT_SCHED (Reported by Guido Falsi) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.20.0 Thank you for your continued support of Asterisk!
2015-10-27* Fix building on Darwin.adam5-13/+31
* Switch to FFmpeg-2.x, so we can get rid of FFmpeg-1 easier.
2015-10-27Included bsd.fast.prefs.mkadam1-1/+3
2015-10-26p5-Perl4-CoreLibs as DEPENDS fits better the package needskamil1-2/+2
2015-10-26Updated x11/py-sip to 4.17; x11/py-qt5 to 5.5.1adam1-2/+4
2015-10-26Changes 5.5.1:adam4-17/+76
- Added support for Qt v5.5.1. - Added the --disable option to configure.py. - Implemented __matmul__ and __imatmul__ for QMatrix4x4 and QTransform.
2015-10-26Changes 4.17:adam2-6/+7
- Added support for PEP 465 (__matmul__ and __imatmul__). - Added support for PEP 492 (__aenter__, __aexit__, __await__, __aiter__ and __anext__). - Added support for MSVC 2015 to the build system. - Bug fixes.
2015-10-26Updated net/knot to 2.0.1pettai2-3/+3
2015-10-26Updated pkgtools/pkgdep to 1.0nb5kamil1-1/+2
2015-10-26Pull-in p5-Perl4-CoreLibs as the dependency of getopt.plkamil1-2/+4
PKGREVISION++
2015-10-26Drop maintainership.gdt1-2/+2
(I don't use this any more.)
2015-10-26Knot DNS 2.0.1 (2015-09-02)pettai6-48/+125
=========================== Bugfixes: --------- - Do not reload expired zones on 'knotc reload' and server startup - Fix rare race-condition in event scheduling causing delayed event execution - Fix skipping of non-authoritative nodes in NSEC proofs - Fix TC flag setting in RRL slipped answers - Disable domain name compression for root label - Log via journald only when running under systemd - Fix CNAME following when quering for NSEC RR type - Fix refreshing of DNSSEC signatures for zone keys - Fix binding an unavailable IPv6 address on Linux (IP_FREEBIND) - Fix infinite loop in knotc zonestatus and memstats - Fix memory leak in configuration on server shutdown - Fix broken dnsproxy module - Fix DNSSEC KASP timestamps parsing in strict POSIX environment - fix multi value parsing on big-endian - Adapt to Nettle 3 API break causing base64 decoding failures on big-endian Features: --------- - Add 'keymgr zone key ds' to show key's DS record - Add 'keymgr tsig generate' to generate TSIG keys - Add query module scoping to process either all queries or zone queries only - Add support for file name globbing in config file includes - Add 'request-edns-option' config option to add custom EDNS0 option into server initiated queries Improvements: ------------- - Send minimal responses (remove NS from Authority section for NOERROR) - Update persistent timers only on shutdown for better performance - Allow change of RR TTL over DDNS - Documentation fixes, updates, and improvements in formatting - Install yparser and zscanner header files - Improve lookup of libsystemd build dependencies - Fix compilation warnings in endian conversion functions on OpenBSD Knot DNS 2.0.0 (2015-06-26) =========================== Bugfixes: --------- - Fix lost NOTIFY message if received during zone transfer - Disable fast zone parser when compiled in Clang (workaround for Clang bug) - kdig: Record correct dnstap SocketProtocol when retrying over TCP - kdig: Hide TSIG section with +noall - Do not set AA flag for AXFR/IXFR queries Features: --------- - DNSSEC: separate library, switch to GnuTLS, new utilities - DNSSEC: basic KASP support (generate initial keys, ZSK rollover) - Configuration: New text format in YAML, binary store in LMDB - Zone parser: Split long TXT/SPF strings into multiple strings - kdig: Add generic dump style option (+generic) - Try all master servers in multi-master environment - Improved remotes and ACLs (multiple addresses, multiple keys) - Basic support for zone file patterns (%s to substitute zone name) - Disable zone file synchronization by setting 'zonefile_sync' to '-1' - knsupdate: Add input prompt in interactive mode and 'quit' command - knsupdate: Allow TSIG algorithm specification in interactive prompt Improvements: ------------- - Zone dump: Do not write class for SOA record (unified with other RR types) - Zone dump: Do not write master server address into the zone file - Documentation: Manual pages are included in HTML and PDF
2015-10-26Updated x11/qt5 to 5.5.1adam2-3/+29
2015-10-26Removed x11/qt5-dbusadam1-2/+1
2015-10-26Changes 5.5.1:adam122-1081/+959
Qt Bluetooth Bluetooth Low Energy API final release (5.4 was featuring tech preview). Bluetooth Low Energy Support for Android (requires Android v18+) added. Bluetooth Classic and Low Energy support for iOS and OS X. Qt Core You can now have Q_PROPERTY and Q_INVOKABLE within a Q_GADGET, and there is a way to query the QMetaObject of such gadget using the QMetaTYpe system. Added Q_ENUM to replace Q_ENUMS which allow to get a QMetaEnum at compile time using QMetaEnum::fromType<T>. Such enums are now automatically registered as metatype, and can be converted to string within QVariant, or are printed as string by qDebug() Qt GUI Windows packages are all built with -opengl dynamic. No OpenGL-only or ANGLE-only builds are provided anymore. On Windows the OpenGL implementation to use can now be configured based on the GPU vendor and driver version using JSON configuration files. This allows shipping fine-grained card and driver blacklists with the apps, when necessary. QOpenGLWidget is now supported in iOS. QImage: 8-bit alpha map and grayscale formats. QImageReader: EXIF orientation can now be read though the transformation method, and applied on read to JPEGs if wanted. Qt Multimedia GStreamer 1.0 support. Note that the default is still 0.10. 1.0 support can be enabled by configuring Qt with '-gstreamer 1.0'. New video filtering framework to integrate frameworks like OpenCV or compute APIs such as OpenCL or CUDA with VideoOutput elements. New API to control camera viewfinder settings Improved camera support on iOS (focus, zoom, exposure, viewfinder/image settings) The QML MediaPlayer is now rendered in an OpenGL texture on iOS. This means VideoOutput supports advanced transformation, shader effects and doesn't have to be always on top of other items anymore. Qt NFC Neard based backend for Linux added. Qt Network New SSL back-end for iOS and OS X based on Secure Transport. Note that in Qt 5.6 this will become the default SSL: back-end on these platforms. Support for libproxy Support for TLS PSK ciphersuites Support for elliptic curve certificates Ability to select specific curves when using elliptic curve ciphersuites. QPA Added support for the Raspberry Pi 2. Added support for the ODROID-XU3. On supported desktops, the xcb plugin now uses the D-Bus based org.kde.StatusNotifier protocol for system tray icons, and org.freedesktop.Notifications for notifications. KMS/DRM backend for EGLFS. This replaces the now deprecated KMS platform plugin. It allows running apps with eglfs on the console on systems with Mesa and devices that come with drm support. EGLFS has a plugin-based backend mechanism in addition to the existing, statically compiled-in solution. Most compiled-in hooks are converted to be dynamically loaded plugins that are built based on configure time tests. This reduces the reliance on the device makespecs for RPi, i.MX6 and Mali-based devices. Input handling is now unified for EGLFS and LinuxFB, avoiding the need to launch and configure LinuxFB-based apps differently than when using EGLFS. tslib is now better integrated with EGLFS and LinuxFB to provide support for resistive single-touch touchscreens often used in industrial environments. xcb is refactored to move GLX and EGL support into plugins. No more ifdefs, allowing building both backends. Added a TUIO Touch plugin for receiving remote touch events via UDP. Added a libinput plugin. iOS: you can now use QFileDialog to browse system photos using a native image picker dialog by setting directory to QStandardPaths::PicturesLocation. Selected photos can be loaded using QFile. Qt QML It is now possible to conveniently expose custom C++ value types into the JavaScript environment of QML and QJSEngine. Support for JavaScript typed arrays Various performance improvements, notably QJSValue Added convenience qJsEngine(QObject*) getter function. Qt Quick Windows now defaults to the threaded Qt Quick render loop when using desktop OpenGL (opengl32.dll). QQuickWidget is now supported in iOS. QQuickRenderControl supports threaded rendering. Improved behavior of Flickable on OS X trackpads using pixel deltas from native gestures. PinchArea handles native pinch gestures when the OS provides them (so far only on OS X). Otherwise it relies on touch events, as before. Added a smart zoom signal to PinchArea to react to that gesture on an OS X trackpad. MouseArea now has a scrollGestureEnabled property to control whether native scroll gestures from the OS will be handled by the wheel signal handler. Qt Quick Controls Qt Quick Extras (formerly Qt Quick Enterprise Controls) was added under the QtQuick.Extras import. TreeView control for QAbstractItemModel-derived models. Supports QItemSelectionModel selection. Qt WebEngine Updated Chromium snapshot to version 40 WebEngineProfile for control of storage and cache paths and related policies. Added support for javascript Geolocation API with QtLocation as a backend Added API for managing downloading of files Added API for controlling cache and cookie paths and policy Added API for WebEngine settings Added API for injecting user scripts Various experimental QML API has been promoted to public Added QtWebChannel integration API over Chromium IPC Qt WebView Added native implementations for Mac OS X. Added API for running JavaScript (Requires API 19+ on Android). Added API for setting the HTML content. Added API for load status notifications.
2015-10-26Updated www/py-flask-sqlalchemy to 2.1.kleink1-1/+2
2015-10-26Update changes file for alpine-2.11nb4.darcy1-1/+2
2015-10-26Update py-flask-sqlalchemy to 2.1.kleink2-6/+7
Version 2.1 ----------- Released on October 23rd 2015, codename Caesium - Table names are automatically generated in more cases, including subclassing mixins and abstract models. - Allow using a custom MetaData object. - Add support for binds parameter to session.
2015-10-26suggest a different pyFFTWgson1-3/+3
2015-10-26suggest pyFFTWgson1-1/+5
2015-10-26Updated geography/py-geojson to 1.3.1.kleink1-1/+2