svn commit: r391032 - head/devel/erlang-jobs

Jimmy Olgeni olgeni at FreeBSD.org
Wed Jul 1 05:35:49 UTC 2015


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


More information about the svn-ports-all mailing list