summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-11-11Merge changes.joerg6-423/+1019
2008-11-11bmake-20081111:joerg7-9/+9
- remove unused compat code for (v)asprintf - remove unneeded configure checks - use emalloc and co only if the whole family is provided by libutil
2008-11-11Updated www/trac to 0.11.2gdt1-1/+2
2008-11-11Update to 0.11.2. Take maintainership.gdt3-9/+9
Trac 0.11.2 (November 8, 2008) http://svn.edgewall.org/repos/trac/tags/trac-0.11.2 Trac 0.11.2 contains two security fixes and a couple of bug fixes. The following list contains only a few highlights: Bug fixes: * Fixes potential DOS vulnerability with certain wiki markup. Reported by Matt Murphy. * Improved HTML sanitizer filter to detect possible phishing attempts. Reported by Simon Willison. * MySQL db backend improvement (reconnect after idle timeout #4465) * TicketQuery speed improvements (#6436) * Fixes for RSS feeds (timeline entries no longer truncated #7316, no longer download some feeds under Firefox #3899) * Search now works for custom fields (#2530) * Same order for ticket fields for new and existing tickets (#7018) * Enforce fine-grained permission for "quickjump" search results (#7655) * E-mail obfuscation was not done in a few remaining places (#7688, #6532) * Uninstall of plugins from WebAdmin was not working - feature disabled for now * More robust pagination of results for reports and custom queries (#7424, #7544) * Support for newer version of pygments (#7622) * Documentation updated (#7603, #7205, #7318) Minor improvements: * Better support for Wiki page hierarchy (show path #2780, link to parent #2150) * Custom query allow to search in description and other text fields (#4824)
2008-11-11Fix compilation.joerg2-1/+29
2008-11-11Note update of x11-links; now it knows about glut.cube1-1/+2
2008-11-11Add the version bumps of sun-jre6,sun-jdk6 to the CHANGES filereinoud1-1/+4
2008-11-11Buildlink glut, bump package version and required dependency.cube4-5/+15
2008-11-11Properly register libGLU files with native X.Org as found in NetBSD.cube1-0/+12
2008-11-11Bump revisions of sun-jre6 and sun-jdk6 as suggested by joergreinoud2-2/+4
2008-11-11Detect native glut.cube1-0/+24
2008-11-11Add three missing files in the PLIST; not worthy a patch bump. Aparently Sunreinoud1-1/+4
decided to add files to the distribution.
2008-11-11Add missing file in PLIST; no need to update of patch number.reinoud1-1/+2
java/sun-6/lib/servicetag/registration.xml
2008-11-11bmake is now at 20081101.joerg1-3/+2
2008-11-11Merge changes.joerg29-3394/+5357
2008-11-11Update to bmake 20081101 snapshot. The more important changes are:joerg2-1/+8
- portability fixes for putenv - man page updates - fix processing of .END with -j - fix some segmentation faults on parse errors - debug output goes to stderr by default - first round of fixes for A/UX - fix crashes on long lines - faster VarQuote - fix use of ?= when the LHS contains variable references
2008-11-11Updated textproc/hunspell-de to 20081106wiz1-1/+2
2008-11-11Update to 20081106:wiz4-35/+74
since 20071211: - fix a wrong encoded umlaut and enhance the check for that in the Makefile - words added and shifted around - additionaly put the dictionary under GPLv3 - allow Ispell F prefix flag to be combined with suffixes - eliminate absolutely useless G flag (prefix ge) - deactivate K suffix flag: unused - eliminate H suffix flag: was almost unused - remove Q and q redundancy: every Q flagged word needs a q now, too - fix build issue with de_CH hunspell dictionary (a missing ß/ss conversion) - better empty-line fault tolerance of dictionaries - revise the aspell Makefile target using the myspell format now for aspell - simplify W flag - use sha256 checksums and prevent checksumming temporary files since 20070829: - words added and shifted around - Hunspell affix fix
2008-11-11Needs msgfmt.hasso1-2/+2
2008-11-11Change to root before start/stop/initdb to make sure that the cwd can bejoerg2-2/+7
read by the postgres user. Bump revision.
2008-11-11Avoid finding emacs.wiz1-1/+2
2008-11-11DragonFly doesn't have /dev/audio any more.hasso1-2/+2
2008-11-11Add a bunch of missing ".mo" files to the package list which I've missedtron2-3/+10
when I tried to fix the locale mess. Problem pointed out by Hasso Tepper in private e-mail. Bump package revision again.
2008-11-11Needs msgfmt.hasso1-2/+2
2008-11-11Correct DISTNAME.hasso1-2/+2
2008-11-11Compiles and works fine in DragonFly and should work fine in OpenBSD (athasso1-1/+2
least upstream tarball does).
2008-11-11Note initial addition of p5-Devel-NYTProf version 2.07 asseb1-1/+2
devel/p5-Devel-NYTProf into The NetBSD Packages Collection. The Perl 5 module Devel::NYTProf is a powerful feature-rich perl source code profiler. - Performs per-line statement profiling for fine detail - Performs per-subroutine statement profiling for overview - Performs per-block statement profiling (the first profiler to do so) - Accounts correctly for time spent after calls return - Performs inclusive and exclusive timing of subroutines - Subroutine times are per calling location (a powerful feature) - Can profile compile-time activity, just run-time, or just END time - Uses novel techniques for efficient profiling - Sub-microsecond (100ns) resolution on systems with clock_gettime() - Very fast - the fastest statement and subroutine profilers for perl - Handles applications that fork, with no performance cost - Immune from noise caused by profiling overheads and I/O - Program being profiled can stop/start the profiler - Generates richly annotated and cross-linked html reports - Trivial to use with mod_perl - add one line to httpd.conf - Includes an extensive test suite - Tested on very large codebases NyTProf is effectively two profilers in one: a statement profiler, and a subroutine profiler.
2008-11-11Add & enable p5-Devel-NYTProfseb1-1/+2
2008-11-11Initial import of p5-Devel-NYTProf version 2.07 in the NetBSDseb3-0/+45
Packages Collection. The Perl 5 module Devel::NYTProf is a powerful feature-rich perl source code profiler. - Performs per-line statement profiling for fine detail - Performs per-subroutine statement profiling for overview - Performs per-block statement profiling (the first profiler to do so) - Accounts correctly for time spent after calls return - Performs inclusive and exclusive timing of subroutines - Subroutine times are per calling location (a powerful feature) - Can profile compile-time activity, just run-time, or just END time - Uses novel techniques for efficient profiling - Sub-microsecond (100ns) resolution on systems with clock_gettime() - Very fast - the fastest statement and subroutine profilers for perl - Handles applications that fork, with no performance cost - Immune from noise caused by profiling overheads and I/O - Program being profiled can stop/start the profiler - Generates richly annotated and cross-linked html reports - Trivial to use with mod_perl - add one line to httpd.conf - Includes an extensive test suite - Tested on very large codebases NyTProf is effectively two profilers in one: a statement profiler, and a subroutine profiler.
2008-11-11Updated textproc/p5-CAM-PDFrhaen1-1/+2
2008-11-11- updated to 1.52rhaen2-7/+6
Changelog: 1.52 02 Oct 2008 [FIXES] - Better handling of failures during filter loading (rlane10 via http://www.nntp.perl.org/group/perl.cpan.testers/2008/10/msg2361238.html) 1.51 28 Sep 2008 [FIXES] - Support PDFs with 24-bit offsets in the xref stream (PDF v1.5 only) (thanks to Dan Richman for reporting the problem and providing an example) 1.50 20 Sep 2008 [ENHANCEMENTS] - Support for reading PDF 1.5 compressed object streams and cross reference streams. (we cannot write this style, but we can append to it) [FIXES] - Decompression of PNG-filtered streams was totally broken. - Deleting pages now also deletes back references from annotations on that page. - cleanse() now removes PieceInfo data. I have no idea what PieceInfo does, but it had a whole bunch of page back links that broke page deletion.
2008-11-11- updated p5-Business-ISBN/p5-Business-ISBN-Datarhaen1-1/+3
2008-11-11- updated to 2.04rhaen2-8/+7
- changed dependencies Changelog: 2.04 - Sun Oct 26 18:29:20 2008 * Fix tests that used 99902 as a bad prefix. That now belongs to Gabon.
2008-11-11Updated textproc/uriparser to 0.7.3bjs1-1/+2
2008-11-11Update to uriparser-0.7.3. Adds a missing NULL check inbjs2-6/+6
parsing routines. Also, they ship doxygen-generated qt help files, but installing those will require a seperate docs package or doxgen option to avoid the large dependency.
2008-11-11- updated to 20081020rhaen2-7/+6
Changelog: 0.00 - Mon Oct 20 17:44:15 2008 * Updated publisher codes thanks to Yakov Shafranovich * Version number is now the update date of the module, in YYYYMMDD. This not the date of the ISBN Agency updates though.
2008-11-11Updated devel/p5-SVN-Notifyrhaen1-1/+2
2008-11-11- updated to 2.78rhaen2-7/+6
ChangeLog: 2.78 2008-09-24T04:41:27 - When searching for an executable to run, SVN::Notify now also looks in the "installbin" and "installscript" directories, as specified by the Config module. Patch from John Peacock to improve the finding of apps on Strawberry Perl. - Documented --to-email-map in `svnnotify`. It was already documented in SVN::Notify, but I'd forgoten to include it in the command-line script. Reported by Grégory Joseph (Bug #22620). - Fixed a bug in the test suite where an unexpected exception was thrown on platforms where `sendmail` was not available. Reported by David Golden via CPAN-Testers.
2008-11-11Updated devel/p5-Log-Log4perlrhaen1-1/+2
2008-11-11- updated to 1.19rhaen2-7/+6
Changelog: i1.19 (2008/10/22) * (ms) Applied patch by Peter Rabbitson, which fixes the caller() level when calling get_logger() on a subclass of Log4perl. * (ms) Added documentation on is_xxx() methods and clarified that it doesn't necessarily mean that a message gets logged if they're returning true (requested by Conway Allen via [rt.cpan.org #39085]. * (ms) Applied patch by Lee Johnson to appender_by_name() to allow for undefined appender names without issuing a warning, which was occurring with Catalyst::Log4perl. * (ms) Added docs on numerical levels and level strings in Log::Log4perl::Level. * (ms) Applied patch by Anthony Foiani for support of literal text in DateFormat format strings.
2008-11-11devel/p5-Log-Dispatch-FileRotate updatedrhaen1-1/+2
2008-11-11- updated to 1.19rhaen2-8/+7
- added dependency to Log4Perl >=1.0 Changelog: 1.19 Tue Oct 21 2008 - Added patch from MS to solve bug 39900. Basically logs appearing slower than a recurrance cause the module to keep rotating logs. We now jump forward to the right recurrance interval. Thanks to the people at Yahoo who discovered it. - Updated dependancy on Log4Perl to 1.0
2008-11-11+ Updated devel/bzr-svn to 0.4.15 [epg 2008-11-11]epg1-1/+2
2008-11-11bzr-svn 0.4.15 2008-11-10epg2-6/+7
BUG FIXES * Ignore tags that happen to be files (another instance). (#290664) * Support copying from files with spaces in their names over http. (#268304) * Fix knit corruption because text revisions weren't stored properly. (#277043) * Cope with file properties being modified by other parties than bzr-svn. (#295284) * Fix erroneous call to object.__init__() causing issues with Python2.6. * Don't take over when pulling from WebDAV source (without Subversion) (#274840)
2008-11-11Adjust paths to PLIST files so that they can be reached fromminskim1-2/+3
editors/emacs-nox11.
2008-11-11Updated www/ja-trac to 0.11.1pl2obache1-1/+2
2008-11-11Update ja-trac to 0.11.1pl2 (a.k.a 0.11.1.ja2)obache2-6/+6
Trac-0.11.1.ja2 (Nov 10, 2008) * Merge security fixes. - http://trac.edgewall.org/changeset/7657 - http://trac.edgewall.org/changeset/7658 * Fixes datetime presentation on TracReports. - trac/db_default.py - trac/ticket/report.py - trac/ticket/templates/report.rss - trac/wiki/default-pages/TracReports * Fixes unicode handlings on TracError. - trac/core.py - trac/ticket/web_ui.py
2008-11-11Updated multimedia/libtheora-docs to 1.0nb1wiz1-1/+2
2008-11-11Depend on latest doxygen and add a new file to PLIST.wiz2-3/+5
Bump PKGREVISION.
2008-11-11Updated www/tidy to 20081014wiz1-1/+2