Commit Graph

73776 Commits

Author SHA1 Message Date
jeremy
3be3b6ea7a Update ruby-home_run to 1.0.6. Minor regress change for
better reliability.
2012-04-06 19:29:20 +00:00
jeremy
f16bb1b2bc Update ruby-data_objects and ruby-do_{mysql,postgres,sqlite3} to
0.10.8.
2012-04-06 19:28:22 +00:00
jeremy
b8d6446e2f Update to ruby-swift 0.14.0. Respect patches to respect LOCALBASE. 2012-04-06 19:26:13 +00:00
jeremy
e2ae866641 Update to dbic++ 0.6.0. Minor Makefile cleanup so that
WRKDIST doesn't need to change.  Remove getline->fgenln
patch now that getline is natively supported.
2012-04-06 19:25:23 +00:00
jeremy
3593386850 Update to ruby-sequel_pg 1.3.0. 2012-04-06 19:23:37 +00:00
jeremy
b942a72df3 Update to ruby-sequel 3.34.1. 2012-04-06 19:23:07 +00:00
jeremy
334f11582f Update to ruby-pg 0.13.2. Remove patch committed upstream. 2012-04-06 19:22:29 +00:00
jasper
98205bf2a5 - rework this port to use the gnu autofuck so a library and header are built
and installed.
2012-04-06 17:56:03 +00:00
merdely
f9cb234399 Update kermit to 9.0.302.
Point to new HOMEPAGE and MASTER_SITES.
Include new license marker (revised 3 clause BSD license) and update
PERMIT*_CDROM lines.
Include a space before "=" (which will be a separate diff next time.

ok sthen@
2012-04-06 15:57:52 +00:00
merdely
0f26098774 Update to 1.7
Add whitespace before "=" in Makefile (which will be a separate diff
next time).

ok sthen@, dcoppa@
2012-04-06 15:39:07 +00:00
merdely
f9faaee998 Update to 20120405.
#@---------------------------------------------------
#@ Date   : 20120405
#@ Author : Phil Randal (phil.randal@gmail.com)
#@ Reason : Fix lookup of warranty info for Dell
#@---------------------------------------------------

ok sthen@
2012-04-06 15:35:08 +00:00
jasper
4a3570d404 - use googlecode hompage instead of the github one; simply the port accordingly
prompted by aja@
2012-04-06 14:38:26 +00:00
dcoppa
6f4992e651 Re-disable GIO support. As pointed out by ajacoutot@, it would need
a runtime dependency on gvfs.
2012-04-06 14:38:01 +00:00
dcoppa
48101883a1 Fix build with USE_SYSTRACE=Yes 2012-04-06 14:33:41 +00:00
jasper
e49d37b1cb sync 2012-04-06 14:10:42 +00:00
jasper
4dffa0dbeb import libyubikey 1.8
This package contains the low-level C software development kit for the
Yubico authentication device, the YubiKey.

ok aja@
2012-04-06 14:09:13 +00:00
sthen
37bb2d3b74 update to OpenAL 1.14, from Antti Harri with tweak from Brad 2012-04-06 13:48:18 +00:00
sthen
13b284f591 update to Abuse 0.8 from maintainer Antti Harri 2012-04-06 13:46:11 +00:00
sthen
ee703aa34c update to py-twitter 1.7.2, from Mark Peoples 2012-04-06 13:29:57 +00:00
ajacoutot
59c22d3f63 Limits need to be cranked for the regress tests. 2012-04-06 12:06:51 +00:00
sthen
8da06bfdee simpler; from aja@ 2012-04-06 11:59:48 +00:00
dcoppa
6a440081c0 Some fixes and improvements for the audacious-plugins port:
- sync/re-sort WANTLIBs
- enable GIO support since we have Glib in the dependency path anyway
- simplify one of the Makefile patches a bit
- invert the logic for enabling/disabling the sndio backend
- more appropriate fix for some of the autoconf checks as the LIBS
  variable was being polluted very early on breaking most of the
  checks using AC_CHECK_LIB as well as remove/fix some improper
  use of the AC_CHECK_LIB macro

From Brad
2012-04-06 11:50:20 +00:00
sthen
b10b785f50 In freedt, change svscan's rc script to shut down daemons started by svscan
when "svscan stop" is run. From Marcus Merighi with feedback from me.
2012-04-06 11:47:54 +00:00
ajacoutot
702891f7d2 Sync patch with upstream. 2012-04-06 10:44:38 +00:00
dcoppa
5b64d2306c Bugfixes from upstream 2012-04-06 10:13:55 +00:00
sthen
ac7fa6a05b don't use groff 2012-04-06 10:04:39 +00:00
sthen
ffde679b7d update p5-Test-Fatal to 0.008 from Andrew Fresh 2012-04-06 10:02:14 +00:00
sthen
d44a0c3872 update p5-Package-Stash-XS to 0.25, from Andrew Fresh 2012-04-06 10:01:51 +00:00
sthen
ecfd9ab132 update p5-Package-Stash to 0.33, from Andrew Fresh 2012-04-06 10:01:33 +00:00
sthen
be74a5d76b update p5-Config-Any to 0.23, from Andrew Fresh 2012-04-06 10:01:09 +00:00
sthen
fd3aa3ddd2 Update p5-Class-C3-Componentised-1.001000 from Andrew Fresh 2012-04-06 10:00:53 +00:00
sthen
3ebef908e2 update p5-DBIx-Class to 0.08196, from Andrew Fresh 2012-04-06 10:00:10 +00:00
sthen
2d1630068b update p5-DBIx-Class-Schema-Loader to 0.07015 from Andrew Fresh 2012-04-06 09:59:14 +00:00
sthen
4f89bd6640 update p5-namespace-clean to 0.22, from Andrew Fresh, additional dep found by me 2012-04-06 09:54:30 +00:00
sthen
7ce76688cc hook in new p5-* thingys 2012-04-06 09:30:14 +00:00
sthen
6b56a669de import p5-String-ToIdentifier-EN from Andrew Fresh, ok landry@
This module provides a utility method, "to_identifier" for converting
an arbitrary string into a readable representation using the ASCII
subset of "\w" for use as an identifier in a computer program. The
intent is to make unique identifier names from which the content
of the original string can be easily inferred by a human just by
reading the identifier.

If you need the full set of "\w" including Unicode, see the subclass
String::ToIdentifier::EN::Unicode.

Currently, this process is one way only, and will likely remain
this way.

The default is to create camelCase identifiers, or you may pass in
a separator char of your choice such as "_".

Binary char groups will be separated by "_" even in camelCase
identifiers to make them easier to read, e.g.: "foo_2_0xFF_Bar".
2012-04-06 09:27:49 +00:00
sthen
0501bfb524 import p5-String-CamelCase from Andrew Fresh, ok landry@
convert from under_score text to CamelCase and back
2012-04-06 09:27:19 +00:00
sthen
4a3066c849 import p5-Lingua-EN-Tagger from Andrew Fresh, ok landry@
The module is a probability based, corpus-trained tagger that assigns
POS tags to English text based on a lookup dictionary and a set of
probability values. The tagger assigns appropriate tags based on
conditional probabilities - it examines the preceding tag to determine
the appropriate tag for the current word. Unknown words are classified
according to word morphology or can be set to be treated as nouns
or other parts of speech.  The tagger also extracts as many nouns
and noun phrases as it can, using a set of regular expressions.
2012-04-06 09:26:54 +00:00
sthen
2f22272503 import p5-Lingua-EN-Inflect from Andrew Fresh, ok landry@
The exportable subroutines of Lingua::EN::Inflect provide
plural inflections, "a"/"an" selection for English words,
and manipulation of numbers as words.
2012-04-06 09:26:25 +00:00
sthen
1e755cb921 import p5-Memoize-ExpireLRU from Andrew Fresh, ok landry@
For the theory of Memoization, please see the Memoize module
documentation. This module implements an expiry policy for Memoize
that follows LRU semantics, that is, the last n results, where n
is specified as the argument to the CACHESIZE parameter, will be
cached.
2012-04-06 09:25:46 +00:00
sthen
e91fa98c51 import p5-Data-Dumper-Concise, from Andrew Fresh, ok landry@
This module always exports a single function, Dumper, which can be
called with an array of values to dump those values.

It exists, fundamentally, as a convenient way to reproduce a set
of Dumper options that we've found ourselves using across large
numbers of applications, primarily for debugging output.

The principle guiding theme is "all the concision you can get while
still having a useful dump and not doing anything cleverer than
setting Data::Dumper options" - it's been pointed out to us that
Data::Dump::Streamer can produce shorter output with less lines of
code. We know. This is simpler and we've never seen it segfault.
But for complex/weird structures, it generally rocks. You should
use it as well, when Concise is underkill. We do.

Why is deparsing on when the aim is concision? Because you often
want to know what subroutine refs you have when debugging and because
if you were planning to eval this back in you probably wanted to
remove subrefs first and add them back in a custom way anyway. Note
that this -does- force using the pure perl Dumper rather than the
XS one, but I've never in my life seen Data::Dumper show up in a
profile so "who cares?".
2012-04-06 09:25:08 +00:00
sthen
ef41ca0f81 import p5-Data-Compare from Andrew Fresh, ok landry@
This module compares arbitrary data structures to see if they are copies
of each other.
2012-04-06 09:24:33 +00:00
sthen
51c6e2c87d import p5-Class-Unload from Andrew Fresh, ok landry@
Unloads a given class by clearing out its symbol table and removing
it from %INC.
2012-04-06 09:23:55 +00:00
sthen
fbfb846c74 import p5-DBIx-Class-IntrospectableM2M from Andrew Fresh, ok landry@
Because the many-to-many relationships are not real relationships,
they can not be introspected with DBIx::Class. Many-to-many
relationships are actually just a collection of convenience methods
installed to bridge two relationships. This DBIx::Class component
can be used to store all relevant information about these
non-relationships so they can later be introspected and examined.
2012-04-06 09:23:09 +00:00
sthen
ea3e106e55 reserve uid for sslh port 2012-04-06 09:06:34 +00:00
jasper
e3dbcc0c18 migrate to farstream, spotted by landry@ 2012-04-06 08:51:43 +00:00
dcoppa
11cb7fa832 Update to 7.0.27 2012-04-06 08:16:59 +00:00
ajacoutot
c6dfed7997 Clarify README. 2012-04-06 07:53:38 +00:00
pascal
52678a89c6 Also build libffi on arches where java isn't supported, it's needed for libgo.
tested on powerpc and ok aja@
2012-04-06 07:50:32 +00:00
ajacoutot
33212e962d Missing build depends (spotted by jasper@). 2012-04-06 07:42:11 +00:00