[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (69626dc228518f2fd3d3e76ab842424b10fa1824)

Ladislav Hagara scm at sourcemage.org
Sat Jul 17 20:22:03 EDT 2010


GIT changes to master grimoire by Ladislav Hagara <hgr at vabo.cz>:

 ChangeLog             |    3 +++
 utils/since/BUILD     |    1 +
 utils/since/DETAILS   |   17 +++++++++++++++++
 utils/since/HISTORY   |    3 +++
 utils/since/PRE_BUILD |    4 ++++
 5 files changed, 28 insertions(+)

New commits:
commit 69626dc228518f2fd3d3e76ab842424b10fa1824
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    utils/since: new spell, display content of a file since the last time

diff --git a/ChangeLog b/ChangeLog
index 21e03cb..85eceaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-07-17 Ladislav Hagara <hgr at vabo.cz>
+	* utils/since: new spell, display content of a file since the last time
+
 2010-07-17 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
 	* devel/dmalloc: new spell, a memory debugger
 
diff --git a/utils/since/BUILD b/utils/since/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/since/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/since/DETAILS b/utils/since/DETAILS
new file mode 100755
index 0000000..52d1ed1
--- /dev/null
+++ b/utils/since/DETAILS
@@ -0,0 +1,17 @@
+           SPELL=since
+         VERSION=1.1
+     SOURCE_HASH=sha512:3a131a43033480a0a9e3f32f163d3b4c914c0d8510d603c1b8415b262491f43d55454f7888562d3690a178ffd94ccaa4a308e776b8464da55f72a5c42b8b389d
+          SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+   SOURCE_URL[0]=http://welz.org.za/projects/since/$SOURCE
+        WEB_SITE=http://welz.org.za/projects/since
+         ENTERED=20100717
+      LICENSE[0]=GPL
+           SHORT="display content of a file since the last time"
+cat << EOF
+since  is a utility designed to monitor log files.  since is similar to
+tail(2) as it also displays information appended to  a  file.   However
+since  only  displays the data which has been added since the last time
+since was run. If since is run on a particular file for the first time,
+then the entire file is displayed.
+EOF
diff --git a/utils/since/HISTORY b/utils/since/HISTORY
new file mode 100644
index 0000000..0879a8a
--- /dev/null
+++ b/utils/since/HISTORY
@@ -0,0 +1,3 @@
+2010-07-17 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS, PRE_BUILD, BUILD: spell created, version 1.1
+
diff --git a/utils/since/PRE_BUILD b/utils/since/PRE_BUILD
new file mode 100755
index 0000000..3e5c847
--- /dev/null
+++ b/utils/since/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+sed -i 's:/local::' Makefile



More information about the SM-Commit mailing list