Commit Graph

81594 Commits

Author SHA1 Message Date
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
jasper
d9deafe68c sync 2013-03-08 10:40:41 +00:00
robert
cfde7a280c update to 3.1.0 2013-03-08 10:40:23 +00:00
jasper
8128a14c89 Poisoned variable REVISON is already set... 2013-03-08 10:40:08 +00:00
jasper
95f6d66bd5 import ruby-indentation-0.0.7
Library of extensions to Ruby's Array and String classes that allow
indentation manipulation of Strings and Arrays of Strings.

ok jeremy@
2013-03-08 10:38:41 +00:00
jasper
5549b342bd - update to radicale-0.7.1
ok maintainer
2013-03-08 10:38:01 +00:00
jasper
ba32ef1476 Add a "PHP configuration" section to the README.
ok landry@ (MAINTAINER)
2013-03-08 10:37:38 +00:00
jasper
a105e3db29 - install vnstat.cgi
ok pea@ (MAINTAINER)
2013-03-08 10:37:03 +00:00
jasper
e3d2f59561 - update to spice-gtk-0.18 2013-03-08 10:36:23 +00:00
jasper
fa987b62ff - update to virt-viewer-0.5.5 2013-03-08 10:36:06 +00:00
jasper
f3f66b193a - update to spice-protocol-0.12.4 2013-03-08 10:35:40 +00:00
jasper
8217b15604 - update to mongrel2-1.8.0 2013-03-08 10:35:15 +00:00
jasper
b16bb3ff33 - update to py-zmq-13.0.0 2013-03-08 10:34:18 +00:00
jasper
0669819342 - update to zeromq-3.2.2 2013-03-08 10:33:28 +00:00
jasper
9279382898 - install some files into a proper location instead of directly in ${PREFIX} 2013-03-08 10:27:05 +00:00