Commit Graph

8422 Commits

Author SHA1 Message Date
benoit
2c60a71108 import p5-Iterator-Util;
essential utilities for the Iterator class.
2010-12-30 10:41:42 +00:00
benoit
de88261818 import p5-Iterator;
a general-purpose iterator class.
2010-12-30 10:39:31 +00:00
benoit
367058a6e2 - update p5-DateTime-Format-Pg to 0.16005 2010-12-30 10:07:01 +00:00
benoit
04db1d6b6f - update p5-DateTime-Format-ISO8601 to 0.07
- add REGRESS_DEPENDS
2010-12-30 09:54:51 +00:00
benoit
e0c72f29e7 - update p5-DateTime-Format-HTTP to 0.40 2010-12-30 09:31:34 +00:00
jasper
d91df34c16 - update cppcheck to 1.46.1
from igor (MAINTAINER)
2010-12-30 09:12:01 +00:00
benoit
b55b796b6e - update libspectrum to 1.0.0
- remove patch
2010-12-29 22:41:54 +00:00
stsp
852a0905fb Fix WANTLIB and LIB_DEPENDS, remove redundant SHARED_ONLY,
use MAKE_PROGRAM instead of GMAKE, use shorter paths in do-install.
All suggested by and ok ajacoutot@
2010-12-29 14:57:17 +00:00
stsp
4070c8ecbe += pysvn 2010-12-29 13:50:00 +00:00
stsp
11ff14c3c7 Import devel/pysvn, a python interface to Subversion.
ok landry@
2010-12-29 13:47:53 +00:00
sebastia
ec3c5449eb Fix build with gcc-2.95, and bump revision
OK ajacoutot@ (MAINTAINER)
2010-12-29 09:58:45 +00:00
benoit
2b591e423a - update p5-Tree-DAG_Node to 1.06
ok jasper@
2010-12-28 22:29:43 +00:00
benoit
1a7836fd17 - update p5-Devel-GlobalDestruction to 0.03
- regen PLIST

ok jasper@
2010-12-28 22:28:26 +00:00
dhill
fac34379ca add p5-Log-Any
ok jasper@
2010-12-28 19:52:09 +00:00
dhill
dc8cd064b3 Log::Any Perl Module 2010-12-28 19:49:09 +00:00
jasper
91190523e8 - unbreak after ip6s_exthdrtoolong was removed from struct ip6stat. 2010-12-27 19:03:48 +00:00
jasper
472039e4f4 - add missing dependencies
- extend platform ifdefs to fix build on mip64(el), and several others too
2010-12-27 18:58:40 +00:00
jasper
678ead5b67 - fix RCS id 2010-12-27 11:41:02 +00:00
jasper
62abf64ac7 - fix RCS Id 2010-12-27 11:02:05 +00:00
jasper
56b72bb241 - update fossil to 20101221135605 (with with a git-like stash command)
- update maintainer address
- set NO_REGRESS for this release

from james turner (MAINTAINER)
2010-12-27 11:00:43 +00:00
jasper
99b3677e84 - update p5-Devel-Caller to 2.05
from andres voegele, with a tweak by me.
2010-12-27 10:58:40 +00:00
kili
7fff88d346 Import mtl-2.0.1.0, needed by a couple of hs-* ports after the
update to ghc-7.0.2. Unfortunately, there are some other ports
that don't build with mtl-2 yet, so in the worst case i've to
include mtl-1 within the ghc package and mtl-2 in this new port.

