summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-11-29Update for 2.24.2 -- one TODO, gtk2.wiz1-7/+8
2008-11-29Update for 2.24.2 -- one more todo than before.wiz1-3/+5
2008-11-29Update for 2.24.2 -- nothing to do.wiz1-3/+3
2008-11-29Update for 2.24.2, no changes -- still lots to do here.wiz1-4/+4
2008-11-29Update comment with URL.wiz1-2/+2
2008-11-29Update for GNOME-2.24.2 (complete -- only one package ;) ).wiz1-4/+4
2008-11-29Update for GNOME 2.24.2 -- still many packages need updating.wiz1-4/+4
2008-11-29No changes for 2.24.2, but nothing packaged yet. Update URL.wiz1-3/+3
2008-11-29distinfo fixadam1-1/+3
2008-11-29Needs gtk2>=2.10.0.wiz1-1/+2
2008-11-29Updated mail/wl to 2.14.0nb7obache1-1/+2
2008-11-29Fixes two issuses:obache4-4/+47
* compatibility with flim-1.14.9 (patch-ad) * default icon location (patch-ae), reported in PR 40022. Bump PKGREVISION.
2008-11-28PLIST fix, when aalib option is disabledadam1-2/+2
2008-11-28Updated databases/sqlite3; sysutils/baculaadam1-1/+3
2008-11-28Changes 3.6.6.2:adam2-6/+6
* Fix a bug in the b-tree delete algorithm that seems like it might be able to cause database corruption. The bug was first introduced in version 3.6.6. * Fix a memory leak that can occur following a disk I/O error.
2008-11-28Added support for chio(1) to manipulate an autochanger on NetBSDadam3-2/+90
2008-11-28Add a note on how to setup the hal daemon.jmcneill1-4/+8
2008-11-28Update from versio n0.97nb1 to 0.99.he2-7/+7
Pkgsrc changes: o Change to use Module::Build Upstream changes: 0.99 October 03 2008 - Now can exclude some paths from the comparison: - http://rt.cpan.org/Ticket/Display.html?id=39705 0.98 September 13 2008 - Added the LICENSE section to the POD (Kwalitee). - Added the "use warnings" (Kwalitee). - Added the "Repository URL" on the resources page.
2008-11-28Updated from version 0.50nb1 to 0.52.he2-10/+9
Pkgsrc changes: o Adjusted dependencies to fit the new requirements. Upstream changes: 0.52 - 2008-11-19 - Fix spelling of QuoteCharacter 0.51 - 2008-11-19 - Added QuoteCharecter parameter to new() to control quoting of attributes (perigrin) - Added Tests and Docs
2008-11-28Added p5-XML-SAX-Base.he1-1/+2
2008-11-28Import p5-XML-SAX-Base version 1.02.he3-0/+43
This module has a very simple task - to be a base class for PerlSAX drivers and filters. It's default behaviour is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback. The main advantages that it provides are easy dispatching of events the right way (ie it takes care for you of checking that the handler has implemented that method, or has defined an AUTOLOAD), and the guarantee that filters will pass along events that they aren't implementing to handlers downstream that might nevertheless be interested in them.
2008-11-28Updated graphics/cheese to 2.24.1nb1jmcneill1-1/+2
2008-11-28Add hal support, bump pkgrevisionjmcneill7-32/+78
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