Commit graph

124359 commits

Author SHA1 Message Date
joerg
25637e137b Add an implement of timegm(3) from nsd (based on Python code). 2008-04-04 15:19:10 +00:00
jlam
ac415c64a5 Initial import of ruby18-activemerchant-1.3.2 as
finance/ruby-activemerchant.

Active Merchant is a Ruby library for dealing with credit cards,
payment processors and shipping.  It has a simple and unified API to
access dozens of different payment gateways with very different internal
APIs.
2008-04-04 15:19:08 +00:00
jlam
e8b610ff6e Update rubyforge to version 4.5.0. Changes from version 0.4.2 include:
+ Install as a Ruby gem.

* Update for Ruby 1.9.0.
* New type_id values will merge with extant data. (self-repairing data is Good)
* Scrape processor_ids, merging in with extant data.
* Default to "Other" if a file's type is unrecognized.
* Set mode on .rubyforge directory to 700.
* Fix fetching of user id when user has no releases.
2008-04-04 15:19:03 +00:00
jlam
bca06b970b Initial import of ruby18-ruby2ruby-1.1.8 as devel/ruby2ruby.
ruby2ruby provides a means of generating pure ruby code easily from
ParseTree's Sexps.  This makes making dynamic language processors much
easier in ruby than ever before.
2008-04-04 15:18:56 +00:00
jlam
993ca7ab3c Initial import of ruby18-validatable-1.6.7 as devel/ruby-validatable.
The validatable library can be included with any Ruby class and provide
validations similar to ActiveRecord's.  The library follows ActiveRecord's
lead for features that are similar and introduces new features.
2008-04-04 15:18:49 +00:00
jlam
b7e3044d8a Initial import of ruby18-test-spec-0.4.0 as devel/ruby-test-spec.
test/spec layers an RSpec-inspired interface on top of Test::Unit, so
you can mix TDD and BDD (Behavior-Driven Development).
2008-04-04 15:18:41 +00:00
jlam
38ccf0d5c1 Initial import of ruby18-rspec-1.1.3 as devel/ruby-rspec.
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
2008-04-04 15:18:33 +00:00
jlam
6ccd992495 Update ruby-rgl to version 0.3.1. Changes from version 0.2.3 include:
+ Install as a Ruby gem.

* All IDs for DOT objects, including names, options, and values, are
  now automatically quoted as necessary for graphviz.  Labels are
  handled specially in order to account for \l, \r, and \n sequences
  but are otherwise treated the same as other options.  Some changes
  were made in order to remove explicit quotes from labels which are
  no longer necessary.

* Removed backwards compatability method inject.

* DOTSimpleElement provides no useful function, so remove it

* Add support for the Mrecord shape to DOTNode.  Rewrite DOTNode#to_s
  to be easier to understand.  #Rewrite DOTPort to allow for nesting
  ports.

* DOTElement no longer sets the label unless the user explicitly sets
  one.

* Subgraphs must be identified by a "subgraph" header rather than a
  "graph" header

* Added equality test for graphs, added cycle locating.  Modified
  initialize to allow duplicating and merging of graphs.