Not yet linked to the build, of course.
2010-12-26 19:10:50 +00:00
kili
c84bdd9392 This package contains the generics system described in the `Scrap
Your Boilerplate' papers (http://www.cs.uu.nl/wiki/GenericProgramming/SYB).
It defines the Data class of types permitting folding and unfolding
of constructor applications, instances of this class for primitive
types, and a variety of traversals.

Needed by some ports after an update to ghc-7.0.2, not yet linked to the build.

Reads good to landry@
2010-12-26 17:15:55 +00:00
jasper
06f9247de7 Rename uuid to ossp-uuid, which reflects the way various distros/projects
name and refer to this version of a uuid library.

ok robert@ (MAINTAINER)
2010-12-23 23:04:56 +00:00
jasper
b20d9cdf29 - set license number
- tweak PLIST
2010-12-23 16:36:16 +00:00
jasper
ab21b85708 - update gobject-introspection to 0.10.0
ok aja@
2010-12-23 14:34:49 +00:00
claudio
0f9113430c Add ruby-paper_trail 2010-12-23 14:03:10 +00:00
claudio
d8f2cf273c PaperTrail lets you track changes to your models' data. It's good for auditing
or versioning.  You can see how a model looked at any stage in its lifecycle,
revert it to any version, and even undelete it after it's been destroyed.

OK jeremy@ jasper@
2010-12-23 14:01:17 +00:00
jasper
2bc7438c35 sync 2010-12-23 13:45:24 +00:00
claudio
6321bebcfa Cluestick from jasper@.
COMMENT should start with a lowercase letter and add missing
RUN_DEPENDS for iconv (which seems to be missing in the gem spec).
2010-12-23 13:41:05 +00:00
claudio
7d4578faf9 The ruby-ole library provides a variety of functions primarily for
working with OLE2 structured storage files, such as those produced by
Microsoft Office - eg *.doc, *.msg etc.

Dependency for ruby-spreadsheet.

OK jeremy@
2010-12-23 13:26:41 +00:00
jasper
9f3b5dc9eb - build and install docs 2010-12-23 13:09:00 +00:00
ajacoutot
3347332857 Minor update to gsettings-desktop-schemas-0.1.3. 2010-12-23 10:02:40 +00:00
jasper
9c00cdf1d4 - remove p5-Algorithm-MDiff, it's abandoned upstream, removed from CPAN and unused.
ok kevlo@ (MAINTAINER)
2010-12-23 08:56:12 +00:00
jasper
c43dea9f3a sync 2010-12-22 20:24:02 +00:00
jasper
ff1764d9e9 import p5-Algorithm-Munkres 0.08
Perl extension for Munkres' solution to classical Assignment problem for
square and rectangular matrices This module extends the solution of
Assignment problem for square matrices to rectangular matrices by
padding zeros. Thus a rectangular matrix is converted to square matrix
by padding necessary zeros.

ok sthen@
2010-12-22 20:22:30 +00:00
jasper
7cf9ab4074 import p5-Class-Std-Fast 0.0.8
Class::Std::Fast allows you to use the beautiful API of Class::Std in a
faster way than Class::Std does.  You can get the object's ident via
scalarifiyng your object.  Getting the objects ident is still possible
via the ident method, but it's faster to scalarify your object.

ok sthen@
2010-12-22 20:21:50 +00:00
jasper
8756029f01 - update libmtp to 1.0.3
from LEVAI Daniel, with some tweaks by me
ok william@ (MAINTAINER)
2010-12-21 18:16:04 +00:00
jeremy
2ef584ee64 Switch from hard coding make to using MAKE_PROGRAM.
Prompted and OK ajacoutot@
2010-12-21 17:15:14 +00:00
jasper
bc174f133f - fix build on a clean box 2010-12-20 22:21:25 +00:00
jeremy
2dcd322840 +=ruby-arrayfields
+=ruby-ffi
+=ruby-ffi-inliner
+=ruby-home_run
+=ruby-mspec
+=ruby-prof
+=ruby-rake-compiler
+=ruby-subset_sum
2010-12-20 18:44:01 +00:00
ajacoutot
adf802bb2b Fix DESCR formatting. 2010-12-20 18:13:08 +00:00
jeremy
ae61e1b768 Import ruby-subset_sum 1.0.1
This module provides both a C and pure ruby simple subset sum problem
solver. The subset sum problem is, given a set of numbers, can the sum
of any subset of those numbers equal a given number. This problem is
NP-complete.

Both the C and pure ruby versions implement a fairly simple
meet-in-the-middle algorithm. The C version uses an AVL tree to store
the data, while the pure ruby version uses a ruby hash. For the C
version to be used, the sum of the positive numbers and the sum of the
negative numbers in the set, as well as the wanted number, must all be
Fixnums. Additionally, max_seconds should be nil or a Fixnum.
2010-12-20 18:09:01 +00:00
jeremy
e484663163 Import ruby-prof 0.9.2
ruby-prof is a fast code profiler for Ruby. Its features include:

* Speed - it is a C extension and therefore many times faster than the
  standard Ruby profiler.
* Modes - Ruby prof can measure a number of different parameters,
  including call times, memory usage and object allocations.
* Reports - can generate text and cross-referenced html reports
  o Flat Profiles - similar to the reports generated by the standard
    Ruby profiler
  o Graph profiles - similar to GProf, these show how long a method
    runs, which methods call it and which methods it calls.
  o Call tree profiles - outputs results in the calltree format
    suitable for the KCacheGrind profiling tool.
* Threads - supports profiling multiple threads simultaneously
* Recursive calls - supports profiling recursive method calls
2010-12-20 18:07:39 +00:00
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
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