aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Update maintainer mail adressMartin Wilke2008-11-231-1/+1
| | | | | | | | PR: 129015 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer) Notes: svn path=/head/; revision=223308
* - Update maintainer mail adressMartin Wilke2008-11-231-1/+1
| | | | Notes: svn path=/head/; revision=223307
* - Update maintainer mail adressMartin Wilke2008-11-231-1/+1
| | | | | | | | PR: 128925 Submitted by: Anatoliy Dmytriyev" <tolid@tolid.eu.org> (maintainer) Notes: svn path=/head/; revision=223306
* libFIRM provides a graph-based intermediate representation (IR), which operatesMartin Wilke2008-11-235-0/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) WWW: http://libfirm.org/ PR: ports/129070 Submitted by: Christoph Mallon <christoph.mallon at gmx.de> Notes: svn path=/head/; revision=223305
* LV2 is a standard for plugins and matching host applications, mainly targeted atMartin Wilke2008-11-236-0/+56
| | | | | | | | | | | | | | audio processing and generation. LV2 is a simple but extensible successor of LADSPA, intended to address the limitations of LADSPA which many applications have outgrown. WWW: http://lv2plug.in/ PR: ports/129026 Submitted by: xaimus <xaimus at gmail.com> Notes: svn path=/head/; revision=223304
* - Update to 0.10.3Martin Wilke2008-11-238-26/+109
| | | | | | | | | | | Note: FreeBSD 6.X isn't longer supported PR: 129044 Submitted by: Ashish Shukla <wahjava@gmail.com> (maintainer) Notes: svn path=/head/; revision=223303
* - Update to 2.17Martin Wilke2008-11-233-12/+6
| | | | | | | | PR: 129067 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=223302
* - Update to 1.10Martin Wilke2008-11-233-4/+60
| | | | | | | | PR: 129068 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=223301
* Add sparc64 to NOT_FOR_ARCHS. (Nothing really should use this port atGerald Pfeifer2008-11-231-1/+1
| | | | | | | | | this point anyway, and we're down to six abandoned other ports overall.) Reported by: pointyhat Notes: svn path=/head/; revision=223300
* Update to Wine 1.1.9. Among others, this includes the following changes:Gerald Pfeifer2008-11-236-10/+22
| | | | | | | | | | | | | | | | - A large number of regression test fixes. - Performance improvements in memory management. - Improved POP3 support in inetcomm. - Initial implementation of the XInput DLL. - Various bug fixes. It also fixes the "Invalid address" issue reported by some users, at least according to my testing. PR: 128926 Notes: svn path=/head/; revision=223299
* Update to 1.22Lars Balker Rasmussen2008-11-232-4/+4
| | | | Notes: svn path=/head/; revision=223298
* - Connect firefox3-i18nMartin Wilke2008-11-231-0/+1
| | | | Notes: svn path=/head/; revision=223297
* - Update to 2.12Wesley Shields2008-11-236-19/+132
| | | | | | | | | | | | | | | | - Pass maintainer to submitter - Switch to new MASTER_SITES - Add RC script - Switch to OPTIONS - Properly handle the configuration file - Respect CC and CFLAGS PR: ports/128894 Submitted by: Oleg Ginzburg <oleg.ginzburg@nevosoft.ru> Approved by: mike@mikekohn.net (maintainer) Notes: svn path=/head/; revision=223296
* LP64 fixesChristian Weisgerber2008-11-232-9/+20
| | | | | | | Approved by: itetcu Notes: svn path=/head/; revision=223295
* As its name suggests, picocom is a minimal dumb-terminal emulation pro-Martin Wilke2008-11-235-0/+69
| | | | | | | | | | | | | | | gram. It is, in principle, very much like minicom(1) , only it's "pico" instead of "mini"! It was designed to serve as a simple, manual, modem configuration, testing, and debugging tool. It has also served (quite well) as a low-tech "terminal-window" to allow operator intervention in PPP connection scripts (something like the ms-windows "open terminal window before / after dialing" feature). It could also prove useful in many other similar tasks. WWW: http://efault.net/npat/hacks/picocom/ Notes: svn path=/head/; revision=223294
* The PECL-haru extension provides bindings to theMartin Wilke2008-11-234-0/+39
| | | | | | | | | | | | | libHaru library. libHaru is a free, cross platform, and Open Source library for generating PDF files. WWW: http://pecl.php.net/package/haru/ PR: ports/129033 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=223293
* - Update to 0.10.4Martin Wilke2008-11-232-4/+4
| | | | | | | | PR: 129028 Submitted by: Desvernay Geoffroy <dgeo@ec-marseille.fr> (maintainer) Notes: svn path=/head/; revision=223292
* - Update to 1.0.2Li-Wen Hsu2008-11-2312-16/+272
| | | | Notes: svn path=/head/; revision=223291
* - use DOCSDIRIon-Mihai Tetcu2008-11-232-14/+12
| | | | | | | | | | - fix plsit with -DNOPORTDOCS - bump PORTREVISION Prompted by: QAT QA run Notes: svn path=/head/; revision=223290
* - Update to 1.1.4Martin Wilke2008-11-232-5/+5
| | | | | | | | | PR: 128528 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=223289
* - Update to 1.3.1Martin Wilke2008-11-2312-12/+105
| | | | | | | | | PR: 128431 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=223288
* - install docs in DOCSDIR and examples in EXAMPLESDIR and respect NO* varsIon-Mihai Tetcu2008-11-232-13/+15
| | | | | | | | | - fix plist with -DNOPORTDOCS - bump PORTREVISION Prompted by: QAT QA run Notes: svn path=/head/; revision=223287
* - use DOCSDIRIon-Mihai Tetcu2008-11-232-6/+6
| | | | | | | | | | | | - fix plist with -DNOPORTDOCS - pet portlint - bumo PORTREVISION Approved by: maintainer timeout to QAT BotMail Prompted by: QAT QA run Notes: svn path=/head/; revision=223286
* - distfile was rerolledDirk Meyer2008-11-231-3/+3
| | | | | | | | | Summary: version bump in one module documntation extendend Notes: svn path=/head/; revision=223285
* Catalyst plugin to force the application to restart server processesMartin Wilke2008-11-235-0/+45
| | | | | | | | | | | | when they reach a configurable memory threshold. Memory checks are performed every 'N' requests. This is intended as a band-aid to deal with problems like memory leaks; it's here to buy you time to find and solve the underlying issues. WWW: http://search.cpan.org/dist/Catalyst-Plugin-AutoRestart/ Notes: svn path=/head/; revision=223284
* Dns2tcp is a tool for relaying TCP connections over DNS.Martin Wilke2008-11-234-0/+28
| | | | | | | WWW: http://www.hsc.fr/ressources/outils/dns2tcp/index.html.en Notes: svn path=/head/; revision=223283
* IO::TieCombine - produce tied (and other) separate but combined variables.Martin Wilke2008-11-235-0/+38
| | | | | | | WWW: http://search.cpan.org/dist/IO-TieCombine Notes: svn path=/head/; revision=223282
* This module is built on Text::Aspell, but adds some of theMartin Wilke2008-11-235-0/+42
| | | | | | | | | | | | | functionality provided by the internal gnu aspell API. This allows one to deal with blocks of text, rather than just words. For instance, we provide methods for iterating through the text, serializing the object (thus remembering where we left off), and highlighting the current misspelled word within the text. WWW: http://search.cpan.org/dist/Text-SpellChecker/ Notes: svn path=/head/; revision=223281
* - Update to 0.5Martin Wilke2008-11-236-36/+8
| | | | | | | | PR: fulvio ciriaco <oivulf@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=223280
* - Update to 0.1.8Martin Wilke2008-11-234-20/+53
| | | | | | | | | PR: 128767 Submitted by: Henrik Friedrichsen <hrkfrd@googlemail.com> Approved by: maintainer Notes: svn path=/head/; revision=223279
* - Update to 1.6.8Martin Wilke2008-11-236-16/+8
| | | | | | | | | PR: 128962 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=223278
* - Update to 2.1.1Martin Wilke2008-11-233-1705/+1670
| | | | | | | | PR: 128930 Submitted by: "Wen Heping" <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=223277
* Sort::Key::IPv4Martin Wilke2008-11-235-0/+41
| | | | | | | | | Sorts lists of objects by some property containing an IPv4 address WWW: http://search.cpan.org/dist/Sort-Key-IPv4/ Notes: svn path=/head/; revision=223276
* - Update to 3.0.2Martin Wilke2008-11-233-5/+6
| | | | | | | | | PR: 128778 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=223275
* - Update to 0.99Martin Wilke2008-11-234-305/+382
| | | | | | | | | PR: 128991 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=223274
* - Update to 0.8.4Martin Wilke2008-11-232-8/+12
| | | | | | | | PR: 128953 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=223273
* - Update to 2.6.3Martin Wilke2008-11-233-6/+9
| | | | | | | | | PR: 128599 Submitted by: Dan Langille <dan@langille.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=223272
* - Update to 0.5.0Martin Wilke2008-11-233-11/+69
| | | | | | | | | PR: 128650 Submitted by: Bernhard Froehlich <decke@bluelife.at> Approved by: maintainer timeout Notes: svn path=/head/; revision=223271
* This is DataSource driver for Structures_DataGrid which uses PEAR::DB.Martin Wilke2008-11-234-0/+34
| | | | | | | | | | | | Please note that this driver is deprecated. Consider using DBQuery or MDB2 DataSource drivers instead. WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DB/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223270
* This is a Renderer driver for Structures_DataGrid using PEAR::Console_Table.Martin Wilke2008-11-234-0/+31
| | | | | | | | | WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Console/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223269
* This is a Renderer driver for Structures_DataGrid using HTML_Template_Flexy.Martin Wilke2008-11-234-0/+40
| | | | | | | | | | | | | It adds a couple of variables to a Flexy instance and adds paging functionality. This renderer also enables customised result messages, customised column labels and a column label formatter WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Flexy/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223268
* This is a Renderer driver for Structures_DataGrid using PEAR::Pager.Martin Wilke2008-11-234-0/+31
| | | | | | | | | WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Pager/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223267
* This driver renders an HTML form to let the user easily sort the datagrid,Martin Wilke2008-11-234-0/+32
| | | | | | | | | | | using multiple fields and directions. It uses the HTML_Quickform package. WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_HTMLSortForm/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223266
* This is a Renderer driver for Structures_DataGrid using Smarty.Martin Wilke2008-11-234-0/+32
| | | | | | | | | WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Smarty/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223265
* This is a Renderer driver for Structures_DataGrid using PEAR::HTML_Table.Martin Wilke2008-11-234-0/+32
| | | | | | | | | WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_HTMLTable/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223264
* Renderer driver for pear-Structures_DataGrid that generates the XML stringMartin Wilke2008-11-234-0/+32
| | | | | | | | | | | for a XUL listbox. WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_XUL/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223263
* - Update to 3.0.4Martin Wilke2008-11-236-302/+370
| | | | | | | | PR: 127775 Submitted by: Koji Yokota <yokota@res.otaru-uc.ac.jp> Notes: svn path=/head/; revision=223262
* - Force commitMartin Wilke2008-11-230-0/+0
| | | | | | | repocopy from www/firefox-i18n -> www/firefox3-i18n Notes: svn path=/head/; revision=223261
* - Update to 2.0.0.18Martin Wilke2008-11-236-12/+12
| | | | | | | | | | PR: 129089 Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> Approved by: portmgr (pav) Security: http://www.vuxml.org/freebsd/f29fea8f-b19f-11dd-a55e-00163e000016.html Notes: svn path=/head/; revision=223260
* - Fix latest mozilla entryMartin Wilke2008-11-231-1/+2
| | | | | | | | | | | Note: mail/thunderbird and mail/linux-thunderbird versions are wrong. All problems are fixed in 2.0.0.18 and not in 2.0.0.17. Pointy hat to: tabthorpe Notes: svn path=/head/; revision=223259