Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (26c3165b7cb323b189478fcbf72a24d76c318082)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (26c3165b7cb323b189478fcbf72a24d76c318082)
  • Date: Mon, 5 Jul 2010 06:07:23 -0500

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

ChangeLog | 3 +++
utils/psinfo/BUILD | 1 +
utils/psinfo/DETAILS | 24 ++++++++++++++++++++++++
utils/psinfo/HISTORY | 3 +++
utils/psinfo/PRE_BUILD | 4 ++++
5 files changed, 35 insertions(+)

New commits:
commit 26c3165b7cb323b189478fcbf72a24d76c318082
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

utils/psinfo: new spell, shows process information and statistics

diff --git a/ChangeLog b/ChangeLog
index 90d0a86..1d55502 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-07-05 Ladislav Hagara <hgr AT vabo.cz>
+ * utils/psinfo: new spell, shows process information and statistics
+
2010-07-03 Eric Sandall <sandalle AT sourcemage.org>
* audio-libs/gsm: Added a GSM 06.10 lossy speech compression library
* audio-soft/mangler: Added a Ventrilo 3.x open source VOIP client
diff --git a/utils/psinfo/BUILD b/utils/psinfo/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/psinfo/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/psinfo/DETAILS b/utils/psinfo/DETAILS
new file mode 100755
index 0000000..c2b49c6
--- /dev/null
+++ b/utils/psinfo/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=psinfo
+ VERSION=0.12
+
SOURCE_HASH[0]=sha512:481743c9b8112fa34779bcdeb12d84a1445a4e4c105161d9a9927fe920e5c4f190dc3e03cb65d9978538cb3d4102983af7e290d31c809a1efa0f6c871064c62f
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.ward.nu/computer/psinfo/$SOURCE
+ WEB_SITE=http://www.ward.nu/computer/psinfo/
+ ENTERED=20100705
+ LICENSE[0]=GPL
+ SHORT="shows process information and statistics using the kernel
/proc interface"
+cat << EOF
+psinfo shows process information and statistics using the kernel /proc
interface.
+This information includes:
+-Process state, environment, arguments and flags
+-CPU usage
+-Scheduling
+-I/O usage
+-Virtual memory status
+-Pagefaults
+-Capabilities
+-Signals
+psinfo is useful for providing a detailed view of the current state of an
+application when diagnosing issues or performance problems.
+EOF
diff --git a/utils/psinfo/HISTORY b/utils/psinfo/HISTORY
new file mode 100644
index 0000000..ec7cb29
--- /dev/null
+++ b/utils/psinfo/HISTORY
@@ -0,0 +1,3 @@
+2010-07-05 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, PRE_BUILD, BUILD: spell created, version 0.12
+
diff --git a/utils/psinfo/PRE_BUILD b/utils/psinfo/PRE_BUILD
new file mode 100755
index 0000000..30f9a54
--- /dev/null
+++ b/utils/psinfo/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+sedit 's:/usr/local:/usr:' Makefile



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (26c3165b7cb323b189478fcbf72a24d76c318082), Ladislav Hagara, 07/05/2010

Archive powered by MHonArc 2.6.24.

Top of Page