Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5b69a8f7ec0925f7b89c4095349770085d8a19ae)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5b69a8f7ec0925f7b89c4095349770085d8a19ae)
  • Date: Tue, 18 Aug 2015 17:23:32 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
net/balance/BUILD | 5 +++++
net/balance/DETAILS | 16 ++++++++++++++++
net/balance/HISTORY | 2 ++
net/balance/INSTALL | 1 +
5 files changed, 27 insertions(+)

New commits:
commit 5b69a8f7ec0925f7b89c4095349770085d8a19ae
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

balance: new spell, open source load balancer and TCP proxy

diff --git a/ChangeLog b/ChangeLog
index 0e582d8..6417649 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-08-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * net/balance: new spell, open source load balancer and TCP proxy
+
2015-08-16 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/ansible-shell: new spell, interactive Ansible shell

diff --git a/net/balance/BUILD b/net/balance/BUILD
new file mode 100755
index 0000000..29c519a
--- /dev/null
+++ b/net/balance/BUILD
@@ -0,0 +1,5 @@
+make CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wuninitialized" &&
+
+if list_find "${LDFLAGS}" "-s"; then
+ strip balance
+fi
diff --git a/net/balance/DETAILS b/net/balance/DETAILS
new file mode 100755
index 0000000..859f321
--- /dev/null
+++ b/net/balance/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=balance
+ VERSION=3.57
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://www.inlab.de/${SOURCE}
+
SOURCE_HASH=sha512:191195e2aa62c867d85085f273db911e8957c3eea7bed8e58abc29e125a0b0a4487048c7db5857e32f54545de1f81f8148b174225aaf8cf1e3a66e4b040748b4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://www.inlab.de/balance.html
+ ENTERED=20150818
+ LICENSE[0]=GPL
+ KEYWORDS="balancing failover proxy"
+ SHORT="open source load balancer and TCP proxy"
+cat << EOF
+Balance is a simple but powerful generic TCP proxy with round robin load
+balancing and failover mechanisms. Its behaviour can be controlled at runtime
+using a simple command line syntax.
+EOF
diff --git a/net/balance/HISTORY b/net/balance/HISTORY
new file mode 100644
index 0000000..a5ad5b8
--- /dev/null
+++ b/net/balance/HISTORY
@@ -0,0 +1,2 @@
+2015-08-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL: created spell, version 3.57
diff --git a/net/balance/INSTALL b/net/balance/INSTALL
new file mode 100755
index 0000000..6d2c097
--- /dev/null
+++ b/net/balance/INSTALL
@@ -0,0 +1 @@
+make MANDIR="${INSTALL_ROOT}/usr/share/man/man1" install



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5b69a8f7ec0925f7b89c4095349770085d8a19ae), Vlad Glagolev, 08/18/2015

Archive powered by MHonArc 2.6.24.

Top of Page