summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2009-04-08Use META_PACKAGE.joerg2-24/+4
2009-04-08add linux udev scripts, might help problem seen in Linux bulk builddrochner1-1/+3
2009-04-07Update rails packages to 2.3.1.minskim3-171/+213
Changes since 2.1.1: * Allow metal to live in plugins #2045 [Matthew Rudy] * Added metal [Josh Peek] * Remove script/performance/request in favour of the performance integration tests. [Pratik Naik] * Add a rake task to apply a template to an existing application : rake rails:template LOCATION=~/template.rb [Pratik Naik] * Add "-m/--template" option to Rails generator to apply a template to the generated application. [Jeremy McAnally] * Extracted the process scripts (inspector, reaper, spawner) into the plugin irs_process_scripts [David Heinemeier Hansson] * Changed Rails.root to return a Pathname object * Added view path support for engines [David Heinemeier Hansson] * Added that config/routes.rb files in engine plugins are automatically loaded (and reloaded when they change in dev mode) [David Heinemeier Hansson] * Added app/[models|controllers|helpers] to the load path for plugins that has an app directory (go engines ;)) [David Heinemeier Hansson] * Add config.preload_frameworks to load all frameworks at startup. Default to false so Rails autoloads itself as it's used. Turn this on for Passenger and JRuby. Also turned on by config.threadsafe! [Jeremy Kemper] * Add a rake task to generate dispatchers : rake rails:generate_dispatchers [Pratik Naik] * "rails <app>" will not generate public/dispatch.cgi/fcgi/rb files by default now. Please use "--with-dispatchers" option if you need them. [Yaroslav Markin, Pratik Naik] * Added rake rails:update:application_controller to renamed application.rb to application_controller.rb -- included in rake rails:update so upgrading to 2.3 will automatically trigger it #1439 [kastner] * Added Rails.backtrace_cleaner as an accessor for the Rails::BacktraceCleaner instance used by the framework to cut down on backtrace noise and config/initializers/backtrace_silencers.rb to add your own (or turn them all off) [David Heinemeier Hansson] * Switch from Test::Unit::TestCase to ActiveSupport::TestCase. [Jeremy Kemper] * Added config.i18n settings gatherer to config/environment, auto-loading of all locales in config/locales/*.rb,yml, and config/locales/en.yml as a sample locale [David Heinemeier Hansson] * BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb and removed all the special casing that was in place to support the former. You must do this rename in your own application when you upgrade to this version [David Heinemeier Hansson] * Fixed plugin generator so that generated unit tests would subclass ActiveSupport::TestCase, also introduced a helper script to reduce the needed require statements #1137 [Mathias Meyer] * Update Prototype to 1.6.0.3 [sam] * Fixed that sqlite would report "db/development.sqlite3 already exists" whether true or not on db:create #614 [Antonio Cangiano] * Added config.threadsafe! to toggle allow concurrency settings and disable the dependency loader [Josh Peek] * Turn cache_classes on by default [Josh Peek] * Added configurable eager load paths. Defaults to app/models, app/controllers, and app/helpers [Josh Peek] * Introduce simple internationalization support. [Ruby i18n team] * Make script/plugin install <plugin> -r <revision> option work with git based plugins. #257. [Tim Pope Jakub Kuźma]. Example: * Added Rails.initialized? flag [Josh Peek] * Make rake test:uncommitted work with Git. [Tim Pope] * Added Thin support to script/server. #488 [Bob Klosinski] * Fix script/about in production mode. #370 [Cheah Chu Yeow, Xavier Noria, David Krmpotic] * Add the gem load paths before the framework is loaded, so certain gems like RedCloth and BlueCloth can be frozen. * Fix discrepancies with loading rails/init.rb from gems. * Plugins check for the gem init path (rails/init.rb) before the standard plugin init path (init.rb) [Jacek Becela] * Changed all generated tests to use the test/do declaration style [David Heinemeier Hansson] * Wrapped Rails.env in StringInquirer so you can do Rails.env.development? [David Heinemeier Hansson] * Fixed that RailsInfoController wasn't considering all requests local in development mode (Edgard Castro) [#310 state:resolved]
2009-04-07map libglib on NetBSD tookefren3-2/+13
PKGREVISION++
2009-04-07update to monodevelop 2.0kefren3-12/+21
A lot of changes since 1.9.2, fixups and speedups. For a complete changelog please consult monodevelop.org website
2009-04-07update to mono 2.4kefren3-13/+10
2009-04-07update to 2.6.3drochner4-7/+57
changes: Add parenthetical expressions to if Improve scoping of policies (see cmake_policy and CMP0011) Teach find_package more config file locations Many improved Find scripts in Modules Added an unset command Better reporting when nmake compiler environment is not correct
2009-04-07export ltdl and gsf dependencied (referenced by an installed .la file)drochner1-1/+4
2009-04-07Argh, correct typo.hasso2-4/+4
2009-04-07One more Mozilla product to build on DragonFly master.hasso2-6/+18
2009-04-07Update to 1.106. From the changelog:schmonz5-21/+22
- Fixed installation of msg/debug.h header file. - Fixed envstr_unset to remove all instances of the given name. - Added sysdep for d_ino and d_type in struct dirent. - Fixed the path_match function to match filenames containing pattern characters (ie [filename] etc) the same way shells do. - Files generated by cli-generate now indicate the source .cli file. - Fixed the debug messages to not enable any by default. - Modified the build procedure to build all sources with libtool. This should fix problems with parallel make.
2009-04-06Fix destdir.joerg1-4/+4
2009-04-06Bump PKGREVISION for neon update.markd1-2/+2
2009-04-06Update to 20081111, provided by Aleksey Cheusov in PR 41021.wiz2-14/+13
Update to the latest version. Fix for destdir support. Fix in CONFLICTS (there is no conflicts with bootstrap-mk-files). Minor clean-ups. Ok sjg@
2009-04-06Update to 0.3.1. Avoid using urllib, because it causes a core dump.wiz4-22/+21
Next release will not use urllib. Diffuse 0.3.1 - 2009-03-05 - fixed a typo that broke the 'Find...' dialogue Diffuse 0.3.0 - 2009-03-03 - new Windows installer - notification on focus change when files change on disk - menu items for adjusting indentation - syntax highlighting for Objective-C++ - '-c' option now works with CVS-style revision numbers - window title now describes current tab - search settings now persist across sessions - minor bug fixes
2009-04-06Update to 0.1.6a: pkgsrc fixes integrated upstream; anotherwiz7-115/+74
post-0.1.6a patch from upstream for a pkgsrc bug report added.
2009-04-04Add "gdb6-tui" option for building the tui application.wiz3-7/+21
On by default, so no change to the package. Slight pkglint cleanup while here. Requested by Jake Kupersmith on pkgsrc-users.
2009-04-04Fix the dependency on p5-perl-ldap to use the correct directory.he2-4/+4
Fixes a build problem, so no revision bump. OK'ed by wiz@
2009-04-03Do *not* preserve file mode bits. The tarballs have 0777 permissions forjoerg1-3/+3
the directories and all implementations of tar but pax-as-tar honour those when running as root.
2009-04-02Update dependency versions to match configure script.wiz1-1/+3
pango mismatch noted by reed@.
2009-03-30Updated devel/cpuflags to 1.41abs2-4/+4
Treat all Atoms as '-march=core2 -mtune=pentium'
2009-03-27bzr 1.13.1 2009-03-19epg2-8/+7
--------------------- A couple regessions where found in the 1.13 release. The pyrex-generated C extensions are missing from the .tar.gz and .zip files. Documentation on how to generate GNU ChangeLogs is wrong. BUG FIXES: * Change ``./bzr``'s ``_script_version`` to match ./bzrlib/__init__.py version_info. (Bob Tanner, Martin Pool, #345232) * Distribution archives for 1.13 do not contain generated C extension modules (Jean-Francois Roy, Bob Tanner, #344465) * GNU ChangeLog output can now be produced by bzr log --format gnu-changelog is incorrect (Deejay, Bob Tanner, Martin Pool, Robert Collins, #343928) * ``merge --force`` works again. (Robert Collins, #342105)
2009-03-26Make ucpp actually buildable.joerg3-15/+27
2009-03-25Bump PKGREVISION following the update of textproc/icu, and thehe5-5/+10
corresponding change of ABI. OK'ed by wiz@ (as was the textproc/icu update).
2009-03-23PR 40405: Change soname logic for DragonFly to follow the normal majorjoerg6-199/+300
only scheme. Properly distinguish FreeBSD and DragonFly case to prevent further confusion. Differs from the patch in the PR as it forces the correct branch to be used. Bump revision of libtool-base. Claim ownership.
2009-03-23Drop MAINTAINER as per request from existing MAINTAINER.darcy2-4/+4
2009-03-23Fix the build under Mac OS X PowerPC by disabling the assembler routines.tron2-6/+23
2009-03-22Adding patch to fix RT #44028: temporary file deleted to early insno2-1/+19
compiler detection. Oked by joerg@ and rhaen@
2009-03-22Update to 0.3.16:wiz3-23/+22
Version bump if's need else's. Fix previous commit Wrap force_align_arg_pointer in HAVE_I386 Add AltiVec detection support for OpenBSD Fix double free on failed arm_init Add SSE detection support for OpenBSD init: shortcut benchmarking, if there is only one runable implementation. Add x86_64/amd64 to unaligned access whitelist Add cris to unaligned access whitelist remove ltdl.m4 Clean up function prototypes used for casting bump version Remove ' DATA' from symbol list Add srcdir to includes for out-of-source builds Fix cpu detection on OS/X Add avg2_32xn_u8
2009-03-22Update to 0.81.1: FreeBSD fix.wiz3-13/+12
2009-03-22Remove msgfmtstrip scripts and targets using them, now that thewiz4-58/+4
infrastructure supports this properly (thanks joerg!).
2009-03-22Don't hardcode /bin/bash, /bin/sh is sufficient.wiz4-3/+51
Some shell code cleanups while here. Tested by apb. Bump PKGREVISION.
2009-03-22Update to 2.26.0.snj3-10/+13
Changes in 2.26.0: * Fix distcheck * Fix valgrind warning * Translation updates (Thanks to all tranlators!) Changes in 2.25.92: * #566801 Docking+undocking all makes the buttons disappear and crashes if you use "Reset dock layout" (Sebastien Granjoux) * #573522 More patches for GDL (Joel Holdsworth) * Small documentation update Changes in 2.25.91: * Added some gtk-doc documentation (Joel Holdsworth) * Cleaned-up gtk+ includes (Pedro Fragoso)
2009-03-22Add comment explaining why subversion isn't at 1.6.0 yet:gdt1-1/+5
# As of 2009-03-22 gdt@NetBSD.org knows 1.6.0 is out, but is # intentionally waiting until post-2009Q1 and until there is enough # experience with 1.6.0 before subjecting pkgsrc users to it. Update # will probably come mid to late April; comments welcome.
2009-03-22Add & enable p5-Moose-Autoboxseb1-1/+2
2009-03-22Initial import of p5-Moose-Autobox version 0.09 in the NetBSDseb3-0/+34
Packages Collection. The Perl 5 module Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for use with autobox. It does this using a hierarchy of roles in a manner similar to what Perl 6 might do. This module, like Class::MOP and Moose, was inspired by my work on the Perl 6 Object Space, and the 'core types' implemented there.
2009-03-22Add & enable p5-autobox-Coreseb1-1/+2
2009-03-22Initial import of p5-autobox-Core version 0.6 in the NetBSD Packagesseb3-0/+41
Collection. The Perl 5 module autobox::Core wraps perl's built-in functions for manipulating numbers, strings, arrays, hashes, and code references. It can be handy to use built-in functions as methods to avoid messy dereferencing syntaxes and parentheses pile ups. The autobox module lets you call methods in scalars that aren't object references but perl but does not itself provide any methods to call. That is left to the user or another module, for example, autobox::Core. autobox::Core is a stub module. It is merely glue, presenting existing functions with a new interface. Besides built-ins that operate on hashes, arrays, scalars, and code references, some Perl 6-ish things were thrown in, and some keyword like foreach have been turned into methods.
2009-03-22Add & enable p5-autoboxseb1-1/+2
2009-03-22Initial import of p5-autobox version 2.55 in the NetBSD Packagesseb3-0/+39
Collection. The Perl 5 module autobox provides an autobox pragma. It allows methods to be called on integers, floats, strings, arrays, hashes, and code references in exactly the same manner as blessed references. The autoboxing is transparent: boxed values are not blessed into their (user-defined) implementation class (unless the method elects to bestow such a blessing) - they simply use its methods as though they are. The classes (packages) into which the native types are boxed are fully configurable. By default, a method invoked on a non-object is assumed to be defined in a class whose name corresponds to the ref() type of that value - or SCALAR if the value is a non-reference. This mapping can be overriden by passing key/value pairs to the use autobox statement, in which the keys represent native types, and the values their associated classes.
2009-03-22Update to 1.6.0:wiz2-7/+7
============= Version 1.6.0 ============= What's New ========== - Fixed selection interface in interface viewer plugin (bug #574783). - Added an informative window title (bug #574103). - Fixed empty padding issue in prefs dialog (bug #574101). - Ported script recorder to gtksourceview2 (bug #574100). - Don't allow the set_range to change the value of our accessible (bug #572201). New And Updated Translations ============================ - Lucas Lommer (cs) - Ask Hjorth Larsen (da) - Hendrik Richter (de) - Marios Zindilis (el) - David Lodge (en_GB) - Ilkka Tuohela (fi) - Claude Paroz (fr) - Suso Baleato (gl) - Milo Casagrande (it) - Takeshi AIHANA (ja) - Vytautas Rėkus (lt) - Ani Peter (ml) - wadim dziedzic (pl) - Rui Batista (pt) - Yuri Kozlov (ru) - Baris Cicek (tr) ============== Version 1.5.91 ============== What's New ========== - Provide a $srcdir (bug #570332). - Don't use _() in i18n.py. New And Updated Translations ============================ - Iñaki Larrañaga Murgoitio (eu) - Gabor Kelemen (hu) - Manoj Kumar Giri (or) - Tomasz Dominikowski (pl) - Duarte Loreto (pt) - Laurent Dhima (sq) - Theppitak Karoonboonyanan (th) - Clytie Siddall (vi) ============= Version 1.5.9 ============= What's New ========== - Updated translations. - Fixed bug #563284. Deleting editable text using the interface viewer plugin will now function as expected. - Fixed bug #520296. Added context for "Bookmarks" for translation. - Fixed bug #569341. Use C_() instead of Q_() for translation. - Updated PO files for msgctx. New And Updated Translations ============================ - Daniel Nylander (sv) - Gil Forcada (ca) - Joan Duran (ca) - Alexander Shopov (bg) - Chao-Hsiung Liao (zh_HK, zh_TW) - Jorge Gonzalez (es) - Kjartan Maraas (nb) ============= Version 1.5.5 ============= What's New ========== - Updated translations. - Fixed bug #547778. Trunk fails to build. New And Updated Translations ============================ - Marios Zindilis (el) ============= Version 1.5.4 ============= What's New ========== - Updated translations. - Fixed bug #564776. Accessible names that contain an ampersand (&) or a less-than (<) character will now be shown in the interface viewer plugin. New And Updated Translations ============================ - Gabor Kelemen (hu) - Funda Wang (zh_CN) - Daniel Nylander (sv) ============= Version 1.5.2 ============= What's New ========== - Updated translations. - Added proper context to the term 'View' for i18n (bug #520296). Thanks Wouter Bolsterlee! - No longer highlight the entire desktop when a node is updated to the desktop. - Disable event monitoring if the event being listened for disappears. - Catch exceptions when getting states during state changes. - Do not highlight an accessible on the desktop if the duration it is selected is 0. - Fixed bug #555416. Set process name to 'accerciser'. - Fixed bug #555108. Changed "left plugin display area" to "right plugin display area". Thanks Lucas Lommer! - Fixed bug #561598. Display each target of a relation instead of displaying the first target repeatedly. New And Updated Translations ============================ - Petr Kovar (cs) - Jorge González (es) - Kjartan Maraas (nb)
2009-03-22Update to 1.2.1:wiz3-27/+6
This is a bugfix release. * fixed version number build from tarball * fix allow_read logic for hgweb * improve handling of damaged revlogs in verify * keep .orig files when resolving * clear resolve state properly when rebasing * improve --command handling with bisect * fix diff against bundles * improve fetch logic for inactive branches * fix diffstat with notify * fix 'synthetic file adds' in CVS conversion
2009-03-22Add & enable p5-Hash-Util-FieldHash-Compatseb1-1/+2
2009-03-22Initial import of p5-Hash-Util-FieldHash-Compat version 0.03 in theseb3-0/+42
NetBSD Packages Collection. The Perl 5 module Hash::Util::FieldHash::Compat use Hash::Util::FieldHash or ties, depending on availability. Under older perls this module provides a drop in compatible api to Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is available it will use that instead. This way code requiring field hashes can benefit from fast, robust field hashes on Perl 5.10 and newer, but still run on older perls that don't ship with that module. See Hash::Util::FieldHash for all the details of the API.
2009-03-22give up maintainershipjschauma1-2/+2
2009-03-21+ coccinelle. Sort.wiz1-2/+3
2009-03-21Initial import of coccinelle-0.1.6:wiz5-0/+155
The Linux operating system (OS) is evolving rapidly to improve performance and to provide new features. This evolution, however, makes it difficult to maintain platform-specific code such as device drivers. Indeed, an evolution in a driver support library often triggers the need for multiple collateral evolutions in dependent device drivers, to bring the drivers up to date with the new library API. Currently, collateral evolutions are mostly done manually. The large number of drivers, however, implies that this approach is time-consuming and unreliable, leading to subtle errors when modifications are not done consistently. Moreover, as these collateral evolutions are often poorly documented, the resulting maintenance is difficult and costly, frequently introducing errors. If a driver maintainer becomes unavailable, the driver quickly falls behind the rest of the OS. In this project, we propose a language-based approach to address the problem of collateral evolution in drivers. Specifically, we are developing the development environment, Coccinelle, that provides a transformation language for precisely expressing collateral evolutions and an interactive transformation tool for applying them. The key idea of Coccinelle is to shift the burden of collateral evolution from the driver maintainer to the OS developer who performs the original OS evolution, and who thus understands this evolution best. In our vision, the OS developer first uses the Coccinelle transformation language to write a semantic patch describing the required collateral evolution in device drivers and then uses the Coccinelle transformation tool to validate the semantic patch on the drivers in the Linux source distribution. When he has confidence in the correctness of the semantic patch, he distributes it for use by the maintainers of other drivers. Overall, Coccinelle will provide a means for formally documenting collateral evolutions and for easing the application of these evolutions to driver code.
2009-03-21Updating Term::ReadLine::Gnu to 1.19. Changes since 1.18:sno2-6/+6
1.19 2009-03-21 - make sure the outstream fd inside the readline library is in sync (see http://bugs.debian.org/236018) - fixes to be more CPAN Testers friendly - t/readline.t does not use visible bell for "make test" - Makefile.PL requires perl 5.7.0 or later. (Use Term::ReadLine::Gnu-1.09 for older Perl.) - Makefile.PL exits 0 when /dev/tty cannot be opened. - INSTALL add description of the -DPERL_USE_SAFE_PUTENV issue. If you encounter a segmentation fault, read it. Oked by he@
2009-03-21Updating Parse::CPAN::Meta to 0.05. Changes since 0.04:sno2-6/+6
0.05 Wed 11 Mar 2009 - Upgrade previous release to a stable release. 0.04_01 Tue 3 Mar 2009 - Merge Unicode / BOM fixes from YAML::Tiny Oked by he@
2009-03-21Update Module::Pluggable to 3.9. Changes since 3.8:sno2-7/+6
2009-03-02 - 3.9 Allow inner packages when in a one file situation (suggestion from Christopher Brown) Fix bug with requiring skipped packages (from Jos Boumans) Oked by he@