pkgsrcv2.git
13 years agoMerge from vendor branch TNF:
taca [Sun, 19 Jun 2011 07:36:15 +0000 (07:36 +0000)]
Merge from vendor branch TNF:
Importing ruby-fssm package version 0.2.7.  It is needed by newer
ruby-compass pacakge.

The File System State Monitor keeps track of the state of any number
of paths and will fire events when said state changes
(create/update/delete). FSSM supports using FSEvents on MacOS, Inotify
on GNU/Linux, and polling anywhere else.

13 years agoImporting ruby-fssm package version 0.2.7. It is needed by newer
taca [Sun, 19 Jun 2011 07:36:15 +0000 (07:36 +0000)]
Importing ruby-fssm package version 0.2.7.  It is needed by newer
ruby-compass pacakge.

The File System State Monitor keeps track of the state of any number
of paths and will fire events when said state changes
(create/update/delete). FSSM supports using FSEvents on MacOS, Inotify
on GNU/Linux, and polling anywhere else.

13 years agoAdd conflict pattern between ruby18 and ruby19.
taca [Sun, 19 Jun 2011 07:34:55 +0000 (07:34 +0000)]
Add conflict pattern between ruby18 and ruby19.

13 years agoAdd and enable ruby-sass.
taca [Sun, 19 Jun 2011 07:34:09 +0000 (07:34 +0000)]
Add and enable ruby-sass.

13 years agoImporting ruby-sass package version 3.1.2. It is required by newer
taca [Sun, 19 Jun 2011 07:31:57 +0000 (07:31 +0000)]
Importing ruby-sass package version 3.1.2.  It is required by newer
ruby-compass pacakge.

# Sass

**Sass makes CSS fun again**. Sass is an extension of CSS3,
adding nested rules, variables, mixins, selector inheritance, and more.
It's translated to well-formatted, standard CSS
using the command line tool or a web-framework plugin.

Sass has two syntaxes. The new main syntax (as of Sass 3)
is known as "SCSS" (for "Sassy CSS"),
and is a superset of CSS3's syntax.
This means that every valid CSS3 stylesheet is valid SCSS as well.
SCSS files use the extension `.scss`.

The second, older syntax is known as the indented syntax (or just "Sass").
Inspired by Haml's terseness, it's intended for people
who prefer conciseness over similarity to CSS.
Instead of brackets and semicolons,
it uses the indentation of lines to specify blocks.
Although no longer the primary syntax,
the indented syntax will continue to be supported.
Files in the indented syntax use the extension `.sass`.

13 years agoMerge from vendor branch TNF:
taca [Sun, 19 Jun 2011 07:31:57 +0000 (07:31 +0000)]
Merge from vendor branch TNF:
Importing ruby-sass package version 3.1.2.  It is required by newer
ruby-compass pacakge.

# Sass

**Sass makes CSS fun again**. Sass is an extension of CSS3,
adding nested rules, variables, mixins, selector inheritance, and more.
It's translated to well-formatted, standard CSS
using the command line tool or a web-framework plugin.

Sass has two syntaxes. The new main syntax (as of Sass 3)
is known as "SCSS" (for "Sassy CSS"),
and is a superset of CSS3's syntax.
This means that every valid CSS3 stylesheet is valid SCSS as well.
SCSS files use the extension `.scss`.

The second, older syntax is known as the indented syntax (or just "Sass").
Inspired by Haml's terseness, it's intended for people
who prefer conciseness over similarity to CSS.
Instead of brackets and semicolons,
it uses the indentation of lines to specify blocks.
Although no longer the primary syntax,
the indented syntax will continue to be supported.
Files in the indented syntax use the extension `.sass`.

13 years agoNote addition of graphics/ruby-chunky_png version 1.2.0.
taca [Sun, 19 Jun 2011 07:30:30 +0000 (07:30 +0000)]
Note addition of graphics/ruby-chunky_png version 1.2.0.

13 years agoAdd and enable ruby-chunky_png.
taca [Sun, 19 Jun 2011 07:29:48 +0000 (07:29 +0000)]
Add and enable ruby-chunky_png.

13 years agoImporting ruby-chunky_png version 1.2.0. It is required by newer version
taca [Sun, 19 Jun 2011 07:28:08 +0000 (07:28 +0000)]
Importing ruby-chunky_png version 1.2.0.  It is required by newer version
of www/ruby-compass.