* Assorted bug fixes.
2008-04-04 15:18:28 +00:00
jlam
61334e824b Initial import of ruby18-rcov-0.8.1.2.0 as devel/ruby-rcov.
Ruby-rcov is a code coverage tool for Ruby.  It is commonly used for
viewing overall test unit coverage of target code.  It features fast
execution (20-300 times faster than previous tools), multiple analysis
modes, XHTML and several kinds of text reports, easy automation with
Rake via a RcovTask, fairly accurate coverage information through code
linkage inference using simple heuristics, and colorblind-friendliness.
2008-04-04 15:18:21 +00:00
jlam
cb3175f93e Initial import of ruby18-parsetree-2.1.1 as devel/ruby-parsetree.
ParseTree is a C extension (using RubyInline) that extracts the parse
tree for an entire class or a specific method and returns it as a
s-expression (aka sexp) using ruby's arrays, strings, symbols, and
integers.
2008-04-04 15:18:14 +00:00
jlam
7c2f943c15 Initial import of ruby18-needle-1.3.0 as devel/ruby-needle.
Needle is a Dependency Injection/Inversion of Control container for
Ruby.  It supports both type-2 (setter) and type-3 (constructor)
injection.  It takes advantage of the dynamic nature of Ruby to provide
a rich and flexible approach to injecting dependencies.
2008-04-04 15:18:06 +00:00
jlam
14b4c60bbe Initial import of ruby18-mkrf-0.2.3 as devel/ruby-mkrf.
mkrf is a library for generating Rakefiles.  It is primarily for
building C extensions for Ruby, but will be able to be used for generic
Rakefile generation as well.  Main goals include simple use and reuse
in other projects.
2008-04-04 15:17:58 +00:00
joerg
f8bafbe7e8 Use inttypes.h, it is more portable and all that is needed here. 2008-04-04 15:17:51 +00:00
jlam
a54dbf5cef Initial import of ruby18-metaid-1.0 as devel/ruby-metaid.
MetAid adds a few innocent methods to Object and Module to make
metaprogramming easier.  For the lore of metaprogramming see Seeing
Metaclasses Clearly and Chapter Six of Why's (Poignant) Guide to Ruby.
2008-04-04 15:17:50 +00:00
jlam
f5daec1b4a Initial import of ruby18-logging-0.7.1 as devel/ruby-logging.
Logging is a flexible logging library for use in Ruby programs based
on the design of Java's log4j library.  It features a hierarchical
logging system, custom level names, multiple output destinations per
log event, custom formatting, and more.
2008-04-04 15:17:43 +00:00
jlam
26e0caa97b Initial import of ruby18-log4r-1.0.5 as devel/ruby-log4r.
Log4r is a comprehensive and flexible logging library written in Ruby
for use in Ruby programs.  It features a hierarchical logging system of
any number of levels, custom level names, logger inheritance, multiple
output destinations, execution tracing, custom formatting, thread
safteyness, XML and YAML configuration, and more.

Log4r is an adherent to the philosophy of logging using simple print
statements.  What Log4r adds to this philosophy is a flexible way of
controling the information being logged.  Log information can be sent
to any kind of destination and with varying degrees of importance.
Log4r is designed so that logging statements can remain in production
code with almost no extra computational cost.
2008-04-04 15:17:37 +00:00
jlam
7fc806b1b2 Initial import of ruby18-inline-3.6.7 as devel/ruby-inline.
Ruby Inline is an analog to Perl's Inline::C.  Out of the box, it allows
you to embed C/++ external module code in your ruby script directly.
By writing simple builder classes, you can teach how to cope with new
languages (fortran, perl, whatever).  The code is compiled and run on
the fly when needed.
2008-04-04 15:17:28 +00:00
jlam
26ac9964c9 Initial import of ruby18-highline-1.4.0 as devel/ruby-highline.
A high-level IO library that provides validation, type conversion,
and more for command-line interfaces.  HighLine also includes a complete
menu system that can crank out anything from simple list selection to
complete shells with just minutes of work.
2008-04-04 15:17:21 +00:00
jlam
e08dd5c614 Initial import of ruby18-heckle-1.4.1 as devel/ruby-heckle.
Heckle is a mutation tester.  It modifies your code and runs your tests
to make sure they fail.  The idea is that if code can be changed and
your tests don't notice, either that code isn't being covered or it
doesn't do anything.

It's like hiring a white-hat hacker to try to break into your server
and making sure you detect it.  You learn the most by trying to break
things and watching the outcome in an act of unit test sadism.
2008-04-04 15:17:14 +00:00
jlam
e41420fdde Update ruby-gettext to version 1.90.0. Changes from 1.10.0 include:
+ Install as a Ruby gem.

* Support Ukrainian(ua), Hungarian(hu)
* JRuby supported.
* Become a pure ruby library (Remove .so extention).
* Locale modules separate from lib/gettext/ to lib/locale/.
* Locale modules are refactored. System locales become read only.
* Fix bugs.
* Enhance to support Ruby on Rails.
  * error_messages_for can accept custom error dialog messages.
  * Add GetText::Rails.available_locales, .normalized_locale
    and fragment_cache_key/expire_fragment reimplement to use these methods
    to restrict cached locale files.
