Commit graph

172574 commits

Author SHA1 Message Date
bsiegert
a702f8677a Update version in Makefile 2011-06-18 22:43:34 +00:00
bsiegert
a63326713a Merge bmake-20110606, regenerate catman page 2011-06-18 22:39:46 +00:00
ryoon
ca05afb1ab Remove quvi 2011-06-18 22:21:41 +00:00
ryoon
8e6e5b5ad9 Updated net/quvi to 0.2.17 2011-06-18 22:21:02 +00:00
ryoon
41b4a8ce28 Delete commented-out lines. 2011-06-18 22:20:13 +00:00
bsiegert
ed78fca6b3 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.
2011-06-18 22:18:21 +00:00
ryoon
38b3ad2a27 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
2011-06-18 22:18:13 +00:00
bsiegert
e0e1b45d71 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.
2011-06-18 22:17:55 +00:00
brook
a6197441a3 Add tex-forloop 2011-06-18 16:36:54 +00:00
brook
ac923c9cc0 Added print/tex-forloop version 3.0 2011-06-18 16:27:14 +00:00
brook
24c720f466 Initial revision. 2011-06-18 16:05:21 +00:00
wiz
aefff3e6ae Added wm/bmpanel2 version 2.1pre1 2011-06-18 15:34:22 +00:00
wiz
11129fbc03 Add upstream bug report. 2011-06-18 15:34:08 +00:00
wiz
8bfc8860f7 Added wm/wbar version 2.2.2 2011-06-18 15:31:36 +00:00
wiz
97096a2633 + bmpanel2. 2011-06-18 15:31:16 +00:00
wiz
0703c279df 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).
2011-06-18 15:30:59 +00:00
wiz
6b9abc7ece + wbar. 2011-06-18 15:16:41 +00:00
wiz
a95efb35d6 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.
2011-06-18 15:16:24 +00:00
wiz
227ed84cc4 + Transmission-2.31 [pkg/45063], asymptote-2.11, clutter-1.6.16,
ghc-7.0.4, gnome-commander-1.2.8.12, gtk2-2.24.5, hdf5-1.8.7,
  octave-3.4.1, pan-0.135, png-1.5.4beta06, quvi-0.2.17, solfege-3.20.0,
  vcdimager-0.7.24, webmin-1.550 [pkg/45066]
2011-06-18 14:15:36 +00:00
wiz
7d0ac29770 Updated pkgtools/pkglint to 4.101 2011-06-18 10:45:41 +00:00
wiz
465a81356d Recognize PY_PATCHLIST and add py27 and py31 to python versions.
Welcome to pkglint-4.101!
2011-06-18 10:45:32 +00:00
wiz
1a669f92cc Added wm/py-tyle version 0.7.5 2011-06-18 10:44:57 +00:00
wiz
e35c404481 + py-tyle. 2011-06-18 10:44:43 +00:00
wiz
2eae6ac76b 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.
2011-06-18 10:44:24 +00:00
shattered
66a32f9e36 Fix build with python option. 2011-06-18 10:40:33 +00:00
shattered
0d857ca95a 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".
2011-06-18 10:01:28 +00:00
taca
c6b9726896 Note addition of devel/ruby-rspec-rails version 2.6.1. 2011-06-18 04:18:33 +00:00
taca
d743548425 Add and enable ruby-rspec-rails. 2011-06-18 04:05:14 +00:00
taca
811f720534 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)
2011-06-18 04:03:39 +00:00
taca
57696abb57 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.
2011-06-18 04:00:51 +00:00
taca
04796d9280 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.
2011-06-18 03:56:28 +00:00
taca
f2b2681222 Add and enable ruby-rspec-core, ruby-rspec-expectations and ruby-rspec-mocks. 2011-06-18 03:50:44 +00:00
taca
e7a760e56f 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)
2011-06-18 03:47:40 +00:00
taca
857297a727 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)
2011-06-18 03:46:40 +00:00
taca
2bab578f49 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)
2011-06-18 03:45:15 +00:00
taca
dc069ca0af Small correction of dependency's pattern. 2011-06-18 03:31:07 +00:00
taca
f2085a1875 Remove unneeded dependency. No PKGREVISION bump with short time slot. 2011-06-18 03:29:27 +00:00
taca
3f84f44957 Add and enable ruby-rspec-rails1. 2011-06-18 03:24:44 +00:00
taca
b3f9324d8c Note addition of devel/ruby-rspec-rails1 version 1.3.2. 2011-06-18 03:21:18 +00:00
taca
02fd323620 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
2011-06-18 03:19:41 +00:00
taca
0ddb49f930 Add and enable ruby-rspec1. 2011-06-18 03:05:50 +00:00
taca
fce9737fff Import devel/ruby-rspec as devel/ruby-rspec1. 2011-06-18 03:05:19 +00:00
obache
2123b671ff Updated databases/gigabase to 3.82 2011-06-18 02:45:27 +00:00
obache
dc799a2326 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
2011-06-18 02:45:13 +00:00
taca
9c84443fee Note update of devel/ruby-rspec package to 1.3.2. 2011-06-18 02:24:37 +00:00
taca
0983d229b4 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)
2011-06-18 02:23:24 +00:00
taca
7771b12d6a Note update of two ruby thrift related pacakges:
devel/ruby-thrift		0.6.0
	devel/ruby-thrift_client	0.6.2
2011-06-18 02:03:50 +00:00
taca
c627e342af 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
2011-06-18 02:02:09 +00:00
taca
4c4b206c31 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.
2011-06-18 02:01:06 +00:00
taca
0b34ab60eb 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
2011-06-18 01:54:20 +00:00