= Chunky PNG

This library can read and write PNG files. It is written in pure Ruby for
maximum portability. Let me rephrase: it does NOT require RMagick or any other
memory leaking image library.

== Features
* Decodes any image that the PNG standard allows. This includes all standard
  color modes, all bit depths and all transparency, interlacing and
  filtering options.
* Encodes images supports all color modes (true color, grayscale and indexed)
  and transparency for all these color modes. The best color mode will be
  chosen automatically, based on the amount of used colors.
* R/W access to the image's pixels.
* R/W access to all image metadata that is stored in chunks.
* Memory efficient (uses a Fixnum, i.e. 4 or 8 bytes of memory per pixel,
  depending on the hardware)
* Reasonably fast for Ruby standards, by only using integer math and a highly
  optimized saving routine.
* Interoperability with RMagick if you really have to.

Also, have a look at OilyPNG at http://github.com/wvanbergen/oily_png.
OilyPNG is a mixin module that implements some of the ChunkyPNG algorithms
in C, which provides a massive speed boost to encoding and decoding.

13 years agoMerge from vendor branch TNF:
taca [Sun, 19 Jun 2011 07:28:08 +0000 (07:28 +0000)]
Merge from vendor branch TNF:
Importing ruby-chunky_png version 1.2.0.  It is required by newer version
of www/ruby-compass.

= Chunky PNG

This library can read and write PNG files. It is written in pure Ruby for
maximum portability. Let me rephrase: it does NOT require RMagick or any other
memory leaking image library.

== Features
* Decodes any image that the PNG standard allows. This includes all standard
  color modes, all bit depths and all transparency, interlacing and
  filtering options.
* Encodes images supports all color modes (true color, grayscale and indexed)
  and transparency for all these color modes. The best color mode will be
  chosen automatically, based on the amount of used colors.
* R/W access to the image's pixels.
* R/W access to all image metadata that is stored in chunks.
* Memory efficient (uses a Fixnum, i.e. 4 or 8 bytes of memory per pixel,
  depending on the hardware)
* Reasonably fast for Ruby standards, by only using integer math and a highly
  optimized saving routine.
* Interoperability with RMagick if you really have to.

Also, have a look at OilyPNG at http://github.com/wvanbergen/oily_png.
OilyPNG is a mixin module that implements some of the ChunkyPNG algorithms
in C, which provides a massive speed boost to encoding and decoding.

13 years agowxGTK28, wxGTK28-contrib, xfce4-exo, kdepim[34], geda
dholland [Sun, 19 Jun 2011 07:04:36 +0000 (07:04 +0000)]
wxGTK28, wxGTK28-contrib, xfce4-exo, kdepim[34], geda

13 years agoExplicitly disable groff configure test, so the html man pages don't
dholland [Sun, 19 Jun 2011 06:37:44 +0000 (06:37 +0000)]
Explicitly disable groff configure test, so the html man pages don't
randomly come and go. PKGREVISION -> 1.

13 years agoUpdated misc/libreoffice3-bin to 3.3.3
ryoon [Sun, 19 Jun 2011 06:13:34 +0000 (06:13 +0000)]
Updated misc/libreoffice3-bin to 3.3.3

13 years agoUpdate to 3.3.3
ryoon [Sun, 19 Jun 2011 06:12:27 +0000 (06:12 +0000)]
Update to 3.3.3

* Bug fix
* Translation update

13 years agoNot MAKE_JOBS_SAFE
dholland [Sun, 19 Jun 2011 05:59:25 +0000 (05:59 +0000)]
Not MAKE_JOBS_SAFE

13 years agoREPLACE_INTERPRETER+=WISH
dholland [Sun, 19 Jun 2011 05:33:45 +0000 (05:33 +0000)]
REPLACE_INTERPRETER+=WISH

13 years agoREPLACE_INTERPRETER+=WISH
dholland [Sun, 19 Jun 2011 05:29:24 +0000 (05:29 +0000)]
REPLACE_INTERPRETER+=WISH

13 years agoDon't build with -pedantic; it causes 32-bit builds to fail.
dholland [Sun, 19 Jun 2011 04:50:09 +0000 (04:50 +0000)]
Don't build with -pedantic; it causes 32-bit builds to fail.

