Skip to Content.
Sympa Menu

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

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 (c45c3987fe9dd9ca44c5688d518b0ebe5a5138a6)
  • Date: Sun, 22 Mar 2009 18:21:28 -0500

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

utils/metalog/BUILD | 3 ++-
utils/metalog/CONFIGURE | 3 +++
utils/metalog/DEPENDS | 5 +++--
utils/metalog/DETAILS | 27 +++++++++++++--------------
utils/metalog/HISTORY | 8 +++++++-
utils/metalog/INSTALL | 5 +++--
utils/metalog/PRE_BUILD | 5 +++++
7 files changed, 36 insertions(+), 20 deletions(-)

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

metalog: => 1

diff --git a/utils/metalog/BUILD b/utils/metalog/BUILD
index f794154..5b748f5 100755
--- a/utils/metalog/BUILD
+++ b/utils/metalog/BUILD
@@ -1,2 +1,3 @@
-OPTS="$OPTS --sbindir=/sbin" &&
+OPTS="--sbindir=$INSTALL_ROOT/sbin $METALOG_OPTS $OPTS" &&
+
default_build
diff --git a/utils/metalog/CONFIGURE b/utils/metalog/CONFIGURE
new file mode 100755
index 0000000..fca0ba6
--- /dev/null
+++ b/utils/metalog/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option METALOG_OPTS "Enable unicode support?" n \
+ "--with-unicode" \
+ "--without-unicode"
diff --git a/utils/metalog/DEPENDS b/utils/metalog/DEPENDS
index 01dfd13..89cffe6 100755
--- a/utils/metalog/DEPENDS
+++ b/utils/metalog/DEPENDS
@@ -1,2 +1,3 @@
-depends gnupg &&
-depends pcre
+depends p7zip &&
+depends gnupg &&
+depends pcre
diff --git a/utils/metalog/DETAILS b/utils/metalog/DETAILS
index 473c1cc..92a6618 100755
--- a/utils/metalog/DETAILS
+++ b/utils/metalog/DETAILS
@@ -1,21 +1,20 @@
SPELL=metalog
- VERSION=0.8
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ VERSION=1
+ SOURCE=$SPELL-$VERSION.tar.lzma
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:248629940091f3690697ecb2e33abe3e843b24523b051728b4fe4f60768fcfbc8d1017089939b9d5dbccb39ab015a1ed43a6ff2a37e3118bf866214efadb4d85
- WEB_SITE=http://metalog.sourceforge.net
+
SOURCE_HASH=sha512:f5aa1f10440e01ccf76fb50eba7612a18df93a9821cc5c97302647dbd7be6bb7382e08193063d9d37b1760b52ba7dc82d9b1612c287159d84f9326a351063ea1
+ WEB_SITE=http://metalog.sourceforge.net/
ENTERED=20010922
LICENSE[0]=GPL
KEYWORDS="utils"
- SHORT="Modern replacement for syslogd and klogd"
+ SHORT="modern replacement for syslogd and klogd"
cat << EOF
-Metalog is a modern replacement for syslogd and klogd. The logged
-messages can be dispatched according to their facility, urgency, program
-name, and/or Perl-compatible regular expressions. Log files can be
-automatically rotated when they exceed a certain size or age. External
-shell scripts (e.g., mail) can be launched when specific patterns are
-found. Metalog is easier to configure than syslogd and syslog-ng,
-accepts an unlimited number of rules, and has (switchable) memory
-bufferization for maximal performance.
+Metalog is a modern replacement for syslogd and klogd. The logged messages
can
+be dispatched according to their facility, urgency, program name, and/or
+Perl-compatible regular expressions. Log files can be automatically rotated
when
+they exceed a certain size or age. External shell scripts (e.g., mail) can be
+launched when specific patterns are found. Metalog is easier to configure
than
+syslogd and syslog-ng, accepts an unlimited number of rules, and has
+(switchable) memory bufferization for maximal performance.
EOF
diff --git a/utils/metalog/HISTORY b/utils/metalog/HISTORY
index 9b5c644..d65c7c9 100644
--- a/utils/metalog/HISTORY
+++ b/utils/metalog/HISTORY
@@ -1,3 +1,10 @@
+2009-03-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1; fixed descs, website; quoting paths
+ * DEPENDS: added p7zip; cleaned up
+ * PRE_BUILD: added, for unpacking the sources
+ * BUILD: put $OPTS back; use $INSTALL_ROOT
+ * CONFIGURE: added, for unicode support selection
+
2007-07-13 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 0.8
* INSTALL: use install_config_file
@@ -65,4 +72,3 @@

2002-05-21 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Fixed SourceForge URLS at Jeff Schmidt's request
-
diff --git a/utils/metalog/INSTALL b/utils/metalog/INSTALL
index a5fc30f..fad665a 100755
--- a/utils/metalog/INSTALL
+++ b/utils/metalog/INSTALL
@@ -1,2 +1,3 @@
-make install &&
-install_config_file metalog.conf /etc/metalog.conf
+default_install &&
+
+install_config_file metalog.conf "$INSTALL_ROOT/etc/metalog.conf"
diff --git a/utils/metalog/PRE_BUILD b/utils/metalog/PRE_BUILD
new file mode 100755
index 0000000..ec8889c
--- /dev/null
+++ b/utils/metalog/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+
+7z x -so "$SOURCE_CACHE/$SOURCE" 2> /dev/null | tar x -C "$BUILD_DIRECTORY"
&&
+
+cd "$SOURCE_DIRECTORY"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c45c3987fe9dd9ca44c5688d518b0ebe5a5138a6), Vlad Glagolev, 03/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page