summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-01-24Updated sysutils/xenkernel3 to 3.1.4nb2bouyer1-1/+2
2009-01-24some device have I/O space but no mem space so checking iomem to grantbouyer4-3/+44
privileges to non-0 domains is not enough. PKGREVISION++
2009-01-24Remove version info from COMMENT.minskim1-2/+2
2009-01-24Fix path in patch-ac, kindly pointed out by Robert Elz.jmcneill2-5/+5
2009-01-24Updated net/mldonkey-gui to 2.9.7wiz1-1/+2
2009-01-24Updated net/mldonkey to 2.9.7wiz1-1/+2
2009-01-24Update to 2.9.7:wiz2-6/+6
2009/01/20: version 2.9.7 = tag release-2-9-7 6727: Web_infos: Replace old GeoIP URL with new one - old code added the new URL, even if GeoIP was not present in web_infos 2009/01/04 6714: BT: Fix bug when computing limits for max_bt_uploaders 6713: GeoIP: New web_infos URL for country list (thx to Choby) - old URLs are updated to: http://www.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz 2008/12/13 6689: Allow compilation with Ocaml 3.11.0 2008/09/01 6629: Mail: Move hostname from subject to body (eydaimon) Updated Mozilla protocol handler to version 2.5 - original source from http://www.informatik.uni-oldenburg.de/~dyna/mldonkey 6628: IP discover: Use http://whatismyip.org, old URL is not working anymore
2009-01-24Changes 0.0.22:adam4-28/+20
GeglOperation * operation names are now prefixed, the ops in GEGL use 'gegl:' as prefix. * gegl:opacity - combine value and aux mask input when both are available. * gegl:src-in - deal correctly with extens. * gegl:path - new op covering the stroke/fill needs of SVG. * deprecated gegl:shift, the affine familiy of operations now uses the same fast code paths for integer translations. GeglBuffer * Profiling motivated speed ups in data reading/writing. * Remove left-over swapfiles from dead processes at startup. GeglNode * made gegl_node_add_child and gegl_node_remove_child public API. GeglPath * Vector path representation infrastructure, supporting poly lines and beziers by default, the infrastructure allows extensions from applications with other curve types (smooth curves, spiro curves and others.).
2009-01-24Add line for fbreader.wiz1-1/+2
2009-01-24Fixes the build under Darwin x86. This should also fixes build on MacOSX ↵tonio3-10/+12
10.5.2 PPC Should Fix PR pkg/38721
2009-01-24Dependency on libcdio was dropped by v0.9.4nb1, over 4 years, 9 months ago.obache1-2/+1
It should be also removed from bl3.mk. Fixes PR 40430.
2009-01-24Updated mail/dovecot to 1.1.9.ghen1-1/+2
2009-01-24Update to Dovecot 1.1.9. From the release announcement mail:ghen3-14/+14
Lots of small dbox fixes, hopefully migrations from Maildir are now working correctly. + Sending SIGUSR2 to dovecot-auth now also logs statistics about cache inserts. This could help figuring out auth cache size. + deliver: Added rejection_subject setting, which is used for rejected mails. + pop3: Prevent clients from looping forever trying to fetch an expunged message. + If login process crashes, log the IP address that (maybe) caused it. + If core dump limit is 0, add "core dumps disabled" to startup log line. + Log better messages for "Permission denied" errors - mbox: Fixed assert-crash with pop3_lock_session=yes - dbox: Fixes to handling maildir-converted files. - Auth cache wasn't working correctly for all fields (e.g. allow_nets) with blocking passdbs (e.g. mysql). - pgsql: Handle reconnecting to server without failing auth lookups. - Berkeley DB memory/resource leak fixes. - maildir: Fixes to handling over 26 keywords.
2009-01-24Use BUILDLINK_PREFIX.glut instead of PREFIX for builtin glut, a part of PR ↵obache1-2/+2
40457.
2009-01-24Need termcap library, a part of PR 40457.obache1-1/+2
2009-01-24Updated multimedia/xvidcore to 1.2.1nb1jmcneill1-1/+2
2009-01-24On systems where _SC_NPROCESSORS_CONF is not available, fallback tojmcneill3-2/+20
single-threaded mode. Bump PKGREVISION.
2009-01-24+lua-tokyocabinetobache1-1/+2
2009-01-24Added databases/lua-tokyocabinet version 1.4obache1-1/+2
2009-01-24Import lua-tokyocabinet-1.4 as databases/lua-tokyocabinet.obache6-0/+112
Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table, B+ tree, or fixed-length array. This package provides Lua binding of Tokyo Cabinet.
2009-01-24Add to PRINT_PLIST_AWK for LUA_LDIR and LUA_CDIR.obache1-1/+11
2009-01-24Updated databases/tokyocabinet to 1.4.1obache1-1/+2
2009-01-24Update TokyoCabinet to 1.4.1.obache3-8/+8
Changes: 2009-01-19 Mikio Hirabayashi <mikio@users.sourceforge.net> * tcutil.c (tctdbsearchimpl): optimized with macros. * tcbdb.c (tcbdbcurjumpimpl): a bug related to backword positioning was fixed. * tctdb.c (tctdbsearchimpl): a bug related to numeric range search was fixed. * tctdb.c (tctdbsetcache, tctdbforeach, tctdbqryproc): new functions. * tctdb.c (tctdbqryonecondmatch): new function. - Release: 1.4.1 2009-01-04 Mikio Hirabayashi <mikio@users.sourceforge.net> * tcutil.c (tccmpdecimal): equal numbers are now distinct by lexical order. * tcutil.c (tclistnew3, tcmapnew3): new functions. * tcutil.c (tcatoix, tclistinvert, tclog2l, tclog2d): new functions. * tcutil.c (tcstrsplit2, tcstrsplit3, tcstrsplit4): new functions. * tcutil.c (tcstrjoin2, tcstrjoin3, tcstrjoin4): new functions. * tchdb.c (tchdbputimpl): a bug of memory corruption was fixed. * tchdb.c (tchdbgetnext3): new function. * tcbdb.c (tcbdbleafaddrec): a bug of memory corruption was fixed. * tcbdb.c (tcbdboptimizeimpl): a bug related to parameter accession was fixed. * tctdb.h, tctdb.c, tcttest.c, tctmttest.c, tctmgr.c: new files. - Release: 1.4.0
2009-01-23Give up maintainership, as I have not so much as looked at pkgsrc injschauma43-86/+86
well over a year now. Sorry. :-(
2009-01-23Maintainer address is not reacheable, reset back to pkgsrc-users@netbsd.orgkefren1-2/+2
2009-01-23Remove comment that doesn't reflect the consensus on how to mark supportjoerg1-5/+2
Python versions.
2009-01-23Use PYTHON_VERSIONS_INCOMPATIBLE instead, suggested by snjjmcneill1-2/+2
2009-01-23subprocess.check_call is new in python 2.5, so require itjmcneill1-1/+3
2009-01-23supports user-destdirjmcneill1-1/+3
2009-01-23supports user-destdirjmcneill1-1/+3
2009-01-23fix typo, spotted by joergjmcneill1-1/+1
2009-01-23Added multimedia/mkv2mp4 version 0.0alpha11jmcneill1-1/+2
2009-01-23+ mkv2mp4jmcneill1-1/+2
2009-01-23Import mkv2mp4 based on SVN revision r11. I think I'll nominate it forjmcneill4-0/+54
the 'ugliest package name of the month' award (py25-mkv2mp4-0.0alpha11), but it is in fact quite handy. mkv2mp4 is a commandline utility, written in Python, which allows conversion of video files in the Matroska container (*.mkv file extension) containing H.264 video to be converted into a format which the Xbox 360 can play. It differs from other similar tools in that no video transcoding is performed; the video is passed through untouched and the just the audio is transcoded if necessary. This means that the conversion is much faster (the whole process being quicker than realtime on reasonably modern machines), and more importantly that there is no degradation in video quality (which makes it very suitable for HD video).
2009-01-23Added multimedia/gpac version 0.4.5jmcneill1-1/+2
2009-01-23+ gpacjmcneill1-1/+2
2009-01-23Import gpac version 0.4.5.jmcneill8-0/+158
GPAC features encoders and multiplexers, publishing and content distribution tools for MP4 and 3GPP or 3GPP2 files and many tools for scene descriptions (BIFS/VRML/X3D converters, SWF/BIFS, SVG/BIFS, etc...). MP4Box provides all these tools in a single command-line application.
2009-01-23Update DLOPEN_REQUIRE_PTHREADS pattern again.obache1-2/+5
Even on NetBSD>=5, need to link pthread if using pthread_create()/join().
2009-01-23-uim-1.5.4obache1-2/+1
2009-01-23Mention to m17nlib, prime, uim-fep and xim options.obache1-0/+4
2009-01-23+ uim-elisp uim-qt4-immoduleobache1-1/+3
2009-01-23Added inputmethod/uim-elisp version 1.5.5obache1-1/+2
2009-01-23Import uim-elisp-1.5.5 as inputmethod/uim-elisp.obache4-0/+59
Based on from Yamashiro, Jun in tech-pkg-ja@. Emacs LISP files for inputmethod/uim.
2009-01-23Added inputmethod/uim-qt4-immodule version 1.5.5obache1-1/+2
2009-01-23Import uim-qt4-immodule-1.5.5 as inputmethod/uim-qt4-immodule.obache3-0/+34
Based on from Yamashiro, Jun in tech-pkg-ja@. Qt4 immodule for inputmethod/uim.
2009-01-23Updated inputmethod/uim to 1.5.5obache1-1/+2
2009-01-23Update uim to 1.5.5.obache7-71/+108
Based on patch from Yamashiro, Jun in tech-pkg-ja@. While here, deprecate curses and x11 option then introduce uim-fep and xim option to exactly enable/disable those features. Overview of changes from 1.5.4 to 1.5.5 ======================================= * Enhancements - uim-anthy - uim-anthy-utf8 * Learn transposing Katakana/Hiragana string (bug #18630) - misc Japanese IM * AZIK roma-kana table update * Don't use "nwa", "nwi", "nwu", "nwe", "nwo" roma-kana sequences by default - uim-pref-gtk - uim-pref-qt * Reduced startup time * Fixes - GTK+ bridge - uim.el - uim-skk - uim-look * Plug memory leaks - uim-dict-gtk * Fix warning with GTK+-2.14.x Overview of changes from 1.5.3 to 1.5.4 ======================================= * Enhancements - Generic IM * Cache candidates to improve the performance * Add an option to show candidate window automatically when multiple candidates are found - uim-tutcode * New symbol (kigou) input mode - GTK+ bridge - Qt{3,4} bridge - XIM bridge * Improve the performance upon activating the window with large number of candidates * Fixes - uim.el * Plug memory leak. * Ignore 'd' command if valid uim-default-im-engine is defined - uim-fep * Fix compilation with Solaris' cc - uim-skk * Fix handling in non-matching upper case character in skk-proc-state-direct. - uim-pref-gtk * Fix warning with GTK+-2.14.x Overview of changes from 1.5.2 to 1.5.3 ======================================= * Fixes - Qt4 bridge (experimental) * [CRITICAL] Fix bug with Qt4 >= 4.4.1, which makes applications infinite loop at the startup * [CRITICAL] Fix uim-helper handling which could cause unexpected crashes * Fix key press with shift, control, alt, and meta keys - uim-xim * Fix some minor protocol errors - uim.el * Improve minibuffer editing - uim-tutcode * Fix out-of-range error when candidates are longer than tutcode-heading-label-char-list * Others - uim-toolbar-gtk-systray * Adjust ythickness of the buttons - uim-pref-gtk * Add vertical scrollbar for the setting pane Overview of changes from 1.5.1 to 1.5.2 ======================================= * Enhancements - Enable input method rotation by hotkeys - uim-trycode * Updated the composition table to 2008-04-18 version * Fixes - uim.el * [CRITICAL] Fix breaking minor-mode-map-alist in some cases. * [CRITICAL] Fix uim-el-helper-agent * Fix displaying candidates when a right-hand neighbor character of the cursor is a horizontal-tab - uim-xim * Fix Japanese kana-keyboard input hack to distinguish 'kana_RO' key and backslash key - uim-canna * Don't disable libuim functionality even when canna server is stopped. - uim-elatin * Fix problem when only elatin IM is loaded. - uim-prime * Fix crash when input mode is forced to set as app-mode by toolbar menu while "Enable vi-cooperative mode" is off.
2009-01-23Added net/proxytunnel 1.9.0sborrill1-1/+2
2009-01-23Add proxytunnelsborrill1-1/+2
2009-01-23Import proxytunnel 1.9.0sborrill7-0/+124
ProxyTunnel is a program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy. We mostly use it to tunnel SSH sessions through HTTP(S) proxies, allowing us to do many things that wouldn't be possible without ProxyTunnel.