Commit graph

190237 commits

Author SHA1 Message Date
jnemeth
daa5c53f2a fix typo: SUBIDR -> SUBDIR 2012-08-16 07:46:54 +00:00
jnemeth
db9c1e1163 add and enable ruby-taglib 2012-08-16 07:39:18 +00:00
taca
71d813a3c3 + squid-3.2.1. 2012-08-16 03:42:02 +00:00
dsainty
0aa47b13ef doxygen output makes explicit use of tex-multirow and tex-xtab. Add the
run time dependencies.

Bump PKGREVISION for dependency changes.
2012-08-15 23:25:15 +00:00
marino
4173c73ffb benchmarks/phoronix-test-suite: Change "cp -r"
The "-r" option is highly discouraged in BSD although it's reluctantly
supported.  The problem is that it doesn't behave the same on all
platforms.  For example, "cp -r pts-core/ destdir/" won't always give
the same results:

On NetBSD,   pts-core files are put: /destdir/pts-core/<files>
On DragonFly pts-core files are put: /destdir/<files>

That messes the PLIST up.
This changes "cp -r <dir>/" to "cp -R <dir>" which has the same
behavior on different platforms.  Tested on NetBSD and DragonFly
2012-08-15 22:08:16 +00:00
jmmv
f6eb0c519f Note addition of shtk 1.0 and upgrades of sysbuild to 2.1 and
sysupgrade to 1.1 (both of which now use shtk).
2012-08-15 21:21:53 +00:00
jmmv
365d9e51c1 Update to 1.1:
- Use shtk for the common utilities and configuration file parsing
  functionality.  The local copies of the "config" and "utils" modules
  are gone.
2012-08-15 21:21:15 +00:00
jmmv
b51dfd4c42 Update to 2.1:
- Use shtk for the common utilities and configuration file parsing
  functionality.  The local copies of the "config" and "utils" modules
  are gone.
2012-08-15 21:20:14 +00:00
jmmv
94504fd7fb Add and enable shtk. 2012-08-15 21:18:35 +00:00
jmmv
e769f5ef0d Initial addition of shtk 1.0.
Despite its pretentious name, this package is just an attempt to generalize
a bunch of code that I keep reusing every time I implement shell scripts.
In particular, this is about to remove tons of duplicate stuff from both
sysbuild and sysupgrade in subsequent commits and I'll probably use it again
for some other stuff I have in mind.

Description follows:

The Shell Toolkit, or shtk for short, is a collection of modules written in
sh(1) that provide common functionality to simplify the implementation of
complex shell scripts.  These modules provide things like utilities to
manipulate data types, helpers to expose a common CLI, or higher-level
abstractions such as the processing of configuration files.

The included shtk(1) utility exposes convenience functionality to let the
user "build" shell scripts that use shtk.  Build, in this case, just means
adding common boilerplate code to the initialization of the script to load
the shtk common code.
2012-08-15 21:18:13 +00:00
wiz
1a12209493 + openmsx-0.9.0. 2012-08-15 20:29:22 +00:00
wiz
bb1acbe870 Updated textproc/ispell-german to 20120607 2012-08-15 20:28:20 +00:00
wiz
07d549ad54 Update to 20120607. The usual fixes. 2012-08-15 20:28:05 +00:00
wiz
3ace5a2f65 Updated devel/automake to 1.12.3 2012-08-15 20:25:14 +00:00
wiz
e9fa88d0d3 Update to 1.12.3:
New in 1.12.3:

