Commit graph

142407 commits

Author SHA1 Message Date
sno
5fb5797539 pkgsrc changes:
- Updating package for p5 module Catalyst::Controller::FormBuilder from
    0.04 to 0.05
  - Adjusting dependencies according to META.yml
  - Adjust home page and comment
  - Setting license to gnu-gpl-v2

Upstream changes:
0.05   08-05-09 15:12:26
    Change from NEXT to MRO::Compat. Remove unneeded Class::Accessor::Fast
    base classes (Chisel Wright)
2009-05-19 22:41:30 +00:00
wiz
20cb42b69c Remove unneeded patches to translations, so no PKGREVISION++. 2009-05-19 22:29:30 +00:00
sno
e1c9535863 Updated www/p5-Catalyst-Devel to 1.15 2009-05-19 22:26:30 +00:00
abs
49f2a04293 +PKG_DESTDIR_SUPPORT 2009-05-19 22:26:13 +00:00
sno
3fba372b3d pkgsrc changes:
- Updating package for p5 module Catalyst::Devel from 1.12 to 1.15
  - Adjusting dependencies according to META.yml

Upstream changes:
1.15    2009-05-13 20:02
        - Remove -p option for pid file, and restore it to the port number,
          as it should be -port|-p (t0m)
        - Document -pidfile in myapp_server.pl POD (t0m)

1.14_02 2009-05-11 04:29
        - Small changes to work with File::ChangeNotify 0.03.

1.14_01 2009-05-11 03:45
        - This release moves the restarter functionality into a new
          module Catalyst::Restarter, that is not a Catalyst Engine
          subclass.

          The new restarter is simpler and more reliable, because it
          does not try to test if a changed piece of code can be
          compiled. It simply restarts the server whenever it detects
          changes. This also makes it much faster.

          However, this does mean that the server can simply die when
          a changed file cannot compile. This is different than the
          old behavior, where the server remained running without
          incorporating the change.

          Finally, the new restarter relies on File::ChangeNotify,
          which is designed to accomodate per-OS methods of detecting
          changed files. As of this writing, it currently ships with a
          file watcher that uses inotify on Linux systems, and a
          default fallback class that does everything in pure Perl.

1.13    2009-05-11 02:50
        - add [-pidfile|-p] option for myapp_server.pl (caelum)
        - Bump dependency on Config::General (caelum)
        - On perls with c3 method dispatch, make sure Class::C3 is recent
          enough to not produce warnings if it is already installed (caelum)
        - add resources to META.yml (caelum)
2009-05-19 22:25:55 +00:00
sno
5a92919b06 Add forgotten module type to use Module::Build 2009-05-19 22:22:34 +00:00
abs
0314838500 +PKG_DESTDIR_SUPPORT 2009-05-19 22:21:48 +00:00
wiz
9a8e0d456a Remove unneeded patch. Add comment to another one. 2009-05-19 22:21:18 +00:00
sno
723e168ac2 Added devel/p5-File-ChangeNotify version 0.05 2009-05-19 22:17:09 +00:00
abs
5111f9edee +PKG_DESTDIR_SUPPORT 2009-05-19 22:16:08 +00:00
sno
d56359ee1e Importing package for p5 File::ChangeNotify 0.05 modules as dependency for
the scheduled p5-Catalyst-Devel update.

A File::ChangeNotify::Watcher class monitors a directory for changes made to
any file. A regular expression can be provided to filter out interesting
files.  It handles the addition of new subdirectories by adding them to the
watch list.
2009-05-19 22:16:00 +00:00
sno
6db38ea278 Added devel/p5-MooseX-SemiAffordanceAccessor version 0.03 2009-05-19 22:13:40 +00:00
sno
e0e9f200f0 Importing package for p5 module MooseX::SemiAffordanceAccessor 0.03 as
dependency of upcoming import for p5 module File::ChangeNotify (which is
a dependency for the scheduled p5-Catalyst-Devel update).

This module does not provide any methods. Simply loading it changes the
default naming policy for the loading class so that accessors are separated
into get and set methods. The get methods have the same name as the accessor,
while set methods are prefixed with "set_".
2009-05-19 22:12:19 +00:00
sno
d9a8a6edf9 Added devel/p5-MooseX-Params-Validate version 0.09 2009-05-19 22:04:32 +00:00
abs
439088630e +PKG_DESTDIR_SUPPORT 2009-05-19 22:03:44 +00:00
sno
32222ee7f7 Importing package for p5 module MooseX::Params::Validate 0.09 as dependency
of upcoming import for p5 module File::ChangeNotify (which is a dependency
for the scheduled p5-Catalyst-Devel update)

