summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-04-20Remove patch-ab, it was removed from distinfo a long time ago.wiz1-13/+0
2007-04-20Fix a problem with SUSE_ARCH and SUSE_ARCH_DIR with compat32 reportedxtraeme2-3/+5
by dsl@, with diagnostic by veego@. compat32.mk overwrites some vars required to make suse work, but it wasn't overwritting those vars for the fetch target. I didn't see that error because I had the distfiles on my DISTDIR.
2007-04-20Switch to gtkhtml314 here too.wiz1-2/+2
2007-04-20Add missing PERL5_PACKLIST fu.kleink2-2/+10
2007-04-20Updated mail/sympa to 5.2.4nb1.bouyer1-1/+2
2007-04-20gcc4 can't read an include file backward :)bouyer2-1/+38
Move variables declaration after struct definitions, so that gcc knows the size of the variables. Fix build on netbsd-4.
2007-04-20cp -R behaves differently on netbsd-4 and previous releases, leading tobouyer3-2/+13
an extra html/ directory being created in docs. Changes html/ to html/. to avoid this extra directory on netbsd-4. Should definitively fix pkg/36007. Bump PKGREVISION.
2007-04-20Add gtklp.kristerw1-1/+2
2007-04-20Add gnome-compiz-manager.kristerw1-1/+2
2007-04-20Add patch from maintainer to add global lock around SSLgdt3-2/+28
initialization. Resolves SMP crash, but it seems really openssl should be compiled with thread spport.
2007-04-20+ easytag-2.0.1, gauche-0.8.10, k3b-1.0.1, sharity-3.3, tcpreplay-3.0.0,wiz1-3/+9
x11vnc-0.9, zile-2.2.31, zsh-current-4.3.4.
2007-04-20Fix build on DragonFly 1.8+joerg2-2/+17
2007-04-20Support `kde' option. It's disabled by default.hira3-17/+26
2007-04-20 Updated mail/mail-notification to 4.0 [gdt 2007-04-20]gdt2-3/+3
2007-04-20Update to 4.0. In addition to new/updated translation and bugfixes:gdt5-48/+17
* Core changes: * The mail summary popup has been replaced by libnotify message popups. These new message popups also provide actions such as "Open" and "Mark as Spam" * Mozilla products (Mozilla, SeaMonkey, Thunderbird, ...) mailboxes are now supported * The mailbox properties dialog has been redesigned * A new click action has been added: open the latest message * A MN icon set has been designed by Josef Vybíral (#18198) * A --print-summary command line argument has been added, allowing to access message data from an external program * A mail-changed GConf command setting has been added (it is executed when new mail is received or when a message is read) * Handling of the GNOME mail reader command: instead of stripping %s, the first word of the command is now used; moreover, mozilla and evolution are now handled specially (#18257) * The /desktop/gnome/url-handlers/mailto/needs_terminal GConf key is now respected * Could no longer close the about dialog with recent GTK+ versions: fixed (#18252) * POP3 changes: * Messages kept on the server but marked as read are now discarded. Note that this only works with servers which send Status headers; most don't (#18164).
2007-04-20Note update of misc/openoffice2 to 2.2.0 (I forgot to add before).hira1-1/+2
2007-04-20Sync with src: PRIu64 -> MY_PRIu64 + fallback value of PRIu64.joerg3-13/+12
2007-04-20Updated lang/parrot to 0.4.11.obache2-3/+3
2007-04-20Update parrot to 0.4.11.obache5-119/+197
Based on patch provided in PR 36157, update to 0.4.10. New in 0.4.11 - Compilers: + IMCC: added documentation for C-based Parrot Calling Conventions, refactorings and bug fixes + PGE: new perl6regex front end reflecting recent S05 syntax changes + PIRC: new prototype PIR parser - Languages: + Updated Lua, PHP ("Plumhead"), BASIC, pynie + Lua implements environment - Design: + PDD15 "Objects" - details added, and draft approved - Documentation: + Added guidelines for PMC documentation - Implementation: + PDD15 implementation is largely complete, including role-based composition, introspection, and C3 method resolution order + new Exporter PMC for importing globals between namespaces + new string utilities for radix conversion + PCCINVOKE and Parrot_PCCINVOKE allow calling using the full Parrot Calling Conventions from PMCs and C code respectively - Build: + Refactorings and improvements in test coverage for 'Configure.pl' - Misc: + many bugfixes, enhancements, and code cleanup + added example subversion config file + extended support for gcc, icc, and other compilers + extended support for Solaris and other platforms New in 0.4.10 - Compilers: + IMCC: Parrot calling conventions now available between two C PMCs (PMINVOKE) + PGE: Match object improvements + smop: added Attribute and Class PMCs + HLLCompiler: improvements for interactive mode - PAST: + extended binding to a list of variables - Languages: + Updated Lua, PHP ("Plumhead"), Tcl ("ParTcl"), Ruby ("Cardinal") + Update PIR, regex, Zcode + New language: Pynie - a Python compiler for Parrot + Lua implements require and many other ops, improved regex support + Remove parakeet - Design: + PDD01 "Overview" - updated architecture and platform information + PDD15 "Objects" - details on roles, objects, and classes added + PDD22 "I/O" - added async ops and Status PMC details - Documentation: + Added guides for Metacommitter, Relase Manager, and Cage Cleaner roles - Implementation: + Object, Class, Role, and Attribute PMC implementation has begun + Perl 5 module "Parrot::Embed" now compiles and links on all platforms - Build: + Major improvements in test coverage for 'ops2c.pl' - Misc: + New utility: Crow, a template processor + New library module: Config/JSON for reading/writing JSON files + many bugfixes, enhancements, and coding standard updates, code cleanup New in 0.4.9 - Compilers: + IMCC: Parrot calling conventions now available in C PMCs, allowing named, optional, slurpy, and flat parameter passing + PGE: extended support for Perl 5 Regexes + smop: prototype object model implementation + hllcompiler: refactored to run a configurable set of compilation stages - PAST: + redesigned assign/binding to support Perl 6 binding semantics - Languages: + Updated Lua, PHP ("Plumhead"), Tcl ("ParTcl"), perl6, perl5 + New language: PIR - a PGE-based implementation of Parrot PIR + perl6 now supports binding (':=') and 'join' + lua generates tail calls, and supports its own regex flavor (PGE-based) + Pheme still works, huzzah! - Design: + PDD21 "Objects" - rewritten + PDD22 "I/O" - updated and 'TODO' tests added - Documentation: + Interface stability classification standards approved + Roles and Responsibilities documented approved + Official 'drafts' directory created (was 'clip') - Implementation: + More NameSpace and OS PMC methods implemented + Parrot executable fullname and basename now available in PIR/PASM code + new 'chomp' library function - Build: + Major improvements in test coverage for 'ops2pm.pl' - Misc: + many bugfixes, enhancements, and coding standard updates + extended support for Sun Workshop Compilers + Parrot now builds on PocketPC platform New in 0.4.8 - Compilers: + HLLCompiler: added tracing options, modified api + PGE & TGE bugfixes and updates - PAST: + added global and lexical variable support + added looping constructs, arrays, hashes - Languages: + Updated PHP ("Plumhead"), Tcl ("ParTcl"), forth, perl6, lua, abc, APL, WMLScript, punie + ParTcl is passing > 24.9% of Tcl cvs-latest test suite + perl6 now supports hashes, arrays, method calls, arity-based multisubs, quoted terms, ranges (non-lazy), try blocks, $! - Design: + PDD01 "Overview" - updated + PDD22 "I/O" - rewritten and approved - Test Suite: + Converted Perl 5 Regex tests to PIR, with notable speedup + Added tests for opcodes, compilers, languages, and coding standards - Build: + Major improvements in test coverage for 'pmc2c.pl' - Misc: + many bugfixes, enhancements, and coding standard updates + extended support for non-core platforms including Cygwin, Tru64 New in 0.4.7 - New languages: PHP ("Plumhead"), Forth - Updated languages: Ruby ("Cardinal"), Tcl, Lua - Remove old Python implementation from Parrot repository; the new Python language code is hosted at http://pirate.tangentcode.com - Compilers: + PGE updated with more expressions, latest changes to S05 + new Perl6 grammar compiler - Integration: + Perl 5 module "Parrot::Embed" allows easy embedding of a Parrot runtime into a Perl 5 program - PIR: + new :init pragma for subs that must run before the main function + new :vtable pragma to identify subs that override PMC vtable methods, eliminating the need for special subroutine names + PIR parser/compiler does not stop on first syntax error + Vanilla register allocator ("register alligator") greatly improves performance compiling large functions + Eliminated limit on number of PIR macros - PMCs: + hash lookups return null instead of None for missing keys - Design: + PDD13 "Bytecode files: format and manipulation" - new + PDD10 "Embedding" - new + PDD25 "Concurrency" - rewritten + PDD15 "Objects" - new section on redesign requirements + PDD07 "Coding standards" - significant updates and automated tests - Test Suite: + Many many more new tests - Build Process: + autoconf compatible install options - Misc: + Namespace refinements + Coroutine improvements + An impressive swarm of other bugfixes and enhancements New in 0.4.6 - New languages: Ruby ("Cardinal"), Javascript ("ecmascript") - Updated languages: Tcl, dotnet, bc, Pheme, Punie, WMLScript - Updated compilers: PGE, TGE - IMCC updates: + ".loadlib" directive expresses dependencies + ".namespace" with no parameter goes to HLL root + lexer is reentrant (reentrant grammar in progress) - Namespace improvements: + new suite of opcodes to access namespaces and globals ("find_global" and "store_global" will be phased out) + namespace '' no longer means HLL root - Design document updates: namespaces (pdd23), basic types (pdd17), embedding - Updated tool requirements for developers: flex 2.5.33, bison 2.1, perl 5.6.1 - New to-do list for people new to Parrot: cage/todo.pod - The usual plethora of bugfixes and enhancements New in 0.4.5 - unicode subroutine names - hierarchical class names finished including MMD support - new dotnet CLI to PIR translator - improved TGE code and compiler - APL: vector handling - new STM branch in the svn repository - the usual bugfixes and enhancements New in 0.4.4 - hierarchical class names - APL compiler - under development - understands simple vector ops, strings - demonstrates use of Unicode in Parrot - pgc, a compiler for rules and operator precedence parsers - Major redesign and improvements for PGE - compilers understand named parameter options - :ratchet option implemented to support non-backtracking quantifiers - TGE (tree grammar engine) for tree transformations - tgc, tree grammar compiler - perl6 compiler - support for many operators, lexical scalars, regex matches - new pheme (Parrot scheme) compiler New in 0.4.3 - namespaces partially implemented - rulec, Perl6 rule compiler - PGE improvements including return values for closure - parts of a Perl6 parser based on PGE - complex trigonometric methods - type of Sub PMC is now overridable by HLL - NetBSD support - many bug fixes and improvements New in 0.4.2 - improved PPC and x86 JIT support including JIT compilation of very simple PASM/PIR subroutines - preliminary libreadline support - better trace and debug features - pkgconfig support - META.yml to support proper indexing on CPAN - new opcode: hcf (in "my_ops" in dynamic op library) - new File pmc for file specific ops (is_dir, is_file, copy, rename...) - named arguments and parameters (both :named("") and => syntaxes) - ongoing config improvements - tons of bug fixes and other small improvements - too much to list all
2007-04-20re-add fix from r1.11 after synctnn1-2/+3
2007-04-20Note updates of "libtorrent" and "rtorrent" packages.tron2-4/+4
2007-04-20Update "libtorrent" package to version 0.11.4 and "rtorrent" packagetron10-135/+26
to version 0.7.4. Changes since versions 0.11.1 and 0.7.1 respectively: - Added "max_open_http" option that limits the max number of simultaneous http connections. By default set to 32. - Directory structured view of the file list. The '/' key collapses directories, while the right arrow or ^F enters the selected directory. Changing the priority for a directory changes all contained files. - Added "create_link" and "delete_link" options which apply to a download. These must be used with the new "on_*" options, so as to allow you to create symbolic links when starting, stopping, finishing, etc, a torrent. - The "tos" option was parsing the hex value with unit == 0, which caused it to always zero it. - Forgot to check if there were any torrents hashing before starting new non-fast-resume checks, which would cause multiple torrents to be hashed at once. - File progress is now updated when hash_check is called, and no longer cleared on close. This fixes a bug with >100% file progress being reported and optimizes file progress updating for completed torrents. - Disabled IPv6 http requests so the trackers won't think we support it, and enabled curl's support for gzip encodings. - Added 'seeding' view on key 8. - Added "max_{up,down}loads_{div,global}" options. See the man page for more information. - Added support for dvorak keyboard layout. Patch by matled at gmx.net. - The STOPPED request was being canceled when a download was closed with f.ex ^K, moved it so it only happens when the download is removed. - Allow properly quoted and escaped arguments to options. F.ex "schedule = wd,10,10,load_start=~/Foo\ Bar/*.torrent" and "schedule = wd,10,10,load_start="~/Foo Bar/*.torrent"" now works. - Added unlimited setting for max unchoked in ChokeManager and made it the default. Set with 0 as a temporary hack. - Don't resize empty files used for creating directories.
2007-04-20re-add fix from r1.42 after synctnn1-2/+3
2007-04-20update OSF1 bootstrap documentationtnn1-13/+24
2007-04-20Updated emulators/wine to 0.9.35nb1tnn1-1/+2
2007-04-20- update to modular xorgtnn1-2/+15
- add fontconfig dependency - bump pkgrevision
2007-04-20Note update of "pkg_chk" package to version 1.85nb3.tron1-1/+2
2007-04-20Checking whether a file with an blank filename exists is somewhat bogus.tron2-4/+4
Improve the last change to avoid that. Bump package revision again.
2007-04-20Fix quoting so that the code to detect the location of "mk.conf" actuallytron2-4/+4
works (under Darwin?). Bump package revision again.
2007-04-20Update for pkgsrc-2007Q1.ghen1-7/+7
2007-04-20gnutls updated to 1.6.2.wiz2-3/+3
2007-04-20Update to 1.6.2:wiz4-12/+12
* Version 1.6.2 (released 2007-04-18) ** Fix X.509 signing with RSA-PKCS#1 to set a NULL parameters fields. Before, we remove the parameters field, which resulted in a slightly different DER encoding which in turn caused signature verification failures of GnuTLS-generated RSA certificates in some other implementations (e.g., GnuPG 2.x's gpgsm). Depending on which RFCs you read, this may or may not be correct, but our new behaviour appear to be consistent with other widely used implementations. ** Regenerate the PKIX ASN.1 syntax tree. For some reason, after changing the ASN.1 type of ldap-UID in the last release, the generated C file built from the ASN.1 schema was not refreshed. This can cause problems when reading/writing UID components inside X.500 Distinguished Names. Reported by devel <dev001@pas-world.com>. ** Updated translations. ** API and ABI modifications: No changes since last version.
2007-04-20+ Gorm-1.2.0, Transmission-0.7.0, gimp-2.2.14, gnustep-1.14.0,wiz1-6/+13
gnustep-make-2.0.0, gnutls-1.6.2, libosip-3.0.2, sound-juicer-2.16.4 [needs nautilus-cd-burner>=2.15.3], sylpheed-claws-2.9.1 [now claws-mail], vlc-0.8.6b, xbindkeys-1.8.2, xine-lib-1.1.6.
2007-04-20Imported print/gtklp-1.2.3rillig1-1/+2
2007-04-20Imported gtklp.rillig4-0/+53
GtkLP and GtkLPQ are two tools to use and administrate CUPS a better way.
2007-04-20s/root/joerg/joerg1-2/+2
2007-04-19add awk script to be used for Spectrum Object Module shlib handling.tnn2-1/+13
2007-04-19Note some package updates from today.wiz2-5/+6
2007-04-19Depend on latest file-roller and gnome2-utils, bump PKGREVISION.wiz1-3/+4
2007-04-19Update to 2.18.2:wiz4-20/+8
version 2.18.2 -------------- * Fixed error when removing folders from tar archives.
2007-04-19Update to 2.18.1:wiz3-7/+16
=================================================================== GNOME Utilities 2.18.1 (14th April 2007) - "Sound of Silver" * Second stable release of the 2.18 cycle Baobab Dictionary Floppy Screenshot Search Tool * Nothing System Log Viewer * Fix bug #364106 (and countless duplicates) - crash in System Log: string_get_date_string() at logrtns.c:136. [Jan Arne Petersen] Translations Updates By: * Peter Bach (da) * Pema Geyleg (dz) * Claudio Saavedra (es) * Inaki Larranaga Murgoitio (eu) * Ignacio Casal Quinteiro (gl) * Leonardo Ferreira Fontenelle (pt_BR) * Baris Cicek (tr)
2007-04-19Update to 3.2:wiz5-27/+29
3.2 Some bugfixes. 3.1 Straghten the licensing terms. Some bugfixes.
2007-04-19SUSE_MAKEFILE_INCLUDE_ARCH is common by all archs, do not use itxtraeme1-6/+6
only in NetBSD-*-x86_64. Error reported by tnn@ on i386.
2007-04-19Note initial addition of p5-Regexp-MatchContext version 0.0.2 asseb1-1/+2
devel/p5-Regexp-MatchContext into The NetBSD Packages Collection. The Perl 5 module Regexp::MatchContext provides replacements for the regexp related variables $PREMATCH, $MATCH, and $POSTMATCH in a way that only impacts the performance of matches that you specify. These three variables are only set if the most recently matched regex contained the special (non-standard) meta- flag: (?p).
2007-04-19Add & enable p5-Regexp-MatchContextseb1-1/+2
2007-04-19Initial import of p5-Regexp-MatchContext version 0.0.2 into The NetBSDseb4-0/+33
Packages Collection. The Perl 5 module Regexp::MatchContext provides replacements for the regexp related variables $PREMATCH, $MATCH, and $POSTMATCH in a way that only impacts the performance of matches that you specify. These three variables are only set if the most recently matched regex contained the special (non-standard) meta- flag: (?p).
2007-04-19Move --disable-mmx from Makefile to Makefile.common - spotted by tron@adrianp2-3/+8
2007-04-19update to 0.96.1drochner7-22/+144
changes: * Text rendering is now based on the TextLine objects, each of which contain one line of text along with font and font height. This has allowed proper control of text width and speedier rendering. * Visio VXD files can now be imported and exported, thanks to Ian Redfern. -internal API changes * A number of new keyboard shortcuts. * Layer visibility is now undoable. * New sheets for Business Process Modelling -bugfixes
2007-04-19Precreate some directories for NO_MTREE.joerg2-2/+6
2007-04-19update pkg_chk to 1.85nb1 - do not change the value of MAKECONF when buildingabs1-3/+6