Commit graph

149626 commits

Author SHA1 Message Date
sno
64b8f79085 Updated www/p5-Catalyst-Plugin-Static-Simple to 0.25 2009-10-24 15:58:07 +00:00
sno
b5d77ca848 Updating www/p5-Catalyst-Plugin-Static-Simple from 0.22nb1 to 0.25
Upstream changes:
0.25   2009-10-22 21:40:00 BST
        - Fix bug where old unrelated $@ values would result in an error.

0.24   2009-10-18 19:10:00 BST
        - Fixup copyright information

0.23   2009-10-06 17:40:39
        - Move actions out of TestApp into a Root controller as
          this is now deprecated.
2009-10-24 15:57:53 +00:00
sno
5ff36c4edb Updated www/p5-Catalyst-Plugin-StackTrace to 0.11 2009-10-24 15:53:50 +00:00
sno
5731de0abf Updating www/p5-Catalyst-Plugin-StackTrace from 0.10nb1 to 0.11
pkgsrc changes:
  - Adjust license definition

Upstream changes:
0.11    2009-10-18 18:30:00 BST
        - Fixup copyright info
2009-10-24 15:53:35 +00:00
schmonz
8e5add12dc Updated www/ikiwiki to 3.20091023 2009-10-24 15:51:36 +00:00
tnn
0d9fa40471 if neither gtkspell nor libsexy was selected, then --enable-spell=none. 2009-10-24 15:51:25 +00:00
schmonz
fc5525f42a Update to 3.20091023. From the changelog:
* inline: Fix raw mode. Closes: #552114
2009-10-24 15:51:15 +00:00
zafer
f5a9da56be update master_sites. fix url. 2009-10-24 15:13:38 +00:00
zafer
a7ceca0399 update master_sites. use gentoo mirror. 2009-10-24 15:08:58 +00:00
sno
e9f429f4d8 Updated www/p5-Catalyst-Plugin-Session-Store-File to 0.18 2009-10-24 15:08:32 +00:00
sno
0ada41bc6d Updating www/p5-Catalyst-Plugin-Session-Store-File from 0.17nb1 to 0.18
pkgsrc changes:
  - Adjusting license definition
  - Adjusting dependencies
  - Using pkgsrc built-in Module::Install support

Upstream changes:
0.18  09 Oct 2009
    - Port to new session confic key.
2009-10-24 15:08:18 +00:00
sno
cbe8b0e579 Updated www/p5-Catalyst-Plugin-Session-Store-FastMmap to 0.13 2009-10-24 15:05:48 +00:00
sno
b5f3708be3 Updating www/p5-Catalyst-Plugin-Session-Store-FastMmap from 0.11nb1 to 0.13
pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies

Upstream changes:
0.13   18 Oct 2009
        - Fixup copyright ino

0.12   16 Oct 2009
        - Port to new session config key
2009-10-24 15:05:35 +00:00
sno
14c42b508b Updated www/p5-Catalyst-Plugin-Session-Store-DBIC to 0.11 2009-10-24 14:59:59 +00:00
sno
4ee587110e Updating www/p5-Catalyst-Plugin-Session-Store-DBIC from 0.10nb1 to 0.11
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.11  Fri Oct 16 15:04:07 CEST 2009
        - Convert to new session config key.
2009-10-24 14:59:46 +00:00
sno
2ac52b6f39 Updated www/p5-Catalyst-Plugin-Session-Store-Delegate to 0.05 2009-10-24 14:58:44 +00:00
sno
1a22dd9bd9 Updating www/p5-Catalyst-Plugin-Session-Store-Delegate from 0.04nb1 to 0.05
pkgsrc changes:
  - Adding license definition
  - Adjusting dependency information

Upstream changes:
0.05
        - Port to new session config key.
        - Port to Moose.
2009-10-24 14:58:29 +00:00
zafer
a1f169aa6f update master_sites. remove broken master. 2009-10-24 14:51:59 +00:00
sno
c02e82418b Updated www/p5-Catalyst-Plugin-Session-State-Cookie to 0.17 2009-10-24 14:50:53 +00:00
sno
6123afc9a5 Updating www/p5-Catalyst-Plugin-Session-State-Cookie from 0.14nb1 to 0.17
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.17    2009-10-18
        - Fixup copyright information

0.16    2009-10-16
        - Use session config handling from Catalyst::Plugin::Session 0.27.

