pkgsrcv2.git
13 years agoMerge from vendor branch TNF:
taca [Sun, 19 Jun 2011 03:17:32 +0000 (03:17 +0000)]
Merge from vendor branch TNF:
Importing ruby-bcrypt version 2.1.4 package.

bcrypt() is a sophisticated and secure hash algorithm designed by The
OpenBSD project for hashing passwords. bcrypt-ruby provides a simple,
humane wrapper for safely handling passwords.

= bcrypt-ruby

An easy way to keep your users' passwords secure.

* http://bcrypt-ruby.rubyforge.org/
* http://github.com/codahale/bcrypt-ruby/tree/master

== Why you should use bcrypt

If you store user passwords in the clear, then an attacker who steals
a copy of your database has a giant list of emails and passwords. Some
of your users will only have one password -- for their email account,
for their banking account, for your application. A simple hack could
escalate into massive identity theft.

It's your responsibility as a web developer to make your web
application secure -- blaming your users for not being security
experts is not a professional response to risk.

bcrypt allows you to easily harden your application against these
kinds of attacks.

13 years agoImporting ruby-bcrypt version 2.1.4 package.
taca [Sun, 19 Jun 2011 03:17:32 +0000 (03:17 +0000)]
Importing ruby-bcrypt version 2.1.4 package.

bcrypt() is a sophisticated and secure hash algorithm designed by The
OpenBSD project for hashing passwords. bcrypt-ruby provides a simple,
humane wrapper for safely handling passwords.

= bcrypt-ruby

An easy way to keep your users' passwords secure.

* http://bcrypt-ruby.rubyforge.org/
* http://github.com/codahale/bcrypt-ruby/tree/master

== Why you should use bcrypt

If you store user passwords in the clear, then an attacker who steals
a copy of your database has a giant list of emails and passwords. Some
of your users will only have one password -- for their email account,
for their banking account, for your application. A simple hack could
escalate into massive identity theft.

It's your responsibility as a web developer to make your web
application secure -- blaming your users for not being security
experts is not a professional response to risk.

bcrypt allows you to easily harden your application against these
kinds of attacks.

13 years agoFix build failure in akode-plugins-ffmpeg.
dholland [Sun, 19 Jun 2011 03:14:22 +0000 (03:14 +0000)]
Fix build failure in akode-plugins-ffmpeg.

13 years agoNote update of these pacakges:
taca [Sun, 19 Jun 2011 02:58:20 +0000 (02:58 +0000)]
Note update of these pacakges:

net/ruby-addressable 2.2.6
net/ruby-amqp 0.7.1
net/ruby-rubytter 1.4.2

13 years agoUpdate ruby-rubytter package to 1.4.2.
taca [Sun, 19 Jun 2011 02:52:44 +0000 (02:52 +0000)]
Update ruby-rubytter package to 1.4.2.

Changes are unknown.

13 years agoUpdate ruby-amqp package to 0.7.1.
taca [Sun, 19 Jun 2011 02:51:56 +0000 (02:51 +0000)]
Update ruby-amqp package to 0.7.1.

= Version 0.7.1

  * [BUG] AMQP gem no longer conflicts with Builder 2.1.2 on Ruby 1.9.
          All Ruby on Rails 3 users who run Ruby 1.9 are highly recommended
  to upgrade!

  * [API] AMQP::Exchange.default no longer caches exchange object between calls
          because it may lead to very obscure issues when channel that exchange was
  using is closed (due to connection loss, as part of test suite teardown
  or in any other way).

  * [API] AMQP::Exchange.default now accepts channel as a parameter.
  * [API] AMQP::Exchange#channel
  * [BUG] Basic.Return is not supported by amqp gem yet, but it should not result in obscure exceptions
  * [API] AMQP::Exchange#publish now supports content type overriding.
  * [API] Introduce AMQP::Exchange #durable?, #transient?, #auto_deleted? and #passive?
  * [API] Introduce AMQP::Channel#open?
  * [BUG] AMQP connection was considered established prematurely.
  * [API] MQ.logging is removed; please use AMQP.logging from now on.
  * [API] MQ::Queue class is deprecated; please use AMQP::Queue from now on.
  * [API] MQ::Exchange class is deprecated; please use AMQP::Exchange from now on.
  * [API] MQ class is deprecated; please use AMQP::Channel from now on.
  * [API] require "mq" is deprecated; please use require "amqp" from now on.

= Version 0.7
  * [BUG] Sync API for queues and exchanges, support for server-generated queues & exchange names (via semi-lazy collection).
  * [BUG] Sync API for MQ#close (Channel.Close) [issue #34].
  * [FEATURE] AMQP URL from majek's fork, with some fixes. Example: AMQP.start("amqps://")
  * [DEVELOP] Added some em-spec-based specs, bin/irb, Gemfile.
  * [FEATURE] Added MQ::Exchange.default for the default exchange.
  * [FEATURE] Raise an exception if we're trying to use Basic.Reject with RabbitMQ.
  * [FEATURE] Fail if an entity is re-declared with different options.
  * [BUG] Don't reconnect if the credentials are wrong.
  * [BUG] Fixed an exception which occurred when Queue#bind was called synchronously with a callback.
  * [DEVELOPMENT] Added a lot of specs (Bacon replaced by rSpec 2).

13 years agoUpdate ruby-addressable package to 2.2.6.
taca [Sun, 19 Jun 2011 02:50:20 +0000 (02:50 +0000)]
Update ruby-addressable package to 2.2.6.

