Commit Graph

62573 Commits

Author SHA1 Message Date
jeremy
4d74a0a7ab Import ruby-home_run 0.9.4
home_run is an implementation of ruby's Date/DateTime classes in C, with
much better performance (20-200x) than the version in the standard
library, while being almost completely compatible.
2010-12-20 18:06:38 +00:00
jeremy
541475d5db Import ruby-mspec 1.5.17
MSpec is a specialized framework that is syntax-compatible with RSpec
for basic things like describe, it blocks and before, after actions.

MSpec contains additional features that assist in writing the RubySpecs
used by multiple Ruby implementations. Also, MSpec attempts to use the
simplest Ruby language features so that beginning Ruby implementations
can run it.
2010-12-20 18:06:00 +00:00
jeremy
b1b851b687 Import ruby-ffi-inliner 0.2.4
With ffi-inliner you can run C code within your ruby script:
* Mix C snippets in your Ruby code and gulp it on the fly!
* It's based on Ruby-FFI so the C code you inject is portable across
  Ruby implementations!
* Yep, it means that you can run it on JRuby too!
* Fast compilation through tcc
* But it can use the system's compiler (e.g. gcc) on those platforms
  that don't support tcc (e.g. OSX) or that don't have it installed
2010-12-20 18:05:12 +00:00
jeremy
1fed8cfbd5 Import ruby-ffi 0.6.3
Ruby-FFI is a ruby extension for programmatically loading dynamic
libraries, binding functions within them, and calling those functions
from Ruby code. Moreover, a Ruby-FFI extension works without changes on
Ruby and JRuby.

* It has a very intuitive DSL
* It supports all C native types
* It supports C structs (also nested), enums and global variables
* It supports callbacks
* It has smart methods to handle memory management of pointers and
  structs
2010-12-20 18:04:16 +00:00
jeremy
7e6626a95c Import ruby-rake-compiler 0.7.5
rake-compiler aims to help Gem developers deal with Ruby extensions,
simplifying code and reducing duplication.

It follows convention over configuration and sets a standardized
structure to build and package both C and Java extensions in your gems.

This is the result of experiences dealing with several Gems that
required native extensions across platforms and different user
configurations where details like portability and clarity of code were
lacking.
2010-12-20 18:03:17 +00:00
jeremy
e5881d646a Import ruby-mysql2 0.2.6
The Mysql2 gem is meant to serve the extremely common use-case of
connecting, querying and iterating on results. Some database libraries
out there serve as direct 1:1 mappings of the already complex C APIs
available. This one is not.
2010-12-20 18:00:52 +00:00
jeremy
1735e13fbe Import ruby-mysqlplus 0.1.2
An enhanced MySQL database driver. With support for async operations and
threaded database access.
2010-12-20 17:45:27 +00:00
jeremy
00d58d2b3f Import ruby-swift 0.7.2
Swift is a fast database API and ORM for ruby 1.9, featuring:
* Multiple databases.
* Prepared statements.
* Bind values.
* Transactions and named save points.
* EventMachine asynchronous interface.
* IdentityMap.
* Migrations.
2010-12-20 17:43:58 +00:00
jeremy
03f960d5d6 Import dbic++ 0.4.1, dependency of ruby-swift
dbic++ is a database client library written in C++ which comes with
support for PostgreSQL and MySQL. It's main features are:
* Simple API to maximize cross database support.
* Supports nested transactions.
* Auto reconnect, re-prepare & execute statements again unless inside
  a transaction.
* Provides APIs for async queries and a simple reactor API built on
  libevent.
2010-12-20 17:39:55 +00:00
jeremy
579020bb6e Import ruby-do_postgres 0.10.2
PostgreSQL plugin for DataObjects.
2010-12-20 17:37:39 +00:00
jeremy
0e85305bea Import ruby-do_mysql 0.10.2
MySQL plugin for DataObjects.
2010-12-20 17:36:22 +00:00
jeremy
99c97501a8 Import ruby-amalgalite 0.15.0
Amalgalite embeds the SQLite database engine in a ruby extension. There
is no need to install SQLite separately.
2010-12-20 17:34:10 +00:00
jeremy
f36e8d1cb6 Import ruby-arrayfields 4.7.0
allow keyword access to array instances.  arrayfields works by adding
only a few methods to arrays, namely #fields= and fields, but the
#fields= method is hooked to extend an array on a per object basis.  in
otherwords __only__ those arrays whose fields are set will have
auto-magical keyword access bestowed on them - all other arrays remain
unaffected.  arrays with keyword access require much less memory when
compared to hashes/objects and yet still provide fast lookup and
preserve data order.
2010-12-20 17:32:49 +00:00
jeremy
127980ac4e Bump ruby-pg version to 0.10.0, add patch so that it continues to
work on rubinius.
2010-12-20 17:31:08 +00:00
jeremy
3c204b76fd Bump ruby-sinatra version to 1.1.0.
Permission given from landry@ and espie@ to commit ruby ports without
OKs.
2010-12-20 17:28:43 +00:00
espie
d876093129 old forgotten PKG_SPEC commit 2010-12-20 16:39:53 +00:00
ajacoutot
833cdce03c Mention bug report in patch, no pkg change. 2010-12-20 15:53:05 +00:00
jasper
cbb202bd32 - bugfix update of gnome-doc-utils to 0.20.3 2010-12-20 15:04:50 +00:00
ajacoutot
391b9471d9 Some rewording a tweaks. 2010-12-20 14:43:42 +00:00
ajacoutot
0ee0c3fc8e Update to cyrus-imapd-2.4.6. 2010-12-20 14:39:31 +00:00
espie
746282fe00 pass PORTSDIR to pkg_create so that it can check more things 2010-12-20 13:05:40 +00:00
jasper
f990e3ac9f Add .pp to the list of extensions for Pascal source files. 2010-12-20 12:02:12 +00:00
ajacoutot
d24e29e17a Better README. 2010-12-20 11:41:43 +00:00
ajacoutot
6f5418df70 Extend README.
Remove rc_pre and rc_post, uscanner(4) is disabled by default.
2010-12-20 11:40:39 +00:00
ajacoutot
cddf86404d Unbreak ulpt(4) printing.
Add libusb support. Bring a patch from upstream bug DB that allows for
both ulpt(4) and libusb based devices to work without the need for
separate packages.