2008-04-04 15:17:08 +00:00
jlam
621bd8ee11 Initial import of ruby18-flexmock-0.8.0 as devel/ruby-flexmock.
FlexMock is a flexible mocking library for use in unit testing and
behavior specification.  Mocks are defined with a fluent API that
makes mock specifications easy to read and easy to remember.
2008-04-04 15:17:02 +00:00
jlam
756a3cf2d7 Initial import of ruby18-eventmachine-0.10.0 as devel/ruby-eventmachine.
Ruby/EventMachine is a fast, simple event-processing library for Ruby
programs.  It lets you write network clients and servers without
handling sockets -- all you do is send and receive data.  Single-threaded
socket engine -- scalable and fast!
2008-04-04 15:16:56 +00:00
jlam
e75d51b2cd Initial import of ruby18-dhaka-2.2.1 as devel/ruby-dhaka.
Dhaka is a set of tools for generating tokenizers, parsers and evaluators
for context-free grammars.  It is written solely in Ruby with no native
extensions and no dependencies.
2008-04-04 15:16:48 +00:00
jlam
d23cc08e68 Initial import of ruby18-assistance-0.1.5 as devel/ruby-assistance.
Assistance provides a mini-ActiveSupport like project that's fast and
lightweight to be used as a dependency in various other projects.
2008-04-04 15:16:41 +00:00
jlam
9bf1aaae8c Initial import of ruby18-abstract-1.0.0 as devel/ruby-abstract.
'abstract.rb' is a library which enable you to define abstract methods
in Ruby.
2008-04-04 15:16:34 +00:00
jlam
31043feee5 Initial import of rubigen-1.2.4 as devel/rubigen.
A framework to allow Ruby applications to generate file/folder stubs
(like the rails command does for Ruby on Rails, and the `script/generate'
command within a Rails application during development).
2008-04-04 15:16:28 +00:00
jlam
398c3c53c3 Initial import of ruby18-sequel-model-0.5.0.2 as
databases/ruby-sequel-model.

Sequel is a database access toolkit for Ruby.  Sequel provides thread
safety, connection pooling, and a concise DSL for constructing queries
and table schemas.

Sequel makes it easy to deal with multiple records without having to
break your teeth on SQL.
2008-04-04 15:16:20 +00:00
jlam
e7eb3d7ef7 Initial import of ruby18-sequel-core-1.3 as databases/ruby-sequel-core.
Sequel is a database access toolkit for Ruby.  Sequel provides thread
safety, connection pooling, and a concise DSL for constructing queries
and table schemas.

Sequel makes it easy to deal with multiple records without having to
break your teeth on SQL.
2008-04-04 15:16:13 +00:00
jlam
a9d35a9a51 Initial import of ruby18-sequel-1.3 as databases/ruby-sequel.
Sequel is a database access toolkit for Ruby.  Sequel provides thread
safety, connection pooling, and a concise DSL for constructing queries
and table schemas.

Sequel makes it easy to deal with multiple records without having to
break your teeth on SQL.
2008-04-04 15:16:06 +00:00
jlam
7315811582 Update ruby-postgresql to version 0.7.9.2008.01.28. Changes from
version 0.7.1 include:

+ Install as a Ruby gem.

- Aliases to make it easier for ActiveRecord to support both ruby-pg
  (the successor to ruby-postgres) and ruby-postgres.

- Fix connections to PostgreSQL>8.2.
2008-04-04 15:16:02 +00:00
jlam
7334cee4dc Initial import of ruby18-postgres-pr-0.4.0 as databases/ruby-postgres-pr.
This library is a pure Ruby implementation of a PostgreSQL adapter.
2008-04-04 15:15:57 +00:00
jlam
665854e7c5 Initial import of ruby18-odbc-0.9995 as databases/ruby-odbc.
This package contains a Ruby extension for accessing ODBC data sources.
2008-04-04 15:15:50 +00:00
jlam
11fd08f749 Initial import of ruby18-datamapper-0.3.0 as databases/ruby-datamapper.
DataMapper is a Object Relational Mapper written in Ruby.  The goal
is to create an ORM which is fast, thread-safe and feature-rich with
ActiveRecord-compatibility.
2008-04-04 15:15:42 +00:00
jlam
ad6676ac51 Initial import of ruby18-acts-as-versioned-0.2.3 as
databases/ruby-acts-as-versioned.

This library adds simple versioning to an ActiveRecord module.
2008-04-04 15:15:35 +00:00
jlam
fc4bddc8dd Initial import of ruby18-activerecord-odbc-1.4 as
databases/ruby-activerecord-odbc.

Data adapter for ODBC-accessible databases such as Oracle, Informix,
Ingres, OpenLink Virtuoso, SQL Server, Sybase, MySQL, PostgreSQL, DB2,
Firebird, Progress, and others, providing consistent behaviour to
ActiveRecord.
2008-04-04 15:15:29 +00:00
jlam
1f2311bc06 Update hoe to version 1.5.1. Changes from version 1.2.1 include:
+ Install as a Ruby gem.

* Removed install/uninstall tasks. Too buggy. Gems do a better job.
* Added autopopulation of more items.
* Hoe now builds signed gems automatically.  Run the generate_key task to
  automatically create a signing key.
* Extended rdoc pattern to include ext dirs.
* Fixed dependency adding for versionless dependencies.
* Added NODOT env var to disable RDoc diagram generation.
* The config_hoe task automatically merges in new config entries.
* Added exclude parameter for check_manifest filtering to .hoerc.
2008-04-04 15:14:49 +00:00
jlam
f0d0c3798d Initial import of ruby18-archive-tar-minitar-0.5.2 as
archivers/ruby-archive-tar-minitar.

Archive::Tar::Minitar is a pure-Ruby library and command-line utility
that provides the ability to deal with POSIX tar(1) archive files.
2008-04-04 15:13:23 +00:00
obache
8d90b00223 Remove hard coded /usr/lib/libz.a as depending libraries.
Should fix build problem on none builtin libz platforms reported by PR 33600.
2008-04-04 13:45:02 +00:00
obache
0c86a8546f Marked as DESTDIR ready. 2008-04-04 13:39:52 +00:00
obache
651ccf1712 Marked as not MAKE_JOBS safe, per PR 38363. 2008-04-04 10:49:37 +00:00
is
99c14ebb8b Make this compile (was: static after non-static declaration error) 2008-04-04 09:19:49 +00:00
bjs
47784444b0 + Updated lang/ossp-js to 1.6.20070208nb2 [bjs 2008-04-04] 2008-04-04 01:56:55 +00:00
bjs
e9f9fb62b0 Fix some integer witdth/type-casting issue which I saw on NetBSD/amd64
today, eliminating most warnings.

Bump rev.
2008-04-04 01:56:16 +00:00
obache
3c88df6d96 + p5-Convert-UUlib-1.09 2008-04-03 23:39:46 +00:00
tonnerre
710fe4562e Updated x11/eterm to 0.9.4nb1 2008-04-03 22:43:16 +00:00
tonnerre
74b347e625 Fix eterm default X11 display vulnerability (CVE-2008-1142).
Approved-by: jlam
2008-04-03 22:42:33 +00:00
tonnerre
2f8abc912e Updated x11/rxvt-unicode to 8.3nb3 2008-04-03 22:37:36 +00:00
tonnerre
ec3cd9d9d1 Fix rxvt-unicode default display vulnerability (CVE-2008-1142).
Approved-by: jlam
2008-04-03 22:36:52 +00:00
tonnerre
f818a0f7a3 Updated x11/rxvt to 2.7.10nb6 2008-04-03 22:33:47 +00:00
tonnerre
03247a4938 Fix for default display choosing vulnerability (CVE-2008-1142).
Approved-by: jlam
2008-04-03 22:33:00 +00:00