Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (1ad61f8aadaf5bf473c71f2fb31f4df03d68a3cf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (1ad61f8aadaf5bf473c71f2fb31f4df03d68a3cf)
  • Date: Wed, 26 Dec 2007 04:20:57 -0600

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 3 +++
audio-soft/easytag/DETAILS | 4 ++--
audio-soft/easytag/HISTORY | 4 ++++
utils/nut/204DDF1B.gpg |binary
utils/nut/BUILD | 10 ++--------
utils/nut/DETAILS | 13 +++++++++----
utils/nut/HISTORY | 8 ++++++++
utils/rssyslog/BUILD | 2 ++
utils/rssyslog/DETAILS | 34 ++++++++++++++++++++++++++++++++++
utils/rssyslog/HISTORY | 2 ++
utils/rssyslog/INSTALL | 3 +++
11 files changed, 69 insertions(+), 14 deletions(-)

New commits:
commit e88630bc646e3147e7c26f49d4474c2aaa9d5c6e
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

audio-soft/easytag: version update, this ones upports ogg album art

commit e04272d2b1d66bd45939aab50b5a188b7f5744d7
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

rssyslog: new spell, remote sysloging daemon

commit b0ab3f69b7cd1e97cc608ab60c0e6ee534a54a70
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

nut: update to 2.2.0

diff --git a/ChangeLog b/ChangeLog
index 2b49557..7bf6855 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-12-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * utils/rssyslog: new spell, remote syslogging daemon
+
2007-12-24 Elisamuel Resto <ryuji AT sourcemage.org>
* libs/mcs -> libs/libmcs: renamed.
* libs/libmowgli: new spell, a development framework for C
diff --git a/audio-soft/easytag/DETAILS b/audio-soft/easytag/DETAILS
index 20e8480..2a3eb4e 100755
--- a/audio-soft/easytag/DETAILS
+++ b/audio-soft/easytag/DETAILS
@@ -1,7 +1,7 @@
SPELL=easytag
- VERSION=2.1
+ VERSION=2.1.4
SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:f98a44ce5db5d535f52c50051887a35f4206c114c83d1f06269b5e07b96546d4c1f67db5bc193f4901837ac38302c4b1951edf7da1371b770cbb7a0a24bf0268
+
SOURCE_HASH=sha512:f6a7909a40c10ea2fdf4ded618c05cd962e27933e52d1e181a01464c03c29d779aa9651e4a82b28e03dccd8f56ca1bd77c0c4d5f3f0a17ed782f0cbb35623fb8
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
LICENSE[0]=GPL
diff --git a/audio-soft/easytag/HISTORY b/audio-soft/easytag/HISTORY
index dc8aae9..c590228 100644
--- a/audio-soft/easytag/HISTORY
+++ b/audio-soft/easytag/HISTORY
@@ -1,3 +1,7 @@
+2007-12-17 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: updated spell to 2.1.4
+ fixed WEB_SITE
+
2007-07-09 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Removed UPDATED and BUILD_API=1

diff --git a/utils/nut/204DDF1B.gpg b/utils/nut/204DDF1B.gpg
new file mode 100644
index 0000000..c3fddc6
Binary files /dev/null and b/utils/nut/204DDF1B.gpg differ
diff --git a/utils/nut/BUILD b/utils/nut/BUILD
index b56eae4..b4cb3d8 100755
--- a/utils/nut/BUILD
+++ b/utils/nut/BUILD
@@ -1,9 +1,3 @@
create_account ups &&
-
- ./configure --with-user=ups \
- --prefix=${INSTALL_ROOT}/usr \
- --sysconfdir=${INSTALL_ROOT}/etc \
- --localstatedir=${INSTALL_ROOT}/var \
- --mandir=${INSTALL_ROOT}/usr/share/man \
- --infodir=${INSTALL_ROOT}/usr/share/info $OPTS &&
- make
+OPTS="--with-user=ups $OPTS" &&
+default_build
diff --git a/utils/nut/DETAILS b/utils/nut/DETAILS
index 4f9b73e..495a3e8 100755
--- a/utils/nut/DETAILS
+++ b/utils/nut/DETAILS
@@ -1,8 +1,11 @@
SPELL=nut
- VERSION=2.0.1
+ VERSION=2.2.0
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[1]=http://eu1.networkupstools.org/source/2.0/$SOURCE
-
SOURCE_HASH=sha512:5f416534a2a38c545f9194a6d4524a9b02e0b666c4d6a40edd99e0658ec9480bdcf5da0c058abc80f4305321448e4bd10956048502fe14914ff0dda9c8f20ca4
+

SOURCE2=$SOURCE.sig
+
SOURCE_URL[0]=http://random.networkupstools.org/source/${VERSION::3}/$SOURCE
+

SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+

SOURCE_GPG=204DDF1B.gpg:$SOURCE2:UPSTREAM_KEY
+

SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://networkupstools.org/
ENTERED=20050604
@@ -10,5 +13,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="utils"
SHORT="Provides monitoring of UPS hardware"
cat << EOF
-The primary goal of the Network UPS Tools (NUT) project is to provide
reliable monitoring of UPS hardware and ensure safe shutdowns of the systems
which are connected.
+The primary goal of the Network UPS Tools (NUT) project is to provide
reliable
+monitoring of UPS hardware and ensure safe shutdowns of the systems which
+are connected.
EOF
diff --git a/utils/nut/HISTORY b/utils/nut/HISTORY
index 4c6f510..b868df9 100644
--- a/utils/nut/HISTORY
+++ b/utils/nut/HISTORY
@@ -1,3 +1,11 @@
+2007-12-20 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * 204DDF1B.gpg: added gpg keyring
+ * DETAILS: Fixed SOURCE_URL[0]
+ converted to upstream signature checking
+ fixed long description wrap
+ updated spell to 2.2.0
+ * BUILD: cleaned it up
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/utils/rssyslog/BUILD b/utils/rssyslog/BUILD
new file mode 100755
index 0000000..ee1e4ce
--- /dev/null
+++ b/utils/rssyslog/BUILD
@@ -0,0 +1,2 @@
+cd src &&
+make
diff --git a/utils/rssyslog/DETAILS b/utils/rssyslog/DETAILS
new file mode 100755
index 0000000..df30e6c
--- /dev/null
+++ b/utils/rssyslog/DETAILS
@@ -0,0 +1,34 @@
+ SPELL=rssyslog
+ VERSION=20070117
+ SOURCE="${SPELL}-${VERSION}.tgz"
+ SOURCE_URL[0]=http://dfn.dl.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:d516e549fad571ec1350e246e9904d20fb200c84f5c6e4f1ba6f0208fb1583c8a606a4abdf5555d7b1071de2fb3e71c67046ba16420dd7baa6b46c3f25240808
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://sourceforge.net/projects/rssyslog/";
+ LICENSE[0]=GPL
+ ENTERED=20071225
+ SHORT="rssyslog is a fast, network-only syslog daemon"
+cat << EOF
+rssyslog is a fast, network-only syslog daemon that sorts the messages to
+different files based on source IP, facility and severity. It is intended
+to be used as a central syslog-server for a large number of devices.
+
+rssyslog is written in C, and tries to minimise the number of
+dependencies. Currently it depends only on libc.
+
+It is not the most feature rich application on the net, and it never will
+be. Still there is some work to be done. The TODO-file in this directory
+identifies the most pressing issues.
+
+The general philosophy behind rssyslog is that it should be as small as
+possible and as simple as possible in order to be able to run as fast as
+possible.
+
+It avoids parsing more than needed of the message, it avoids using the string
+scanning printf and scanf functions (and relatives) as much as possible,
+though some sanitizing of the message must be done.
+
+Messages are received from the net in one thread, passed through a ring
buffer
+and decoded and written to disk in another thread. This should reduce the
+risk of dropped messages at high loads during e.g. logfile rotation.
+EOF
diff --git a/utils/rssyslog/HISTORY b/utils/rssyslog/HISTORY
new file mode 100644
index 0000000..a72bb6e
--- /dev/null
+++ b/utils/rssyslog/HISTORY
@@ -0,0 +1,2 @@
+2007-12-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, BUILD, INSTALL, HISTORY: created spell
diff --git a/utils/rssyslog/INSTALL b/utils/rssyslog/INSTALL
new file mode 100755
index 0000000..132d138
--- /dev/null
+++ b/utils/rssyslog/INSTALL
@@ -0,0 +1,3 @@
+cd $SOURCE_DIRECTORY &&
+cp src/rssyslogd /usr/sbin/ &&
+cp doc/sample_rssyslog.conf /etc/



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (1ad61f8aadaf5bf473c71f2fb31f4df03d68a3cf), Andraž Levstik, 12/26/2007

Archive powered by MHonArc 2.6.24.

Top of Page