summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2006-10-07Apply patch from pkg/33665, setting LTDL_LIBRARY_PATH, but do so onlygdt1-3/+9
on Darwin where the failure happened, because I can't figure out why this should be necessary (guile should be looking there anyway).
2006-10-07Updated aegis to 4.22.rillig5-54/+83
Since the pkgsrc package had not been updated for three years, there are far too many changes to list here. They are though included as share/aegis/en/readme.txt.
2006-10-07This package needs texinfo 4.1 or lator. (I found on NetBSD 1.6.2 whichtaca1-1/+2
has texinfo 4.0 on base system.)
2006-10-07Fixed "test ==". PKGREVISION++.rillig3-3/+17
2006-10-06Changes 2.12.2adam2-6/+6
- Fix for api-default-signal-handlers option. - win32: Remove unused source file from Visual Studio project.
2006-10-06Update to 2.12.4:wiz5-50/+21
Overview of Changes from GLib 2.12.3 to GLib 2.12.4 =================================================== * Fix build problems related to Posix timers. * Bugs fixed 321974 nanosleep on AIX / g_timer API using high resolution timers 353584 va_end called on caller supplied va_list 353580 va_copy detection breaks if user sets CFLAGS=-Werror-implicit-function-declaration 354522 Small problem with PLT hiding 6 symbols 358421 typos in gmain.c * New and updated translations (bn,bn_IN,dz,el,en_GB, et,fa,hi,hy,it,ka,nn,pt_BR,ro,sl,sr,sr@Latn,ta)
2006-10-06Update to 1.12.3:wiz3-10/+10
Changes in version 1.12.3: ========================= * * Add missing signals to fix win32 build (Cedric Gustin, bug #355912). * New linguas: 'te' (Sunil Mohan Adapa), 'dz', 'ku' (Abel Cheung). * Implement AtkDocument signals (Neo Liu) * Update docs to include info on AtkDocument signals. * Bugfixes: #357847, #340553, #346464, #352227,
2006-10-06Update to 1.14.5:wiz3-7/+8
Overview of changes between 1.14.4 and 1.14.5 ============================================== * Indic shaper fixes. * Misc bug fixes. * Bugs fixed in this release: Bug 356685 – [or_IN] Rendering of consonant+0x0B4D+0x0B2F is wrong Patch from Rahul Bhalerao Bug 357790 – Rendering problem for malayalam consonant RA (U+0D30) Patch from Rahul Bhalerao Bug 349813 – typo in docs for pango_layout_move_cursor_visually Bug 357686 – pangocairo-font.c: illegal g_object_unref in pango_cairo_font_get_hex_box_info
2006-10-05Use installed shlib (tnx joerg).gdt4-6/+13
Add missing files from PLIST. PKGREVISION++
2006-10-05Include "libiconv" buildlink3 glue code to make sure that thetron1-1/+4
apr_xlate_*() functions support non-ASCII characters properly. This should allow the "ap2-subversion" package to deal with filenames including non-ASCII characters and therefore fix PR pkg/26056.
2006-10-05build-depend on swiggdt1-1/+2
2006-10-05remove commented out lines from previous packaging attemptsgdt1-3/+1
2006-10-05add py-fanngdt1-1/+2
2006-10-05Python bindings for Fast Artificial Neural Network Library.gdt5-0/+40
2006-10-05split Makefile into Makefile.common for impending py-fann package.gdt3-7/+29
Add bl3.
2006-10-05Fixed pkglint warnings, reindented the code.rillig1-11/+16
Added a comment to the generated Makefile saying who has generated it, so I don't have to look for that again.
2006-10-05The libltdl directories need a "check" target as well. Otherwiserillig1-3/+3
lang/kaffe does not pass the tests, for example.
2006-10-05Update cbrowser to 0.8.obache4-30/+22
Patch provided by Lubomir Kundrak via PR 30972. Version 0.8 is the first release of cbrowser since development began on Sourceforge.net. This release contains some minor bug fixes related to cscope, and text changes to indicate the new home of cbrowser. * Changed text headers to reflect new web site and email address. * Added support for scroll mouses. * Fixed bug in the command line of cscope (cannot combine flags).
2006-10-04Added a patch to make the tests runnable on NetBSD. Sadly, they seem torillig2-1/+17
reach an endless loop.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz46-108/+105
2006-10-04Update to 0.11:wiz3-13/+168
bzr 0.11 2006-10-02 * Smart server transport test failures on windows fixed. (Lukáš Lalinský). bzr 0.11rc2 2006-09-27 BUG FIXES: * Test suite hangs on windows fixed. (Andrew Bennets, Alexander Belchenko). * Commit performance regression fixed. (Aaron Bentley, Robert Collins, John Arbash Meinel). bzr 0.11rc1 2006-09-25 IMPROVEMENTS: * Knit files now wait to create their contents until the first data is added. The old code used to create an empty .knit and a .kndx with just the header. However, this caused a lot of extra round trips over sftp. This can change the time for ``bzr push`` to create a new remote branch from 160s down to 100s. This also affects ``bzr commit`` performance when adding new files, ``bzr commit`` on a new kernel-like tree drops from 50s down to 40s (John Arbash Meinel, #44692) * When an entire subtree has been deleted, commit will now report that just the top of the subtree has been deleted, rather than reporting all the individual items. (Robert Collins) * Commit performs one less XML parse. (Robert Collins) * ``bzr checkout`` now operates on readonly branches as well as readwrite branches. This fixes bug #39542. (Robert Collins) * ``bzr bind`` no longer synchronises history with the master branch. Binding should be followed by an update or push to synchronise the two branches. This is closely related to the fix for bug #39542. (Robert Collins) * ``bzrlib.lazy_import.lazy_import`` function to create on-demand objects. This allows all imports to stay at the global scope, but modules will not actually be imported if they are not used. (John Arbash Meinel) * Support bzr:// and bzr+ssh:// urls to work with the new RPC-based transport which will be used with the upcoming high-performance smart server. The new command ``bzr serve`` will invoke bzr in server mode, which processes these requests. (Andrew Bennetts, Robert Collins, Martin Pool) * New command ``bzr version-info`` which can be used to get a summary of the current state of the tree. This is especially useful as part of a build commands. See ``doc/version_info.txt`` for more information (John Arbash Meinel) bzr 0.10 2006-08-29 IMPROVEMENTS: * 'merge' now takes --uncommitted, to apply uncommitted changes from a tree. (Aaron Bentley) * 'bzr add --file-ids-from' can be used to specify another path to use for creating file ids, rather than generating all new ones. Internally, the 'action' passed to smart_add_tree() can return file_ids that will be used, rather than having bzrlib generate new ones. (John Arbash Meinel, #55781) * ``bzr selftest --benchmark`` now allows a ``--cache-dir`` parameter. This will cache some of the intermediate trees, and decrease the setup time for benchmark tests. (John Arbash Meinel) * Inverse forms are provided for all boolean options. For example, --strict has --no-strict, --no-recurse has --recurse (Aaron Bentley) * Serialize out Inventories directly, rather than using ElementTree. Writing out a kernel sized inventory drops from 2s down to ~350ms. (Robert Collins, John Arbash Meinel) (BUG FIXES, INTERNALS, and TESTING updates removed from commit message)
2006-10-04Fixed "test ==" in the configure script and a spelling mistake. It'srillig3-3/+17
PKGCONFIG_OVERRIDE, not PKG_CONFIG_OVERRIDE.
2006-10-04add fanngdt1-1/+2
2006-10-04Fast Artificial Neural Network Library implements multilayergdt4-0/+60
artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. Bindings to other programming languages and a GUI are also available.
2006-10-04Added a patch so that pkg-config builds with PKGSRC_RUN_TEST. Fixed arillig5-3/+65
bug in the configure script and added a comment to patch-aa.
2006-10-03Update to 1.14.4:wiz2-6/+6
Overview of changes between 1.14.3 and 1.14.4 ============================================== * Indic shaper fixes. * Misc bug fixes. * Bugs fixed in this release: Bug 351223 – the conjuction of Con + 0x0d4d +0x0d31 of Malayalam is wrong Patch from LingNing Zhang Bug 355750 – The glyphs of the conjuctions about Cons+0x0d4d+0x0d32 of Malayalm are wrong. Patch from LingNing Zhang Bug 349876 – U+0x0904 of Devanagari need be "independent vowel", but it is "reserved" in Pango Patch from LingNing Zhang Bug 355550 – Miscalculation of logical attributes in pango_get_log_attrs() Patch from Theppitak Karoonboonyanan Bug 355697 – The IndicOTClassTable of Oriya has a error. Bug 355782 – Misaligned extents in pango Bug 355605 – hexbox with 0000 in it Bug 355435 – Invalid calls to pango_map_get_engine() Patch from Theppitak Karoonboonyanan Bug 347146 – underline/overstrike spaces Bug 352535 – Ink extents of empty glyph
2006-10-03Update py-urwid to 0.8.10. Patches provided by Ossi Herrala inminskim3-8/+13
a private email. Changes since 0.8.4: - Many new widgets including Filler, Button, RadioButton, CheckBox, etc. - Improved support for CJK encodings. - Expanded tutorial. - Bug fixes.
2006-10-03Fixed the path to the manual pages.rillig1-1/+6
2006-10-03Update to 2.0.14, provided by Martin Wilke in PR/34439:dillo2-7/+6
* Fix major segfault * --no-touch support to avoid spurious rebuilds (see manpage) (Jean-Yves Lefort) * abstract class flag support (Jean-Yves Lefort) * allow BOXED in signal arguments (see manpage) (Big Thor) * fix libglade support (Nicolas Bruguier)
2006-10-03Add bugzilla URL's now that bug reports exist upstream.dmcmahill3-5/+9
2006-10-02"make test" does not work unless the package is installed.rillig1-2/+3
2006-10-02Fix compilation on solaris and also increase the portability of a shelldmcmahill3-10/+39
script used in the testsuite. 49/50 tests pass on solaris-2.9.
2006-10-02Fixed a useful pkglint warning. (hi joerg.)rillig1-2/+2
2006-10-02Updated p5-Carp-Clan to 5.4.rillig1-3/+2
Changes since 5.3: + Made Carp::Clan safe for overloaded objects. + Added diag() to 01_..._carp.t
2006-10-02Imported p5-Carp-Clan.rillig2-5/+13
This module reports errors from the perspective of the caller of a "clan" of modules, similar to "Carp.pm" itself. But instead of giving it a number of levels to skip on the calling stack, you give it a pattern to characterize the package names of the "clan" of modules which shall never be blamed for any error. :-) So these modules stick together like a "clan" and any error which occurs will be blamed on the "outsider" script or modules not belonging to this "clan".
2006-10-02Update to 1.4.7:wiz2-6/+6
Version 1.4.7 - 25 September 2006, by Eric Blake (CVS version 1.4.6a) * Fix regression from 1.4.5 in handling a file that ends in a macro expansion without arguments instead of a newline. * The define and pushdef macros now warn when the first argument is not a string, rather than silently doing nothing. * Standard input can now be read more than once, as in 'm4 - file -', and is not closed until all wrapped text is handled. This makes a difference when stdin is not a regular file, and also fixes bugs when using the syscmd or esyscmd macros from wrapped text. * When standard input is a seekable file, the m4exit, syscmd, and esyscmd macros now restore the current position to the next unread byte rather than discarding an arbitrary amount of buffered data. * SysV command-line compatibility is no longer a goal of GNU M4; the focus will be instead on POSIX compatibility. This release continues to support previous usage, but adds warnings in areas which will allow a future version of GNU M4 to use its own extensions without being tied to the SysV command line interface. * The no-op compatibility command line options -B, -N, -S, -T, and --diversions may be withdrawn or assigned new meanings in future releases, so they now issue a warning if used. * A new command line option -i replaces the compatibility -e as the short spelling of --interactive, for consistency with other GNU tools; a warning is issued if the old spelling is used, and it may be assigned new meaning in future releases. * A new command line option --debugfile replaces the options -o and --error-output as the preferred spelling. The old options were misleading in their names and inconsistent with other GNU tools; they are still silently accepted, but no longer documented in --help, and may be assigned new meanings in future releases.
2006-10-02Repair compilation under solaris. Also added back the configure.in patchdmcmahill3-5/+160
instead of only keeping a configure patch.
2006-10-01Update to version 2.64.seb2-6/+7
Changes since last packaged version (2.57): 2.64 2006-09-28T18:39:47 - Added notes about Net::SMPT and Net::SMTP_auth to the README file. Reported by Nacho Barrientos Arias. - The regular expresson for RT ticket numbers now also case-insnsitively matches "RT" in addtion to "Ticket". Suggested by Ask Bjørn Hansen. - Now skipping all tests in 't/alt.t' if HTML::Entities is not installed. Reported by Marshall Roch. - Added a new option, '--ticket-map', to map regular expressions that match ticket references to the URLs to create links for those references. This allows users to specify any number of ticketing systems for which to scan for references in the log message. - Deprecated '--ticket-regex' and '--ticket-url' in favor of the new '--ticket-map' option. - Converted the support for explicit ticketing systems (RT, JIRA, GnatsWeb, and Bugzilla) to internally use the 'ticket_map' attribute. This change eliminates quite a bit of redundant code. Based on a patch from Martijn van Beers (Ticket # 21633). - Unified the internal ticket system regular expressions so that SVN::Notify::HTML can reference and use exactly the same regexen that SVN::Notify uses. Inspired by a patch from Martijn van Beers. 2.63 2006-08-02T18:11:36 - The tests in t/options.t no longer fail when HTML::Entities is not installed. Thanks to Ricardo Signes for the spot! Ticket #20267. - The email subject is now encoded in the MIME-Q encoding, in compliance with RFC 2047. Patch from Éric Cholet. - Now properly setting the binmode on file handles in Win32 when running under Perl 5.8. - Added the --add-header option to add headers to the outgoing email. Useful for things like auto-approval for MLMs. Patch (with tests!) from Ricardo Signes. - Documented the --language option in the svnnotify script. - Before executing 'sendmail', SVN::Notify now sets the $LANG environment variable with the contents of the language and charset options if language is set. Ticket #16050. 2.62 2006-06-30T18:03:21 - Changed to() accessor to return the first value in the array in scalar context, and all of the items as a list in list context. This makes its behavior more consistent with versions of SVN::Notify priort to 2.61. - Added strip_cx_regex() accessor. It also returns the first value in scalar context, and the full list in list context, for consistency with to(). 2.61 2006-06-28T23:07:40 - Removed unused patch file from the distribution. It was temporary, and never supposed to be there, anyway. - Added an "Errors-To" header to the outgoing email, using the same email address as is used for the "From" header. - Added the --set-sender option to specify the envelope sender to the same value as is used for the From: header when sending via sendmail. - The --to option may now be specified multiple times (or passed as an array reference to the constructor) to specify multiple recipients. This change allows multiple recipients to be used when sending notifications via SMTP. Ticket # 20121. Reported by John Colton. 2.60 2006-06-16T22:42:48 - HTML output now creates a link from a directory name to its place in the diff if the type of diff for the directory is a property change. Patch from Lamar Goddard. - Added --author-url option. Based on a patch from Lamar Goddard. - Deprecated --svnweb-url and --viewcvs-url in favor of the new, more general --revision-url. Inspired by a patch from Lamar Goddard. - Added --diff-switches option. This can be used to specify switches to pass through to 'svnlook diff'. Inspired by a patch from Lamar Goddard. 2.59 2006-05-11T17:23:12 - Fixed a few typos, with thanks to Marshall "Eagle Eyes" Roch. - Now throw an exception if 'sendmail' is not specified or cannot be found and 'smtp' is not specified. Reported by Eric Lemes. - Fixed processing of commad-line arguments under Windows. Reported by Eric Lemes. This means that SVN::Notify has now been confirmed to actually *work* on Windows. - An exception will now be thrown if a Net::SMTP object cannot be created. Reported by Eric Lemes. - Added note for Windows users about setting environment variables required by SVN::Notify. Thanks to Eric Lemes <ericlemes@gmail.com> for figuring these things out! - Added link to Eric Lemes's tutorial for installing Apache, Subversion, and SVN::Notify on Windows. 2.58 2006-05-05T20:44:05 - Improved documentation of '--ticket-regex', since it seemed to confuse people using it with SVN::Notify::HTML. Thanks to Dominic Giampaolo for the push. - SVN::Notify::HTML now allows '--ticket-regex' to capture only one string, in which case it will be used both for the link text and for the ticket number passed to the '--ticket-url' format string. - Added support for SMTP authentication using Net::SMTP_auth. Use the '--smtp-user', '--smtp-pass', and '--smtp-authtype' options to take advantage of this feature. Patch from Eric Lemes. - Specifying '--verbose' two or more times now turns on SMTP debugging.
2006-10-01Update to 1.22 (provided by Joe Talbott in private mail, with somedillo5-31/+18
changes by me). pkgsrc changes: install man page. Changes in 1.22: Several updates for ATmega (new devices, extended I/O etc.) Fixed problem with .db 00
2006-10-01Made the dependency to SpeedyCGI optional, disabled by default. Bumpedrillig3-7/+18
PKGREVISION.
2006-10-01Depends on SpeedyCGI to resolve the path to the interpreter correctly.rillig1-2/+6
Fixed the permissions of the installed files. Bumped PKGREVISION.
2006-10-01Don't include bsd.prefs.mk more often than necessary.rillig1-3/+2
2006-10-01The "test" phase is interactive.rillig1-1/+4
2006-10-01Fixed some pkglint warnings.rillig1-9/+9
2006-10-01Add and enable arenaagc1-1/+2
2006-10-01Initial import of Arena-0.9.7, a C-like scripting language interpreteragc4-0/+42
with a 3-clause BSD licence, into the Packages collection. A lightweight scripting language based on ANSI C. The language uses a syntax and library similar to that of ANSI C, but adds automatic memory management and runtime polymorphism on top of that. The Arena language was designed with the following main features in mind, most of which were added on top of a very C-like core to support better ad-hoc scripting: * syntax similar to ANSI C * standard library similar to ANSI C * automatic memory management * runtime polymorphism * support for exceptions * support for anonymous functions Additionally, an interpreter for the Arena language can be implemented to be very compact in terms of both source code size and memory consumption.
2006-10-01added support for non-C99 compilers (patch OK'd by original author)schwarz2-1/+23
2006-10-01update to cpuflags-1.03 after removing the solaris -p flag to psrinfo.dmcmahill1-2/+2
2006-10-01use psrinfo -v instead of -pv. On solaris-2.8, -p is supported (or sodmcmahill1-2/+2
says the man page) but seems to cause nothing to come out even with -v. On solaris-2.9 (sparc), -p isn't supported which causes major failures. On solaris-2.9 (i386), -p causes a failure.
2006-09-29Remove dependency on Apachte::Test. It's not really necessary and causecube1-3/+2
dependency headaches because of mod_perl2. ok'd by wiz@ during freeze.