Commit graph

196202 commits

Author SHA1 Message Date
wiz
9b2d8f8b87 Fix build with automake-1.13.
While here, use a better WRKSRC and rebase patches.
2013-01-23 17:26:07 +00:00
tron
bb223216ef X11 (from the Xquartz distribution) gets installed under "/opt/X11" under
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-23 17:02:23 +00:00
riz
4e08b046b7 Set up PLIST_VARS for ppc and arm, and use them to point out that arm
doesn't have hardware timer support, so gets one less file installed.

Package builds on evbarm now.
2013-01-23 16:45:27 +00:00
taca
1a4ed09e5b Note update of www/contao211-translations package to 201301180. 2013-01-23 16:28:21 +00:00
taca
99e3d821fb Update contao211-translations to 201301180.
* Handle change of MASTER_SITES's URL.
* Update Czech, Persian, Finnish and Russian language files.
2013-01-23 16:27:49 +00:00
tron
8969853303 Remove code which tries to use "Xquartz" to find out the X.org version
(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-23 15:25:04 +00:00
adam
d1139a08e6 Switch EXTRACT_SUFX to .tar.bz2 to conserve bits! 2013-01-23 14:31:30 +00:00
wiz
3488bd496f Fix COMMENT.
Closes PR 47494 by diro@nixsyspaus.org.
2013-01-23 14:16:04 +00:00
wiz
74165f5567 + p5-GraphViz-2.14, p5-GraphViz2-2.06.
Sort libmms-0.6.2 entry.

From Bug Hunting.
2013-01-23 12:33:08 +00:00
wiz
bdd611066e + Mesa-9.0.2, MesaLib-9.0.2, cvsps-3.10,
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-23 12:32:03 +00:00
adam
ff71380740 Updated textproc/icu to 50.1.2 2013-01-23 11:37:31 +00:00
adam
fcd0262bc7 Changes 50.1.2:
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-23 11:36:28 +00:00
rhaen
7e78bf8fe9 Updated textproc/p5-XML-Twig 2013-01-23 10:34:17 +00:00
rhaen
f693307fcd - updated to 3.42
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-23 10:33:32 +00:00
rhaen
853770cf82 Updated textproc/p5-Text-WikiFormat 2013-01-23 10:30:07 +00:00
rhaen
94ac98f2f4 - updated to 0.80
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-23 10:29:20 +00:00
rhaen
5f4f329d33 Updated security/p5-Crypt-Twofish 2013-01-23 10:25:46 +00:00
rhaen
b916c2ca65 - updated to 2.15
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-23 10:25:06 +00:00
rhaen
97bfb465f8 Updated mail/p5-Email-MIME 2013-01-23 10:21:19 +00:00
rhaen
bc5e6d5e9b - Updated to 1.911
ChangeLog:

1.911   2012-07-22
        require a newer Email::Simple and cope with its improved line ending
        tweaks
2013-01-23 10:20:32 +00:00
rhaen
799ee81afb Updated mail/p5-Email-Simple 2013-01-23 10:18:48 +00:00
rhaen
c5928a6916 - updated to 2.102
ChangeLog:

2.102     2012-07-13
          recognize crlf correctly even if there is no body (thanks, Christian
          Walde)
2013-01-23 10:18:08 +00:00
rhaen
cae78404c4 Updated mail/p5-Email-Address 2013-01-23 09:57:12 +00:00
rhaen
8d2b502992 - Updated to 1.897
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-23 09:56:27 +00:00
rhaen
1dfd216dfd Updated devel/p5-Perl6-Junction 2013-01-23 09:54:07 +00:00
rhaen
f25d33d88e - updated to 1.50000
ChangeLog:
1.50000 2012-09-11

    - Add support for smartmatch (~~) for perl 5.10.1 and higher.
      (Ricardo Signes)
2013-01-23 09:52:53 +00:00
rhaen
b81aa14ae8 Updated devel/p5-Log-Log4perl 2013-01-23 09:50:18 +00:00
rhaen
36b256695a -updated to 1.40
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-23 09:49:32 +00:00
rhaen
a2aef6bf6d Updated devel/p5-Cache-Memcached 2013-01-23 09:46:35 +00:00
rhaen
09841b4541 - updated to 1.30
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-23 09:45:10 +00:00
mef
2d12cb45b3 Update auctex to 11.87. 2013-01-23 09:00:58 +00:00
mef
f7a402a080 News since 11.87
================

   * 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-23 08:58:29 +00:00
wiz
f9462f6f45 Updated x11/xsetroot to 1.1.1 2013-01-23 07:57:53 +00:00
wiz
8aa8492be1 Update to 1.1.1:
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-23 07:57:45 +00:00
wen
db6482508c Updated textproc/p5-PDF-API2 to 2.020 2013-01-23 01:30:57 +00:00
wen
8ce9e7de28 Update to 2.020
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-23 01:30:01 +00:00
wen
1588653a76 Updated textproc/p5-String-Approx to 3.27 2013-01-23 01:15:57 +00:00
wen
b0560df66c Update to 3.27
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-23 01:15:03 +00:00
wen
98c2857f76 Updated devel/p5-Test-Compile to 0.23 2013-01-23 01:06:47 +00:00
wen
f363cef9a6 Update to 0.23
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-23 01:05:29 +00:00
wen
9c4e9781d7 Updated www/moodle to 2.3.4 2013-01-23 00:57:42 +00:00
wen
0c842902ac Update to 2.3.4
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-23 00:54:37 +00:00
gdt
26efb4fe0c Revbump due to improper use of geos C++ library.
Add comment explaining the need to revbump.
2013-01-23 00:37:58 +00:00
gdt
1038abbc27 Updated geography/geos to 3.3.7 2013-01-23 00:35:47 +00:00
gdt
2fa689c562 Update to 3.3.7
- 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-23 00:35:12 +00:00
wiz
80a7ef159d Updated devel/gnome-common to 3.6.0nb1 2013-01-22 22:12:12 +00:00
wiz
28c982e6ad Add automake-1.13 support. Bump PKGREVISION. 2013-01-22 22:12:04 +00:00
wiz
d84a53a3bc Fix build on NetBSD-current. 2013-01-22 21:57:45 +00:00
jaapb
d2eb27e891 changed to correct NetBSD username 2013-01-22 15:33:08 +00:00
jaapb
5df0543084 Updated lang/coq to 8.4pl1 2013-01-22 15:32:21 +00:00