0.15    2009-10-06
        - Fix the httponly option again (Closes RT##50249).
        - Make tests not warn with latest version of Catalyst.
        - Prefer session configuration to be in the 'Plugin::Session'
          config key, but provide backwards compatibility for the
          deprecated 'session' key.
2009-10-24 14:50:28 +00:00
sno
2d1824ecb1 Updated www/p5-Catalyst-Plugin-Session to 0.27 2009-10-24 14:46:03 +00:00
sno
37c9ed71b9 Updating www/p5-Catalyst-Plugin-Session from 0.26nb1 to 0.27
Upstream changes:
0.27 2009-10-08
        - Release 0.26_01 as stable without further changes.

0.26_01 2009-10-06
        - Move actions out of the root application class in tests as this
          is deprecated.
        - Change configuration key to 'Plugin::Session' by default. The
          old 'session' key is still supported, but will issue a warning
          in a future release.
2009-10-24 14:45:49 +00:00
zafer
2c7865b5b1 remove tuwien from master_sites. it doesn't mirror libslang anymore. 2009-10-24 14:45:43 +00:00
sno
60006c6db8 Updated www/p5-Catalyst-Manual to 5.8001 2009-10-24 14:42:55 +00:00
sno
b17d420a1c Updating www/p5-Catalyst-Manual from 5.8000 to 5.8001
pkgsrc changes:
  - keep bundled Module::Install

Upstream changes:
5.8001 06 Oct 2009
        - Tutorial
            - Fix RT #46760
            - Fix RT #46618
            - Fix cat-install script URL
            - Fix typos
            - Replace reference to deprecated CatalystX::ListFramework::Builder
              with Catalyst::Plugin::AutoCRUD
        - Other
            - Lots of updates thanks to t0m
            - Update development process / core team docs
            - Cookbook fixes WRT authorization
            - Better description of application setup process
            - Fix some links
            - Normalise spacing
2009-10-24 14:42:40 +00:00
stacktic
f62cde831b Updated rump to version 20091024
- Avoid having to set the -m option in MAKEFLAGS
- Use NetBSD's tsort
2009-10-24 14:38:42 +00:00
sno
9d8c514fd1 Updated www/p5-Catalyst-Devel to 1.21 2009-10-24 14:37:08 +00:00
sno
44e622c043 Updating www/p5-Catalyst-Devel from 1.20nb1 to 1.21
Upstream changes:
1.21   2009-10-18 18:33:33
        - The Restarter code cause stack traces for certain types of errors to
          grow longer and longer with every restart. (Dave Rolsky)

        - Fixed an issue with the Restarter in Win32 where @INC didn't get
          passed along when restarting.
2009-10-24 14:36:53 +00:00
zafer
fa1c1989f9 remove tuwien from list. service suspended. 2009-10-24 14:35:32 +00:00
stacktic
93f0d503ed Updated rump to version 20091024
- Avoid having to set the -m option in MAKEFLAGS
- Use NetBSD's tsort
2009-10-24 14:35:21 +00:00
ahoka
5f6c2f71b8 Avoid picking up other fortran compilers when they are installed.
Fixes build when lang/g95 is present on the system.
2009-10-24 14:22:49 +00:00
he
98406b2059 Add INSTALLATION_DIRS of share/pixmap, that way we ensure that it doesn't
end up as a file instead of as a directory.  Fixes old-style bulk builds
for subsequent packages which want to install in that directory.
2009-10-24 13:41:05 +00:00
drochner
1297a031d5 update to 0.6.1.3
changes: bugfixes
2009-10-24 13:13:19 +00:00
tnn
b23b779496 Set ALT_PACKAGE_PATH so it works with ${PREFIX} != /usr/pkg
Doesn't seem to be used anywhere, but the build system bombs if the
directory doesn't exist.
2009-10-24 13:11:01 +00:00
drochner
6d862b3ca8 update to 0.6.18
changes:
-bugfixes
-sped up exif_content_fix()
-improved MakerNote support for Pentax, Casio, Epson, Olympus/Sanyo
-New API entry point: exif_loader_get_buf()
-documentation improvements
-thread safety improvements
-translation updates
2009-10-24 13:09:05 +00:00
drochner
e45932b9c7 update to 2.28.0
This switches to the gnome-2.28 release branch.
2009-10-24 13:00:04 +00:00
drochner
6215423bec update to 2.28.1
This switches to the gnome-2.28 release branch.
2009-10-24 12:52:32 +00:00
drochner
3ec4f35a9e update to 2.18.4
This switches to the gnome-2.28 release branch.
2009-10-24 12:51:42 +00:00
drochner
e2a2e51013 update to 2.28.1
This switches to the gnome-2.28 release branch.
2009-10-24 12:50:49 +00:00
drochner
cd1b1c2706 update to 0.22.2
This switches to the gnome-2.28 release branch.
2009-10-24 12:49:59 +00:00
sno
551f6a528f Added devel/p5-Data-Peek version 0.27 2009-10-24 08:38:39 +00:00
sno
0b58578fdc Importing devel/p5-Data-Peek with perl module Data::Peek v0.27.
Modified and extended wrapper functions to make debugging more
pleasureable.
2009-10-24 08:37:36 +00:00
asau
6502d4126d MPICH is obsolete, MPICH2 1.4 doesn't exist yet. 2009-10-23 22:31:01 +00:00
asau
62ecccc824 Added parallel/openpa version 1.0.1 2009-10-23 22:27:30 +00:00
asau
1e69136405 Import OpenPA 1.0.1 as parallel/openpa.
OpenPA is open source, highly-portable library that provides
atomic primitives (and related constructs) for high performance,
concurrent software.
2009-10-23 21:57:20 +00:00
tnn
ff2b89aad2 Drop MAKE_JOBS_SAFE=no. Was updated a while back; MAKE_JOBS=16 works. 2009-10-23 18:41:02 +00:00
drochner
e8cb5cff94 pkgsrc pulseaudio is too old, so some volume control features
stay inactive -- disable so that we don't get surprises if someone
updates pulseaudio
2009-10-23 17:09:25 +00:00
tnn
50f13a4bf2 Fix qt4-tools build on Linux by adding -ldl to LDFLAGS.
From Ondrej Tuma in PR pkg/37688
XXX I think -ldl should go into the generated libQtCore.la instead,
but I lack sufficient clue how to make that happen.
2009-10-23 15:47:09 +00:00
taca
89c7c407f3 Note update of www/typolight27-translations package to 20091023. 2009-10-23 14:40:15 +00:00
taca
8f20a83caa Update www/typolight27-translations package to 20091023.
* Update Japanese translation files.
2009-10-23 14:39:10 +00:00