summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-08-12Update x11/xscreensaver to 5.29.hauke8-37/+355
From the changelog: 5.29 * Downgraded to Xcode 5.0.2 to make it possible to build savers that will still run on 10.6 and 10.7. Sigh. * Updated `webcollage' for recent changes. 5.28 * Fixed some compilation problems and intermittent crashes. * Turned off the OSX 10.6 enable_gc hack. It didn't work. 5.27 * New hacks, `tessellimage' and `projectiveplane'. * Added support for pthreads, because Dave Odell is a madman. * Updated `webcollage' for recent changes. * Minor iOS tweaks to the `analogtv' hacks. * X11: Don't assume Suspend = 0 implies "No DPMS". * Minor updates to `boxed' and `klein'. * Fixed possible crash in `apple2', `noseguy', `xmatrix', `shadebobs'. * Fixed possible crash in OSX preferences. * OSX Performance improvements. * Plugged some leaks. 5.26 * More auto-updater tweaks. 5.25 * Try harder to bypass Quarrantine and Gatekeeper in OSX installer. * Some files were missing from the tarball. 5.24 * Added "Automatically check for updates" option on OSX. * Updated feed-loading for recent Flickr changes. * Updated `webcollage' for recent Google changes. * Added Instagram and Bing as `webcollage' image sources. * Updated to latest autoconf. * Bug fixes. 5.23 * New hack, `geodesic'. * iOS and OSX: huge XCopyArea performance improvements. * More heuristics for using RSS feeds as image sources. * Improved Wikipedia parser. * Updated `webcollage' for recent Flickr changes. * Added Android to `bsod'. * OSX: Added a real installer. * iOS and OSX: fixed a font-metrics bug. * iOS: Fixed aspect ratio bug in non-rotating apps when launched in landscape mode. * Made `quasicrystal' work on weak graphics cards. * iOS: fixed `ifs'. * Better compression on icons, plists and XML files: smaller distribution and installation footprint. * Reverted that DEACTIVATE change. Bad idea. * `Phosphor' now supports amber as well as green.
2014-08-12Add libmongo-clientfhajny1-1/+2
2014-08-12Updated x11/xscreensaver to 5.29hauke2-3/+3
2014-08-12Added databases/libmongo-client version 0.1.8fhajny1-1/+2
2014-08-12Import libmongo-client-0.1.8 as databases/libmongo-client.fhajny5-0/+62
This is an alternative C driver for MongoDB. It is meant to be a stable (API, ABI and quality alike), clean, well documented and well tested shared library, that strives to make the most common use cases as convenient as possible.
2014-08-12phonon and nss updatesmarkd2-3/+6
2014-08-12Update to nss 3.16.4markd2-6/+6
This release consists primarily of CA certificate changes as listed below, and includes a small number of bug fixes. Notable Changes: * The following 1024-bit root CA certificate was restored to allow more time to develop a better transition strategy for affected sites. It was removed in NSS 3.16.3, but discussion in the mozilla.dev.security.policy forum led to the decision to keep this root included longer in order to give website administrators more time to update their web servers. - CN = GTE CyberTrust Global Root * In NSS 3.16.3, the 1024-bit "Entrust.net Secure Server Certification Authority" root CA certificate was removed. In NSS 3.16.4, a 2048-bit intermediate CA certificate has been included, without explicit trust. The intention is to mitigate the effects of the previous removal of the 1024-bit Entrust.net root certificate, because many public Internet sites still use the "USERTrust Legacy Secure Server CA" intermediate certificate that is signed by the 1024-bit Entrust.net root certificate. The inclusion of the intermediate certificate is a temporary measure to allow those sites to function, by allowing them to find a trust path to another 2048-bit root CA certificate. The temporarily included intermediate certificate expires November 1, 2015.
2014-08-12Fix for PR pkg/48683 based on a hint from wiz@.prlw11-1/+7
2014-08-12Not compatible with Python 3 yet.fhajny1-1/+3
2014-08-12Update to phonon-backend-vlc 0.7.2markd2-8/+7
* Initialize libvlc with appropriate arguments on OS X * Prevent libvlc 2.2 argument warnings by not using the deprecated --album-art argument when building against 2.2. This argument will be removed entirely in a future feature release as its presence only reflected the libvlc default behavior anyway. * Ensure playback is terminated when encountering an invalid queued MediaSource. * Prevent a crash when when GUIs call setCdTrack on a not-yet-ready MediaPlayer.
2014-08-12Update to phonon-backend-gstreamer 4.7.2markd2-8/+7
* Prevent assertation failures with Qt 5 by not unlocking mutexes that have not been previously locked. * Convert a direct call chain to QApplication::syncX() to a Qt queued call to prevent cross-thread usage of X11, ultimately causing XIO errors and crashes.
2014-08-12Update to phonon 4.7.2markd2-8/+7
* Fix CMake 3 compatibility by synchronizing the FindQt4.cmake module from kdelibs git. * Prevent possible internal infinite loop call chains when trying to handle backend construction in simulation mode (i.e. without actual backend being installed on the system). * When not building with PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT, make sure that the relative Qt paths are set according to whether the build is meant for Qt4 or 5. Previously this would always install to a path for qt5.
2014-08-12Improve DESCR, from Jan Danielsson on pkgsrc-users.wiz1-1/+2
2014-08-12regenjnemeth2-18/+16
2014-08-12adjust a pattern to match 0.8 vs everything else.mrg2-9/+20
fixes build on netbsd-7, which was matching "not everything else"
2014-08-12Suggest a command sequence that is more likely to work as intended.schmonz1-3/+2
2014-08-12I've merely added security/nacl, not also updated it.schmonz1-2/+1
2014-08-12Updated security/nacl to 20110221schmonz1-1/+3
2014-08-12Add and enable nacl.schmonz1-1/+2
2014-08-12Initial import of NaCl.schmonz4-0/+88
NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. Of course, other libraries already exist for these core operations. NaCl advances the state of the art by improving security, by improving usability, and by improving speed.
2014-08-11Fix ffmpeg1 detection.wiz1-0/+31
2014-08-11Mention ffmpeg, ffplay rename.wiz1-1/+3
2014-08-11Remove ffplay, ffmpeg; add ffplay1, ffmpeg1 to Makefile.wiz15-656/+3
2014-08-11Switch to ffmpeg1 instead of ffmpeg.wiz48-126/+123
Note: some of these packages didn't build for me, e.g. osg, so I couldn't verify them all.
2014-08-11Import ffplay1-1.2.7 as multimedia/ffplay1.wiz3-0/+36
FFplay is a very simple and portable media player using the FFmpeg libraries and the SDL library. It is mostly used as a testbed for the various FFmpeg APIs.
2014-08-11Import ffmpeg1-1.2.7 as multimedia/ffmpeg1.wiz11-0/+628
FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library. This package contains major version 1.
2014-08-11Apply Readline-6.3 Official Patches 1 - 6markd7-3/+164
2014-08-11Update LZO to version 2.07 in embedded libvncserver.markd6-3/+8639
Temporary fix for CVE-2014-4607.
2014-08-11http://www.kde.org/info/security/advisory-20140730-1.txtmarkd3-4/+57
2014-08-11Fix display of interlaced gifs with giflib5markd1-2/+18
2014-08-11Bump PKGREVISION for hs-transformers-base-0.4.3szptvlfn2-2/+4
2014-08-11Updated devel/hs-transformers-base to 0.4.3szptvlfn1-1/+2
2014-08-11Update to 0.4.3szptvlfn3-8/+10
Changes from https://github.com/mvv/transformers-base 0.4.3 - Merge pull request #6 from tensor5/master Enable Safe Haskell extension
2014-08-11Updated graphics/ilmbase to 2.2.0; graphics/openexr to 2.2.0adam2-5/+5
2014-08-11Changes 2.2.0:adam7-40/+43
* DreamWorks Lossy Compression A new high quality, high performance lossy compression codec contributed by DreamWorks Animation. This codec allows control over variable lossiness to balance visual quality and file size. This contribution also includes performance improvements that speed up the PIZ codec. * IlmImfUtil A new library intended to aid in development of image file manipulation utilities that support the many types of OpenEXR images.
2014-08-11SunOS still seems to need xf86-video-ati6richard1-2/+2
Enables graphics on HP Probook under omnios.
2014-08-11Use a (shell) "for" loop to deal with creating the symbolic links for bothtron1-15/+10
include filenames instead of duplicating the code.
2014-08-11Also create "ncurses/ncurses.h" if we are using a builtin curses library.tron1-1/+8
Some packages (e.g. "cmake" version 3.0.1) automatically discover "${PREFIX}/include/ncurses/ncurses.h" and derive the include filename from this path.
2014-08-11Remove unnecessary chunk.wiz2-12/+3
2014-08-11Adapt path for cmake-3.0. Bump PKGREVISION.wiz2-4/+4
2014-08-11Add PYTHON_VERSIONS_INCOMPATIBLE=26 due to devel/py-gobject3.jperkin1-1/+3
2014-08-11Updated devel/p5-Test-Base to 0.79wen1-1/+2
2014-08-11Update to 0.79wen2-7/+6
Upstream changes: 0.79 Sat Aug 9 00:55:07 PDT 2014 - Dep on EU::MM 6.52 0.78 Sat Aug 9 00:23:58 PDT 2014 - Fix swim errors 0.77 Fri Aug 8 12:39:43 PDT 2014 - Change Provider test to use string eval, keeping it out of the eyes of Perl::Prereqs. 0.76 Thu Aug 7 00:29:39 PDT 2014 - Fix bad encoding in Pod 0.75 Wed Aug 6 22:04:50 PDT 2014 - Use PR/14 which makes old and new Test::Builders work. exodist++ 0.74 Wed Aug 6 13:36:29 PDT 2014 - Add dependency on Filter::Util::Call just to be sure - Spiffy requires it and we already require Spiffy 0.73 Wed Aug 6 13:24:45 PDT 2014 - Doc fix. Thanks @Perlover++ 0.72 Wed Aug 6 10:31:52 PDT 2014 - Dep on new Spiffy-0.40 to get rid of warnings on blead 5.21.x 0.71 Wed Aug 6 09:50:04 PDT 2014 - Applied PR/4 from schwern++ 0.70 Wed Aug 6 09:30:03 PDT 2014 - Fixed doc typo 0.69 Wed Aug 6 09:09:34 PDT 2014 - Add $VERSION back into Test::Base 0.68 Wed Aug 6 08:56:09 PDT 2014 - PR/11 and fixes 0.67 Tue Aug 5 10:16:09 PDT 2014 - Add badges to doc 0.66 Mon Aug 4 00:39:44 PDT 2014 - Remove (c) from Copyright - Ginish doc to Swim 0.65 Sat Aug 2 23:48:34 PDT 2014 - Fix copyright years. 0.64 Fri Aug 1 23:16:11 PDT 2014 - Add Algorithm::Diff and Text::Diff to test.requires 0.63 Fri Aug 1 23:04:30 PDT 2014 - Switch to Zilla-Dist 0.62 Mon Feb 10 14:45:04 PST 2014 - Bad plan in a test 0.61 Sat Feb 8 11:08:00 PST 2014 - Switch to dzil
2014-08-11Updated textproc/p5-YAML-Tiny to 1.63wen1-1/+2
2014-08-11Update to 1.63wen2-7/+6
Upstream changes: 1.63 2014-06-11 21:58:18Z [FIXED] - incorrect error messages fixed, when $@ is clobbered when Carp wasn't loaded (GH#30, GH#31, Hilko Bengen) [CHANGED] - now checking for, and erroring on, duplicate keys found in a hash (GH#32, Hilko Bengen)
2014-08-11Updated textproc/p5-YAML-LibYAML to 0.47wen1-1/+2
2014-08-11Update to 0.47wen2-7/+6
Upstream changes: 0.47 Sat Aug 9 00:29:29 PDT 2014 - Fix swim errors 0.46 Tue Aug 5 10:32:41 PDT 2014 - Add badges to doc - Fix ReadMe 0.45 Mon Aug 4 01:23:10 PDT 2014 - Fix Meta and add Contributing. 0.44 Sun Jul 13 15:19:41 PDT 2014 - Doc fix. GitHub-Issue-#6. Thanks to Debian Perl Group for finding this. 0.43 Sat Jul 12 10:04:07 PDT 2014 - Test::Base tests needed 'inc' in @INC 0.42 Fri Jul 11 14:45:58 PDT 2014 - Switch to Zilla::Dist - No longer dep on Test::Base, Spiffy, and Filter::Util::Call - Remove test/changes.t
2014-08-11Updated textproc/p5-Unicode-LineBreak to 2014.06wen1-1/+2
2014-08-11Update to 2014.06wen2-7/+6
Upstream changes: 2014.06 Fri Jun 20 2014 # Unicode 7.0.0, bundled sombok 2.3.3. 2014.004_26 Sat May 04 2014 # Unicode 7.0.0beta at Mar 18, bundled sombok-2.3.2beta1. ! lib/Unicode/LineBreak.pod ! lib/POD2/JA/Unicode/LineBreak.pod ! t/18currency.t - add a change for U+20BB.
2014-08-11Updated textproc/p5-Text-Unidecode to 1.01wen1-1/+2