13 years agoNote update of tex-oubraces{,-doc}.
minskim [Sun, 19 Jun 2011 04:44:16 +0000 (04:44 +0000)]
Note update of tex-oubraces{,-doc}.

13 years agoUpdate tex-oubraces{,-doc} to 2010.
minskim [Sun, 19 Jun 2011 04:43:45 +0000 (04:43 +0000)]
Update tex-oubraces{,-doc} to 2010.

Added copyright info.

13 years agoAdd tex-forloop-doc.
minskim [Sun, 19 Jun 2011 04:28:35 +0000 (04:28 +0000)]
Add tex-forloop-doc.

13 years agoImport tex-forloop-doc-3.0 as print/tex-forloop-doc.
minskim [Sun, 19 Jun 2011 04:27:45 +0000 (04:27 +0000)]
Import tex-forloop-doc-3.0 as print/tex-forloop-doc.

This is documentation for tex-forloop.

13 years agoMerge from vendor branch TNF:
minskim [Sun, 19 Jun 2011 04:27:45 +0000 (04:27 +0000)]
Merge from vendor branch TNF:
Import tex-forloop-doc-3.0 as print/tex-forloop-doc.

This is documentation for tex-forloop.

13 years agoTEXLIVE_USE_CTAN should be set in mk.conf, not in the package's Makefile.
minskim [Sun, 19 Jun 2011 04:26:38 +0000 (04:26 +0000)]
TEXLIVE_USE_CTAN should be set in mk.conf, not in the package's Makefile.

13 years agoUpdated net/mikutter to 0.0.3.9
obache [Sun, 19 Jun 2011 04:20:12 +0000 (04:20 +0000)]
Updated net/mikutter to 0.0.3.9

13 years agoUpdate mikutter to 0.0.3.9.
obache [Sun, 19 Jun 2011 04:19:56 +0000 (04:19 +0000)]
Update mikutter to 0.0.3.9.
While here, let to allow co-existence with ruby-escape package.

Improvements
* none
Fixes
* impossible to search with Japanese
* impossible to google search with Japanese
* fire shortcut key for tweet when typing search string
* memory leaks
* devours API with retrying tweet of keyed account that does not authenticat me
* not play sound on some platforms.

13 years agoNote update of these packages:
taca [Sun, 19 Jun 2011 03:57:21 +0000 (03:57 +0000)]
Note update of these packages:

www/ruby-css-parser 1.1.9
www/ruby-innate 2011.04
www/ramaze 2011.01.30

13 years agoUpdate ramaze package to 2011.01.30.
taca [Sun, 19 Jun 2011 03:56:24 +0000 (03:56 +0000)]
Update ramaze package to 2011.01.30.

Changes are too much to write here, please refer doc/CHANGELOG.

13 years agoUpdate ruby-innate package to 2011.04.
taca [Sun, 19 Jun 2011 03:55:11 +0000 (03:55 +0000)]
Update ruby-innate package to 2011.04.