This module fills a gap in Moose by adding method parameter validation to
Moose. This is just one of many developing options, it should not be
considered the "official" one by any means though.
2009-05-19 22:02:21 +00:00
wiz
98be1d31c3 Updated sysutils/nautilus to 2.26.3nb1 2009-05-19 21:46:39 +00:00
wiz
2a13872781 Stop creating lib/nautilus/extensions-1.0, it's not needed any longer.
Include sysutils/desktop-file-utils/desktopdb.mk.

Bump PKGREVISION.
2009-05-19 21:46:23 +00:00
he
6b4c9ee367 Note update of lang/parrot to 1.1.0. 2009-05-19 21:42:32 +00:00
he
6ad20ae821 Update from version 1.0.0 to 1.1.0 (now that 1.2.0 is about to be released :)
Pkgsrc changes:
 o Add LICENSE setting (artistic-2.0)
 o Centralize version number setting
 o Assume that this supports user-destdir

Upstream changes:

- Core
  + Added op: load_language, find_caller_lex
  + socket IO are back as PMC
  + refactor some PMC: Hash, ManagedStruct
- Compiler
  + PGE
    - Allow \x, \c, and \o in enumerated character classes (incl ranges)
    - Add initial greedy-only version of **  quantifier
  + PCT
    - Add HLL source line bytecode annotations
    - Add another dumper format to assist syntax highlighters
    - Revise mk_language_shell.pl to updated create_language.pl
- Deprecations
  + Removed ops: gcd, exec, classname, need_finalize, runinterp, substr_r
  + Removed dynamic op: mul
  + Removed .HLL_map directive; use interp's .hll_map() instead
  + Removed PMCs: slice, bound_nci, ref
  + Removed Configure.pl option: --pmc
  + Removed PMC union struct
- Documentation
  + Book
    - Reorganization and many improvements & additions
- Tools
  + Add a parrot-fuzzer
- Miscellaneous
  + Improve Debian/Ubuntu package
  + various bugfixes, code cleanups, and coding standard fixes
