Projects
Kolab:Winterfell
erlang-goldrush
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
debian.changelog
Added
@@ -0,0 +1,17 @@ +erlang-goldrush (0.1.6-2~kolab1) unstable; urgency=medium + + * Port package for Kolab. + + -- Christoph Erhardt <kolab@sicherha.de> Fri, 12 Feb 2016 21:40:23 +0100 + +erlang-goldrush (0.1.6-2) unstable; urgency=medium + + * Add correct Erlang dependencies + + -- Philipp Huebner <debalance@debian.org> Sat, 10 May 2014 00:08:03 +0200 + +erlang-goldrush (0.1.6-1) unstable; urgency=low + + * Initial release (Closes: #744882) + + -- Philipp Huebner <debalance@debian.org> Tue, 15 Apr 2014 21:55:38 +0200
View file
debian.control
Added
@@ -0,0 +1,34 @@ +Source: erlang-goldrush +Priority: optional +Maintainer: Philipp Huebner <debalance@debian.org> +Uploaders: Christoph Erhardt <kolab@sicherha.de> +Build-Depends: debhelper (>= 9), dh-rebar +Standards-Version: 3.9.5 +Section: libs +Homepage: https://github.com/DeadZen/goldrush + + +Package: erlang-goldrush +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, erlang-base | ${erlang-abi:Depends}, + ${erlang:Depends} +Description: small Erlang app that provides fast event stream processing + Goldrush is a small Erlang app that provides fast event stream processing + . + Features: + * Event processing compiled to a query module + - per module protected event processing statistics + - query module logic can be combined for any/all filters + - query module logic can be reduced to efficiently match event processing + * Complex event processing logic + - match input events with greater than (gt) logic + - match input events with less than (lt) logic + - match input events with equal to (eq) logic + - match input events with wildcard (wc) logic + - match input events with notfound (nf) logic + - match no input events (null blackhole) logic + - match all input events (null passthrough) logic + * Handle output events + - Once a query has been composed the output action can be overridden + with an erlang function. The function will be applied to each + output event from the query.
View file
debian.rules
Added
@@ -0,0 +1,15 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/dpkg/pkg-info.mk + +%: + dh $@ --buildsystem=rebar --with rebar + +get-orig-source: + dh_testdir + wget -O ../erlang-goldrush_$(DEB_VERSION_UPSTREAM).orig.tar.gz \ + https://github.com/DeadZen/goldrush/archive/$(DEB_VERSION_UPSTREAM).tar.gz
View file
debian.tar.gz
Added
View file
erlang-goldrush.dsc
Added
@@ -0,0 +1,15 @@ +Format: 1.0 +Source: erlang-goldrush +Binary: erlang-goldrush +Architecture: any +Version: 0.1.6-2~kolab1 +Maintainer: Philipp Huebner <debalance@debian.org> +Uploaders: Christoph Erhardt <kolab@sicherha.de> +Homepage: https://github.com/DeadZen/goldrush +Standards-Version: 3.9.5 +Build-Depends: debhelper (>= 9), dh-rebar +Package-List: + erlang-goldrush deb libs optional arch=any +Files: + 00000000000000000000000000000000 0 goldrush-0.1.6.tar.gz + 00000000000000000000000000000000 0 debian.tar.gz
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.