summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-04Updated emulators/atari800 to 2.1.0adam2-4/+3
2009-11-04Changes 2.1.0:adam5-18/+43
* added Axlon and Mosaic RAM expansions for Atari 400/800 * added emulation of 1400XL, 1450XLD, MIO and Black Box * added support of .PRO copy-protected disk images * implemented tape loading with variable bitrates * implemented cassette writing via hardware registers * added switching between NTSC and PAL color palettes * added emulation of XEP80 and a prototype 80 column card for the Atari 1090 (SDL only currently) * added emulation of CX85 numeric keyboard (Java and SDL only) * event recording added (-record, -playback): save your game walkthrough using the "-record mygame.dat" and later impress your friends by your game skills or highest score using the "-playback mygame.dat" * NTSC Filter option added to UI * -directmouse added to SDL and X11 (used for -mouse pad or koala) * monitor supports arrow keys - e.g. up-arrow for history * SDL: interpolated scanlines (use -scanlinesnoint to disable) * SDL: added -mouse, -mousespeed, -grabmouse (also Alt+M) * SDL: visual configuration of keyboard joysticks layout in the UI (F1 -> Controller Configuration -> Define layout) default mapping changed to 4,8,6,5 (joy0) and A,W,D,S (joy1) * R: device can be serial-only, network-only or both (selectable) * R: device now supported on MS Windows and Dreamcast as well * a completely new port to Java using NestedVM, running also as an applet * Falcon/TT: removed Devpac dependency in asm files (now gcc friendly)
2009-11-04kde4.3.3 updatemarkd1-1/+28
2009-11-04Update to KDE 4.3.3markd37-426/+193
KDE 4.3.3 has a number of improvements that will make your life just a little bit better. Some of KWin's effects have been smoothed and freed of visual glitches, JuK should now be more stable, KDE PIM has seen its share of improvements while in the back-rooms of KDE, the developers are working hard on porting all applications to the new Akonadi storage and cache.
2009-11-04vimmartti1-1/+2
2009-11-04Updated editors/vim-share to 7.2.284martti3-5/+58
2274 7.2.268 crash when using Python to set cursor beyond end of line 7128 7.2.269 add --startuptime so that slow startup can be analysed 2281 7.2.270 ":@c" does not execute everything if the c register has a CR 2649 7.2.271 Motif GUI: Using freed memory when making a choice 2582 7.2.272 "_.svz" is not recognized as a swap file 3404 7.2.273 crash when redirirecting to unknown array 3749 7.2.274 syntax folding doesn't work properly when adding a comment 2717 7.2.275 warning for unused argument and comparing signed and unsigned 1875 7.2.276 crash when setting 'isprint' to a small bullet 1937 7.2.277 CTRL-Y in a diff'ed window may move cursor outside of window 2312 7.2.278 using magic number in the folding code 3413 7.2.279 invalid memory read with visual mode "r" 6656 7.2.280 a redraw in a custom statusline with %! may cause a crash 2241 7.2.281 'cursorcolumn' highlighting is wrong in diff mode 1584 7.2.282 a fold can't be closed 2030 7.2.283 GTK: changing font doesn't keep the window maximized 1572 7.2.284 two windows on a buffer + folding: display error after change
2009-11-04back out local changetnn1-5/+1
2009-11-04remove useless, ancient patch hunk which drifted away from it's originaltnn2-23/+7
location during the course of time ...
2009-11-04apply band-aid for nbsed bug.tnn3-7/+21
2009-11-04+ wordpress-2.8.5obache1-1/+2
2009-11-04Remove PYTHON_VERSIONS_ACCEPTED line, it's the same as the default.wiz1-2/+1
2009-11-04quagga now checks explicitly for GNU awk features, so USE_TOOLS it.gdt1-2/+2
2009-11-03The minimum required sqlite3 version changed (again ... grumble.)tnn2-3/+4
reported by Snader_LB @ #pkgsrc
2009-11-03Updated chat/weechat to 0.3.0tonio2-3/+3
2009-11-03Update chat/weechat to 0.3.0tonio4-24/+38
Main changes: * irc is now a plugin * irc: remove kernel info in CTCP VERSION reply * relay: add relay plugin (network communication between WeeChat and remote application) * logger: add logger plugin with new features: backlog, level for messages to log * plugins: add some other plugins: alias, demo, fifo, tcl, xfer * api: new plugin API with many new functions: hooks, buffer management and nicklist, bars, configuration files, network, infos/infolists, lists, upgrade * gui: new display engine, with prefix and message for each line * gui: add new type of buffer, with free content * gui: fix display bug with some weird UTF-8 chars * core: improve main loop: higher timout in select(), less CPU usage * core: new name for configuration files (*.conf instead of *.rc)
2009-11-03As advised by wiz@:jym1-3/+2
- add ${PKGMANDIR}/man1 and bin directories to INSTALLATION_DIRS to support installation using user-destdir - remove the url2pkg marker Thanks!
2009-11-03As the default PYTHON_VERSIONS_ACCEPTED matches with the supported listjoerg1-3/+1
of py-setuptools, drop the override here.
2009-11-03Fix build on NetBSD.markd5-5/+47
2009-11-03Allow python26markd3-5/+16
2009-11-03Updated to version 2.21.0.heinz2-7/+7
Pkgsrc changes: - none Changes since version 2.20.0: ============================= * Fixed bug 2217106: MakeBidErrorBuyerBlockPrefNoLinkedPayPalAccount * Fixed bug 2631855: MakeBidErrorBuyerBlockPrefItemCountLimitExceeded * Fixed bug 2151466: MakeBidErrorBidGreaterThanBin_BINblock
2009-11-03Added math/openfst version 1.1wiz1-1/+2
2009-11-03+ openfst.wiz1-1/+2
2009-11-03Initial import of openfst-1.1 from pkgsrc-wip, packaged by Pierrewiz4-0/+161
Allegraud. OpenFst is a library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). Weighted finite-state transducers are automata where each transition has an input label, an output label, and a weight. The more familiar finite-state acceptor is represented as a transducer with each transition's input and output label equal. Finite-state acceptors are used to represent sets of strings (specifically, regular or rational sets); finite-state transducers are used to represent binary relations between pairs of strings (specifically, rational transductions). The weights can be used to represent the cost of taking a particular transition. This library was developed by contributors from Google Research and NYU's Courant Institute. It is intended to be comprehensive, flexible, efficient and scale well to large problems. it has been extensively tested. It is an open source project distributed under the Apache license.
2009-11-03Fix typographical error in description.asau1-1/+1
From Bug Hunting via PR pkg/42259
2009-11-03Update HOMEPAGE.wiz1-2/+2
2009-11-03Allow building on 64-bit Darwinadam1-6/+3
2009-11-03Force to buildlink sufficient MesaLib for Clutter.obache1-1/+2
2009-11-03Updated security/mozilla-rootcerts to 1.0.20090831wiz1-1/+2
2009-11-03Simplify awk usage to make it work with nawk, from Matthias Pfaller inwiz3-17/+8
PR 42238. While here, update to latest certificates from mozilla.
2009-11-03Updated lang/python26 to 2.6.4wiz2-3/+3
2009-11-03Update for Python26-2.6.4wiz1-3/+3
2009-11-03Update to 2.6.4:wiz3-9/+14
What's New in Python 2.6.4 final? ================================= *Release date: 25-Oct-2009* (nothing) What's New in Python 2.6.4rc2? ============================== *Release date: 18-Oct-2009* Library ------- - Issue #7115: Fixed the extension module builds that is failing when using paths in the extension name instead of dotted names. - Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE. - Issue #7149: fix exception in urllib when detecting proxy settings on OSX. What's New in Python 2.6.4rc1? ============================== *Release date: 07-Oct-2009* Core and Builtins ----------------- - Issue #7019: Raise ValueError when unmarshalling bad long data, instead of producing internally inconsistent Python longs. Library ------- - Issue #7068: Fixed the partial renaming that occured in r72594. - Issue #7064: Fixed the incompatibility with Setuptools in distutils when running the build_ext command. - Issue #7052: Removed nonexisting NullHandler from logging.__all__. - Issue #7039: Fixed distutils.tests.test_sysconfig when running on installation with no build. Tests ----- - Issue #7042: Fix test_signal (test_itimer_virtual) failure on OS X 10.6.
2009-11-03Create the work directory itself with umask 077 to prevent access tojoerg1-2/+3
files with broken permissions (e.g. world-writable files).
2009-11-03Updated textproc/iso-codes to 3.11.1wiz2-3/+3
2009-11-03Update to 3.11.1:wiz3-7/+8
iso-codes 3.11.1 ---------------- Tobias Quathamer <toddy@debian.org> Sun, 1 November 2009 [ ISO 639 translations ] * Polish by Jakub Bogusz (TP) * Finnish by Tommi Vainikainen (TP) * Indonesian by Andhika Padmawan (TP) * Slovenian by Primož Peterlin (TP) [ ISO 639-3 translations ] * New Punjabi by A S Alam (TP) [ ISO 3166 translations ] * Portuguese by Miguel Figueiredo [ ISO 3166-2 translations ] * Polish by Jakub Bogusz (TP) * Danish by Joe Hansen (TP) [ ISO 15924 translations ] * Indonesian by Andhika Padmawan (TP)
2009-11-03Updated security/gnutls to 2.8.5wiz1-1/+2
2009-11-03Update to 2.8.5:wiz2-6/+6
* Version 2.8.5 (released 2009-11-02) ** libgnutls: In server side when resuming a session do not overwrite the ** initial session data with the resumed session data. ** libgnutls: Fix PKCS#12 encoding. The error you would get was "The OID is not supported.". Problem introduced for the v2.8.x branch in 2.7.6. ** guile: Compatibility with guile 2.x. By Ludovic Courtes <ludovic.courtes@laas.fr>. ** tests: Fix expired cert in chainverify self-test. ** tests: Fix time bomb in chainverify self-test. Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3925>. ** API and ABI modifications: No changes since last version.
2009-11-03Updated graphics/gnome-backgrounds to 2.28.0wiz2-3/+3
2009-11-03Update to 2.28.0, set LICENSE:wiz3-8/+11
============== Version 2.28.0 ============== * Release for GNOME 2.28.0 Updated translations: Chao-Hsiung Liao (zh_HK) Chao-Hsiung Liao (zh_TW) Nils-Christoph Fiedler (nds) =============== Version 2.27.91 =============== * Release for GNOME 2.27.91 * Fixed bug 579059: the storm background is missing in the appearance dialogs Updated translations: Adi Roiban (ro) Amanpreet Singh Alam (pa) F Wolff (af) Gil Forcada (ca@valencia) Ihar Hrachyshka (be@latin) Khaled Hosny (ar) Krishna Babu K (te) Laurent Dhima (sq) Margulan Moldabekov (kk) Og Maciel (pt_BR) Peteris Krisjanis (lv) Rajesh Ranjan (hi) Runa Bhattacharjee (bn_IN) Suso Baleato (gl) Telsa Gwynne (cy)
2009-11-03Add upstream bug report URL and RCS ID.wiz2-2/+6
2009-11-02Fixed linux buildstacktic1-1/+2
2009-11-02Add missing reference to p5-Class-Data-Inheritableabs1-1/+5
bump pkgrevision
2009-11-02Updated misc/rump and filesystems/fs-utils to version 20091102stacktic1-1/+3
2009-11-02Updated filesystems/fs-utils to version 20091102stacktic3-16/+44
- Added support for FreeBSD and Linux
2009-11-02Updated misc/rump to version 20091102stacktic2-6/+6
- Added some LDADD
2009-11-02Not MAKE_JOBS_SAFE.joerg1-1/+3
2009-11-02Note update of these pacakges:taca1-1/+3
* www/squid30 3.0.20 * www/squid27 2.7.7nb1
2009-11-02Add MESSAGE to warn about "max_filedescriptors parameter" of squid27.taca2-1/+12
It might be accidently small on NetBSD. Bump PKGREVISION.
2009-11-02Make MESSAGE_SRC settable by each squid* pacakge.taca1-2/+2
2009-11-02Update www/squid30 package to 3.0.20 (3.0.STABLE20).taca2-6/+6
Changes to squid-3.0.STABLE20 (29 Oct 2009): - Bug 2794: ESI parsing on FreeBSD - Bug 2791: assertion failed: MemBuf.cc:400: new_cap > (size_t) capacity - Bug 2779: Support GNU/kFreeBSD - Bug 2773: Segfault in RFC2069 Digest authantication - Bug 2768: squid_ldap_group argument parsing error - Bug 2761: Gopher and double HTTP response header - Bug 2735: Incomplete -fhuge-objects detection - Bug 2722: prevent CONNECT via http_port with accel - Bug 2624: Invalid response for IMS request - Bug 2510: digest_ldap_auth TLS support - Correct LINUX_CAPABILITY actions on non-Linux