summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-12-19Importing textproc/php-mecab version 0.4.1.taca4-0/+66
A PHP extension for MeCab Morphological Analyzer. Still in experimental but seems to used well.
2010-12-19Add lang-ku and lang-rm, for Kurdish and Rhaeto-Romance language support.taca1-0/+2
2010-12-19Note update of www/contao29-translations package to 20101214.taca1-1/+2
2010-12-19Update contao29-translations package to 20101214.taca4-7/+100
Re-add Albanian language files.
2010-12-19+ TeXmacs-1.0.7.9, aria2-1.10.8, avidemux-2.5.4, calibre-0.7.34,wiz1-7/+8
kye-1.0, p5-Perl-Tidy-20101217, smalltalk-3.2.3.
2010-12-18Not make-jobs-safe. (Wants to link against libraw before it is completelywiz1-1/+2
built when run with -j16.)
2010-12-18Removed PGSQL_USE_HIERadam1-8/+1
2010-12-18Added gssapiadam1-0/+1
2010-12-18Updated textproc/mdocml to 1.10.6wiz2-3/+3
2010-12-18Update to 1.10.6:wiz2-7/+8
27-09-2010: version 1.10.6 Calling conventions for mandoc have changed: -W improved and -f deprecated. Non-ASCII characters are also now uniformly discarded. Lots of documentation improvements. Many incremental fixes accomodating for groff's more interesting productions. Lastly, pod2man preambles are now fully accepted after some considerable roff and special character support. 27-07-2010: version 1.10.5 Primarily a bug-fix and polish release, but including -Tpdf support in mandoc by way of Summer of Code. Highlights: * fix "Sm" and "Bd" handling * fix end-of-sentence handling for embedded sentences * polish man documentation * document all mdoc macros * polish mandoc -Tps output * lots of internal clean-ups in character escapes * un-break literal contexts in man documents * improve -Thtml output for -man * add mandoc -Tpdf support 12-07-2010: version 1.10.4 Lots of features developed during both Summer of Code and the OpenBSD c2k10 hackathon: * minimal "ds" roff symbols are supported * "Bk" mdoc support * beautified SYNOPSIS section output * variable font-width and paper-size support in mandoc -Tps output * acceptance of scope-block breakage in mdoc * clarify error message status * many minor bug-fixes and formatting issues resolved 19-06-2010: version 1.10.2 Small release featuring text-decoration in -Tps output, a few minor relaxations of errors, and some optimisations.
2010-12-18Updated devel/cscope to 15.7anb1wiz1-1/+2
2010-12-18Install some emacs support files. Requested by Stefan in PR 44250.wiz2-2/+18
Bump PKGREVISION.
2010-12-18Added lang/boomerang version 0.2wiz1-1/+2
2010-12-18+ boomerang.wiz1-1/+2
2010-12-18Initial import of boomerang-0.2:wiz4-0/+104
Boomerang is a programming language for writing lenses--well-behaved bidirectional transformations--that operate on ad-hoc, textual data formats. Every lens program, when read from left to right, describes a function that maps an input to an output; when read from right to left, the very same program describes a "backwards" function that maps a modified output, together with the original input, back to a modified input. Lenses have been used to solve problems across a wide range of areas in computing including: in data converters and synchronizers, in parsers and pretty printers, in picklers and unpicklers, in structure editors, in constraint maintainers for user interfaces, in software model transformations, in schema evolution, in tools for managing system configuration files, and in databases where they provide updatable views.
2010-12-18Note kid3 update.shattered2-3/+3
2010-12-18Update to 1.5. Changes:shattered3-9/+14
- Faster filtering, simple audio player, GUI and usability improvements. - Support for Ogg cover art, import from Amazon. - Support for WMA/ASF, AIFF and WAV files, advanced playlist creation, improved tag editing. - Import of album cover art, options to mark changed tag fields and to store the ID3v2 genre as text instead of numeric string.
2010-12-18Remove a portion of patch-aa that patched in a reference todsainty2-5/+4
BUILDLINK_PREFIX.jpeg, which probably never worked, and should be entirely unnecessary.
2010-12-17update distinfo for 1.7.3.4abs1-4/+4
2010-12-17Updated textproc/p5-XML-Twig to 3.37rhaen1-1/+2
2010-12-17- updated to 3.37rhaen2-7/+6
Changelog: version 3.37 date: 2010-10-08 # minor maintenance release fixed: more tests fixed for HTML::TreeBuilder, hopefully will pass now version 3.36 date: 2010-10-07 # minor maintenance release added: the use_tidy option to XML::Twig->new, which uses HTML::Tidy to convert HTML to well-formed XHTML, as an alternative to the default conversion which uses HTML::TreeBuilder added: XML::Twig::Elt method siblings which returns the siblings of the element added: methods att_accessors, elt_accessors and field_accessor as well as the similarly named options when creating an XML::Twig added: set_outer_xml XML::Twig::Elt method added: print_to_file on an XML::Twig::Elt added: can use the tag[nested] form in twig handlers that triggers on elements 'tag' that include a child 'nested' added: aliased the add_to_class XML::Twig::Elt method to add_class, which seems more natural added: the remove_class method added: made att and class lvalues (in perl 5.6 and up) fixed: copy did not copy the empty status of an element RT#31664 spotted by Roland Minner https://rt.cpan.org/Ticket/Display.html?id=31664 fixed: cut_children would always set the empty status of an element, even if it had children left fixed: tests did not pass with HTML::TreeBuilder 3.23_1 due to a change in an error message
2010-12-17Updated mail/p5-Email-Abstract to 3.003rhaen1-1/+2
2010-12-17- updated to 3.003rhaen2-9/+7
Changelog: 3.003 2010-11-08 replace Class::ISA with mro (MRO::Compat)
2010-12-17Updated devel/p5-Test-Inline to 2.212rhaen1-1/+2
2010-12-17- updated to 2.212rhaen2-7/+6
Changelog: 2.212 Mon 22 Nov 2010 - Updating to Module::Install 1.00 - No functional changes
2010-12-17Updated devel/p5-Test-Deep to 0.108rhaen1-1/+2
2010-12-17- updated to 0.108rhaen2-7/+6
Changelog: 0.108 2009-1015 simple (stringwise) comparison should now be much faster (thanks, NCLEATON)
2010-12-17Updated devel/p5-TAP-Formatter-HTML to 0.09rhaen1-1/+2
2010-12-17- updated to 0.09rhaen2-7/+6
Changelog: 0.09 + upgraded to jQuery 1.4.2 + updated App::Prove::Plugin::HTML to simplify cmdline usage to the extent possible. + fixed RT #41457 & RT #49621: applied Neil Hemingway, Tim Esselens, and Panu Ervamaa's patches, and got everything working. This addresses: + small changes to the top-left corner menu (default_report.css) to render it corretly with Firefox 3 (Linux) + inline_js fix + added support for force_inline_js (not on by default, including jQuery inline causes errors) + fixed bug in handling of parse_errors in default_report.tt + fixed bug: nothing happens when I click on the test output. + XHTML support + fixed bug: click on summary changes location + fixed 2 minor javascript bugs where '#' was being used as a jQuery id ref + added new feature: column sorting via Christian Bach's jquery.tablesorter plugin (bundled from http://tablesorter.com). optional. + added new feature: up to top of test when the test filename is no longer visible
2010-12-17Bump package revision after JIT-related changes on DragonFly.asau2-4/+4
2010-12-17jit3 compiler doesn't work on DragonFly and causes crashes. PR pkg/44249asau1-2/+4
Fold long line.
2010-12-17PR/37694: add optional support for libcaca. Tested on 4.0/i386.shattered2-4/+9
2010-12-17Updated devel/p5-Log-Log4perl to 1.31rhaen1-1/+2
2010-12-17- updated to 1.31rhaen2-6/+6
Changelog: 1.31 (2010/10/27) * (ms) Fixed the number of skipped tests for Windows for previous fix of [RT 60665].
2010-12-17- updated devel/p5-Log-Dispatchrhaen1-1/+2
2010-12-17- updated to 2.28rhaen2-8/+6
- package no longer uses Module::Build Changelog: 2.28 2010-12-13 - The Log::Dispatch module still had version 2.26 in the last release. Reported by Øyvind Skaar. RT #63876. 2.27 2010-10-16 - Fix docs on handling of arrays passed to ->debug, ->error, etc. Requested by Andrew Hanenkamp. RT #61400. - Allow an arrayref for the Syslog socket option. Requested by Paul Bennett. RT #57631. - License is now Artistic 2.0
2010-12-17Updated devel/p5-IO-Tty to 1.10rhaen1-1/+2
2010-12-17- updated to 1.10rhaen2-7/+6
Changelog: 2010-10-11 Todd Rinaldo <toddr@cpan.org> * CPAN testers clean. Bumping to release version 1.10 2010-10-04 Todd Rinaldo <toddr@cpan.org> * RT 60788 - Better error reporting on Operating Systems that can't set a controlling terminal e.g. BeOS * Bump to 1.09_01 2010-10-04 Todd Rinaldo <toddr@cpan.org> * CPAN testers looks clean. Internal testing done on perl 5.6 * Bump version to 1.09 and release to CPAN
2010-12-17Added entry for updating security/pcsc-lite to 1.5.5nb2shannonjr1-1/+2
2010-12-17Backported security fix from Version 1.6.6 of pcsc-lite. The fix bounds theshannonjr3-3/+22
value of a pointer, prior to a memcpy(), to prevent a buffer overflow.
2010-12-17Taking maintainership, after an offer from Masao Uebayasi.hauke1-2/+2
2010-12-17Updated devel/p5-Devel-StackTrace to 1.26rhaen1-1/+2
2010-12-17dynamic linking won't work on Darwin when slapd gets strippedadam1-1/+6
2010-12-17- Updated to 1.26rhaen2-7/+6
Changelog: - The as_string method did not localize $@ and $SIG{__DIE__} before doing an eval. Reported and tested by Marc Mims. RT #61072.
2010-12-17Fix building openldap-smbk5pwd on machines other than NetBSD, and without ↵adam6-23/+50
kerberos if Heimdal not found (only Samba support).
2010-12-17Fix pkglint warningsadam2-4/+3
2010-12-17Updated devel/omake to 0.9.8.6.0rc1wiz1-1/+2
2010-12-17Update to 0.9.8.6rc1 and add lots of upstream SVN patches to makewiz26-24/+2311
it build again. Changes: This is a major feature enhancement and bugfix release * Added keyword and optional function arguments. The syntax of a keyword parameter/argument is "identifier = expr". Function Application ------------------------------------------- f(a) f(1) f(~a, b) f(~a = 10, 11) Required keyword argument f(?a, b) f(~a = 10, 12) Optional keyword argument f(12) -- defaults to empty f(?a = 1, b) f(~a = 10, 11) Optional keyword argument with default value f(~a = 1, b) f(11) -- ~a is same as ?a if there is a default value f(?a = 10, 11) -- Arguments can use ?, but it means the same thing Keyword arguments and normal arguments are processed independently. Normal arguments have to appear in the same order as in the parameter list, but keyword arguments can go anywhere. This also adds the function notation. fun(x, y) => add($x, $y) foreach(x => ..., a b c) println($x) where the "..." essentially means "parse as if the indented block below was actually an expression in here" Old-style foreach generate a warning. * Added "program" syntax. This provides a more standard programming language, where strings must be explicit, and variables represent applications. The outer syntax is normal; the program syntax is an ast to ast translation. The translation is turned on with the command ".LANGUAGE: program", which is scoped like "export". Here is an example: #!/usr/bin/env osh .LANGUAGE: program f(x) = return x + 1 println(f(f(1))) The normal $-style expressions are always allowed, but in program-syntax mode, identifiers stand for variables, function application is the f(e1, ..., e2) form, and there are the standard infix operators. To switch back to the default syntax, use .LANGUAGE: make Note, shell commands and rules never use program syntax, except within function arguments. This is not heavily tested. * Added support for partial and curried function applications. Normal funcation application still require using the correct number of arguments (as relaxed by the introduction of optional arguments), but apply function can be used to create curried and partial applications. f(x,y) = return $(add $x, $y) g = $(apply $f, 2) # Partial applications must use apply println($(g 3)) # 5 ff(x) = gg(y) = return $(add $x, $y) println($(apply $(ff), 3, 5)) # Prints 8, also need to use apply here apply can also take keyword arguments. * A high-quality C parser was added to OMake — see lib/parse/C/Parse.om * Added a LaTeX parser and spellchecker - see lib/parse/LaTeX/README.txt * New functions added: localtime, gmtime, mktime, normalize-tm, utimes, digest-string, url-escaped, find-all, addprefixes * New object added: Tm * About 10 Bugs fixed * [Experimental] Object methods can now export their fields back into the parent object. For example, Z. = x = 1 f() = x = 2 export Z.f() echo $(Z.x) # Prints "2" This works with arbitrary levels of nesting.
2010-12-17Add upstream bug report URL.wiz3-5/+7
2010-12-17Added games/supertuxkart version 0.6.2awiz1-1/+2