summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-23X11 (from the Xquartz distribution) gets installed under "/opt/X11" undertron1-2/+5
Mac OS X Mountain Lion. "/usr/X11" is only a symbolic link. Use the correct path because buidlink3 will otherwise filter out "-I/opt/X11/include" which causes build failures of e.g. the "cairo" package.
2013-01-23Set up PLIST_VARS for ppc and arm, and use them to point out that armriz2-4/+8
doesn't have hardware timer support, so gets one less file installed. Package builds on evbarm now.
2013-01-23Note update of www/contao211-translations package to 201301180.taca1-1/+2
2013-01-23Update contao211-translations to 201301180.taca3-21/+22
* Handle change of MASTER_SITES's URL. * Update Czech, Persian, Finnish and Russian language files.
2013-01-23Remove code which tries to use "Xquartz" to find out the X.org versiontron1-7/+2
(presumably only under Mac OS X Mountain Lion). "Xquarty" simply doesn't print out anything if you run it with "-version". This avoids a lot of warning messages from "bmake" while building packages that use X11.
2013-01-23Switch EXTRACT_SUFX to .tar.bz2 to conserve bits!adam2-6/+6
2013-01-23Fix COMMENT.wiz1-2/+2
Closes PR 47494 by diro@nixsyspaus.org.
2013-01-23+ p5-GraphViz-2.14, p5-GraphViz2-2.06.wiz1-2/+4
Sort libmms-0.6.2 entry. From Bug Hunting.
2013-01-23+ Mesa-9.0.2, MesaLib-9.0.2, cvsps-3.10,wiz1-8/+9
parallel-20130122, samba-3.6.11, uim-1.8.4 [pkg/47468], vifm-0.7.4b. Note that pango-1.32.6 is not a good idea.
2013-01-23Updated textproc/icu to 50.1.2adam1-1/+2
2013-01-23Changes 50.1.2:adam2-7/+7
This is a maintenance release affecting only the Layout Engine ABI. It only incorporates bug 9826 which fixes a regression in ICU4C 50.1.1.
2013-01-23Updated textproc/p5-XML-Twigrhaen1-1/+2
2013-01-23- updated to 3.42rhaen2-7/+6
CHANGES version 3.42 date: 2012-11-06 # minor maintenance release fixed: bug, elements created with XML::Twig::Elt->parse were garbage collected too early, see http://stackoverflow.com/questions/13263193/xmltwig-changes-erased added: some tests version 3.41 date 2012-08-08 # minor maintenance release fixed: META.json generation version 3.40 date: 2012-05-10 # minor maintenance release added: support for alternations ('|') at the top level of handler triggers and navigation you can now have twig_handlers => { 't1|t2' => \&handler } and $elt->children( 't1|t2') added: the discard_all_spaces option that discards more aggressively non-significant white spaces see RT #71164 https://rt.cpan.org/Ticket/Display.html?id=71164 fixed: used $[ instead of $] in 3 tests, see RT#72765 https://rt.cpan.org/Ticket/Display.html?id=72765 reported by Kevin Ryde fixed: did not use Text::Wrap with indented_c see RT #71375 https://rt.cpan.org/Ticket/Display.html?id=71375 reported and patch provided by Martin Strömberg fixed: doc change for XML::Twig::Elt flush, see RT #72279 https://rt.cpan.org/Ticket/Display.html?id=72279 fixed: replaced HTML::TreeBuilder::as_XML with am XML::Twig specific version, to avoid bugs in the original version and improve stability of the output
2013-01-23Updated textproc/p5-Text-WikiFormatrhaen1-1/+2
2013-01-23- updated to 0.80rhaen2-7/+6
ChangeLog: 0.80 Mon 23 Jul 16:23:14 BST 2012 - Automatic absolute links now work when at the very start of some text Fixes bug #27850.
2013-01-23Updated security/p5-Crypt-Twofishrhaen1-1/+2
2013-01-23- updated to 2.15rhaen2-7/+6
ChangeLog: 2.15 2012-09-07 Abhijit Menon-Sen <ams@toroid.org> * Include 'strict' in PREREQ_PM to silence cpantesters. No functional changes.
2013-01-23Updated mail/p5-Email-MIMErhaen1-1/+2
2013-01-23- Updated to 1.911rhaen2-8/+7
ChangeLog: 1.911 2012-07-22 require a newer Email::Simple and cope with its improved line ending tweaks
2013-01-23Updated mail/p5-Email-Simplerhaen1-1/+2
2013-01-23- updated to 2.102rhaen2-7/+6
ChangeLog: 2.102 2012-07-13 recognize crlf correctly even if there is no body (thanks, Christian Walde)
2013-01-23Updated mail/p5-Email-Addressrhaen1-1/+2
2013-01-23- Updated to 1.897rhaen2-7/+6
ChangeLog: 1.897 2012-12-17 skip mailboxes, rather than aborting the whole parse, when encountering non-ASCII characters (thanks, Ruslan Zakirov!) improve the behavior of escaping in phrases (thanks, Ruslan Zakirov!) 1.896 2012-07-31 documentation improvements (thanks, Glenn Fowler!)
2013-01-23Updated devel/p5-Perl6-Junctionrhaen1-1/+2
2013-01-23- updated to 1.50000rhaen2-7/+6
ChangeLog: 1.50000 2012-09-11 - Add support for smartmatch (~~) for perl 5.10.1 and higher. (Ricardo Signes)
2013-01-23Updated devel/p5-Log-Log4perlrhaen1-1/+2
2013-01-23-updated to 1.40rhaen2-7/+6
ChangeLog: 1.40 (2012/11/30) * (ms) Denis Ibaev added support for DBI appender attributes. * (ms) Chris Weyl put in a workaround for a DBD::CSV bug that tripped our test suite. * (ms) Tim Bunce provided a patch using Carp::confess() instead of die() on the "Root Logger not initialized" message which pops up during global construction to make it easier to find the offending code. * (ms) Cygwin masks MSWin32-ishness by setting $^O to "cygwin" and not to "Win32". Modified check to catch both. * (ms) Fixed unescaped brace in regex that perl 5.17.4 was complaining about. 1.39 (2012/10/27) * (ms) Markus Benning reported that logcroak/confess/die stringify their arguments, which gets in the way when throwing data structures as exceptions. Added flag $STRINGIFY_DIE_MESSAGE. * (ms) [rt.cpan.org #80086] David Morel pointed out misleading documentation in the Limiter composite appender. Fixed docs and added C<appender_method_on_flush> parameter to support appender flush calls by the limiter. * (ms) [rt.cpan.org #79960] Fabrice Gabolde asked for %X{x} to be interpolated as NULL for the database appender if its value is undef. The DBI appender now inits PatternLayout with the undef_column_name parameter set to undef (defaults to "[undef]"). * (ms) Updated license/copyright/author sections in all files using licensizer and .licensizer.yml. * (ms) Skipped log file recreation test on Win32 as it won't remove busy files anyway. 1.38 (2012/09/23) * (ms) Bob Kleemann reported that logdie() in wrapper classes printed incorrect caller lines. Fixed by adding caller_depth_offset() utility to Log4perl.pm. * (ms) Meir Guttman reported a use case for logging messages with dynamic levels on log4perl-devel@lists.sourceforge.net. Added to manual page. * (ms) Implemented suggestion by Neil Hooey to check for and report undefined message elements before they're assembled in Appender.pm and a warning is issued without a proper code location: https://github.com/mschilli/log4perl/issues/15 * (ms) [rt.cpan.org #78734] Added spell check on filter parameter names 1.37 (2012/05/30) * (ms) [rt.cpan.org #75655] Meir Guttman found the module to make Log::Log4perl::Appender::ScreenColoredLevels work on Win32, updated docs. * (ms) [rt.cpan.org #76827] UTF-8 encoded configuration files are now supported (see Log::Log4perl::Config). * (ms) [rt.cpan.org #77501] Unescaped left brace in regex is deprecated with perl 5.17. Times we live in.
2013-01-23Updated devel/p5-Cache-Memcachedrhaen1-1/+2
2013-01-23- updated to 1.30rhaen2-7/+6
ChangeLog: 2012-05-19: version 1.30 * Fix buck2sock corruption that causes errors like "No map found matching for GLOB" or "No sock found for" (hachi@cpan.org) https://rt.cpan.org/Ticket/Display.html?id=62872 * Fix t/05_reconnect_timeout.t to not fail on networks that fast-reject TEST-NET-1 https://rt.cpan.org/Ticket/Display.html?id=74500 * Fix warning about undefined value in GetParser.pm (kost@ropnet.ru) https://rt.cpan.org/Ticket/Display.html?id=31067 * Add documentation of connect_timeout and select_timeout https://rt.cpan.org/Ticket/Display.html?id=30904
2013-01-23Update auctex to 11.87.mef2-3/+3
2013-01-23News since 11.87mef3-9/+21
================ * AUCTeX now supports Biber in conjunction with biblatex in addition to BibTeX. * Each AUCTeX mode now has its own abbrev table. On Emacsen which provide the possibility to inherit abbrevs from other tables, the abbrevs from the Text mode abbrev table are available as well. Newly defined abbrevs are written to the mode-specific tables, though. * The file `tex-fptex.el' was removed. * Forward/backward search for Evince has been improved. If Emacs is compiled with DBUS support and a recent Evince version (3.x) is installed, the communication goes over the desktop bus instead of the command line, resulting in more accurate positioning of point in Emacs and highlighting of the target paragraph in Evince. * A problem where Ghostscript threw an /invalidfileaccess error when running preview-latex was fixed. * A lot of smaller fixes and additions have been made.
2013-01-23Updated x11/xsetroot to 1.1.1wiz1-1/+2
2013-01-23Update to 1.1.1:wiz2-6/+6
This minor maintenance release includes several years of build improvements, cleanups, and bug fixes; including making the build configuration scripts compatible with automake-1.13. Alan Coopersmith (5): config: Add missing AC_CONFIG_SRCDIR Mark usage with _X_NORETURN to quiet -Wmissing-noreturn warning Combine usage message strings Add -version option xsetroot 1.1.1 Gaetan Nadon (4): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs man: replace hard coded man page section with substitution strings config: move man pages into their own directory
2013-01-23Updated textproc/p5-PDF-API2 to 2.020wen1-1/+2
2013-01-23Update to 2.020wen2-7/+7
Upstream changes: 2.020 2013-01-20 - Give a more informative error message when a PDF file using a cross-reference stream is encountered. The Known Issues section of the documentation includes pointers on how to add support in case someone else can get to this before I do. - Text using TrueType fonts is now searchable again. In version 0.61, an undocumented -unicodemap option was added to nearly all of the font resource methods, which only included a ToUnicode CMap if it was set (and it's required in order for PDF readers to be able to identify individual characters if BaseEncoding isn't present, which it isn't for TrueType fonts). I've left the -unicodemap option in place, and it's still undocumented (except here), but it's now on by default. Call $pdf->ttfont($fontfile, -unicodemap => 0) if you want to disable it for performance or file size reasons. - Add a note to the stringify method's documentation saying that it's a destructive operation. - The various filter types have their own classes in the PDF::API2::Basic::PDF::Filter namespace now, rather than having all of the packages in Filter.pm. - To facilitate testing and ensure that identically-generated PDFs have identical output in Perl 5.17.5 or later, PDF dictionary keys are now sorted during output.
2013-01-23Updated textproc/p5-String-Approx to 3.27wen1-1/+2
2013-01-23Update to 3.27wen2-7/+7
Add LICENSE Upstream changes: 2013-01-22 Jarkko Hietaniemi <jhi@google.com> * Resolve https://rt.cpan.org/Ticket/Display.html?id=69029 Do not die (adist()) on empty pattern string. * Resolve https://rt.cpan.org/Ticket/Display.html?id=36707 Do not die on undefined inputs, just return undef. * Resolve https://rt.cpan.org/Ticket/Display.html?id=82341 Explicitly specify the licensing to be Artistic 2 or LGPL 2. * Modernize all the tests to use Test::More. * Add some tests for UTF-8 inputs. * Mark some stalled/ancient bugs as resolved. * Delete the hopelessly obsolete BUGS file. * Released as 3.27.
2013-01-23Updated devel/p5-Test-Compile to 0.23wen1-1/+2
2013-01-23Update to 0.23wen2-6/+6
Upstream changes: 0.23 2013.01.23 (Evan Giles <egiles@cpan.org>) - Update Copyright for 2013 - CPAN-RT #82887, Sébastien Aperghis-Tramoni <sebastien@aperghis.net> - Correct handling of PERL5LIB - fix regexp to detect taint mode
2013-01-23Updated www/moodle to 2.3.4wen1-1/+2
2013-01-23Update to 2.3.4wen3-10/+20
Upstream changes: Highlights MDL-32880 - Make 1.9 blocks restorable in 2.3 onwards MDL-34791 - Activity quick title edit updates name in gradebook MDL-35653 - Wiki module works if you activate the force format option Functional changes MDL-35422 - To start writing their Workshop submissions, students now click a button labelled 'Start preparing your submission' instead of 'Submit' API changes MDL-30700 - There is a new function "text_sorting($columnname)" for the class flexible_table which allows you to specify which columns are of type "text" so they can be sorted correctly in all databases. MDL-35593 - core_webservice_get_site_info returns version number as PARAM_TEXT MDL-30961 - get_course_contents web service's name value is now PARAM_RAW MDL-36795 - In the default course settings, numsections is not limited to maxsections Security issues MSA-13-0001 - Security issue in Google Spellchecker in TinyMCE MSA-13-0002 - Capability issue with Outcome editing MSA-13-0003 - Potential server file access through backup restoration MSA-13-0004 - Information leak through activity report MSA-13-0005 - Potential phishing attack through URL redirects MSA-13-0006 - Potential information leak in Assignment module MSA-13-0007 - Potential exploit in messaging MSA-13-0008 - Information leak through Blog RSS MSA-13-0009 - Information leak through Blog RSS Fixes and improvements MDL-36680 - Overview report now gives correct course total by not including hidden item grades MDL-35717 - Quiz cron not closing old attempts after quiz close date (also MDL-36842) MDL-37165 - Assignment summary displays on Oracle MDL-36668 - Performance issue resolved in viewing pages in Database activity MDL-36760 - Numerical type quiz questions now work with frozen elements changes MDL-36551 - Database presets retain advanced search template MDL-33863 - Importing quiz questions into new course happens without error MDL-36683 - It is now possible to duplicate a quiz when course question bank contains matching questions
2013-01-23Revbump due to improper use of geos C++ library.gdt1-2/+6
Add comment explaining the need to revbump.
2013-01-23Updated geography/geos to 3.3.7gdt1-1/+2
2013-01-23Update to 3.3.7gdt2-11/+9
- Bug fixes / improvements - Fix abort in RightmostEdgeFinder (#605) - Do not force precision reduction below 6 significant digits while trying to obtain a valid Buffer output (#605) - Fix GEOSPointOnSurface with zero-length linestring (#609) - Fix EMPTY return from zero-area polygon (#613) - Segfault from symdifference (#615)
2013-01-22Updated devel/gnome-common to 3.6.0nb1wiz1-1/+2
2013-01-22Add automake-1.13 support. Bump PKGREVISION.wiz3-2/+34
2013-01-22Fix build on NetBSD-current.wiz1-1/+3
2013-01-22changed to correct NetBSD usernamejaapb1-2/+2
2013-01-22Updated lang/coq to 8.4pl1jaapb1-1/+2
2013-01-22Updated lang/coq to the newest version, 8.4pl1. Changes include:jaapb4-55/+7
Bug fixes - Solved bugs : #2851 #2863 #2865 #2893 #2895 #2892 #2905 #2906 #2907 #2917 #2921 #2930 #2941 #2878 - Partially fixed bug : #2904 - Various fixes concerning coq_makefile Optimizations - "Union by rank" optimization for universes contributed by J.H. Jourdan and G. Sherrer (see union-find-and-coq-universes on gagallium blog). Libraries - Internal organisation of some modular libraries have slightly changed due to bug #2904 (GenericMinMax, OrdersTac) - No more constant "int" in ZArith/Int.v to avoid name clash with OCaml (cf bug #2878). Coqide - Improved shutdown of coqtop processes spawned by coqide (in particular added a missing close_on_exec primitive before forking). - On windows, launching coqide with the -debug option now produces a log file in the user's temporary directory. The location of this log file is displayed in the "About" message.