Commit Graph

73745 Commits

Author SHA1 Message Date
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
ajacoutot
7ca1125e37 Tweak README. 2012-04-06 07:26:37 +00:00
dcoppa
e03157cf68 Remove deprecated slide_away code to unbreak with glib-2.32
committed upstream
2012-04-06 07:01:38 +00:00
merdely
4eb8f1f912 Update to 0.23. Remove some unneeded depends. Remove USE_GROFF.
Update pkg/DESCR (requested by and suggestion from okan)
ok okan@
2012-04-05 21:20:29 +00:00
landry
312d4fffb9 Mark as ONLY_FOR_ARCHS=i386/amd64, since it #errors out on others:
# konference/libwebrtc/typedefs.h
# error Please add support for your architecture in typedefs.h
2012-04-05 21:15:29 +00:00
jasper
6fe6dcb220 - update to 0.7.1 2012-04-05 21:02:25 +00:00
jasper
efd86ff205 - fix path to login shell 2012-04-05 20:36:03 +00:00
jasper
6fb716c69d - don't give _vnstat a login shell
ok pea@ (MAINTAINER)
2012-04-05 19:58:09 +00:00
sthen
685822afb0 Add a module to allow for easier building of a port using CLang/LLVM
by adding MODULES=lang/clang. Based on gcc4.port.mk and simplified.
OK robert@
2012-04-05 18:28:16 +00:00
ajacoutot
3bd883b410 Finally update to a stable release: shotwell-0.12.1.
ok landry@ (maintainer)
2012-04-05 17:44:17 +00:00
ajacoutot
2ed4ce70f8 Adapt to new sdl-net.
from Brad
2012-04-05 16:26:32 +00:00
ajacoutot
943826fc60 Add comment about dependant ports that hardcode the version in their PLIST. 2012-04-05 16:24:35 +00:00
ajacoutot
65cf1faa79 A few more files needed to be commented. 2012-04-05 16:21:43 +00:00
ajacoutot
7d8d65199c Comment useless libtool link file in gstreamer-0.10 plugin dir. 2012-04-05 16:20:14 +00:00
jasper
6ec320d6c9 add a reminder comment 2012-04-05 16:11:01 +00:00
jasper
3021643236 - switch for farsight2 to farstream. all patches taken from upstream repositories.
ok aja@
2012-04-05 16:08:55 +00:00
jasper
45783b2cd3 drop deprecated component
ok aja@
2012-04-05 16:07:04 +00:00
jasper
50e8d5e3eb remove deprecated component
ok aja@
2012-04-05 16:06:12 +00:00
jasper
9185ac5ea0 sync 2012-04-05 16:05:21 +00:00
jasper
a430efab64 drop farsight2 in favor of farstream. 2012-04-05 16:05:12 +00:00
jasper
da66b5417f import telepathy-farstream 0.2.3
Farstream is a video conferencing connection manager for the Telepathy
framework. This component enables the use of Telepathy instant messaging
clients with Farstream/Nice servers.

ok aja@
2012-04-05 16:04:01 +00:00
jasper
61a8ae3fa4 import farstream 0.1.2
The Farstream (formerly Farsight) project is an effort to create a
framework to deal with all known audio/video conferencing protocols. On
one side it offers a generic API that makes it possible to write plugins
for different streaming protocols, on the other side it offers an API
for clients to use those plugins.

(farsight2 is dead, long live farstream!)

ok aja@
2012-04-05 16:02:30 +00:00
sthen
6a2ea507b5 update to symon 2.85 2012-04-05 14:33:48 +00:00
dcoppa
0c596b7764 Bugfix update to 2.0.18.
from dhill@
2012-04-05 14:07:44 +00:00
ajacoutot
ccfab205f4 Update to shared-desktop-ontologies-0.9.0. 2012-04-05 13:49:08 +00:00
jasper
1a1b497885 - update to telepathy-haze-0.6.0 2012-04-05 13:44:34 +00:00
ajacoutot
2008be8235 Update to stable libgexiv2-0.4.1. 2012-04-05 12:58:14 +00:00
ajacoutot
724007d03f Remove useless patch which I forgot in previous commit. 2012-04-05 12:42:45 +00:00
ajacoutot
ed97b19505 From upstream: gio-types.defs: change some enums to flags
These flags types were originally incorrectly handled in glib as being
enums.  That bug was fixed, but they're still enums here, leading to
warnings about the mismatch.
Change them to flags.
2012-04-05 12:08:25 +00:00
ajacoutot
9604a0f414 Update to sdl-ttf-2.0.11.
from Brad
2012-04-05 11:42:49 +00:00
ajacoutot
c63e74e29c Update to sdl-net-1.2.8.
from Brad
2012-04-05 11:42:09 +00:00
ajacoutot
e1a57d4328 Update to sdl-mixer-1.2.12.
from Brad
2012-04-05 11:41:32 +00:00