[d05190a | 2011-04-19 02:37:16 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2011.04

[bacc603 | 2011-04-19 02:37:03 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Remove rubyforge release task

[05ccf96 | 2011-04-19 02:31:28 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Node::find_method must accept anything that responds to #to_s as method name

[8d4bfd0 | 2011-02-13 23:07:12 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Don't mention :state, it's gone

[2b3a9ca | 2011-01-26 06:12:26 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Version 2011.01

[6039ffa | 2010-12-11 13:58:04 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Adjust spec for changes in Rack

[5e30254 | 2010-09-17 10:58:10 UTC] Antti Tuomi <antti.tuomi@tkk.fi>

  * New method for Innate::Session, #resid!, that can be used to change the session key.

    The intent of the method is to allow changing session keys when user logs in
    to prevent certain session fixation attack vectors. #resid! moves all
    session data under a new session key and thus invalidates the old key.

    It is probably a good idea to explicitly reset the session data as well on
    login, but the necessity of this depends on the application.

[85d45ea | 2010-09-07 01:14:44 UTC] Lee Jarvis <injekt.me@gmail.com>

  * updated git url

[51eac73 | 2010-09-06 23:25:22 UTC] Lee Jarvis <injekt.me@gmail.com>

  * added gitignore

[32c943c | 2010-09-06 06:02:25 UTC] Lee Jarvis <injekt.me@gmail.com>

  * fixed pointless spec addition

[b180c1c | 2010-09-06 06:00:44 UTC] Lee Jarvis <injekt.me@gmail.com>

  * added specs for helper suffix

[c7fccc6 | 2010-09-06 05:50:45 UTC] Lee Jarvis <injekt.me@gmail.com>

  * removed send_file helper spec

[49c9963 | 2010-09-06 05:49:54 UTC] Lee Jarvis <injekt.me@gmail.com>

  * removed send_file from default helpers

[4ca7b0c | 2010-09-06 05:22:23 UTC] Lee Jarvis <injekt.me@gmail.com>

  * allow helper modules to be suffixed with 'helper'

    this allows us to create helpers which may have identical names as
    Models without having namespace conflicts

[7d8437e | 2010-08-26 15:12:26 UTC] Michael Fellinger <m.fellinger@gmail.com>

  * Support HttpOnly

[1183bca | 2010-08-20 14:15:58 UTC] Lee Jarvis <injekt.me@gmail.com>

  * moved send_file helper to ramaze

[6412640 | 2010-07-21 04:32:15 UTC] injekt <ljjarvis@gmail.com>

  * fixed readme formatting

[1ac3e6f | 2010-07-21 04:31:27 UTC] injekt <ljjarvis@gmail.com>

  * updated installation docs

13 years agoUpdate ruby-css-parser pacakge to 1.1.9.
taca [Sun, 19 Jun 2011 03:54:24 +0000 (03:54 +0000)]
Update ruby-css-parser pacakge to 1.1.9.

Changes are unknown.

13 years agoNote update of these packages:
taca [Sun, 19 Jun 2011 03:42:28 +0000 (03:42 +0000)]
Note update of these packages:

textproc/ruby-bluecloth 2.1.0
textproc/ruby-coderay 0.9.8
textproc/ruby-fastercsv 1.5.4
textproc/ruby-hpricot 0.8.4
textproc/ruby-redcloth 4.2.7
textproc/ruby-stringex 1.2.1

13 years agoUpdate ruby-stringex package to 1.2.1.
taca [Sun, 19 Jun 2011 03:40:08 +0000 (03:40 +0000)]
Update ruby-stringex package to 1.2.1.

Changes are unknown but encoding problem seems to be solved.

13 years agoUpdate ruby-redcloth package to 4.2.7.
taca [Sun, 19 Jun 2011 03:39:05 +0000 (03:39 +0000)]
Update ruby-redcloth package to 4.2.7.

== 4.2.7 / Febrary 10, 2011

* Fixed typo in gemspec to make case-sensitive require work. [Gabe da Silveira]
* Tested installing the gem and requiring it with both cases on Ubuntu 8.04, 10.10 and OS X Version 10.6.6.
* Have spaces around the en-dash in LaTeX [Benjamin Quorning]
* Turned double-quote close to smart quotes in LaTeX [Jonathan D. Blake]

=== 4.2.6 / February 9, 2011

* Add case-sensitive require back into the gemspec.
* Fix rdoc options in gemspec.

=== 4.2.5 / February 7, 2011

* Fix bundler and rubygems-test incompatibilities. Working around bug:
    https://github.com/carlhuda/bundler/issues/issue/1021

=== 4.2.4 / February 7, 2011

* Add .gemtest to opt-in to rubygems-test program (gem install rubygems-test to participate)
* Allow attributes to be set on hr and br tags [Jesse Stormier]
* Fix dangling <li> [Stephen Bannasch]
* Switch to bundler and rake-compiler for gem management/compilation
* Fix invalid YAML for Ruby 1.9.2 [Aaron Patterson]

13 years agoUpdate ruby-hpricot package to 0.8.4.
taca [Sun, 19 Jun 2011 03:38:21 +0000 (03:38 +0000)]
Update ruby-hpricot package to 0.8.4.

= 0.8.4
=== 28 February, 2011
* GH #21, #32, #33, #36: Fix for reported segfaults

13 years agoUpdate ruby-fastercsv package to 1.5.4.
taca [Sun, 19 Jun 2011 03:37:12 +0000 (03:37 +0000)]
Update ruby-fastercsv package to 1.5.4.

* pkgsrc change: allow to install with ruby19-base.

= Change Log

Below is a complete listing of changes for each revision of FasterCSV.

== 1.5.4

* Improved test coverage for the parser.
* Improved documentation.
* Fixed a bug that prevented <tt>^</tt> from being used as <tt>:quote_char</tt>.
* Switched from abort() to throwing exceptions on Ruby 1.9.

13 years agoUpdate ruby-coderay pacakge to 0.9.8.
taca [Sun, 19 Jun 2011 03:36:01 +0000 (03:36 +0000)]
Update ruby-coderay pacakge to 0.9.8.

Changes are unknown.

13 years agoUpdate ruby-bluecloth pacakge to 2.1.0.
taca [Sun, 19 Jun 2011 03:35:05 +0000 (03:35 +0000)]
Update ruby-bluecloth pacakge to 2.1.0.

Not complete but from History.md:

## 2.0.11 [2011-02-10] Michael Granger <ged@FaerieMUD.org>

Enhancements:

* gem-testers support
* Update to Discount 2.0.5

Bugfixes:

* Removed unnecessary requires from top-level file
* Fix for Windows devkit installs

## v2.0.10 [2011-02-09] Michael Granger <ged@FaerieMUD.org>

Enhancements:

Updated to Discount 2.0.4:
* Added configuration options for all of Discount's extensions.
* Worked around a Discount bug when rendering the same document twice (appends a \0)

13 years agoNote update of these packages:
taca [Sun, 19 Jun 2011 03:24:10 +0000 (03:24 +0000)]
Note update of these packages:

sysutils/ruby-directory-watcher 1.4.0
sysutils/ruby-facter 1.5.9

13 years agoUpdate ruby-facter package to 1.5.9.
taca [Sun, 19 Jun 2011 03:23:13 +0000 (03:23 +0000)]
Update ruby-facter package to 1.5.9.

1.5.9
=====
4de8b20 Updated CHANGELOG for 1.5.9rc6
cc67a01 Removed inappropriately uncredited Ohai method from ec2 fact
69f98da Add facter test for ticket 7039
f91c120 downcase arp output so that the ec2 arp is matched
a75f0f9 (#7039) Pre-load all facts when requesting a single fact
6b97242 Update CHANGELOG for 1.5.9rc5
acf0bb2 Ensures that ARP facts are returned only on EC2 hosts
76f544b Updated CHANGELOG for 1.5.9rc4
09b9f9b (#6795) Update tests to reflect changed exec
3db1cd0 Updated CHANGELOG for 1.5.9rc3
def3322 (#6795) xendomains: Ignore error output from xm list
f39d487 (#6763) Use Facter::Util::Resolution.exec for arp
3eb9410 arp: Cleanup indendation
50b9b3f Updated CHANGELOG for 1.5.9rc2
2fb8316 Clean up indentation, and alignment in macaddress_spec.rb
3f0a340 (#6716) fix facter issues on OSX with ipv6 in macaddress.rb.
43f82ef Update CHANGELOG for 1.5.9rc1
d62e079 Fixed #2346 - A much cleverer EC2 fact
0411d2e Fixed #2346 - Part 1: Added arp fact for Linux
5b6f4fa Discussion on ec2 facts - #2346
e917e1a Fixed #3087 - Identify VMWare
d0f0f63 (#6327) Memory facts should be available on Mac Darwin
458a22d Incremented release to 1.5.9
4eb64fe Fixed #6719 Typo
ffd80ac (#5011) Adds swap statistics for OSX
1207765 (#6719) Restricts virtualization types for zones
8d71db3 Fixed #6616 - Stubbing in VMware tests on Linux
aa959df Remove Solaris from the list of confined systems. It won't get the original lsb facts, and it's nonsensical too.
2e48e18 Fixed #6695 - Updated id fact for Darwin et al
d718af4 Fix #6679 - Added Scientific Linux to operatingsystem fact
dea6f78 Further fix to #5485 - SELinux facts
6d6d8da (#2721) Merged patch from Brane GraAnar
868e7ba (#5485) Made selinux_mode fact work
214da73 Fixed #5485 - Updated selinux_mode fact
ba2601f Fix for #6495 - Updated interface detection
93461d9 Fixed #5950 - Solaris ipaddress incorrect after bonding failure
2e06cdc (#6615) fix missing stub calls in loader specs
3c7841e (#5666) windows support for facter/id.rb
dd5d5bf (#4925) - MS Windows doesn't do man pages
52026ee Fixed #5699 - Added processorcount support for S390x
7dd730d Fixed #5699 - Added virtual support for s390x/Zlinux
d6ce08a Fixed #6611 - Fixed broken HPVM test and rationalised test structure
84fa3c4 (#6525) change semicolons to 'then' in case statement for ruby 1.9.2 compatibility
3e6217d Fixes #6521 and other Ruby 1.9 issues
eb5d6fc Fixed #6525 - Test failures on Ruby 1.9.x
cb25119 (#2270) add testing for the new ipaddress6 feature
ea29483 (#2270) add IPv6 support to facter core.
77eb512 (#2270) Remove DWIM code from ipaddress on Darwin.
f5bf0f5 (#6360) Flush Facter top level cache before every test case.
0d7a2e6 Fix #4755: add support for GNU/kFreeBSD platform where missing.
b88a088 (#5510) Facter should load custom fact definitions in filename order.
7a8be16 Refactor #6044 -- use _spec.rb as the pattern for spec tests.
b39f892 Refactor #6044 -- require spec_helper with a consistent path.
a4fe459 Refactor #6044 -- port testing to rspec2
af9134c (#5086) Try using kstat before falling back to 'who -b' to determine uptime.
cbbfe55 Refactor util/uptime.rb tests to reduce duplication using contexts
f0cc2c0 (#4575) win32 support for manufacturer, productname, & serialnumber
c40fc07 (#1423) Memory facts for Solaris
1985528 (#4754) Change is_virtual logic to not enumerate virtual types
739040f (#4754) Add support for Darwin and Parallels VM to "virtual" fact
9332f8a (#5325) Add tests for SPARC manufacturer and product name
5b561e3 (#5325) Manufacturer and product name on SPARC
9d99079 maint: Fix spec failures caused by having a space in the path to facter's source
89da001 maint: require rubygems so hudson can run the specs
1eef842 Maint: add "Local-branch:" info to mails sent by "rake mail_patches"
f007a9d (#4989) Add xendomains fact
1fa87a9 JSON support. Works in 1.9.1. Warnings in 1.9.2. LoadError on 1.8.7 for some reason
43e203c (#5040) fact virtual should detect hpvm
7cec60a (#5016) is_virtual should be true on solaris zones
f2e66b6 (#5031) Remove redundant puts from RDoc.usage
f4da528 maint: Fix merge error
d62b013 Issue #4889 Fact values should all be strings
07f186d [#4552] Updating --timing to report in milliseconds instead of seconds
1f387a5 [#4552] Apply patch from Dean Wilson
244d2f1 Better fix for Bug 4569: Uptime Fact is incorrect on Windows
11544c1 [#4289] operatingsystemrelease fact for oel, ovs
e6bfdf9 Fix for bug #4569
8c4d0cd (#4558) Fail with message on --help errors
7210429 [#4558] Refactor facter binary using optparse
b5c85de [#4563] Add a --trace option to the binary
ebcb81b [#4558] Refactor facter binary using optparse
b8b7123 (#4567) Remove unnecessary or non-portable redirects
7ecba71 (#4567) Retain detached HEAD state
1125e1e Make sure FreeBSD spec also works on systems that have /proc/cpuinfo.
889e150 Sync rpm spec file from Fedora/EPEL
725dce0 Rename Reductive Labs to Puppet Labs
ff473ef Updated signing rake task
a85f2b0 [#2865] Fix reporting of virtual facts
f67ec05 [#4567] Add ext/facter-diff to compare output of 2 versions
4050acc Removing stupid .DS_Store files :(
016cf03 [#3703] Fix macaddress fact for Darwin

13 years agoUpdate ruby-directory-watcher package to 1.4.0.
taca [Sun, 19 Jun 2011 03:22:03 +0000 (03:22 +0000)]
Update ruby-directory-watcher package to 1.4.0.

== 1.4.0 / 2011-03-15

Minor Enhancements
- added support for 'cool.io' [Jonathan Stott]

13 years agoNote addition of security/ruby-bcrypt version 2.1.4.
taca [Sun, 19 Jun 2011 03:20:31 +0000 (03:20 +0000)]
Note addition of security/ruby-bcrypt version 2.1.4.

13 years agoAdd and enable ruby-bcrypt.
taca [Sun, 19 Jun 2011 03:20:04 +0000 (03:20 +0000)]
Add and enable ruby-bcrypt.

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 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 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.