## Addressable 2.2.6
- changed the way ambiguous paths are handled
- fixed bug with frozen URIs
- https supported in heuristic parsing

## Addressable 2.2.5
- 'parsing' a pre-parsed URI object is now a dup operation
- introduced conditional support for libidn
- fixed normalization issue on ampersands in query strings
- added additional tests around handling of query strings

## Addressable 2.2.4
- added origin support from draft-ietf-websec-origin-00
- resolved issue with attempting to navigate below root
- fixed bug with string splitting in query strings

## Addressable 2.2.3
- added :flat_array notation for query strings

13 years agoComment previous.
dholland [Sun, 19 Jun 2011 02:32:52 +0000 (02:32 +0000)]
Comment previous.

13 years agoWork around broken build caused by libtool abuse: it uses automake's
dholland [Sun, 19 Jun 2011 02:30:17 +0000 (02:30 +0000)]
Work around broken build caused by libtool abuse: it uses automake's
INSTALL_PROGRAM on a script, which tries to strip the script and chokes.
So substitute the -s out.

13 years agoAdd USE_TOOLS+=bash:run, since it uses REPLACE_BASH on installed scripts.
dholland [Sun, 19 Jun 2011 02:26:10 +0000 (02:26 +0000)]
Add USE_TOOLS+=bash:run, since it uses REPLACE_BASH on installed scripts.
PKGREVISION -> 5.
XXX: not actually tested, let me know if it blows up.

13 years agoNeeds REPLACE_BASH like kdepim4. Add USE_TOOLS+=bash:run. PKGREVISION -> 10.
dholland [Sun, 19 Jun 2011 02:12:59 +0000 (02:12 +0000)]
Needs REPLACE_BASH like kdepim4. Add USE_TOOLS+=bash:run. PKGREVISION -> 10.
XXX: not actually tested, let me know if it blows up.

13 years agoNote update of these pacakges:
taca [Sun, 19 Jun 2011 01:50:34 +0000 (01:50 +0000)]
Note update of these pacakges:

misc/ruby-columnize 0.3.3
misc/ruby-commander 4.0.4
misc/ruby-daemons 1.1.4
misc/ruby-launchy 0.4.0

13 years agoUpdate ruby-launchy package to 0.4.0.
taca [Sun, 19 Jun 2011 01:49:27 +0000 (01:49 +0000)]
Update ruby-launchy package to 0.4.0.

= Launchy Changlog

== Version 0.4.0 - 2011-01-27

* Add support for file:/// schema (postmodern)

13 years agoUpdate ruby-daemons package to 1.1.4.
taca [Sun, 19 Jun 2011 01:48:39 +0000 (01:48 +0000)]
Update ruby-daemons package to 1.1.4.

= Daemons Release History

== Release 1.1.4: June 17, 2011

* Do not change the umask to 0000 when daemonizing anymore, just leave it as it
  was (thanks to Jon Botelho).

== Release 1.1.3: April 14, 2011

* Fixed a bug in Application.stop: the cached pid number needs to
  be used to check for the status of a killed process (thanks to Jimmy Sieben).

== Release 1.1.2: March 29, 2011

* Fixed gemspec to include all needed files.

== Release 1.1.1: March 29, 2011

* Make the logging facilities work in :mode => :none (i.e. when calling
  Daemons.daemonize) (thanks to the input from Peter Hegedus).

13 years agoUpdate ruby-commander package to 4.0.4.
taca [Sun, 19 Jun 2011 01:47:47 +0000 (01:47 +0000)]
Update ruby-commander package to 4.0.4.

4.0.4 / 2011-04-04
==================

  * Fixed program(:key) behavior for non-Array keys like name, version, description under Ruby 1.9
  * All specs should pass under Ruby 1.9 now

4.0.3 / 2010-04-06
==================

  * Fixed global_option which was consuming arguments when not expected. Closes #22

13 years agoUpdate ruby-columnize package to 0.3.3.
taca [Sun, 19 Jun 2011 01:46:47 +0000 (01:46 +0000)]
Update ruby-columnize package to 0.3.3.

0.3.3 June 12, 2011 Fleetwood release

- More general but simpler inteface using an options
  hash. Compatibility is maintaind though.

13 years agoNote update of math/ruby-spreadsheet package to 0.6.5.4.
taca [Sun, 19 Jun 2011 01:42:53 +0000 (01:42 +0000)]
Note update of math/ruby-spreadsheet package to 0.6.5.4.

13 years agoUpdate ruby-spreadsheet package to 0.6.5.4.
taca [Sun, 19 Jun 2011 01:42:09 +0000 (01:42 +0000)]
Update ruby-spreadsheet package to 0.6.5.4.

=== 0.6.5.4 / 18.4.2011

* Updated worksheet.rb according to the Patch of Bj\8fªª¢ùrn Andersson.

  * https://gist.github.com/925007#file_test.patch
  * http://url.ba/09p9

13 years agoCHECK_INTERPRETER_SKIP
dholland [Sun, 19 Jun 2011 01:41:32 +0000 (01:41 +0000)]
CHECK_INTERPRETER_SKIP

13 years agoNote update of:
taca [Sun, 19 Jun 2011 01:40:13 +0000 (01:40 +0000)]
Note update of:
graphics/ruby-gnuplot pacakge to 2.3.6,
graphics/ruby-mini-magick package to 3.3.