2009-05-19 21:41:48 +00:00
wiz
8a8741e890 Remove unneeded patches. 2009-05-19 21:38:33 +00:00
sno
5d383aec3e pkgsrc changes:
- correct wrongly assumed dependency to Class::Factory::Util (see
    RT #46160)
2009-05-19 21:32:08 +00:00
sno
e66ea8a38d pkgsrc changes:
- Adjusting dependencies according to META.yml as result of wrong
    assumption (see RT #46160)
  - Setting license to gnu-gpl-v2
2009-05-19 21:29:55 +00:00
wiz
82fd63c7e2 Updated devel/gdl to 2.26.2 2009-05-19 21:24:00 +00:00
wiz
1a22273c1b Update to 2.26.2. Set LICENSE to gnu-gpl-v3.
Changes in 2.26.2:

* Translation updates (Greek, Belarusian, Valencian-Catalan)
2009-05-19 21:23:44 +00:00
sno
60513eb033 Updated devel/p5-Test-Inline to 2.209 2009-05-19 21:19:30 +00:00
sno
2ec040b2dc pkgsrc changes:
- Updating package Test::Inline from 2.208nb1 to 2.209
  - Setting license to gnu-gpl-v2
  - Adjusting dependency according to META.yml

Upstream changes:
2.209 Sub 19 Apr 2009
	- Updating to Module::Install 0.83
	- Perl depedency corrected to 5.006
2009-05-19 21:19:00 +00:00
obache
90bf3fcb62 Update subdir of MASTER_SITES (or may just /slrum/). 2009-05-19 21:16:27 +00:00
sno
5604eb1fda Updated devel/p5-String-Format to 1.16 2009-05-19 21:07:20 +00:00
sno
49be088891 pkgsrc changes:
- Updating package for p5 module String::Format from 1.15 to 1.16
  - Setting license to gnu-gpl-v2

Upstream changes:
  (RT 44984):
  String::Format 1.16 includes a license file, along with a few other changes.
2009-05-19 21:06:34 +00:00
wiz
6a490ee437 Updated sysutils/nautilus to 2.26.3 2009-05-19 20:35:46 +00:00
wiz
2e8a6bea14 Update to 2.26.3. Add commented out LICENSE (needs AND).
Major changes in 2.26.3 are:
* New translations
* Allow shift+return during typeahead find
* Some startup performance fixes
* Fix excessive whitespace on right hand size in zoomed icon view
2009-05-19 20:35:34 +00:00
wiz
e795085984 Updated multimedia/totem to 2.26.2 2009-05-19 20:19:27 +00:00
wiz
145aeb5bf4 Update to 2.26.2. Don't set LICENSE yet, it's GPL2 with an exception clause.
2.26.2:
* Add support for autohref, makes trailers on the Apple website
  work again
* Add the cache subtitles directory to the subtitle file selection
  dialogue's shortcuts
* Fix failure to save downloaded subtitles
* Fix resolve_uri returning an empty URI when trying to resolve
  with a base at the root of a webserver
2009-05-19 20:19:11 +00:00
wiz
dea73f3499 Fix destdir installation. 2009-05-19 20:18:29 +00:00
snj
48614c5346 Remove entries for rxvt-unicode and p5-Net-Twitter. 2009-05-19 19:46:41 +00:00
snj
d7dac15eee Updated x11/rxvt-unicode to 9.06nb1. 2009-05-19 19:42:30 +00:00
snj
bf66fea382 Add the upstream version of a patch submitted by Talor R Campbell in
PR pkg/38988 to fix a problem with socket control message ancillary data
alignment.

Bump PKGREVISION to 1.
2009-05-19 19:41:18 +00:00
sno
0f26c0ef83 Updated devel/p5-Storable to 2.20 2009-05-19 18:56:55 +00:00
snj
4429712e15 Updated net/youtube-dl to 20090513. 2009-05-19 18:55:32 +00:00
sno
e4a85b9655 pkgsrc changes:
- Updating package for p5 module Storable from 2.18nb1 to 2.20

Upstream changes since 2.18:
Mon May 18 09:38:20 IST 2009   Abhijit Menon-Sen <ams@toroid.org>

    Version 2.20

	Fix bug handling blessed references to overloaded objects, plus
	other miscellaneous fixes.

	(Version 2.19 was released with 5.8.9.)
2009-05-19 18:55:18 +00:00
snj
494b85c258 Update to 20090513.
Changes:
- Skip blank lines in batch file
- Minor documentation change
- Update and correct (format,extension) table for YouTube
- Added -b option and created option groups for help prompt
- Fixed ambiguity of multiple video option specifiers by dissalowing it;
  changed some sys.ext calls to parser.error
- Some consistency changes and ghost-file bugfix
- Move the -t and -l options to the filesystem group
- Add format 35 (flv) as second best in quality
- Add an "epoch" keyword to the output template
- Use store_const instead of append_const as the latter requires Python 2.5
2009-05-19 18:54:43 +00:00
minskim
976ad1caad Add eina. 2009-05-19 17:27:45 +00:00
minskim
35b0758c00 Import eina from pkgsrc-wip. Packaged by yazzy at yazzy dot org, and
updated by me.

Eina is a data types library that provides list, hash, etc.
2009-05-19 17:26:28 +00:00
wiz
7b923aa7d0 Updated multimedia/totem-pl-parser to 2.26.2 2009-05-19 15:32:52 +00:00
wiz
3ab99610bf Update to 2.26.2:
2.26.2:
- Fix relative paths resolution for a number of playlist types
- Implement support for non-unicode encodings in the XML parser
- Fix parsing of iTunes podcasts for recent Apple changes
- Fix incorrect parsing of non-metalink QuickTime files
2009-05-19 15:32:37 +00:00
wiz
ab3b12a6ba Line reordering so depend patterns are nearer to includes. 2009-05-19 15:19:26 +00:00
wiz
0bceada094 Updated fonts/gucharmap to 2.26.2 2009-05-19 15:18:39 +00:00
wiz
93f747a5d8 Update to 2.26.2. Add commented LICENSE line (needs gplv2 AND
unicode license).

Version 2.26.2
Add missing file
updated Greek translation for system-guide
Adding new Telegu Translations
Added Greek figures
Updated Spanish translation
Updated zh_CN translation.
2009-05-19 15:18:26 +00:00
wiz
adad761bb2 Updated pkgtools/url2pkg to 2.10 2009-05-19 15:17:39 +00:00