summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-11-28Update from version 0.14 to 0.16.he2-6/+6
Upstream changes: 0.16 2008, Nov 25 (19:42) - Workaround with a bug for perl 5.8.x - Added support for multiple lexers at the same time; - Added support to the 'x' flag on the MRULES; 0.15 2008, Nov 23 (21:27) - Fixed some issues with a global variable.
2008-11-28Added OpenSSL as an optionadam4-4/+33
2008-11-28Switch to http for ftp.scsh.net, can't connet with ftp and download pageobache1-2/+3
link to distfile with http. While here, add SourceForge to MASTER_SITES.
2008-11-28Make it build on DragonFly.hasso1-2/+6
2008-11-28+mailman-2.1.11, rails-2.2.2, samba-3.0.33, samba-3.2.5, unbound-1.1.1.taca1-2/+6
2008-11-28Note update of net/samba package to 3.0.32nb2.taca1-1/+2
2008-11-28Add samba-3.0.32-CVE-2008-4314.patch.taca3-4/+9
http://www.samba.org/samba/security/CVE-2008-4314.html Bump PKGREVISION.
2008-11-28Original MASTER_SITES does not have old distfiles.obache1-2/+3
Use mirror site instead.
2008-11-28ftp.m17n.org is closed.obache1-2/+2
2008-11-28Add a reminder to install with debugging symbols if buildingbjs1-2/+2
with e.g. -g (in the future)
2008-11-28Added lang/cparser version 0.9.5bjs1-1/+2
2008-11-28Add/enable lang/cparserbjs1-1/+2
2008-11-28Import cparser-0.9.5.bjs6-0/+179
Cparser is a recursive descent C99 parser written in C99. It contains a lexer, a parser, and the appropriate constructs; it does AST and semantic analysis. It is currently used as a frontend to the libFirm intermediate representation. However, it can be used independently, and also is able to bootstrap itself. Currently, cparser uses an external preprocessor.
2008-11-28Add/enable devel/libfirmbjs1-1/+2
2008-11-28Added devel/libfirm version 1.13.0bjs1-1/+2
2008-11-28Import libfirm-1.13.0, used by lang/cparser.bjs9-0/+262
libFIRM provides a graph-based intermediate representation (IR), which operates exclusively in SSA-form, starting at IR construction until assembler code emission. It offers many analyses and optimizations, provides extensive debug support and includes a backend framework. * analyses: dominance, loop tree, execution frequency, control dependencies, call graph, rapid type, def-use, alias analysis, class hierarchy analysis * optimizations: dead code elimination (happens implicitly), constant folding, local common subexpression elimination, arithmetic identities (happens on the fly), unreachable code elimination, global common subexpression elimination, code placement, strength reduction, scalar replacement, if-conversion, load/store optimization, control flow optimizations, reassociation, partial condition evaluation, tail recursion elimination, inlining, procedure cloning * enhanced debugging support: extensive checkers, breakpoints on node creation, entity creation, graph dumping * lowering of intrinsics, double word arithmetics, bitfields * generic backend features: * novel SSA based register allocator * several SSA copy coalescing and spilling algorithms * algorithms for instruction and basic block scheduling * working ia32 backend, unfinished backends for MIPS, ARM, PPC32 * handwritten recursive descent C89/C99 frontend available (lang/cparser)
2008-11-27Updated sysutils/hal to 0.5.11nb10jmcneill1-1/+2
2008-11-27hald-netbsd: add v4l2 support, bump PKGREVISIONjmcneill5-3/+166
2008-11-27Note update of qDecoder.minskim1-1/+2
2008-11-27Update qDecoder to 9.0.1. Patches submitted by Jun-Yong Park.minskim5-66/+66
Changes: * FIX) qCgiRequestParseQueries() - quoted boundary patch. (by Hidai Kenichi) * NEW) qStrUnchar() - remove character from head and tail of the string. * NEW) qDecoderVersion() - get the version string of qDecoder library. * FIX) minor fixes related packaging.
2008-11-27Jun-Yong Park is the new MAINTAINER of www/qDecoder.minskim1-2/+2
2008-11-27typorillig1-2/+2
2008-11-27Updated x11/gnome-control-center to 2.24.0.1nb3jmcneill1-1/+2
2008-11-27Pull in gst-plugins0.10-hal>=0.10.11 if the hal option is set;jmcneill1-2/+5
gnome-sound-properties can use this. Bump PKGREVISION.
2008-11-27Explicitly pass down -brtl for the linker, not the compiler. From Jensjoerg1-2/+2
Rehsack.
2008-11-27According to spec oss.type should be 'pcm', not 'dsp'. Fill injmcneill1-4/+9
oss.device_id while we're here.
2008-11-27Don't use the CC wrapper for ld on AIX with XLC. From Jens Rehsack.joerg1-3/+2
2008-11-27Adjust xlc_r check to actually look for the right binary.joerg1-3/+4
Prefer xlc_r over cc_r as authoritive name. Export CC_R. From Jens Rehstack.
2008-11-27Added multimedia/gst-plugins0.10-hal version 0.10.11jmcneill1-1/+2
2008-11-27add gst-plugins0.10-haljmcneill1-1/+2
2008-11-27Import gst-plugins0.10-hal version 0.10.11:jmcneill3-0/+27
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL. This package is part of the 'good' plugins for GStreamer. It provides a plugin to access devices via HAL.
2008-11-27Updated sysutils/hal to 0.5.11nb9jmcneill1-1/+2
2008-11-27hald-netbsd: add audio support, bump PKGREVISIONjmcneill6-5/+279
2008-11-27Updated sysutils/notification-daemon to 0.4.0jmcneill1-1/+2
2008-11-27Update notification-daemon to 0.4.0.jmcneill3-7/+22
version 0.4.0 (20-November-2008): * Bumped up the required minimum version of GTK+ to 2.10.0. * Bump the notification spec version we're compliant with to 1.0. * Send the reason code along with the NotificationClosed signal in order to indicate why the notification was closed. (Bug #137) * Send an error if the user attempts to close an already closed notification. * Text is now escaped in the summary in the Standard theme so that ampersands and other special characters show up instead of disappearing. (Bug #132) * Set the type hint for notifications to TYPE_NOTIFICATION. (Bug #146) * Added support for playing sounds when the "sound-file" hint is set or when the default_sound GConf key is set, as well as support for the "suppress-sound" hint. Patch by Jim Ramsay. (Ticket #111) * Added a control panel applet for controlling such things as the notification theme and popup positions. Patch by John Wendell. (Ticket #126) * Added better support for attaching context notifications to an icon on the system tray, even when it moves. Patch by Colin Walters. * Added an Arabic translation. Patch by Djihed Afifi. (Ticket #131) * Added an Italian translation. Patch by Luca Ferretti. * Fixed a bug where text would sometimes get truncated. (Ticket #162) * Fixed a bug where notifications weren't displayed if a fullscreen window was minimized. (Bug #142) * Fixed a bug where we were quitting on theme engine failure, instead of falling back to the default theme engine. Patch by driehuis-at-playbeing.org. (Ticket #128) * Fixed a bug where notifications with arrows were crossing the monitor on multihead setups instead of staying on their head. Patch by M.S. (Bug #5) * Fixed the close button size on the notifications so that they don't stretch. Patch by Luca Cavelli. (Bug #127) * Fixed a crash when an unsupported value type was passed in for the urgency when using the standard theme. (Bug #135)
2008-11-27Updated sysutils/hal to 0.5.11nb8jmcneill1-1/+2
2008-11-27hald-netbsd: mark the system type as 'laptop' if acpibat0 is found, andjmcneill5-16/+69
don't continually send notifications while charging and discharging. Bump PKGREVISION.
2008-11-27Add DESTDIR support.obache1-5/+7
Requested by PR 39985.
2008-11-27Add DESTDIR support.obache1-10/+15
Requested by PR 39983.
2008-11-27and also EXTRACT_ONLY.obache1-2/+2
2008-11-27Set DISTFILE more easy.obache1-2/+2
2008-11-27add monsoonkefren1-1/+2
2008-11-27Added sysutils/gnome-device-manager version 0.2jmcneill1-1/+2
2008-11-27add gnome-device-managerjmcneill1-1/+2
2008-11-27Import gnome-device-manager version 0.2.jmcneill4-0/+63
This is a GNOME program to manage devices and device drivers. It's inspired by hal-device-manager, from the HAL project, but rewritten in C for efficiency and an outlook to actually make it manage devices rather than just show information.
2008-11-27Initial import of monsoon, a GTK+ bittorrent clientkefren4-0/+54
2008-11-27Updated sysutils/hal to 0.5.11nb7jmcneill1-1/+2
2008-11-27hald-netbsd: clear is_charging/is_discharging before walking through thejmcneill2-21/+15
sensor properties, and make sure we don't read an invalid sensor in the process. Bump PKGREVISION.
2008-11-27add monotorrentkefren1-1/+2
2008-11-27Import monotorrent 0.6.2, an open source .NET torrent librarykefren4-0/+30