13 years agoUpdate ruby-mini-magick pacakge to 3.3.
taca [Sun, 19 Jun 2011 01:38:58 +0000 (01:38 +0000)]
Update ruby-mini-magick pacakge to 3.3.

Changes are unknown.

13 years agoUpdate ruby-gnuplot pakage to 2.3.6.
taca [Sun, 19 Jun 2011 01:37:30 +0000 (01:37 +0000)]
Update ruby-gnuplot pakage to 2.3.6.

2.3.6
 * Cleanup readme (thanks blambeau again, really, for the snippets)

2.3.5
 * Cleanup readme, add examples as real code files (thanks blambeau!)

13 years agoREPLACE_PERL
dholland [Sun, 19 Jun 2011 01:28:28 +0000 (01:28 +0000)]
REPLACE_PERL

13 years agoREPLACE_PERL
dholland [Sun, 19 Jun 2011 01:14:53 +0000 (01:14 +0000)]
REPLACE_PERL

13 years agoThis also uses glib2 directly at least when configuring. It's not clear
dholland [Sun, 19 Jun 2011 00:49:59 +0000 (00:49 +0000)]
This also uses glib2 directly at least when configuring. It's not clear
if any of the installed binaries really do, but better to be safe.
PKGREVISION -> 9.

13 years agoNeeds glib2 as a direct dependency. PKGREVISION -> 12.
dholland [Sun, 19 Jun 2011 00:48:57 +0000 (00:48 +0000)]
Needs glib2 as a direct dependency. PKGREVISION -> 12.

13 years agoFix build problem with ruby18-base. It was a kind of bootstrap
taca [Sun, 19 Jun 2011 00:48:24 +0000 (00:48 +0000)]
Fix build problem with ruby18-base.  It was a kind of bootstrap
problem with rdoc itself.  Noted by dholland@.

13 years agoNote update of bmake
bsiegert [Sat, 18 Jun 2011 22:45:08 +0000 (22:45 +0000)]
Note update of bmake

13 years agoUpdate version in Makefile
bsiegert [Sat, 18 Jun 2011 22:43:34 +0000 (22:43 +0000)]
Update version in Makefile

13 years agoMerge bmake-20110606, regenerate catman page
bsiegert [Sat, 18 Jun 2011 22:39:46 +0000 (22:39 +0000)]
Merge bmake-20110606, regenerate catman page

13 years agoRemove quvi
ryoon [Sat, 18 Jun 2011 22:21:41 +0000 (22:21 +0000)]
Remove quvi

13 years agoUpdated net/quvi to 0.2.17
ryoon [Sat, 18 Jun 2011 22:21:02 +0000 (22:21 +0000)]
Updated net/quvi to 0.2.17

13 years agoDelete commented-out lines.
ryoon [Sat, 18 Jun 2011 22:20:13 +0000 (22:20 +0000)]
Delete commented-out lines.

13 years agoUpdate to 0.2.17
ryoon [Sat, 18 Jun 2011 22:18:13 +0000 (22:18 +0000)]
Update to 0.2.17

* PCRE is not needed anymore.

Changlog:
0.2.17  Fri Jun 17 2011  Toni Gundogdu