* WARNING: Future backward-incompatibilities!

  - Future versions of Automake will likely drop support for the
    long-deprecated 'configure.in' name for the Autoconf input file.
    You are advised to use the recommended name 'configure.ac' instead.

  - The long-obsolete (since automake 1.10) AM_PROG_MKDIR m4 macro will
    be removed in Automake 1.13.  The $(mkdir_p) make variable and the
    @mkdir_p@ substitution will still remain available (as aliases of
    $(MKDIR_P)) for the moment, for better backward compatibility.

  - Autoconf 2.65 or later will be required by the next major Automake
    version (1.13).  Until now, Automake has required Autoconf version
    2.62 or later.

  - Starting from the next major Automake version (1.13), the rules
    to build pdf, ps and dvi output from Texinfo input will use the
    '--build-dir' option by default.  Since such an option was only
    introduced in Texinfo 4.9, this means that Makefiles generated by
    future Automake versions will require at least that version of
    Texinfo.

  - Starting from the next major Automake version (1.13), the parallel
    testsuite harness (previously only enabled by the 'parallel-tests'
    option) will become the default one; the older serial testsuite
    harness will still be available through the use of the 'serial-tests'
    option.

  - The following long-obsolete m4 macros will be removed in the
    next major Automake version (1.13):

      AM_PROG_CC_STDC:    superseded by AC_PROG_CC since October 2002
      fp_PROG_CC_STDC:    broken alias for AM_PROG_CC_STDC
      fp_WITH_DMALLOC:    old alias for AM_WITH_DMALLOC
      AM_CONFIG_HEADER:   superseded by AC_CONFIG_HEADERS since July 2002
      ud_PATH_LISPDIR:    old alias for AM_PATH_LISPDIR
      jm_MAINTAINER_MODE: old alias for AM_MAINTAINER_MODE
      ud_GNU_GETTEXT:     old alias for AM_GNU_GETTEXT
      gm_PROG_LIBTOOL:    old alias for AC_PROG_LIBTOOL
      fp_C_PROTOTYPES:    old alias for AM_C_PROTOTYPES (which was part
                          of the now-removed automatic de-ANSI-fication
                          support of Automake)

  - All the "old alias" macros in 'm4/obsolete.m4' will be removed in
    the next major Automake version (1.13).

  - Support for the two- and three-arguments invocation forms of the
    AM_INIT_AUTOMAKE macro is deprecated, and will be removed in the
    next major Automake version (1.13).

  - The '--acdir' option of aclocal is deprecated, and will probably
    be removed in the next major Automake release (1.13).  You should
    use the options '--automake-acdir' and '--system-acdir' instead
    (which have been introduced in Automake 1.11.2).

  - The exact order in which the directories in the aclocal macro
    search path are looked up is probably going to be changed in the
    next Automake release (1.13).

  - The 'missing' script will not try anymore to update the timestamp
    of out-of-date files that require a maintainer-specific tool to be
    remade, in case the user lacks such a tool (or has a too-old version
    of it).  In fact, starting from Automake 1.13, all it'll do will be
    giving more useful warnings than a bare "command not found" from a
    make recipe would.

* Miscellaneous changes:

  - The '.m4' files provided by Automake does not define serial numbers
    anymore.  This should cause no difference in the behaviour of aclocal
    though.

  - Some testsuite weaknesses and spurious failures have been fixed.

  - There is initial support for automatic dependency tracking with the
    Portland Group C/C++ compilers, thanks to the new new depmode 'pgcc'.

Bugs fixed in 1.12.3:

