summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-05-02Updated converters/help2man to 1.38.2wiz2-3/+3
2010-05-02Update to 1.38.2:wiz6-91/+26
Version 1.38 April 26, 2010 * Support ENVIRONMENT and FILES sections. * Move all translated text into .po files (previously .h2m include files were handled seperately). * Submit package to the Translation Project (translationproject.org). * Add Vietnamese translation. * Add some comments for translators. Version 1.37 November 14, 2009 * Update GPL to v3. * Add --version-string option. * Add --no-discard-stderr option. * Add line breaks into bug reporting section. * Add Brazilian Portuguese and German translations. * Select a reasonable configure default for --enable-nls. * Revise preload mechanism to not require preloadable libintl.
2010-05-02Updated net/gupnp to 0.13.3wiz2-3/+3
2010-05-02Update to 0.13.3:wiz4-40/+50
Changes since 0.13.2: - Include the Content-Type header in the HTTP messages. This satisfies DLNA CTT test cases 7.2.5.9 and 7.2.29.1. - Use g_message instead of g_warning if we can't connect to DBus. - Make the HTTP server listen on the context's interface only. - Fix some potential crashes in GUPnPServiceProxy and GUPnPContextManager code. - Fix build issues in jhbuild environment. - Fix some gcc warnings. - Add new API to host path for specific user-agent(s). - Add gobject-introspection support: - Provide gobject-introspection GIR and typelib. - Add needed annotations to doc comments. - Add GList variants of action-related functions to satisfy PyGI. - A few non-functional improvments. Dependency related changes: - gssdp >= 0.7.1 Bugs fixed in this release: 2054 - Xbox hacks 1965 - gcc warning fixes 2039 - GUPnP is hard to use with jhbuild 1948 - Signal handler are not disconnected when ContextManager is disposed 2030 - gupnp context listens on 0.0.0.0 instead of the context's ip 1924 - Content-Type header must contain charset="utf-8" in all HTTP transactions 2006 - Implement 3 new functions for language bindings (begin_action_list, end_action_list, gupnp_service_action_get_value_type) 1919 - Add GObject Introspection Annotations and Makefile 1979 - g_warning make gupnp-igd test fails 1906 - Tests failed with gupnp 0.13
2010-05-02Updated net/gssdp to 0.7.2wiz2-3/+3
2010-05-02Update to 0.7.2:wiz2-6/+6
0.7.2 ===== - Provide gobject-introspection GIR and typelib. - Use silent build rules. - Fix issues with version-independence magic in SSDP code. - Fix build issues in jhbuild environment. Bugs fixed in this release: 2025 - autogen.sh fails to find autoconf macros when they're installed in a non-standard location 1927 - gssdp fails to answer M-SEARCH sometimes 1921 - GObject Introspection Makefile for GSSDP
2010-05-02Updated textproc/gsed to 4.2.1wiz2-3/+3
2010-05-02Update to 4.2.1:wiz2-6/+6
Sed 4.2.1 * fix parsing of s/[[[[[[[[[]// * security contexts are preserved by -i too under SELinux * temporary files for sed -i are not made group/world-readable until they are complete
2010-05-02Updated games/gbrainy to 1.41wiz2-3/+3
2010-05-02Update to 1.41:wiz3-8/+11
Version 1.41 * 18 bug fixes * Updated and new translations
2010-05-02Updated misc/gaupol to 0.15.1wiz2-3/+3
2010-05-02Update to 0.15.1, set LICENSE.wiz3-7/+10
* Fix complete breakage of opening subtitle files due to a change in newline handling of codecs.open in Python 2.6.5 * Use existing subtitle file mime-types instead of text/plain when adding files to the recent files database * Add German translation (Chris Leick) * Add Hungarian translation (László Andrássy)
2010-05-02Updated textproc/epubcheck to 1.0.5wiz2-3/+3
2010-05-02Update to 1.0.5: 1.5 years of bug fixes.wiz3-10/+10
2010-05-02Updated textproc/enchant to 1.6.0wiz2-3/+3
2010-05-02Update to 1.6.0:wiz2-8/+7
* Fix bug 12567: the ispell sources aren't licensed under the LGPL * Add a function to get enchant's version (enchant_get_version) * Disable zemberek plugin by default, as it's known to cause issues/crashes with WebKit * Fix bug 12472: Win32 DLL dependency not found popup occurs when module has unmet dependencies * Possibly fix Ubuntu bug 474062 * Fix bug 12409: Registry handle not closed in enchant_get_registry_value_ex * Fix bug 12406: Leak in _enchant_get_user_home_dirs() on Windows * Fix bug 12007: Update FSF address * Fix bug 12305: Zemberek module lists a Turkish dictionary even without Zemberek installed * Don't assert if passed a null string list * Fix bug 12350: enchant_pwl_init_with_file truncates pwl file * Fix a double-free memory corruption bug * Fix bug 12173: fix some small memory leaks * Fix bug 12174: mis-acceptence of dictionaries which start with a partial match of the lang id * Fix bug 12160: enchant 1.5.0 always looks in "lib" dir for plugins * Fix the build with the MSVC compiler * Add a --with-system-myspell option * Package missing compile-resource file * Compare paths ignoring case sensitivity on windows
2010-05-02Updated devel/cppcheck to 1.42wiz2-3/+3
2010-05-02Update to 1.42:wiz2-7/+8
This release fixes a crash with the --errorlist option.
2010-05-02Updated sysutils/cdrtools to 2.01.01alpha78wiz2-3/+3
2010-05-02Update to 2.01.01a78:wiz2-6/+6
All: - New autoconf test checks whether fnmatch() has a working FNM_IGNORECASE - New autoconf test for strlcat() wcslcat() strnlen() wcsnlen() Libschily: - Schily fnmatch() now supports FNM_IGNORECASE - New files strlcat.c wcslcat.c strnlen.c wcsnlen.c Libfind: - libfind bumped to version 1.5 - New file libfind/find_tok.h to separate the token names from the rest of the implementation. - Moved token definitions from find.c to find_tok.h - The primary -perm now implements a new feature: -perm +mode will evaluate as true if any of the bits set in mode are set in the permission bits fro a file. - A bug with -exec introduced with using vfork() instead of fork() was fixed. The replacement of the string "{}" now works correctly again even if the location of the path in memory was changed during a realloc(). - New primary operators: -amin deprecated - only for GNU find compatibility -cmin deprecated - only for GNU find compatibility -mmin deprecated - only for GNU find compatibility -empty TRUE zero sized plain file or empty directory -execdir program [argument ...] \\; -fls file list files similar to 'ls -ilds' into 'file' (always TRUE) -fprint file print file names line separated into 'file' (always TRUE) -fprint0 file print file names nul separated into 'file' (always TRUE) -fprintnnl file print file names space separated into 'file' (always TRUE) -ilname glob TRUE if symlink name matches shell glob -ilpat pattern TRUE if symlink name matches pattern -iname glob TRUE if path component matches shell glob -ipat pattern TRUE if path component matches pattern -ipath glob TRUE if full path matches shell glob -ippat pattern TRUE if full path matches pattern -okdir program [argument ...] \\; -print0 print file names nul separated to stdout (always TRUE) -executable TRUE if file is executable by real user id of process -readable TRUE if file is readable by real user id of process -writable TRUE if file is writable by real user id of process Mkisofs (Maintained/enhanced by J - Do no longer archive the output file if it is part of the archives directory tree. - New option -data-change-warn allows to prevent mkisofs from aborting when a file changes size. -data-change-warn is implemented via errctl="WARN|GROW|SHRINK *" - Print a hint to the option -data-change-warn if a shrunk/grown file is detected. - Print a hint to the option -no-limit-pathtables in case that there are more than 65535 parent directories in the target filesystem. - Print hints on using -joliet-long or on avoiding -J in case that there are file names that do not fit into 64 chars.
2010-05-02Updated devel/bison to 2.4.2wiz2-3/+3
2010-05-02Update to 2.4.2:wiz3-8/+12
* Changes in version 2.4.2 (2010-03-20): ** Some portability problems that resulted in failures and livelocks in the test suite on some versions of at least Solaris, AIX, HP-UX, RHEL4, and Tru64 have been addressed. As a result, fatal Bison errors should no longer cause M4 to report a broken pipe on the affected platforms. ** `%prec IDENTIFIER' requires IDENTIFIER to be defined separately. POSIX specifies that an error be reported for any identifier that does not appear on the LHS of a grammar rule and that is not defined by %token, %left, %right, or %nonassoc. Bison 2.3b and later lost this error report for the case when an identifier appears only after a %prec directive. It is now restored. However, for backward compatibility with recent Bison releases, it is only a warning for now. In Bison 2.5 and later, it will return to being an error. ** Detection of GNU M4 1.4.6 or newer during configure is improved. ** Warnings from gcc's -Wundef option about undefined YYENABLE_NLS, YYLTYPE_IS_TRIVIAL, and __STRICT_ANSI__ in C/C++ parsers are now avoided. ** %code is now a permanent feature. A traditional Yacc prologue directive is written in the form: %{CODE%} To provide a more flexible alternative, Bison 2.3b introduced the %code directive with the following forms for C/C++: %code {CODE} %code requires {CODE} %code provides {CODE} %code top {CODE} These forms are now considered permanent features of Bison. See the %code entries in the section "Bison Declaration Summary" in the Bison manual for a summary of their functionality. See the section "Prologue Alternatives" for a detailed discussion including the advantages of %code over the traditional Yacc prologue directive. Bison's Java feature as a whole including its current usage of %code is still considered experimental. ** YYFAIL is deprecated and will eventually be removed. YYFAIL has existed for many years as an undocumented feature of deterministic parsers in C generated by Bison. Previously, it was documented for Bison's experimental Java parsers. YYFAIL is no longer documented for Java parsers and is formally deprecated in both cases. Users are strongly encouraged to migrate to YYERROR, which is specified by POSIX. Like YYERROR, you can invoke YYFAIL from a semantic action in order to induce a syntax error. The most obvious difference from YYERROR is that YYFAIL will automatically invoke yyerror to report the syntax error so that you don't have to. However, there are several other subtle differences between YYERROR and YYFAIL, and YYFAIL suffers from inherent flaws when %error-verbose or `#define YYERROR_VERBOSE' is used. For a more detailed discussion, see: http://lists.gnu.org/archive/html/bison-patches/2009-12/msg00024.html The upcoming Bison 2.5 will remove YYFAIL from Java parsers, but deterministic parsers in C will continue to implement it. However, because YYFAIL is already flawed, it seems futile to try to make new Bison features compatible with it. Thus, during parser generation, Bison 2.5 will produce a warning whenever it discovers YYFAIL in a rule action. In a later release, YYFAIL will be disabled for %error-verbose and `#define YYERROR_VERBOSE'. Eventually, YYFAIL will be removed altogether. There exists at least one case where Bison 2.5's YYFAIL warning will be a false positive. Some projects add phony uses of YYFAIL and other Bison-defined macros for the sole purpose of suppressing C preprocessor warnings (from GCC cpp's -Wunused-macros, for example). To avoid Bison's future warning, such YYFAIL uses can be moved to the epilogue (that is, after the second `%%') in the Bison input file. In this release (2.4.2), Bison already generates its own code to suppress C preprocessor warnings for YYFAIL, so projects can remove their own phony uses of YYFAIL if compatibility with Bison releases prior to 2.4.2 is not necessary. ** Internationalization. Fix a regression introduced in Bison 2.4: Under some circumstances, message translations were not installed although supported by the host system.
2010-05-02Updated wm/openbox to 3.4.11.1wiz2-3/+3
2010-05-02Update to 3.4.11.1:wiz3-16/+16
3.4.11.1: * Updated Polish translation. * Fixed bug #4519 (Incorrect focus in reused windows). * Lower the default submenu open/hide delay from 200ms to 100ms. * Fix some more problems with gnome integration. * Update Clearlooks theme. * Some other small fixes.
2010-05-02Updated shells/osh to 20100430wiz1-1/+2
2010-05-02Update to 20100430, from J.A. Neitzel in PR 43235:wiz2-6/+6
1) osh globbing is now handled by the main osh process, allowing (for example) `mkdir some_really_long_directory_name... ; cd some*...' and globbing for other special built-in commands as well. 2) A new, osh history-file-support feature has been added to save the user's command-line history to the user $h/.osh.history file if/when this file exists upon shell invocation.
2010-05-02Remove mention of libepc.wiz1-2/+1
2010-05-02Remove libepc; I overlooked it depends on a wip package I do not want towiz8-184/+1
import just yet.
2010-05-02+ ImageMagick-6.6.1.5, accerciser-1.10.1, alsa-lib-1.0.23,wiz1-66/+96
anjuta-2.30.1.0, anjuta-extras-2.30.1.0, aria2-1.9.2, at-spi-1.30.1, awesome-3.4.4, bacula-5.0.2, bochs-2.4.5, botan-1.9.7, brasero-2.30.1, calibre-0.6.51, cdrtools-2.01.01alpha78, cheese-2.30.1, cherokee-0.99.47, eog-2.30.1, eukleides-1.5.4, evince-2.30.1, evolution-2.30.1.2, evolution-data-server-2.30.1, evolution-exchange-2.30.1, file-roller-2.30.1.1, gcalctool-5.30.1, gcc44-4.4.4, gdm-2.30.2, glom-1.14.1, gnome-color-manager-2.30.1, gnome-control-center-2.30.1, gnome-games-2.30.1, gnome-icon-theme-2.30.2.1, gnome-icon-theme-symbolic-2.30.0, gnome-keyring-2.30.1, gnome-packagekit-2.30.1, gnome-power-manager-2.30.1, gnome-settings-daemon-2.30.1, gnome-system-tools-2.30.1, gnome-themes-2.30.1, gramps3-3.2.2, gst-plugins0.10-base-0.10.29, gst-plugins0.10-good-0.10.22, gstreamer0.10-0.10.29, gtkhtml-3.30.1, gtksourceview-2.10.1, gvfs-1.6.1, hamster-applet-2.30.1, horde-3.3.7, imp-4.3.7, ingo-1.2.4, kchmviewer-5.2, kronolith-2.3.4, libaudiofile-0.2.7, libgnome-keyring-2.30.1, librsvg-2.26.3, libsoup24-2.30.1, mousetweaks-2.30.1, openttd-1.0.1, orca-2.30.1, p5-Compress-Raw-Bzip2-2.027, p5-Compress-Raw-Zlib-2.027, p5-DateTime-TimeZone-1.18, p5-IO-Compress-2.027, p5-MIME-tools-5.428, p5-Module-CoreList-2.31, p5-Mouse-0.55, p5-PerlMagick-6.6.1.5, p5-Search-Xapian-1.0.20.0, p5-Test-Pod-1.43, p5-XML-RSS-1.48, p5-version-0.8200, p5-xmltv-0.5.57, pidgin-2.6.6, plotutils-2.6, puzzles-8931, py-genshi-0.6, py-rpy-1.0.3 [pkg/43227], py-scipy-0.7.2 [pkg/43225], sane-backends-1.0.21, sbcl-1.0.38, seahorse-2.30.1, seahorse-plugins-2.30.1, snort-2.8.6, stella-3.1.1, taglib-1.6.3, tomboy-1.2.1, totem-2.30.1, turba-2.3.4, warzone2100-2.3.0, x264-devel-20100424, xapian-1.0.20, xapian-omega-1.0.20, xboard-4.4.3, xf86-video-siliconmotion-1.7.4, xmlsec1-1.2.15, xsd-3.3.0.
2010-05-01Note update of typolight packages.taca1-1/+5
www/typolight27 2.7.7 www/typolight27-example 2.7.7 www/typolight28 2.8.3 www/typolight28-translations 2.8.3
2010-05-01Update typolight28 package from 2.8.2 to 2.8.3.taca7-89/+13
Version 2.8.3 (2010-05-01) -------------------------- - Removed the TinyMCE autoresize plugin - Fixed: function idnaEncode() encoded the URL multiple times (#1829) - Fixed: insert tags were not removed in the page description (#1856) - Fixed: the download element was not hidden if there was no downloadable file (#1853) - Fixed: ampersand characters were not converted to entities in meta files (#1823, #1831) - Fixed: image paths were converted to absolute URLs during PDF export (#1843) - Fixed: search index URLs were incorrect when alias usage is disabled (#1864) - Fixed: automatically deactivate invalid e-mail addresses while sending newsletters - Fixed: skipFirst had no effect on news lists without pagination (#1872) - Fixed: the ModuleWizard and TableWizard were dependent on tl_content (#1883) - Fixed: the XML news/calendar feeds were not updated if modified via Ajax (#1833) - Fixed: CSV import failed if the Safe Mode Hack was enabled (#1908) - Fixed a remote code execution vulnerability in the PDF export function - Fixed some minor issues
2010-05-01Update typolight27 package from 2.7.6 to 2.7.7.taca2-6/+11
Version 2.7.7 (2010-05-01) -------------------------- - Consolidated security update
2010-05-01Update "used by" comments.taca2-6/+3
2010-05-01Updated devel/mercurial to 1.5.2wiz1-1/+2
2010-05-01Update to 1.5.2:wiz2-6/+6
This is a monthly bugfix release with numerous minor fixes including: * clone: fix URL too long problem with many heads * commands: revised documentation of 'default' and 'default-push' * convert/cvs: skip bad tags * convert/git: check status when reading output stream * convert/subversion: fix default URL checker prototype * copies: properly visit file context ancestors on working file contexts * diffstat: use ui.plain() instead of ui.interactive() * dirstate: fix in memory dirstate entries for 1-second race * dispatch: don't mangle ImportError abort messages * filemerge: use working dir parent as ancestor for backward wdir merge * hgrc.5: describe form of config values and mention lists as well * hgweb: fix attribute error in error response (issue2060) * log: document the new xml style * merge: correctly compute the flag for noexec filesystems * mq: rewrite strip docstrings * mq: use util.unlink instead of os.unlink and os.removedirs * patch: don't look for headers in diff lines * push: fix bug in warning message selection * revlog: fix lazyparser.iter() to return all revisions (issue2137) * schemes: fix // breakage with Python 2.6.5 (issue2111) * static-http: allow clone -r (issue2164) * subrepo: fix repo root path handling in svn subrepo * subrepo: propagate and catch push failures * templates: document missing template variables * util: fix default termwidth() under Windows * util: use an explicit prefix for checkexec/checklink temporary files
2010-05-01Fix HOMEPAGE and MASTER_SITES.wiz1-3/+3
2010-05-01Added graphics/jpegquality version 20070802wiz1-1/+2
2010-05-01+ jpegquality.wiz1-1/+2
2010-05-01Initial import of jpegquality-20070802:wiz4-0/+40
Print out the quantization tables in a JPEG file (that indicate how the image was compressed).
2010-05-01Added textproc/py-Whoosh version 0.1.13wiz1-1/+2
2010-05-01+ py-Whoosh.wiz1-1/+2
2010-05-01Initial import of py-Whoosh-0.1.13:wiz4-0/+132
Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python. Some of Whoosh's features include: * Pythonic API. * Pure-Python. No compilation or binary packages needed, no mysterious crashes. * Fielded indexing and search. * Fast indexing and retrieval -- much faster than any other pure-Python solution. * Pluggable scoring algorithm (including BM25F), text analysis, storage, posting format, etc. * Powerful query language parsed by pyparsing. * Pure Python spell-checker (as far as I know, the only one). Whoosh takes much inspiration (and sometimes translates code) from other open-source search engines. The fundamental design is similar to (but does not entirely work like and is not compatible with) Lucene, but uses KinoSearch's indexing algorithm, some scoring algorithms from Terrier, and the English morphological variation generator from Minion.
2010-05-01Added devel/libepc version 0.3.11wiz1-1/+2
2010-05-01+ libepc, libthrift.wiz1-1/+3
2010-05-01Initial import of libepc-0.3.11:wiz7-0/+182
The Easy Publish and Consume library provides an easy method to: * publish data per HTTPS * announce that information via DNS-SD * find that information * and finally consume it You can use this library as key/value store published to the network, using encryption, authentication and service discovery.
2010-05-01Added databases/py-cassa version 0.3.0tonnerre1-1/+2
2010-05-01Import pycassa version 0.3.0.tonnerre4-0/+45
pycassa is a Cassandra library with the following features: 1. Auto-failover single or thread-local connections 2. A simplified version of the thrift interface 3. A method to map an existing class to a Cassandra ColumnFamily. 4. Support for SuperColumns
2010-05-01Updated security/py-asn1 to 0.0.11atonnerre1-1/+2
2010-05-01Upgrade py-asn1 to version 0.0.11a.tonnerre3-76/+73
Changes since 0.0.8a: - Decoder can now treat values of unknown types as opaque OctetString. - Fix to Set/SetOf type decoder to handle uninitialized scalar SetOf components correctly. - API versioning mechanics retired (pyasn1.v1 -> pyasn1) what makes it possible to zip-import pyasn1 sources (used by egg and py2exe). - Allow any non-zero values in Boolean type BER decoder, as it's in accordnance with the standard.
2010-05-01Updated lang/sbcl to 1.0.38asau1-1/+2