Changes: dist
    - Remove --enable-verbose-test, set TEST_VERBOSE for same effect
    - Rewrite doc/ files for NaturalDocs and place under doc/nd/
    - Add doc/nd/ with NaturalDocs formatted text files
        - These are not installed with quvi, see also --with-doc below
    - Bump libcurl prerequisite to 7.18.2 (#58)
    - Rename --with-man -> --with-manual
    - Remove --with-doc
        - Apart from doc/man1/quvi.1, nothing is installed from doc/
        - See also --with-manual

Changes: API
    - Mark QUVIOPT_WRITEFUNCTION as deprecated (removed in 0.2.20)
        - Remove QUVI_WRITEFUNC_ABORT
        - Remove quvi_callback_write
    - Rewrite header files to use NaturalDocs comments instead
        - Move function descriptions to src/lib/*_api.c
    - Add quvi_query_formats

Changes: quvi
    - Make minor changes to "--support arg" output
    - Add --query-formats

Changes: Webscripts
    - academicearth.lua: Rewrite to redirect to Blip
    - collegehumor.lua: Add support for dorkly (#55)
        - Thanks to Lionel Elie Mamane for the original patch
    - vimeo.lua: Handle player.vimeo.com URLs (#56)
        - Thanks Lionel

Fixes: Webscripts
    - bikeradar.lua: Title parsing

13 years agoMerge from vendor branch BMAKE:
bsiegert [Sat, 18 Jun 2011 22:18:21 +0000 (22:18 +0000)]
Merge from vendor branch BMAKE:
Import bmake-20110606. Many changes, among them:

  - unit-tests/modts now works on MirBSD
  - meta mode
  - ApplyModifiers: when we parse a variable which is not the entire modifier
    string, or not followed by ':', do not consider it as containing modifiers.
  - when long modifiers fail to match, check sysV style.
  - :hash - cheap 32bit hash of value
  - :localtime, :gmtime - use value as format string for strftime.
  - fix for use after free() in CondDoExists().
  - boot-strap (TOOL_DIFF): aparently at least on linux distro
    formats the output of 'type' differently - so eat any "()"
  - correct sysV substitution handling of empty lhs and variable
  - correct exists() check for dir with trailing /
  - correct handling of modifiers for non-existant variables during evaluation
    of conditionals.
  - fix for incorrect .PARSEDIR when .OBJDIR is re-computed after makefiles
    have been read.
  - fix example of :? modifier in man page.
  - sigcompat.c: convert to ansi so we can use higher warning levels.
  - parse.c: SunOS 5.8 at least does not have MAP_FILE
  - use mmap(2) if available, for reading makefiles
  - to ensure unit-tests results match, need to control LC_ALL as well as LANG.
  - if stale dependency is an IMPSRC, search via .PATH
  - machine.sh: like os.sh, allow for uname -p producing useless drivel
  - boot-strap: document configure knobs for meta and filemon.

13 years agoImport bmake-20110606. Many changes, among them: BMAKE
bsiegert [Sat, 18 Jun 2011 22:18:21 +0000 (22:18 +0000)]
Import bmake-20110606. Many changes, among them:

  - unit-tests/modts now works on MirBSD
  - meta mode
  - ApplyModifiers: when we parse a variable which is not the entire modifier
    string, or not followed by ':', do not consider it as containing modifiers.
  - when long modifiers fail to match, check sysV style.
  - :hash - cheap 32bit hash of value
  - :localtime, :gmtime - use value as format string for strftime.
  - fix for use after free() in CondDoExists().
  - boot-strap (TOOL_DIFF): aparently at least on linux distro
    formats the output of 'type' differently - so eat any "()"
  - correct sysV substitution handling of empty lhs and variable
  - correct exists() check for dir with trailing /
  - correct handling of modifiers for non-existant variables during evaluation
    of conditionals.
  - fix for incorrect .PARSEDIR when .OBJDIR is re-computed after makefiles
    have been read.
  - fix example of :? modifier in man page.
  - sigcompat.c: convert to ansi so we can use higher warning levels.
  - parse.c: SunOS 5.8 at least does not have MAP_FILE
  - use mmap(2) if available, for reading makefiles
  - to ensure unit-tests results match, need to control LC_ALL as well as LANG.
  - if stale dependency is an IMPSRC, search via .PATH
  - machine.sh: like os.sh, allow for uname -p producing useless drivel
  - boot-strap: document configure knobs for meta and filemon.

13 years agoRepo copy files
repo-copy [Sat, 18 Jun 2011 19:45:15 +0000 (19:45 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Sat, 18 Jun 2011 19:45:14 +0000 (12:45 -0700)]
Fixup fromcvs/togit conversion

13 years agoAdd tex-forloop
brook [Sat, 18 Jun 2011 16:36:54 +0000 (16:36 +0000)]
Add tex-forloop

13 years agoAdded print/tex-forloop version 3.0
brook [Sat, 18 Jun 2011 16:27:14 +0000 (16:27 +0000)]
Added print/tex-forloop version 3.0

13 years agoRemove mistakenly committed work files.
brook [Sat, 18 Jun 2011 16:23:17 +0000 (16:23 +0000)]
Remove mistakenly committed work files.

13 years agoInitial revision.
brook [Sat, 18 Jun 2011 16:05:24 +0000 (16:05 +0000)]
Initial revision.

13 years agoMerge from vendor branch TNF:
brook [Sat, 18 Jun 2011 16:05:24 +0000 (16:05 +0000)]
Merge from vendor branch TNF:
Initial revision.

13 years agoAdded wm/bmpanel2 version 2.1pre1
wiz [Sat, 18 Jun 2011 15:34:22 +0000 (15:34 +0000)]
Added wm/bmpanel2 version 2.1pre1

13 years agoAdd upstream bug report.
wiz [Sat, 18 Jun 2011 15:34:08 +0000 (15:34 +0000)]
Add upstream bug report.

13 years agoAdded wm/wbar version 2.2.2
wiz [Sat, 18 Jun 2011 15:31:36 +0000 (15:31 +0000)]
Added wm/wbar version 2.2.2

13 years ago+ bmpanel2.
wiz [Sat, 18 Jun 2011 15:31:16 +0000 (15:31 +0000)]
+ bmpanel2.

13 years agoInitial import of bmpanel2-2.1pre1:
wiz [Sat, 18 Jun 2011 15:30:59 +0000 (15:30 +0000)]
Initial import of bmpanel2-2.1pre1:

Nice NETWM-compatible panel for X11. Features:

* Look'n'feel customization via themes.
* A bunch of widgets: desktop switcher, taskbar, launchbar, systray,
  clock, decor, empty.
* Pseudo-transparency support.
* Written in C with speed and clarity in mind.
* Small number of dependencies, briefly: glib2, cairo, pango,
  libX11.
* Small memory footprint (about 2-4 megabytes).
* Small executable (80 kilobytes at the moment).

13 years agoMerge from vendor branch TNF:
wiz [Sat, 18 Jun 2011 15:30:59 +0000 (15:30 +0000)]
Merge from vendor branch TNF:
Initial import of bmpanel2-2.1pre1:

Nice NETWM-compatible panel for X11. Features:

* Look'n'feel customization via themes.
* A bunch of widgets: desktop switcher, taskbar, launchbar, systray,
  clock, decor, empty.
* Pseudo-transparency support.
* Written in C with speed and clarity in mind.
* Small number of dependencies, briefly: glib2, cairo, pango,
  libX11.
* Small memory footprint (about 2-4 megabytes).
* Small executable (80 kilobytes at the moment).

13 years ago+ wbar.
wiz [Sat, 18 Jun 2011 15:16:41 +0000 (15:16 +0000)]
+ wbar.

13 years agoInitial import of wbar-2.2.2.
wiz [Sat, 18 Jun 2011 15:16:24 +0000 (15:16 +0000)]
Initial import of wbar-2.2.2.

Just a simple and highly customizable quick-launch tool.

Features
* It's coded in C++
* It uses Imlib2 to do the image processing
* It rides just on top of Xlib, no other toolkits.

13 years agoMerge from vendor branch TNF:
wiz [Sat, 18 Jun 2011 15:16:24 +0000 (15:16 +0000)]
Merge from vendor branch TNF:
Initial import of wbar-2.2.2.

Just a simple and highly customizable quick-launch tool.

Features
* It's coded in C++
* It uses Imlib2 to do the image processing
* It rides just on top of Xlib, no other toolkits.

13 years agoRepo copy files
repo-copy [Sat, 18 Jun 2011 14:53:30 +0000 (14:53 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Sat, 18 Jun 2011 13:50:16 +0000 (06:50 -0700)]
Fixup fromcvs/togit conversion

13 years agoUpdated pkgtools/pkglint to 4.101
wiz [Sat, 18 Jun 2011 10:45:41 +0000 (10:45 +0000)]
Updated pkgtools/pkglint to 4.101

13 years agoRecognize PY_PATCHLIST and add py27 and py31 to python versions.
wiz [Sat, 18 Jun 2011 10:45:32 +0000 (10:45 +0000)]
Recognize PY_PATCHLIST and add py27 and py31 to python versions.
Welcome to pkglint-4.101!

13 years agoAdded wm/py-tyle version 0.7.5
wiz [Sat, 18 Jun 2011 10:44:57 +0000 (10:44 +0000)]
Added wm/py-tyle version 0.7.5

13 years ago+ py-tyle.
wiz [Sat, 18 Jun 2011 10:44:43 +0000 (10:44 +0000)]
+ py-tyle.

13 years agoInitial import of py-tyle-0.7.5:
wiz [Sat, 18 Jun 2011 10:44:25 +0000 (10:44 +0000)]
Initial import of py-tyle-0.7.5:

PyTyle is a manual tiling manager that can slide into any EWMH
compliant window manager, inspired by XMonad. It will allow you to
enable/disable tiling on a per screen per workspace basis, and
continually tile your windows.

Features include:
* Built in multi-monitor support (using Xinerama)
* Continuous tiling behavior similar to that of XMonad.
* Manual tiling on a per screen per workspace basis. Have tiling
  on one screen/workspace and not the other.
* Comes pre-packaged with a variety of tiling layouts ready for
  use. Also, PyTyle's object oriented design makes it incredibly easy
  to add or customize your own tiling layouts.
* Some configuration options include:
  * Adding margins on a per-screen basis (to force PyTyle to ignore
    docks/panels).
  * Tell PyTyle to ignore certain windows from tiling.
  * Configure defaults layouts on a per screen per workspace basis.
  * Completely customize all of PyTyle's key bindings.
* Dynamically reload configuration file.

13 years agoMerge from vendor branch TNF:
wiz [Sat, 18 Jun 2011 10:44:25 +0000 (10:44 +0000)]
Merge from vendor branch TNF:
Initial import of py-tyle-0.7.5:

PyTyle is a manual tiling manager that can slide into any EWMH
compliant window manager, inspired by XMonad. It will allow you to
enable/disable tiling on a per screen per workspace basis, and
continually tile your windows.

Features include:
* Built in multi-monitor support (using Xinerama)
* Continuous tiling behavior similar to that of XMonad.
* Manual tiling on a per screen per workspace basis. Have tiling
  on one screen/workspace and not the other.
* Comes pre-packaged with a variety of tiling layouts ready for
  use. Also, PyTyle's object oriented design makes it incredibly easy
  to add or customize your own tiling layouts.
* Some configuration options include:
  * Adding margins on a per-screen basis (to force PyTyle to ignore
    docks/panels).
  * Tell PyTyle to ignore certain windows from tiling.
  * Configure defaults layouts on a per screen per workspace basis.
  * Completely customize all of PyTyle's key bindings.
* Dynamically reload configuration file.

13 years agoFix build with python option.
shattered [Sat, 18 Jun 2011 10:40:33 +0000 (10:40 +0000)]
Fix build with python option.

13 years agoPR/38038 -- update to ifp-line 0.3. Changes:
shattered [Sat, 18 Jun 2011 10:01:28 +0000 (10:01 +0000)]
PR/38038 -- update to ifp-line 0.3.  Changes:

0.3:
    * autotooled
    * Add iconv(3) support.
      ifp-line can transfer file with non-ASCII filename.
    * Add "version" command.  Show ifp-line's version.
    * ifp-1XX can download MP3/WMA/ASF to PC!
      Firmware version 3.23 and later required.

0.2.4.7:
    * Print "help" message before opening the iFP device
    and add -h/-help/--help options.

0.2.4.6:
    * Bug fix release.
    * Beta version of N10 firmware update support (not tested).
    * Fix bug with older versions of libusb.
    * Fix "ifp get" behavioir with non-existant file.

0.2.4.5:
    * Bug fix release.
    * Fix behavior of "ifp download VOICE somedir" and "ifp get VOICE".
    * Fix bug of "ifp put /path/to/music.mp3".

13 years agoNote addition of devel/ruby-rspec-rails version 2.6.1.
taca [Sat, 18 Jun 2011 04:18:33 +0000 (04:18 +0000)]
Note addition of devel/ruby-rspec-rails version 2.6.1.

13 years agoAdd and enable ruby-rspec-rails.
taca [Sat, 18 Jun 2011 04:05:14 +0000 (04:05 +0000)]
Add and enable ruby-rspec-rails.

13 years agoImporting rspec-rails version 2.6.1, it is for Ruby on Rails 3.
taca [Sat, 18 Jun 2011 04:03:39 +0000 (04:03 +0000)]
Importing rspec-rails version 2.6.1, it is for Ruby on Rails 3.

# rspec-rails-2

rspec-2 for rails-3 with lightweight extensions to each

NOTE: rspec-2 does _not_ support rails-2. Use rspec-rails-1.3.x for rails-2.

## Documentation

* [Cucumber features](http://relishapp.com/rspec/rspec-rails/v/2-0)
* [RDoc](http://rubydoc.info/gems/rspec-rails/2.0.1/frames)

13 years agoMerge from vendor branch TNF:
taca [Sat, 18 Jun 2011 04:03:39 +0000 (04:03 +0000)]
Merge from vendor branch TNF:
Importing rspec-rails version 2.6.1, it is for Ruby on Rails 3.

# rspec-rails-2

rspec-2 for rails-3 with lightweight extensions to each

NOTE: rspec-2 does _not_ support rails-2. Use rspec-rails-1.3.x for rails-2.

## Documentation

* [Cucumber features](http://relishapp.com/rspec/rspec-rails/v/2-0)
* [RDoc](http://rubydoc.info/gems/rspec-rails/2.0.1/frames)

13 years agoNote update of ruby-rspec 2.6.0 related pacakges, addition of:
taca [Sat, 18 Jun 2011 04:00:51 +0000 (04:00 +0000)]
Note update of ruby-rspec 2.6.0 related pacakges, addition of:

devel/ruby-rspec-core 2.6.4
        devel/ruby-rspec-expectations 2.6.0
        devel/ruby-rspec-mocks 2.6.0

And update of devel/ruby-rspec package to 2.6.0.

13 years agoUpdate ruby-rspec package to 2.6.0.
taca [Sat, 18 Jun 2011 03:56:28 +0000 (03:56 +0000)]
Update ruby-rspec package to 2.6.0.

This is newer major release which support Ruby on Rails 3.
So, please refer its web site in detail: http://relishapp.com/rspec.

13 years agoAdd and enable ruby-rspec-core, ruby-rspec-expectations and ruby-rspec-mocks.
taca [Sat, 18 Jun 2011 03:50:44 +0000 (03:50 +0000)]
Add and enable ruby-rspec-core, ruby-rspec-expectations and ruby-rspec-mocks.

13 years agoImporting ruby-rspec-mocks version 2.6.0, part of ruby-rspec 2.6.0.
taca [Sat, 18 Jun 2011 03:47:40 +0000 (03:47 +0000)]
Importing ruby-rspec-mocks version 2.6.0, part of ruby-rspec 2.6.0.

Behaviour Driven Development for Ruby

# RSpec Mocks

rspec-mocks provides a test-double framework for rspec including support
for method stubs, fakes, and message expectations.

## Documentation

* [Cucumber features](http://relishapp.com/rspec/rspec-mocks/v/2-0)
* [RDoc](http://rubydoc.info/gems/rspec-mocks/2.0.1/frames)

13 years agoMerge from vendor branch TNF:
taca [Sat, 18 Jun 2011 03:47:40 +0000 (03:47 +0000)]
Merge from vendor branch TNF:
Importing ruby-rspec-mocks version 2.6.0, part of ruby-rspec 2.6.0.

Behaviour Driven Development for Ruby

# RSpec Mocks

rspec-mocks provides a test-double framework for rspec including support
for method stubs, fakes, and message expectations.

## Documentation

* [Cucumber features](http://relishapp.com/rspec/rspec-mocks/v/2-0)
* [RDoc](http://rubydoc.info/gems/rspec-mocks/2.0.1/frames)

13 years agoImporting ruby-rspec-expectations version 2.6.0, part of ruby-rspec 2.6.0.
taca [Sat, 18 Jun 2011 03:46:40 +0000 (03:46 +0000)]
Importing ruby-rspec-expectations version 2.6.0, part of ruby-rspec 2.6.0.

Behaviour Driven Development for Ruby

# RSpec Expectations

rspec-expectations adds `should` and `should_not` to every object and includes
RSpec::Matchers, a library of standard matchers.

## Documentation

* [Cucumber features](http://relishapp.com/rspec/rspec-expectations)
* [RDoc](http://rubydoc.info/gems/rspec-expectations/2.4.0/frames)

13 years agoMerge from vendor branch TNF:
taca [Sat, 18 Jun 2011 03:46:40 +0000 (03:46 +0000)]
Merge from vendor branch TNF:
Importing ruby-rspec-expectations version 2.6.0, part of ruby-rspec 2.6.0.

Behaviour Driven Development for Ruby

# RSpec Expectations

rspec-expectations adds `should` and `should_not` to every object and includes
RSpec::Matchers, a library of standard matchers.

## Documentation

* [Cucumber features](http://relishapp.com/rspec/rspec-expectations)
* [RDoc](http://rubydoc.info/gems/rspec-expectations/2.4.0/frames)

13 years agoImporting ruby-rspec-core version 2.6.4, part of ruby-rspec 2.6.0.
taca [Sat, 18 Jun 2011 03:45:16 +0000 (03:45 +0000)]
Importing ruby-rspec-core version 2.6.4, part of ruby-rspec 2.6.0.

Behaviour Driven Development for Ruby

# RSpec Core

RSpec Core provides the structure for writing executable examples of how your
code should behave.

## Documentation

* [Cucumber features](http://relishapp.com/rspec/rspec-expectations)
* [RDoc](http://rubydoc.info/gems/rspec-expectations/2.4.0/frames)

13 years agoMerge from vendor branch TNF:
taca [Sat, 18 Jun 2011 03:45:16 +0000 (03:45 +0000)]
Merge from vendor branch TNF:
Importing ruby-rspec-core version 2.6.4, part of ruby-rspec 2.6.0.

Behaviour Driven Development for Ruby

# RSpec Core

RSpec Core provides the structure for writing executable examples of how your
code should behave.

## Documentation

* [Cucumber features](http://relishapp.com/rspec/rspec-expectations)
* [RDoc](http://rubydoc.info/gems/rspec-expectations/2.4.0/frames)

13 years agoSmall correction of dependency's pattern.
taca [Sat, 18 Jun 2011 03:31:07 +0000 (03:31 +0000)]
Small correction of dependency's pattern.

13 years agoRemove unneeded dependency. No PKGREVISION bump with short time slot.
taca [Sat, 18 Jun 2011 03:29:27 +0000 (03:29 +0000)]
Remove unneeded dependency.  No PKGREVISION bump with short time slot.

13 years agoAdd and enable ruby-rspec-rails1.
taca [Sat, 18 Jun 2011 03:24:44 +0000 (03:24 +0000)]
Add and enable ruby-rspec-rails1.

13 years agoNote addition of devel/ruby-rspec-rails1 version 1.3.2.
taca [Sat, 18 Jun 2011 03:21:18 +0000 (03:21 +0000)]
Note addition of devel/ruby-rspec-rails1 version 1.3.2.

13 years agoImporting ruby-rspec-rails version 1.3.2 as devel/ruby-rspec-rails1.
taca [Sat, 18 Jun 2011 03:19:42 +0000 (03:19 +0000)]
Importing ruby-rspec-rails version 1.3.2 as devel/ruby-rspec-rails1.
This is only works with Ruby on Rails 2.

RSpec is a Behaviour Driven Development framework for Ruby.  It provides
two frameworks for writing and executing examples of how your Ruby
application should behave:

  * a Story Framework for describing behaviour at the application level
  * a Spec Framework for describing behaviour at the object level

13 years agoMerge from vendor branch TNF:
taca [Sat, 18 Jun 2011 03:19:42 +0000 (03:19 +0000)]
Merge from vendor branch TNF:
Importing ruby-rspec-rails version 1.3.2 as devel/ruby-rspec-rails1.
This is only works with Ruby on Rails 2.

RSpec is a Behaviour Driven Development framework for Ruby.  It provides
two frameworks for writing and executing examples of how your Ruby
application should behave:

  * a Story Framework for describing behaviour at the application level
  * a Spec Framework for describing behaviour at the object level

13 years agoAdd and enable ruby-rspec1.
taca [Sat, 18 Jun 2011 03:05:50 +0000 (03:05 +0000)]
Add and enable ruby-rspec1.

13 years agoImport devel/ruby-rspec as devel/ruby-rspec1.
taca [Sat, 18 Jun 2011 03:05:19 +0000 (03:05 +0000)]
Import devel/ruby-rspec as devel/ruby-rspec1.

13 years agoMerge from vendor branch TNF:
taca [Sat, 18 Jun 2011 03:05:19 +0000 (03:05 +0000)]
Merge from vendor branch TNF:
Import devel/ruby-rspec as devel/ruby-rspec1.

13 years agoUpdated databases/gigabase to 3.82
obache [Sat, 18 Jun 2011 02:45:27 +0000 (02:45 +0000)]
Updated databases/gigabase to 3.82

13 years agoUpdate gigabase to 3.82.
obache [Sat, 18 Jun 2011 02:45:13 +0000 (02:45 +0000)]
Update gigabase to 3.82.
per maintainer update request by PR#45076.

--- Release version 3.80 15.12.2010 -------------------------------------
1. Fix bug with preserving indices
2. Replace sprintf with strcat in ClassDescriptor constructor to avoid problems
   in SymbianOS
3. Fix problem with std_tmp_allocator in xml.cpp

--- Release version 3.81 29.03.2011 -------------------------------------
1. Change return type of select method to be able to selcet more than 2Gb
   records
2. Patch of SubSQL HTML dump done by Christen Volker improving visualisation of
   large arrays
3. Visual Studio 10 compatibilty fixes

--- Release version 3.82 06.05.2011 -------------------------------------
1. Fix bug with scheduled incremental backup
2. Fix namespace support

13 years agoNote update of devel/ruby-rspec package to 1.3.2.
taca [Sat, 18 Jun 2011 02:24:37 +0000 (02:24 +0000)]
Note update of devel/ruby-rspec package to 1.3.2.

13 years agoUpdate ruby-rspec pacakge to 1.3.2, latest 1.3.x.
taca [Sat, 18 Jun 2011 02:23:24 +0000 (02:23 +0000)]
Update ruby-rspec pacakge to 1.3.2, latest 1.3.x.

=== Version 1.3.2 / 2011-04-11

* Enhancements
  * Raise a meaningful error when an argument-scoped stub is called with the
    wrong args (Alexey)
  * Dev: ignore .rbc files (Myron Marston)

* Bug fixes
  * Fix regression in which an expectation should return the value from a
    previously defined stub of the same method (Tom Stuart)
  * Support heckling class methods (Dan Kubb)
  * Only try to pass messages to the superclass if the superclass responds to
    the method (Andrew Selder)

13 years agoNote update of two ruby thrift related pacakges:
taca [Sat, 18 Jun 2011 02:03:50 +0000 (02:03 +0000)]
Note update of two ruby thrift related pacakges:

devel/ruby-thrift 0.6.0
devel/ruby-thrift_client 0.6.2

13 years agoUpdate ruby-thrift_client package to 0.6.2.
taca [Sat, 18 Jun 2011 02:02:09 +0000 (02:02 +0000)]
Update ruby-thrift_client package to 0.6.2.

v0.6.2 Remove lingering thrift v0.5.0 reference.

v0.6.1 Add connect timeout. Bump thrift dependency to ~> v0.6.0.

v0.6.0 Fix bug where we'd try to mark the current server down when we didn't have a current server.
Upgrade to thrift 0.5.

v0.5.0 Add support for wrapping exceptions, so that Thrift::Foo can become Greeter::Foo.
Make server_retry_period work the way you expect.
Better bookkeeping around marking servers as dead.

v0.4.7 fix thrift gem dependency

13 years agoUpdate ruby-thrift pacakge to 0.6.0.
taca [Sat, 18 Jun 2011 02:01:06 +0000 (02:01 +0000)]
Update ruby-thrift pacakge to 0.6.0.

* pkgsrc change: Update HOMEPAGE since priveous one isn't available.

* Catch up to libthrift-0.6.1.

13 years agoNote update of several ruby packages:
taca [Sat, 18 Jun 2011 01:54:20 +0000 (01:54 +0000)]
Note update of several ruby packages:

devel/ruby-mocha 0.9.12
devel/ruby-parser 2.0.6
devel/ruby-parsetree 3.0.7
devel/ruby-pathname2 1.6.4

13 years agoUpdate ruby-pathname2 package to 1.6.4.
taca [Sat, 18 Jun 2011 01:51:40 +0000 (01:51 +0000)]
Update ruby-pathname2 package to 1.6.4.

== 1.6.4 - 20-Jan-2011
* Explicitly remove the Pathname const if it is already defined in order
  to avoid a superclass mismatch error. This library assumes that if you
  require pathname2, you want my version of the Pathname class.
* Updated URI handling for Ruby 1.9.x.
* Added the Pathname() method, a synonym for Pathname.new.
* Some Rakefile and gemspec tweaks.
* Some updates to the test suite, including some specifically for Windows 7.

13 years agoUpdate ruby-parsetree package to 3.0.7.
taca [Sat, 18 Jun 2011 01:50:36 +0000 (01:50 +0000)]
Update ruby-parsetree package to 3.0.7.

=== 3.0.7 / 2011-02-18

* 1 bug fix:

  * Fixed odd error cropping up from heckle w/ attr methods (raggi)

13 years agoUpdate ruby-parser package to 2.0.6.
taca [Sat, 18 Jun 2011 01:49:18 +0000 (01:49 +0000)]
Update ruby-parser package to 2.0.6.

=== 2.0.6 / 2011-02-18

* 1 minor enhancement:

  * Switched to hoe's racc plugin to clean up rakefile and builds

* 1 bug fix:

  * Fixed empty =begin/end.

13 years agoUpdate ruby-mocha package to 0.9.12.
taca [Sat, 18 Jun 2011 01:47:54 +0000 (01:47 +0000)]
Update ruby-mocha package to 0.9.12.

= 0.9.12 ()
* Make Mocha's tests pass under Ruby 1.9.2 i.e. using MiniTest. One of the main issues was that we were not parsing stacktraces on MiniTest errors comprehensively enough.
* Avoid 'circular require considered harmful' warning when running Mocha's tests in Ruby 1.9.2
* Make performance tests work on Ruby 1.9.2 i.e. using MiniTest.
* Declare rake as a *development* dependency with newer versions of Rubygems since it's only needed to carry out developer-related tasks.

= 0.9.11 (1613ed2267fef5927ea06adfdbcf512b89eadaad)
* Added explicit support for minitest v1.5.0 to v2.0.2.
* Make testable by rubygems-test.
* Update links to my blog and make other links consistent.
* Added a URI parameter matcher that ignores the order of query parameters so that tests can be independent of undefined hash ordering (patch by Paul Battley).
* Include unexpected invocation in failure message and change the language slightly to make the failure message less confusing. See http://floehopper.lighthouseapp.com/projects/22289/tickets/52.
* No need to create regular expression every time the BacktraceFilter#filtered method is called. See http://floehopper.lighthouseapp.com/projects/22289-mocha/tickets/66.

13 years agoRepo copy files
repo-copy [Sat, 18 Jun 2011 01:44:16 +0000 (01:44 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Sat, 18 Jun 2011 01:44:15 +0000 (18:44 -0700)]
Fixup fromcvs/togit conversion

13 years agoRepo copy files
repo-copy [Fri, 17 Jun 2011 19:50:31 +0000 (19:50 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Fri, 17 Jun 2011 19:50:30 +0000 (12:50 -0700)]
Fixup fromcvs/togit conversion