Commit graph

12896 commits

Author SHA1 Message Date
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
joerg
cee67a4edb Use META_PACKAGE. 2009-04-08 22:47:07 +00:00
drochner
b13f09eb70 add linux udev scripts, might help problem seen in Linux bulk build 2009-04-08 19:17:35 +00:00
minskim
9af1640e70 Update rails packages to 2.3.1.
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-07 17:13:26 +00:00
kefren
9756870ec7 map libglib on NetBSD too
PKGREVISION++
2009-04-07 12:36:33 +00:00
kefren
94fdb7303e update to monodevelop 2.0
A lot of changes since 1.9.2, fixups and speedups. For a complete changelog
please consult monodevelop.org website
2009-04-07 11:47:05 +00:00
kefren
7d18caca69 update to mono 2.4 2009-04-07 11:18:31 +00:00
drochner
7238a35359 update to 2.6.3
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-07 10:42:14 +00:00
drochner
e41c3c823b export ltdl and gsf dependencied (referenced by an installed .la file) 2009-04-07 10:36:44 +00:00
hasso
f518352152 Argh, correct typo. 2009-04-07 08:05:50 +00:00
hasso
5da0d9ce48 One more Mozilla product to build on DragonFly master. 2009-04-07 08:03:38 +00:00
schmonz
35e0f4f7cc Update to 1.106. From the changelog:
- 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-07 02:59:04 +00:00
joerg
8479a13c75 Fix destdir. 2009-04-06 17:02:14 +00:00
markd
cc0df01cb0 Bump PKGREVISION for neon update. 2009-04-06 12:59:29 +00:00
wiz
0f13f8bac9 Update to 20081111, provided by Aleksey Cheusov in PR 41021.
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-06 10:25:51 +00:00
wiz
afc3ed9a0e Update to 0.3.1. Avoid using urllib, because it causes a core dump.
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-06 10:13:28 +00:00
wiz
fc5e8688f4 Update to 0.1.6a: pkgsrc fixes integrated upstream; another
post-0.1.6a patch from upstream for a pkgsrc bug report added.
2009-04-06 10:11:05 +00:00
wiz
cbe734b550 Add "gdb6-tui" option for building the tui application.
On by default, so no change to the package.
Slight pkglint cleanup while here.

Requested by Jake Kupersmith on pkgsrc-users.
2009-04-04 13:49:17 +00:00
he
0c82af9b5d Fix the dependency on p5-perl-ldap to use the correct directory.
Fixes a build problem, so no revision bump.

OK'ed by wiz@
2009-04-04 12:41:13 +00:00
joerg
457d92f056 Do *not* preserve file mode bits. The tarballs have 0777 permissions for
the directories and all implementations of tar but pax-as-tar honour
those when running as root.
2009-04-03 19:40:22 +00:00
wiz
71cfc5d889 Update dependency versions to match configure script.
pango mismatch noted by reed@.
2009-04-02 09:02:58 +00:00
abs
921a7e1f6d Updated devel/cpuflags to 1.41
Treat all Atoms as '-march=core2 -mtune=pentium'
2009-03-30 21:02:25 +00:00
epg
72140ebd83 bzr 1.13.1 2009-03-19
---------------------
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-27 19:52:19 +00:00
joerg
35b793163d Make ucpp actually buildable. 2009-03-26 17:14:32 +00:00
he
43cafc3804 Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.

OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25 22:37:12 +00:00
joerg
e769842062 PR 40405: Change soname logic for DragonFly to follow the normal major
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-23 23:03:58 +00:00
darcy
ae64f8f0e4 Drop MAINTAINER as per request from existing MAINTAINER. 2009-03-23 17:39:12 +00:00
tron
14425475c3 Fix the build under Mac OS X PowerPC by disabling the assembler routines. 2009-03-23 17:10:21 +00:00
sno
65566cd819 Adding patch to fix RT #44028: temporary file deleted to early in
compiler detection.

Oked by joerg@ and rhaen@
2009-03-22 22:15:20 +00:00
wiz
3c1a4c919f Update to 0.3.16:
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-22 21:02:17 +00:00
wiz
1e8dcdfc89 Update to 0.81.1: FreeBSD fix. 2009-03-22 20:31:11 +00:00
wiz
b1076bb765 Remove msgfmtstrip scripts and targets using them, now that the
infrastructure supports this properly (thanks joerg!).
2009-03-22 19:01:37 +00:00
wiz
5dd3696daa Don't hardcode /bin/bash, /bin/sh is sufficient.
Some shell code cleanups while here.
Tested by apb.

Bump PKGREVISION.
2009-03-22 17:51:36 +00:00
snj
a1e8a33c75 Update to 2.26.0.
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-22 16:32:36 +00:00
gdt
bb192d1667 Add comment explaining why subversion isn't at 1.6.0 yet:
# 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-22 15:27:06 +00:00
seb
179017d528 Add & enable p5-Moose-Autobox 2009-03-22 15:09:38 +00:00
seb
67925b7ef3 Initial import of p5-Moose-Autobox version 0.09 in the NetBSD
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-22 15:08:35 +00:00
seb
6186a576a7 Add & enable p5-autobox-Core 2009-03-22 14:58:30 +00:00
seb
92cb55e179 Initial import of p5-autobox-Core version 0.6 in the NetBSD Packages
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-22 14:57:51 +00:00
seb
03b81761e4 Add & enable p5-autobox 2009-03-22 14:38:22 +00:00
seb
d2a70b294b Initial import of p5-autobox version 2.55 in the NetBSD Packages
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-22 14:37:44 +00:00
wiz
3218008293 Update to 1.6.0:
=============
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-22 14:09:42 +00:00
wiz
0392753b56 Update to 1.2.1:
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-22 09:40:01 +00:00
seb
3a74ce722c Add & enable p5-Hash-Util-FieldHash-Compat 2009-03-22 07:37:38 +00:00
seb
fdf055398a Initial import of p5-Hash-Util-FieldHash-Compat version 0.03 in the
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-22 07:31:43 +00:00
jschauma
a15d795cda give up maintainership 2009-03-22 02:31:39 +00:00
wiz
3640bafacf + coccinelle. Sort. 2009-03-21 23:51:44 +00:00
wiz
6c727a4354 Initial import of coccinelle-0.1.6:
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-21 23:50:53 +00:00
sno
1a73b16527 Updating Term::ReadLine::Gnu to 1.19. Changes since 1.18:
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-21 23:24:12 +00:00
sno
f1fb4be6b9 Updating Parse::CPAN::Meta to 0.05. Changes since 0.04:
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-21 23:21:42 +00:00