* Long-standing bugs:

  - Instead of renaming only self-references of files (typically for
    #lines), ylwrap now also renames references to the other generated
    files.  This fixes support for GLR and C++ parsers from Bison (PR
    automake/491 and automake bug#7648): 'parser.c' now properly
    #includes 'parser.h' instead of 'y.tab.h'.

  - Generated files unknown to ylwrap are now preserved.  This fixes
    C++ support for Bison (automake bug#7648): location.hh and the
    like are no longer discarded.
2012-08-15 20:25:05 +00:00
wiz
97a48e5fb7 Updated www/davical to 1.1.1 2012-08-15 20:23:18 +00:00
wiz
e22a50e470 Update to 1.1.1:
1.1.1:
There are no database changes in this release

Bug Fixes

    Unassigned variable warning in Principal.php calling BuildDeadPropertyXML
    Notification of deletes when hide_older_than is set
    Fixes to URL encoding of some CalDAV/CardDAV properties
    Fix to Basic Auth handling in admin UI
    Fix CalDAV client library to handle multiple 'Allow' headers in OPTIONS response
    Fix ldap driver to handle numeric usernames correctly.
    Add handling for allprop and ommission of prop tag in calendar-query, calendar-multiget and addressbook-query
    Fix parsing of relative alarm times where the event has a timezone
    Correct detection of suhosin.server_strip status (from Christoph Anton Mitterer via debian bug #656392).
    Other minor bugfixes.

Other Changes

    Add support for ldap mapping of multiple fields to one DAViCal field (from Sylvain BURGER)
    Generally improved support for a wider range of DAV/CalDAV/CardDAV properties in calendar-query, calendar-multiget and addressbook-query

1.1.0:
Database Upgrade

There are several changes to in-database functions.

Bug Fixes

    Obscure password in LDAP debug log messages
    Fix bugs parsing some RFC5545 duration values
    Fix handling of ?mode=append when uploading calendar data.
    Various fixes to external BIND support.
    Fix some errors in content-type detection & handling.
    Correct round-trip handling of arbitrary XML in dead properties.
    Fix bugs in editing of existing grants.

Other Changes

    Support for WebDAV Synchronisation is updated to match the final RFC.
    Support If-Modified-Since header.
    Merge iSchedule support from Rob Ostenson.
    Add support for initialising an addressbook from a file of VCARDs
    Add support for 'Prefer' and 'Brief' headers.
    Reduce logging noise from 401 and 404 responses.
    Some query performance improvements.
    When someone is delegated 'write' by a principal they can now maintain that principal's details in the Admin UI.
    New default_collections setting which replaces home_calendar_name and home_addressbook_name (these are deprecated)
2012-08-15 20:23:08 +00:00
wiz
04ba05f49f Updated devel/php-libawl to 0.53 2012-08-15 20:21:32 +00:00
wiz
f15c683fd7 Update to 0.53: needed for davical-1.1.1.
New file Multipart.php.
2012-08-15 20:21:23 +00:00
marino
195c2a3de3 audio/amarok-kde3: extract with gtar
There's something amiss with the amarok tarball, bsdtar won't fully
extract it.  The file '._gem_commands.rb' will be missing unless GNU Tar
is used instead.  Other platforms, like ArchLinux, have run into this
as well.  The solution is mandate gtar for the file extraction.
2012-08-15 20:11:30 +00:00
jdc
53b3e9e4a8 Regnerate for: Only compile MMX/SSE code on x86/x86_64). 2012-08-15 18:45:24 +00:00
jdc
a362dc2b65 Only compile MMX/SSE code on x86/x86_64). 2012-08-15 18:34:36 +00:00
jdc
e1e01df11d Move the sparc64/gcc4 hack from Makefile to hacks.mk, where it belongs.
Unlimit the stack size, so that we can compile on NetBSD/sparc64.
2012-08-15 18:28:20 +00:00
wiz
ea5ad9d886 Updated devel/mdds to 0.6.0nb1 2012-08-15 18:13:48 +00:00
wiz
14d92a2c5e Fix libreoffice runtime error using upstream patch, via ftigeot.
Bump PKGREVISION.
2012-08-15 18:13:38 +00:00
drochner
74176456ad mention updates 2012-08-15 18:12:43 +00:00
drochner
0ac7c9c382 sync w/ base pkg 2012-08-15 17:48:44 +00:00
drochner
7f6410c859 update to 0.8.2
changes:
* New SETTIMEOUT command for the qt4 pinentry.
* Wide character support for the curses pinentry.
* Various bug fixes.
2012-08-15 17:47:56 +00:00
drochner
108ffed996 update to 2.2.5
changes:
-Update ISO8859 map files to fix licensing issue
-fixes
2012-08-15 17:45:45 +00:00
drochner
b3ea599bca bump PKGREV for muparser shlib major change 2012-08-15 17:39:52 +00:00
drochner
f22b5a5680 update to 2.2.2
changes:
* ternary if-then-else operator added (C++ like)
* new intrinsic binary operators: "&&", "||"
* A new bulkmode allows submitting large arrays as variables
* intrinsic "and", "or" and "xor" operators have been removed
* Implementation for complex numbers removed
* Function atan2 added
-bugfixes, cleanup, other minor improvements

pkgsrc note: shlib major changed
2012-08-15 17:38:49 +00:00
drochner
13d38d2e5b make Python3 ready 2012-08-15 17:18:14 +00:00
drochner
be6aa7da3b update to 1.6.2
changes: bugfixes

pkgsrc change: mark Python3 ready
2012-08-15 17:16:37 +00:00
spz
97e7e17f2c the package installs all libexec/xymon/client/xymonclient-opsys it
knows, not just the pertinent one, so don't randomly call one of them
libexec/xymon/client/xymonclient-${LOWER_OPSYS}.sh
2012-08-15 16:04:44 +00:00
taca
cc77febd7d Oops, missed from commit for ruby-activeresource3. 2012-08-15 15:58:23 +00:00
spz
09fdd20521 update of irrtoolset. Upstream changelog:
This is a bugfix release.  There are no new features.

   The following bugs were fixed:

   * don't barf on pingable: and ping-hdl: attributes (RFC 5943).
   * don't barf on inet6num: assignment-size (RIPE policy proposal 2010-06).
   * RFC 5952 requires that ipv6 addresses be presented in lower case.
   * ipv6 addresses are now printed in optimised format.
   * added geoloc: and language: fields to both inetnum: and inet6num: objects.
   * compilation fixes for g++ 4.7 / debian wheeze.
   * stop talking asdot to IRRDBs.  none of the IRRs supports asdot since ~2010.
   * silence a bunch of warnings for clang 3.0.
   * fix AS output for rpslcheck.
2012-08-15 15:30:04 +00:00
taca
070dd4d46b + mysql-5.1.65, subversion-1.7.6.
s/samba35-3.5.17/samba-3.5.17/.
2012-08-15 15:25:43 +00:00
taca
3132f78430 Use ${RUBY_DLEXT} instead of "so". 2012-08-15 15:00:28 +00:00
taca
c14c8f10dc Note update of TYPO3 packages:
www/typo3_45	4.5.19
	www/typo3_46	4.6.12
	www/typo3_47	4.7.4
2012-08-15 13:54:46 +00:00
taca
7658d4613e Update typo3_45 to 4.7.4.
This release fixes several security problems TYPO3-CORE-SA-2012-004,

<http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2012-004/>

2012-08-15  ccf6b0a                  [RELEASE] Release of TYPO3 4.7.4 (TYPO3 Release Team)
2012-08-15  14d5d72  #21634          [SECURITY] XSS in install tool (Mario Rimann)
2012-08-15  a1c3165  #32653          [SECURITY] Page Link Target vulnerable to XSS (Markus Bucher)
2012-08-15  8cf7db7  #25052          [SECURITY] XSS in validateForm (Markus Bucher)
2012-08-15  59e028a  #25356          [SECURITY] XSS in TCE forms (Christian Kuhn)
2012-08-15  758c217  #30967          [SECURITY] XSS in Scheduler Example Task (Mario Rimann)
2012-08-15  44e8ae6  #37127          [SECURITY] HTML5 support in RemoveXSS (Franz G. Jahn)
2012-08-15  7c778d3  #39345          [SECURITY] Information Disclosure in the Configuration Module (Mario Rimann)
2012-08-15  044ae9a  #33520          [SECURITY] Untrusted GP data is unserialized in old CSH handling (Marcus Krause)
2012-08-15  0bcecd8  #31927          [SECURITY] XSS in Indexed Search statistics (Steffen Gebert)
2012-08-15  774537c  #23226Security  [SECURITY] t3lib_div::quoteJSvalue allows XSS (Helmut Hummel)
2012-08-15  a9383b1                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-08-15  7edbd63                  [TASK] Update version numbers to 4.7.4 (Steffen Ritter)

2012-08-08  9fe9e97                  [RELEASE] Release of TYPO3 4.7.3 (TYPO3 Release Team)
2012-08-07  ae9d18c  #36616          [BUGFIX] sectionIndex menu is not i18n ready (Stefan Galinski)
2012-08-07  6985616  #39583          [BUGFIX] Exception "Could not create directory" (Michael Klapper)
2012-08-06  8824193  #38548          [BUGFIX] Incorrect search-results when searching for part of word (Tymoteusz Motylewski)
2012-08-05  943c50e  #39527          [BUGFIX] Pass $fieldName when processing FlexForm DS in t3lib_transferData (Claus Due)
2012-08-03  cb8d2a6  #39509          [BUGFIX] t3lib_db - expects parameter 1 to be resource, boolean given (Michael Klapper)
2012-08-01  5b8d6c4  #38849          [BUGFIX] IRRE childs don't expand in Internet Explorer (Stefan Aebischer)
2012-08-01  569164c  #39417          [BUGFIX] t3lib_db::exec_SELECTgetRows method annotation (Nicole Cordes)
2012-07-29  8700d8a  #39203          [BUGFIX] BE User Settings cannot be saved by clicking enter (Mario Rimann)
2012-07-28  fa8b919  #39338          [BUGFIX] RTE: Installation of AllowClipboardHelper is not triggered (Stanislas Rolland)
2012-07-25  02442d8  #38691          [BUGFIX] Exclude E_STRICT from errors with PHP 5.4 (Philipp Gampe)
2012-07-25  a3e05a3  #38604          [TASK] Always return a boolean in t3lib_div::validPathStr (Andy Grunwald)
2012-07-24  5a9b3ea  #39220          [BUGFIX] Invalid fallback for non-localized labels (Xavier Perseguers)
2012-07-23  fc1a8f0  #37967          [BUGFIX] YouTube videos can not be played with Media CE (Kai Vogel)
2012-07-23  ac4f234  #34152          [BUGFIX] stdWrap numRows fails due to wrong SELECT clause (Ernesto Baschny)
2012-07-21  7c56214                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-07-21  e3e08c1  #39067          [TASK] Change @deprecated annotation to the correct version (Wouter Wolters)
2012-07-20  e931425  #39026          [BUGFIX] QT movies prefixed abusively in Media CE (Francois Suter)
2012-07-20  a450514  #39052          [BUGFIX] Send sane HTTP response in showpic on error (Christian Kuhn)
2012-07-15  51823dc  #38104          [BUGFIX] Remove bogus template in template analyzer (Helmut Hummel)
2012-07-09  2cce3f0  #38791          [BUGFIX] accessibilityWrap ignores simple value (Jigal van Hemert)
2012-07-07  8d29e26  #18771          [BUG] t3lib_div::getFilesInDir order differs from order in File list (Benjamin Mack)
2012-07-06  83672e8  #36316          [BUGFIX] RTE: Importing google webfonts breaks style sheet parsing (Stanislas Rolland)
2012-07-05  c0ba55f  #36438          [BUGFIX] RTE spellcheck issue on Windows server (Stanislas Rolland)
2012-07-05  d35320b  #38657          [BUGFIX] RTE 4.7: Incorrect behaviours in IE9 native mode (Stanislas Rolland)
2012-08-15 13:53:49 +00:00
taca
643848f80a Update typo3_46 to 4.6.12.
This release fixes several security problems TYPO3-CORE-SA-2012-004,

<http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2012-004/>

2012-08-15  a1e439e                  [RELEASE] Release of TYPO3 4.6.12 (TYPO3 Release Team)
2012-08-15  7a839a3  #21634          [SECURITY] XSS in install tool (Mario Rimann)
2012-08-15  2ae69c8  #32653          [SECURITY] Page Link Target vulnerable to XSS (Markus Bucher)
2012-08-15  1eaebd3  #25052          [SECURITY] XSS in validateForm (Markus Bucher)
2012-08-15  9b2b8fb  #25356          [SECURITY] XSS in TCE forms (Christian Kuhn)
2012-08-15  6376643  #30967          [SECURITY] XSS in Scheduler Example Task (Mario Rimann)
2012-08-15  a4a20e9  #37127          [SECURITY] HTML5 support in RemoveXSS (Franz G. Jahn)
2012-08-15  829e391  #39345          [SECURITY] Information Disclosure in the Configuration Module (Mario Rimann)
2012-08-15  dc6529c  #33520          [SECURITY] Untrusted GP data is unserialized in old CSH handling (Helmut Hummel)
2012-08-15  8c0b4dc  #31927          [SECURITY] XSS in Indexed Search statistics (Steffen Gebert)
2012-08-15  4c8c0fd  #23226          [SECURITY] t3lib_div::quoteJSvalue allows XSS (Helmut Hummel)
2012-08-15 13:51:00 +00:00
taca
22cadc4aec Update typo3_45 to 4.5.19.
This release fixes several security problems TYPO3-CORE-SA-2012-004,

<http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2012-004/>

2012-08-15  9bcf5eb                  [RELEASE] Release of TYPO3 4.5.19 (TYPO3 Release Team)
2012-08-15  76748b7  #21634          [SECURITY] XSS in install tool (Mario Rimann)
2012-08-15  85df0e4  #32653          [SECURITY] Page Link Target vulnerable to XSS (Markus Bucher)
2012-08-15  605d05f  #25052          [SECURITY] XSS in validateForm (Markus Bucher)
2012-08-15  6840097  #25356          [SECURITY] XSS in TCE forms (Christian Kuhn)
2012-08-15  fb1e204  #30967          [SECURITY] XSS in Scheduler Example Task (Mario Rimann)
2012-08-15  6fd6768  #37127          [SECURITY] HTML5 support in RemoveXSS (Franz G. Jahn)
2012-08-15  11abbaa  #39345          [SECURITY] Information Disclosure in the Configuration Module (Mario Rimann)
2012-08-15  a3293a7  #33520          [SECURITY] Untrusted GP data is unserialized in old CSH handling (Helmut Hummel)
2012-08-15  ccbbfc3  #31927          [SECURITY] XSS in Indexed Search statistics (Steffen Gebert)
2012-08-15  f046457  #23226          [SECURITY] t3lib_div::quoteJSvalue allows XSS (Helmut Hummel)
2012-08-15 13:49:25 +00:00
obache
bc32d32cfd Update PKGCONFIG_OVERRIDE patterns to refrect reality. 2012-08-15 12:02:18 +00:00
he
3b9698d9a6 Note update of lang/parrot to 4.6.0. 2012-08-15 11:02:04 +00:00
he
f0d7ba7102 Update lang/parrot to version 4.6.0.
Upstream changes:

 - Core
   + Added init_pmc method to PackFileView.
 - Documentation
   + Added source lines from 'docs/index/book.json' to 'index.json'
     to make display of 'Parrot Developer's Guide: PIR (draft)'
     display more like the other books, e.g., 'PCT Book'.
   + Removed 'docs/index/book.json' as unnecessary.
 - Build
   + Improve on 'sudo make install' permission errors by using
     File::Copy::cp.
2012-08-15 11:01:39 +00:00
imil
8530453aeb Added net/apollo version 1.4 2012-08-15 10:13:51 +00:00
jperkin
e44d507e97 Fix build on Solaris.
If more systems require the libiconv fix then it's going to be more efficient
to re-use the logic from devel/glib2.  This is such a mess :(
2012-08-15 10:12:54 +00:00
imil
16e68d192e add & enable apollo 2012-08-15 10:12:33 +00:00
imil
19147164b1 Initial import of apollo, version 1.4, into the NetBSD Packages Collection.
ActiveMQ Apollo is a faster, more reliable, easier to maintain messaging broker
built from the foundations of the original ActiveMQ. It accomplishes this using
a radically different threading and message dispatching architecture.
In it's current incarnation, Apollo only supports the STOMP protocol but just
like the original ActiveMQ, it's been designed to be a multi protocol broker.
In future versions it will be adding OpenWire support so it can be compatible
with ActiveMQ 5.x JMS clients.
2012-08-15 10:11:28 +00:00
obache
bf618cc488 + py-markdown2 2012-08-15 09:28:33 +00:00