summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-08-15doxygen output makes explicit use of tex-multirow and tex-xtab. Add thedsainty2-2/+5
run time dependencies. Bump PKGREVISION for dependency changes.
2012-08-15benchmarks/phoronix-test-suite: Change "cp -r"marino3-9/+28
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-15Note addition of shtk 1.0 and upgrades of sysbuild to 2.1 andjmmv1-1/+4
sysupgrade to 1.1 (both of which now use shtk).
2012-08-15Update to 1.1:jmmv10-1146/+122
- Use shtk for the common utilities and configuration file parsing functionality. The local copies of the "config" and "utils" modules are gone.
2012-08-15Update to 2.1:jmmv13-1287/+67
- Use shtk for the common utilities and configuration file parsing functionality. The local copies of the "config" and "utils" modules are gone.
2012-08-15Add and enable shtk.jmmv1-1/+2
2012-08-15Initial addition of shtk 1.0.jmmv21-0/+2359
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+ openmsx-0.9.0.wiz1-2/+2
2012-08-15Updated textproc/ispell-german to 20120607wiz2-3/+3
2012-08-15Update to 20120607. The usual fixes.wiz3-12/+12
2012-08-15Updated devel/automake to 1.12.3wiz1-1/+2
2012-08-15Update to 1.12.3:wiz2-6/+6
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-15Updated www/davical to 1.1.1wiz2-3/+3
2012-08-15Update to 1.1.1:wiz3-11/+24
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-15Updated devel/php-libawl to 0.53wiz1-1/+2
2012-08-15Update to 0.53: needed for davical-1.1.1.wiz3-7/+8
New file Multipart.php.
2012-08-15audio/amarok-kde3: extract with gtarmarino1-1/+2
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-15Regnerate for: Only compile MMX/SSE code on x86/x86_64).jdc1-1/+4
2012-08-15Only compile MMX/SSE code on x86/x86_64).jdc3-0/+58
2012-08-15Move the sparc64/gcc4 hack from Makefile to hacks.mk, where it belongs.jdc2-6/+17
Unlimit the stack size, so that we can compile on NetBSD/sparc64.
2012-08-15Updated devel/mdds to 0.6.0nb1wiz1-1/+2
2012-08-15Fix libreoffice runtime error using upstream patch, via ftigeot.wiz3-2/+23
Bump PKGREVISION.
2012-08-15mention updatesdrochner1-1/+5
2012-08-15sync w/ base pkgdrochner4-16/+16
2012-08-15update to 0.8.2drochner2-7/+7
changes: * New SETTIMEOUT command for the qt4 pinentry. * Wide character support for the curses pinentry. * Various bug fixes.
2012-08-15update to 2.2.5drochner2-6/+6
changes: -Update ISO8859 map files to fix licensing issue -fixes
2012-08-15bump PKGREV for muparser shlib major changedrochner1-2/+2
2012-08-15update to 2.2.2drochner4-12/+15
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-15make Python3 readydrochner3-8/+25
2012-08-15update to 1.6.2drochner3-13/+14
changes: bugfixes pkgsrc change: mark Python3 ready
2012-08-15the package installs all libexec/xymon/client/xymonclient-opsys itspz1-2/+3
knows, not just the pertinent one, so don't randomly call one of them libexec/xymon/client/xymonclient-${LOWER_OPSYS}.sh
2012-08-15Oops, missed from commit for ruby-activeresource3.taca1-4/+4
2012-08-15update of irrtoolset. Upstream changelog:spz2-7/+8
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+ mysql-5.1.65, subversion-1.7.6.taca1-3/+4
s/samba35-3.5.17/samba-3.5.17/.
2012-08-15Use ${RUBY_DLEXT} instead of "so".taca1-8/+8
2012-08-15Note update of TYPO3 packages:taca1-1/+4
www/typo3_45 4.5.19 www/typo3_46 4.6.12 www/typo3_47 4.7.4
2012-08-15Update typo3_45 to 4.7.4.taca3-11/+11
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-15Update typo3_46 to 4.6.12.taca3-10/+11
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-15Update typo3_45 to 4.5.19.taca3-10/+11
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-15Update PKGCONFIG_OVERRIDE patterns to refrect reality.obache1-2/+3
2012-08-15Note update of lang/parrot to 4.6.0.he1-1/+2
2012-08-15Update lang/parrot to version 4.6.0.he2-7/+7
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-15Added net/apollo version 1.4imil1-1/+2
2012-08-15Fix build on Solaris.jperkin1-1/+7
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-15add & enable apolloimil1-1/+2
2012-08-15Initial import of apollo, version 1.4, into the NetBSD Packages Collection.imil6-0/+220
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+ py-markdown2obache1-1/+2
2012-08-15Added textproc/py-markdown2 version 2.0.1obache1-1/+2
2012-08-15Import py-markdown2-2.0.1 as textproc/py-markdown2.obache4-0/+44
Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, *emphasis*, code blocks, blockquotes, and links. -- http://daringfireball.net/projects/markdown/ This is a fast and complete Python implementation of the Markdown spec.
2012-08-15Updated security/ocaml-cryptokit to 1.6wiz1-1/+2