Commit Graph

81608 Commits

Author SHA1 Message Date
espie
1a84b29415 +p5-Carp-Always 2013-03-08 12:14:54 +00:00
jasper
cbfd63310c import erl-webmachine
Webmachine is an application layer that adds HTTP semantic awareness on
top of the excellent bit-pushing and HTTP syntax-management provided by
mochiweb, and provides a simple and clean way to connect that to your
application's behavior.

ok aja@
2013-03-08 12:13:48 +00:00
jasper
860afa5f5a import erl-mochiweb
MochiWeb is an Erlang library for building lightweight HTTP servers.

ok aja@
2013-03-08 12:12:42 +00:00
espie
6bea49c6a0 perl debug tool: when your program dies/warns, always show carp longmess
okay sthen@
2013-03-08 12:12:03 +00:00
jasper
674d4b98f7 import erl-neotoma
Neotoma is a packrat parser-generator for Erlang for Parsing Expression
Grammars (PEGs).  It consists of a parsing-combinator library with
memoization routines, a parser for PEGs, and a utility to generate
parsers from PEGs. It is inspired by treetop, a Ruby library with
similar aims, and parsec, the parser-combinator library for Haskell.

ok aja@
2013-03-08 12:11:06 +00:00
jasper
20386173e6 import erl-edown
Edown is an EDoc extension for generating GitHub-flavored Markdown.

ok aja@
2013-03-08 12:10:48 +00:00
jasper
95fb827640 import erl-stats_hero
The stats_hero application can help you instrument your Erlang
application with metrics that will be reported to estatsd and browsable
in Graphite.

ok aja@
2013-03-08 12:09:13 +00:00
jasper
4fa6d61719 import erl-lager
Lager is a logging framework for Erlang. Its purpose is to provide a
more traditional way to perform logging in an erlang application that
plays nicely with traditional UNIX logging tools like logrotate and
syslog.

ok aja@
2013-03-08 12:08:49 +00:00
jasper
d086e4408d sync 2013-03-08 12:07:42 +00:00
jasper
0e106170a5 import erl-oauth
Erlang OAuth implementation.

ok aja@
2013-03-08 12:07:09 +00:00
jasper
ba846b1e3a import erl-bcrypt
erl-bcrypt is a wrapper around the OpenBSD Blowfish password hashing
algorithm, as described in "A Future-Adaptable Password Scheme" by Niels
Provos and David Mazieres.

ok aja@
2013-03-08 12:06:44 +00:00
jasper
3f6874770c import erl-rabbit_common
This is a stripped down distribution of the rabbitmq-server code
required by the rabbitmq-erlang-client for use as a rebar dep.

ok aja@
2013-03-08 12:05:16 +00:00
jasper
c1cba10b63 tweak DESCR, no bump as it's not yet hooked up. 2013-03-08 12:04:49 +00:00
jasper
4d6ffe8552 import erl-mini_s3
erl-mini_s3, is a simple s3 client API for Erlang.

ok aja@
2013-03-08 12:03:56 +00:00
jasper
9183da971c import erl-ibrowse
erl-ibrowse is a HTTP client written in Erlang. Featuring:

- RFC2616 compliant
- Supports GET, POST, OPTIONS, HEAD, PUT, DELETE, TRACE, MKCOL,
  PROPFIND, PROPPATCH, LOCK, UNLOCK, MOVE and COPY
- Understands HTTP/0.9, HTTP/1.0 and HTTP/1.1
- Understands chunked encoding
- Can generate requests using Chunked Transfer-Encoding
- Pools of connections to each webserver
- Pipelining support
- Download to file
- Asynchronous requests. Responses are streamed to a process
- and much more

ok aja@
2013-03-08 12:03:28 +00:00
jasper
38940380b1 import erl-gen_bunny
erl-gen_bunny is a RabbitMQ client library for erlang whose primary goal is
to be easy to use. Especially for simple publisher and consumer
applications.

