Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2015 05:35:48 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391032 - head/devel/erlang-jobs
Message-ID:  <201507010535.t615ZmhT089038@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Wed Jul  1 05:35:47 2015
New Revision: 391032
URL: https://svnweb.freebsd.org/changeset/ports/391032

Log:
  Update pkg-descr, which I forgot on the first round.
  
  Submitted by:	Dewayne Geraghty

Modified:
  head/devel/erlang-jobs/Makefile
  head/devel/erlang-jobs/pkg-descr

Modified: head/devel/erlang-jobs/Makefile
==============================================================================
--- head/devel/erlang-jobs/Makefile	Wed Jul  1 05:05:53 2015	(r391031)
+++ head/devel/erlang-jobs/Makefile	Wed Jul  1 05:35:47 2015	(r391032)
@@ -2,6 +2,7 @@
 
 PORTNAME=	jobs
 PORTVERSION=	0.3
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	erlang-
 

Modified: head/devel/erlang-jobs/pkg-descr
==============================================================================
--- head/devel/erlang-jobs/pkg-descr	Wed Jul  1 05:05:53 2015	(r391031)
+++ head/devel/erlang-jobs/pkg-descr	Wed Jul  1 05:35:47 2015	(r391032)
@@ -1,3 +1,8 @@
-EDoc extension for generating Github-flavored Markdown.
+Jobs is a job scheduler for load regulation of Erlang applications.
 
-WWW: https://github.com/uwiger/edown
+It provides a queueing framework where each queue can be configured
+for throughput rate, credit pool and feedback compensation. Queues
+can be added and modified at runtime, and customizable "samplers"
+propagate load status across all nodes in the system.
+
+WWW: https://github.com/uwiger/jobs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507010535.t615ZmhT089038>