Skip to Content.
Sympa Menu

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

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 (2bdae543680dec0fff75e0362a51e5e9f681e610)
  • Date: Tue, 21 Jul 2009 13:26:38 -0500

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

net/ucarp/DEPENDS | 7 ++++++-
net/ucarp/DETAILS | 13 +++++++++----
net/ucarp/HISTORY | 5 ++++-
3 files changed, 19 insertions(+), 6 deletions(-)

New commits:
commit 2bdae543680dec0fff75e0362a51e5e9f681e610
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ucarp: cosmetic fixes

diff --git a/net/ucarp/DEPENDS b/net/ucarp/DEPENDS
index 02ab40a..a19b99b 100755
--- a/net/ucarp/DEPENDS
+++ b/net/ucarp/DEPENDS
@@ -1 +1,6 @@
-depends libpcap
+depends libpcap &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support"
diff --git a/net/ucarp/DETAILS b/net/ucarp/DETAILS
index aa89f9e..570c1de 100755
--- a/net/ucarp/DETAILS
+++ b/net/ucarp/DETAILS
@@ -1,8 +1,8 @@
SPELL=ucarp
VERSION=1.5.1
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://download.pureftpd.org/ucarp/${SOURCE}
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://download.pureftpd.org/ucarp/$SOURCE
WEB_SITE=http://www.ucarp.org/

SOURCE_HASH=sha512:0243db4226741c9cb39634116e4872ca252709049a4313ca52fe863fec6737194981d4b138ee0aa3a16999cf473908d22139caf93609340c477d61097f8707e2
ENTERED=20040413
@@ -10,7 +10,12 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="net"
SHORT="OpenBSD's Common Address Redundancy Protocol"
cat << EOF
-UCARP allows a pair of hosts to share common virtual IP addresses in order
to provide automatic failover. It is a portable userland implementation of
the secure and patent-free Common Address Redundancy Protocol (CARP,
OpenBSD's alternative to the VRRP).
+UCARP allows a pair of hosts to share common virtual IP addresses in order to
+provide automatic failover. It is a portable userland implementation of the
+secure and patent-free Common Address Redundancy Protocol (CARP, OpenBSD's
+alternative to the VRRP).

-Strong points of the CARP protocol are : very low overhead,
cryptographically signed messages, interoperability between different
operating systems and no need for any dedicated extra network link between
redundant hosts.
+Strong points of the CARP protocol are : very low overhead, cryptographically
+signed messages, interoperability between different operating systems and no
+need for any dedicated extra network link between redundant hosts.
EOF
diff --git a/net/ucarp/HISTORY b/net/ucarp/HISTORY
index e31d4dd..c9fafc6 100644
--- a/net/ucarp/HISTORY
+++ b/net/ucarp/HISTORY
@@ -1,3 +1,7 @@
+2009-07-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: cleaned up, quoting paths, word-wrapped long desc
+ * DEPENDS: added gettext as opt dep for NLS support
+
2009-06-15 Jeremy Blosser <jblosser-smgl AT firinn.org>
* DETAILS: Updated to 1.5.1, updated SOURCE_URL.

@@ -14,4 +18,3 @@
* DEPENDS: According to http://www.ucarp.org/README libpcap is needed,
but I compiled just fine without it...added it anyways.
* Created
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2bdae543680dec0fff75e0362a51e5e9f681e610), Vlad Glagolev, 07/21/2009

Archive powered by MHonArc 2.6.24.

Top of Page