ok aja@
2013-03-08 12:03:04 +00:00
jasper
ed581d9905 import erl-amqp_client
This is a stripped down distribution of the rabbitmq-erlang-client for
use as a rebar dep.

ok aja@
2013-03-08 12:02:38 +00:00
jasper
d62f47ba9f import erl-couchbeam
couchbeam is a simple erlang CouchDB framework. couchbeam provides you a
full featured and easy client to access and manage multiple couchdb
Nodes.

ok aja@
2013-03-08 12:01:22 +00:00
jasper
03a64a8fb7 import erl-mixer
erl-mixer allows to mix in functions from other modules.

ok aja@
2013-03-08 11:59:20 +00:00
jasper
775fab6977 import erl-meck
With meck you can easily mock modules in Erlang. You can also perform
some basic validations on the mocked modules, such as making sure no
unexpected exceptions occurred or looking at the call history.

ok aja@
2013-03-08 11:58:42 +00:00
jasper
8599304a33 import erl-jiffy
Jiffy is a JSON parser as a NIF. This is a complete rewrite of the work
I did in EEP0018 that was based on Yajl. This new version is a hand
crafted state machine that does its best to be as quick and efficient as
possible while not placing any constraints on the parsed JSON.

ok aja@
2013-03-08 11:58:15 +00:00
jasper
c552688c07 import erl-gen_server2
gen_server2 provides an enhanced and improved version of the
Erlang/OTP distribution's gen_server.

ok aja@
2013-03-08 11:57:54 +00:00
jasper
a65a9d1cbb import erl-folsom
Folsom is an Erlang based metrics system inspired by Coda Hale's
metrics. The metrics API's purpose is to collect realtime metrics from
your Erlang applications and publish them via Erlang APIs and output
plugins. folsom is not a persistent store. There are 6 types of metrics:
counters, gauges, histograms (and timers), histories, meter_readers and
meters. Metrics can be created, read and updated via the folsom_metrics
module.

ok aja@
2013-03-08 11:57:32 +00:00
jasper
351dca12b2 import erl-fast_log
erl-fast_log is a logging library used for Chef.

ok aja@
2013-03-08 11:57:12 +00:00
jasper
5991212a7c import erl-eper
erl-eper is a loose collection of Erlang Performance related tools.

ok aja@
2013-03-08 11:55:49 +00:00
jasper
9299069374 import erl-ejson
Decode and encode JSON into/from Erlang terms using Elang NIF library if
available.. This the module used in CouchDB project ported a standalone
module with rebar support.

ok aja@
2013-03-08 11:54:39 +00:00
jasper
b9ee446350 import erl-ej
The ej module makes it easier to work with Erlang terms representing
JSON in the format returned by jiffy, mochijson2, or ejson. You can use
ej:get/2 to walk an object and return a particular value, ej:set/3 to
update a value within an object, or ej:delete/2 to remove a value from
an object.

ok aja@
2013-03-08 11:53:57 +00:00
jasper
431d57e4fc import erl-depsolver
Depsolver is a dependency solver package for erlang. You supply it with a list
of versioned objects that are in the world and then you can solve for
different version constraints.

ok aja@
2013-03-08 11:53:27 +00:00
jasper
b6c1dc67a0 import erl-bear
erl-bear is a set of statistics functions for Erlang.
Currently bear is focused on use inside the Folsom Erlang metrics
library but all of these functions are generic and useful in other
situations.

ok aja@
2013-03-08 11:53:05 +00:00
jasper
46479bed30 import erl-automeck
erl-automeck streamlines setting up and using meck-based mocks.

