summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-05-28PR pkg/48840: OS_TEST can never be 'powerpc'pho2-4/+15
2014-05-28+ perl-5.20.0, sbcl-1.2.0.wiz1-1/+3
2014-05-28PR pkg/48840: Set the MacOS X version requirement appropriatelypho1-1/+14
Otherwise ${WRKSRC}/media/libcubeb/src/cubeb_audiounit.c can not be built on MacOS X < 10.6
2014-05-28Updated wm/notion to 3.2014052800wiz1-1/+2
2014-05-28Update to 20140528:wiz3-11/+9
* Improvement: 'windows' key is now the default META key (thanks to Dima Kogan) * Bugfix: seldomly triggered crash in memory pool (thanks to Matthieu Moy) * Bugfix: save the session atomically (thanks to Matthias Lederhofer) * Bugfix: various fixes to contributed scripts, notably more lua5.2 support (thanks to several contributors) * Improvement: various code cleanups (thanks to Campbell Barton) * Improvement: various build/packaging improvements (thanks to Dima Kogan) * Feature: Workspace indicator (thanks to Dima Kogan) * Feature: Delayed population of the focuslist (thanks to Dima Kogan) * Improvement: improved kludges/focus behavior (IntelliJ IDEA, xeyes) * Improvement: expose 'warp_pointer' to lua * Improvement: lock using i3lock when available
2014-05-28Updated x11/xkeyboard-config to 2.12wiz1-1/+2
2014-05-28Update to 2.12:wiz3-7/+8
2.12 10 bugs fixed More code cleanup Translations updated
2014-05-28PR pkg/48840: Fix configuration issues on Darwinpho2-17/+47
* On Darwin the profiler only supports x86 and x86_64. * Cocoa gamepad backend can only be used if the toolkit is cocoa too.
2014-05-28PR pkg/48840: Do not reject GCC on Darwinpho2-1/+24
It's true Clang is required if we use the cocoa toolkit, but we don't do that anyway. GCC is perfectly working as long as we use cairo-gtk2.
2014-05-28PR/48840: Fix PLIST on Cygwin and Darwinpho1-2/+8
libmozglue is built and installed as a shared library on these platforms.
2014-05-28PR pkg/48840: Fix PLIST on Cygwin and Darwinpho2-3/+5
libmozglue is built and installed as a shared library on these platforms.
2014-05-28Revbump after cairo updatepho1-2/+2
2014-05-27+ hs-blaze-markupszptvlfn1-1/+2
2014-05-27Added textproc/hs-blaze-markup version 0.6.1.0szptvlfn1-1/+2
2014-05-27Import blaze-markup-0.6.1.0 as textproc/hs-blaze-markup,szptvlfn5-0/+71
packaged for wip. Core modules of a blazingly fast markup combinator library for the Haskell programming language. The Text.Blaze module is a good starting point, as well as this tutorial: http://jaspervdj.be/blaze/tutorial.html.
2014-05-27+ hs-unordered-containersszptvlfn1-1/+2
2014-05-27Added devel/hs-unordered-containers version 0.2.4.0szptvlfn1-1/+2
2014-05-27Import unordered-containers-0.2.4.0 as devel/hs-unordered-containers,szptvlfn5-0/+64
packaged for wip by pho. Efficient hashing-based container types. The containers have been optimized for performance critical use, both in terms of large data quantities and high speed.
2014-05-27Update Go to latest version 1.2.2.bsiegert3-9/+214
go1.2.2 (released 2014/05/05) includes a security fix that affects the tour binary included in the binary distributions (thanks to Guillaume T).
2014-05-27Updated devel/py-hgview to 1.8.1wiz2-3/+3
2014-05-27Update to 1.8.1. Fix HOMEPAGE.wiz3-10/+9
Changes not found :(
2014-05-27Updated devel/liblangtag to 0.5.4wiz2-3/+3
2014-05-27Update to 0.5.4:wiz3-33/+6
0.5.3 -> 0.5.4 ================= Akira TAGOH (5): Fix the module build on NetBSD (fixed issue#7) Fix format Add date property to language-subtag-registry.xml Get rid of the extra space in case word-wrapping Remove the language subtag registry file on dist
2014-05-27Updated net/gssdp to 0.14.8wiz2-3/+3
2014-05-27Update to 0.14.8:wiz3-8/+10
0.14.8 ====== - Recover from lost BYEBYE packets. - Some code clean-up. - Use GLib's multicast socket functions. - Fix compiling on mingw. - Don't abort if get_host_ip fails. - Fix an issue with unreffing GSources. - Fix build on some BSDs. - Use pktinfo on Linux to determine the source interface instead of relying on netmasks. - Use strncpy() on interface names to not exceed ifrn_name length. - Documentation fixes. - Add support for vendor-specific headers in SSDP messages. Bugs fixed in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=678660 - https://bugzilla.gnome.org/show_bug.cgi?id=711320 - https://bugzilla.gnome.org/show_bug.cgi?id=724030 - https://bugzilla.gnome.org/show_bug.cgi?id=728871 - https://bugzilla.gnome.org/show_bug.cgi?id=728888 - https://bugzilla.gnome.org/show_bug.cgi?id=729613 - https://bugzilla.gnome.org/show_bug.cgi?id=730358 All contributors to this release: - Jens Georg <mail@jensge.org> - Philip Withnall <philip.withnall@collabora.co.uk> - Jens Georg <jensg@openismus.com> - Riko Yamada <rik0yamada@yahoo.co.jp> - Louis-Francis Ratté-Boulianne <lfrb@collabora.com> - Branislav Katreniak <bkatreniak@nuvotechnologies.com>
2014-05-27Updated devel/meld-devel to 3.11.1wiz2-3/+3
2014-05-27Update to 3.11.1:wiz4-25/+27
2014-5-26 meld 3.11.1 ===================== Features: * New (alpha) infrastructure for stand-alone Windows builds (Kai Willadsen) * Display renames and metadata in Bazaar repositories (Louis des Landes) * Improved tab labels in version control comparisons (Kai Willadsen) * New merge-order preference to accompany comparison-order (Kai Willadsen) * Added a prompt to mark a conflict as resolved from file comparison (Kai Willadsen) Fixes: * Fix filtering for shallow folder comparisons (Casey) * Several install and distribution fixes (Kai Willadsen) * Sundry bug fixes (Dominique Leuenberger, Thomas Klausner, Louis des Landes, Kai Willadsen) Translations: * Andika Triwidada (id) * Benjamin Steinwender (de) * Daniel Mustieles (es) * Facundo Dario Illanes (es) * Inaki Larranaga Murgoitio (eu) * Jiri Grönroos (fi) * Marek Černocký (cs) * Milo Casagrande (it) * Piotr Drąg (pl) * Rafael Ferreira (pt_BR) * Tom Tryfonidis (el) * Ville-Pekka Vainio (fi) * Мирослав Николић (sr, sr@latin)
2014-05-27+ glade3-3.18.3, glade3-3.8.5 [GNOME 2.34], gnome-3.12.2, gramps-4.0.4,wiz1-9/+11
libmicrohttpd-0.9.36, meld-3.11.1, mpg123-1.20.0, py-gobject3-3.12.2, sound-juicer-3.12.0, webkit-gtk-2.4.3.
2014-05-27Updated devel/p5-Mouse to 2.3.0wen1-1/+2
2014-05-27Update to 2.3.0wen2-6/+6
Upstream changes: 2.3.0 2014-05-25T23:07:19Z - Fixed #17; memory leak in applying roles to instances
2014-05-27Updated devel/p5-Moose to 2.1207wen1-1/+2
2014-05-27Update to 2.1207wen2-6/+6
Upstream changes: 2.1207 2014-05-26 [OTHER] - Fixed Specio support to work with the latest Specio (0.10). This version of Specio no longer uses Moose internally. - exceptions in Class::MOP no longer use Moose::Util, instead using their own private implementation of throw_exception, to avoid needless premature loading of Moose logic.
2014-05-27Correct PLIST for Darwinpho2-4/+13
Extra modules for this platform: - module-bonjour-publish - module-coreaudio-detect - module-coreaudio-device
2014-05-27Updated devel/p5-Moo to 1.004006wen1-1/+2
2014-05-27Note addition of Contao 3.3 related packages:taca1-1/+3
www/contao33 3.3.0 www/contao33-example 3.3.0
2014-05-27Update to 1.004006wen2-6/+6
Upstream changes: 1.004006 - 2014-05-27 - fix quotify for characters in the \x80-\xFF range when used under the utf8 pragma. Also fixes some cases of constructor generation with the pragma. 1.004005 - 2014-05-23 - releasing 1.004_004 as stable 1.004_004 - 2014-05-12 - stop internally depending on Moo::Object::new including all inputs in constructed object - be more careful when munging code for inlining - fix maintaining source of quoted sub for lifetime of sub - redo foreign C3 compatibility, fixing constructors without changing behavior for Moo constructors - don't build Moose metaclass when checking Moo classes with ->is_role - include Sub::Name in recommendations metadata 1.004_003 - 2014-04-13 - always maintain source of quoted subs for the lifetime of the sub - fix Sub::Quote and Sub::Defer leaking memory - Class::XSAccessor is now listed as a recommended prerequisite - fix generating a subclass with roles when using a non-standard accessor - use alternate quoting routine, which is faster and saves memory by not loading B.pm - fix default of undef - fix inheriting from a class with a prototype on new - use ->is_role internally to check if a package is a role - minimise Role::Tiny coupling outside Moo::Role - fix calling parent constructor when C3 multiple inheritance is in use (such as when combining with DBIx::Class) - return true from Moo::Role->is_role for all loaded Moose roles - improved test coverage - fix strictures author test when PERL_STRICTURES_EXTRA is set - remove Dist::CheckConflicts prerequisite and replace with a test to report known broken downstream modules - fix x_breaks metadata
2014-05-27Add and enable contao33 and contao33-example.taca1-1/+3
2014-05-27Add contao33-example pakcage version 3.3.0.taca5-0/+69
This is an example web site for www/contao33, Contao Open Source CMS.
2014-05-27Add www/contao33 package version 3.3.0.taca6-0/+3808
Contao 3.3 is new stable release of Contao Open Source CMS. Some new features from Contao 3.2: * Added a markdown content element. * Added the insert tag flags "urlencode" and "rawurlencode". * Add a flexible back end theme. * Add DropZone-based file uploader. * Add permissions to import and export themes. * Allow to override the default templates of module, content element and form firld. * Add version control for editable files. * Add template inheritance and template insertion. * Make the title tag configurable in the page layout. * Mark the beginning and end of each template in debug mode. * Add support of SCSS/LESS files as external style sheets to page layout. * Make the file system synchronization available on the command line.
2014-05-27Updated devel/p5-Role-Tiny to 1.003003wen1-1/+2
2014-05-27Update to 1.003003wen2-6/+6
Upstream changes: 1.003003 - 2014-03-15 - overloads specified as method names rather than subrefs are now applied properly - allow superclass to provide conflicting methods (RT#91054) - use ->is_role internally to check if a package is a role - document that Role::Tiny applies strict and fatal warnings
2014-05-27Note update of www/contao211 package to 2.11.17nb1 and www/contao32taca1-1/+3
package to 3.2.10nb1.
2014-05-27Explicitly set DISTNAME for now.taca1-1/+2
2014-05-27* Twweak minimum php's version althogh it has no effect with pkgsrctaca2-13/+10
in these days. * Depends on shells/bash package and drop note about bash from MESSAGE. Bump PKGREVISION.
2014-05-27Explicitly set DISTNAME for now.taca1-1/+2
2014-05-27* Twweak minimum php's version althogh it has no effect with pkgsrctaca2-8/+10
in these days. * DEINSTALL: check existence of plugins/tcpdf/cache directory. Bump PKGREVISION.
2014-05-27Changes for supporing Contao 3.3.taca2-11/+23
* Add CT33_VERSION. * Conditional CT_MASTER_SITE, CT_MASTER_SITE and so on.
2014-05-27Mark as not for Python 3fhajny1-1/+3
2014-05-27Don't use buggy CoreText in MacOS X 10.5pho3-6/+25
CTLineCreateWithAttributedString() seemingly fails when trying to use a font which isn't installed into the system standard path.
2014-05-27Note update of www/typo3_61 package to 6.1.9.taca1-1/+2