Remove the useless rc patch (we provide our own).

Move MESSAGE to README and extend it.
2010-12-20 11:39:48 +00:00
robert
ccf6c7110a Update to 3.3.0rc2 and remove all patches, they are all commited upstream 2010-12-20 09:07:48 +00:00
ajacoutot
abbe07858a Update to cherokee-1.0.14.
From Fernando Quintero (maintainer).
Several fixes/tweaks as well as the rc script added by myself.
2010-12-20 07:51:58 +00:00
jasper
1093ac66e0 - update p5-Geo-TigerLine to 0.03 2010-12-20 00:00:33 +00:00
jasper
a99e60ff20 - update p5-Set-IntRange to 5.2
- fix comment
2010-12-20 00:00:21 +00:00
jasper
0f9c81596a - update p5-Data-OptList to 0.106 2010-12-19 23:55:59 +00:00
jasper
6a85be81dc - update p5-Config-General to 2.50 2010-12-19 23:51:46 +00:00
jasper
8ffa0755a4 - update p5-Convert-PEM to 0.11 2010-12-19 23:46:55 +00:00
jasper
710e2e0cd4 - update p5-Cache-Mmap to 0.11 2010-12-19 23:46:32 +00:00
jasper
106fb396c6 - update sdl-gfx to 2.0.22
* fixes seg. faults in wormux

from brad
2010-12-19 23:37:10 +00:00
landry
5df7e33f34 +p5-Unicode-LineBreak 2010-12-19 22:46:12 +00:00
landry
06b011a434 Import p5-Unicode-LineBreak, needed by an upcoming mail/sympa update:
This package provide the following perl modules:
* Text::LineFold - Line Folding for Plain Text
* Unicode::GCString - String as Sequence of UAX #29 Grapheme Clusters
* Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm
2010-12-19 22:45:32 +00:00
kili
7c3917463e Update to docbook-4.5 (adding docbook-xml-4.5).
ok sthen@ (whe sent the same diff some time ago), jasper@
2010-12-19 22:11:56 +00:00
jasper
4b64f776f1 - fix install on clean system 2010-12-19 22:03:47 +00:00
jasper
166014b6cb - update scrypt to 1.1.6
from marius ROMAN
2010-12-19 21:54:51 +00:00
rpointel
2b540fe84e Add my coordinates to geo/openbsd-developers.
ok landry@
2010-12-19 20:36:38 +00:00
rpointel
8c9f1066fc Update to aria2 1.10.8.
ok landry@ (thanks for my first commit!)
2010-12-19 20:25:59 +00:00
jeremy
4b911d4b0e Bump after iconv patch added by tedu 2010-12-19 19:27:49 +00:00
shadchin
bd642d3769 Update to 2.4.2.
ok jasper@
2010-12-19 18:17:55 +00:00
ajacoutot
74c717b40b Bugfix update to f-spot-0.8.2. 2010-12-19 18:13:44 +00:00
jasper
8db4aa5e8e master site can be flaky sometimes, add a mirror 2010-12-19 17:47:46 +00:00
jasper
b80c63e1c9 - update hs-blade-builder to 0.2.1.3 2010-12-19 17:43:30 +00:00
landry
fb2084e78d p5-MooseX-Has-Sugar and p5-MooseX-SemiAffordanceAccessor are runtime
dependencies, not only regress dependencies.
ok jasper@ (MAINTAINER)
2010-12-19 10:53:18 +00:00
ajacoutot
829f818673 Conflict with old version of vala.
spotted by landry@ while updating an oldie...
2010-12-19 10:25:05 +00:00
tedu
0be0a15a75 add patch to handle fact that openbsd iconv symbols have a lib prefix
ok jeremy
2010-12-18 21:13:46 +00:00
robert
da74bff08f sort 2010-12-18 13:19:40 +00:00