Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (2cdfefd55ef642ac965445c0bf02941392d16d1d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (2cdfefd55ef642ac965445c0bf02941392d16d1d)
  • Date: Mon, 16 Jun 2008 14:24:23 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
utils/inotify-tools/DETAILS | 31 +++++++++++++++++++++++++++++++
utils/inotify-tools/HISTORY | 7 +++++++
3 files changed, 39 insertions(+)

New commits:
commit 2cdfefd55ef642ac965445c0bf02941392d16d1d
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

inotify-tools: 3.13

commit 01703e7afd1d1cd3ced8e09a2e56e6fd08977f6d
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

utils/inotify-tools: added #14162

diff --git a/ChangeLog b/ChangeLog
index eb72e0a..fde70b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2008-06-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* i18n/libhangul: Hangul input library #14436
* i18n/nabi: XIM for entering Hangul #14439 (both spells by Jaeic Lee)
+ * utils/inotify-tools: inotify tools #14162; spell by Travis M.

2008-06-16 Alexander Tsamutali <astsmtl AT gmail.com>
* devel/drscheme: new spell, an implementation of Scheme
diff --git a/utils/inotify-tools/DETAILS b/utils/inotify-tools/DETAILS
new file mode 100755
index 0000000..9111ef4
--- /dev/null
+++ b/utils/inotify-tools/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=inotify-tools
+ VERSION=3.13
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:e757ca5d3bac2b6b84e9435671107d6d695ff7d04cefd139590ab538d1be8f9a295eb9b0042406bdbfa60bb2b2545a428ec861e60f1cbf172050d47d0350bdb9
+ LICENSE[0]=GPL
+ WEB_SITE=http://inotify-tools.sourceforge.net
+ ENTERED=20071211
+ SHORT="C library and a set of programs that provide a simple
interface to inotify"
+
+cat << EOF
+inotify-tools is a C library and a set of command-line programs for Linux
+that provides
+a simple interface to inotify.
+These programs can be used to monitor and act upon filesystem events.
+A more detailed description of the programs is further down the page. The
+programs are written in C and have no dependencies other than a Linux kernel
+supporting inotify.
+
+inotify-tools includes:
+* inotifywait: This program just blocks for inotify events.
+ It can watch any set of files and
+ directories,
+ and can recursively watch entire
+ directory trees.
+* inotifywatch:
+ inotifywatch collects filesystem
+ usage statistics and outputs counts
+ of each inotify event.
+EOF
diff --git a/utils/inotify-tools/HISTORY b/utils/inotify-tools/HISTORY
new file mode 100644
index 0000000..0d3b5fa
--- /dev/null
+++ b/utils/inotify-tools/HISTORY
@@ -0,0 +1,7 @@
+2008-06-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: updated spell to 3.13
+ fixed long description wrap, SHORT
+
+2007-11-12 Travis M. <travisimo1993 AT gmail.com>
+ * DETAILS, HISTORY: created spell
+



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (2cdfefd55ef642ac965445c0bf02941392d16d1d), Jaka Kranjc, 06/16/2008

Archive powered by MHonArc 2.6.24.

Top of Page