ok aja@
2013-03-08 11:52:42 +00:00
pascal
c3915bd071 + fpc 2013-03-08 11:35:15 +00:00
pascal
230df100e2 Import FPC.
Free Pascal (aka FPK Pascal) is a 32 and 64 bit professional Pascal
compiler. It is available for different processors: Intel x86,
Amd64/x86_64, PowerPC, PowerPC64, Sparc, ARM. The discontinued 1.0
version also supports the Motorola 680x0. The following operating
systems are supported: Linux, FreeBSD, Haiku, Mac OS X/Darwin, DOS,
Win32, Win64, WinCE, OS/2, Netware (libc and classic) and MorphOS.

Thanks to pierre at freepascal dot org for taking care of the patches
and to aja@ for mirroring the bootstrap.

tweaks and ok jasper@ sthen@
2013-03-08 11:34:15 +00:00
sthen
0f080c706b update to ufraw 0.19.1 2013-03-08 11:28:56 +00:00
espie
bbe406188e byebye PERMIT_DISTFILES_CDROM 2013-03-08 11:18:00 +00:00
sthen
46fac6b88c download.berlios.de never did go away in the end, so remove my partial
mirror and zap download2.berlios.de which no longer exists.
2013-03-08 11:09:13 +00:00
espie
5abeab6c79 +p5-Dancer and friend 2013-03-08 10:57:55 +00:00
jasper
00734c5fd1 sync 2013-03-08 10:57:42 +00:00
jasper
d38bccea54 import erl-sqerl-0.0.1
General purpose RDBMS abstraction layer for Erlang.

ok aja@
2013-03-08 10:56:57 +00:00
jasper
f9b7ef56fa import erl-epgsql-1.4.1
erl-epgsql is the Erlang PostgreSQL database client.

ok aja@
2013-03-08 10:56:30 +00:00
jasper
79d1f58cd9 import erl-Emysql-0.2.14
This is an Erlang MySQL driver, based on a rewrite at Electronic Arts.
Easy to use, strong connection pooling, prepared statements & stored
procedures. Optimized for a central node architecture and OLTP.

ok aja@
2013-03-08 10:55:59 +00:00
espie
cfdc2e1468 Dancer is a simple perl web application framework.
contrary to catalyst, it comes with simple defaults,
and it has very few dependencies

(okay landry@, previous port as well)
2013-03-08 10:55:52 +00:00
jasper
9f5ffa552b import erl-pooler-0.0.2
The pooler application allows you to manage pools of OTP behaviors such as
gen_servers, gen_fsms, or supervisors, and provide consumers with exclusive
access to pool members using pooler:take_member.

ok aja@
2013-03-08 10:55:00 +00:00
espie
48f88d8089 dependency of p5-Dancer: simplest way to deploy a Dancer application,
especially for development purposes.
2013-03-08 10:54:41 +00:00
ajacoutot
ba8a3ff7e7 Better HOMEPAGE/MASTER_SITES. 2013-03-08 10:45:45 +00:00
jasper
59be2de4c2 import baikal-0.2.4
Baikal offers ubiquitous and synchronized access to your calendars and
address books over CalDAV and CardDAV. Baikal implements the current
IETF recommendation drafts of these industry standards for centralized
calendar and address book collections.

ok aja@
2013-03-08 10:45:26 +00:00
jasper
1182ed63b0 import silverstripe-3.0.5
SilverStripe CMS is an open source web content management system used by
governments, businesses, and non-profit organisations around the world.
It is a power tool for professional web development teams, and web
content authors rave about how easy it is to use.

ok aja@
2013-03-08 10:43:48 +00:00
jasper
6e7c234153 hookup ruby18 flavor of ruby-gir_ffi 2013-03-08 10:43:04 +00:00
espie
656d85909d flesh out trace info for distfiles 2013-03-08 10:42:01 +00:00
jasper
8eaa939c8b - update to ruby-gir_ffi-0.5.0
* now works with ruby 1.9 too

ok jeremy@
2013-03-08 10:41:58 +00:00
jasper
7f55b649ba - update to ruby-ffi-1.2.0
ok jeremy@
2013-03-08 10:41:26 +00:00