Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (5260d074ce825b10c0cc1e950848184c7ceee550)
  • Date: Sun, 2 Jul 2006 16:45:08 -0500

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

ChangeLog | 1 +
kde-apps/kile/DETAILS | 5 ++---
kde-apps/kile/HISTORY | 3 +++
net/ethstatus/BUILD | 2 +-
net/ethstatus/DEPENDS | 2 +-
net/ethstatus/DETAILS | 8 ++++----
net/ethstatus/HISTORY | 4 ++++
net/ethstatus/INSTALL | 1 +
net/ethstatus/PRE_BUILD | 5 +----
net/ethstatus/TRIGGERS | 1 +
net/ifstatus/BUILD | 1 +
net/ifstatus/CONFLICTS | 1 +
net/ifstatus/DEPENDS | 2 ++
net/ifstatus/DETAILS | 18 ++++++++++++++++++
net/ifstatus/HISTORY | 6 ++++++
net/ifstatus/INSTALL | 4 ++++
16 files changed, 51 insertions(+), 13 deletions(-)

New commits:
commit 5260d074ce825b10c0cc1e950848184c7ceee550
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

kile: 1.9.1

commit 95d28af98ab4c3d679ab6488cfacca5e17208301
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

ethstatus deprecated in favour of ifstatus, #10407

diff --git a/ChangeLog b/ChangeLog
index 2fef8bd..3df3009 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2006-07-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* shell-term-fm/yakuake: new, a dropdown console for kde
* nvidia-settings: moved to z-rejected, requires the driver
+ * net/ethstatus renamed to ifstatus; fixes #10407

2006-07-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* net/bmon: new spell, a network data rate estimator
diff --git a/kde-apps/kile/DETAILS b/kde-apps/kile/DETAILS
index 1ebdd7c..4411862 100755
--- a/kde-apps/kile/DETAILS
+++ b/kde-apps/kile/DETAILS
@@ -1,13 +1,12 @@
source $SECTION_DIRECTORY/KDE_DETAILS
SPELL=kile
- VERSION=1.9
+ VERSION=1.9.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:08670469423e318b5a75de29127d29f9ee62c4bb01261425c154217a22849c3f7d34f9876ebd97c34f04d38aba067886c9f7a6840da154c019eb5125a36b7942
+
SOURCE_HASH=sha512:d5901f71dbadcd64ac739f924a9669b02d957ad2a3a3c29bb0466c01dba6fd5685153b03e479bfbfcb4d1135fa4a86cb870f666feb90374e4cd941af41b9a153
WEB_SITE=http://kile.sourceforge.net/
ENTERED=20020705
- UPDATED=20041206
LICENSE[0]=GPL
KEYWORDS="tex kde"
SHORT="KDE (La)TeX editor and shell"
diff --git a/kde-apps/kile/HISTORY b/kde-apps/kile/HISTORY
index 900c1cb..e453828 100644
--- a/kde-apps/kile/HISTORY
+++ b/kde-apps/kile/HISTORY
@@ -1,3 +1,6 @@
+2006-07-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: 1.9.1
+
2006-06-29 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide

diff --git a/net/ethstatus/BUILD b/net/ethstatus/BUILD
index 8f58e6d..27ba77d 100755
--- a/net/ethstatus/BUILD
+++ b/net/ethstatus/BUILD
@@ -1 +1 @@
-make
+true
diff --git a/net/ethstatus/DEPENDS b/net/ethstatus/DEPENDS
index 5764a9c..1c071ca 100755
--- a/net/ethstatus/DEPENDS
+++ b/net/ethstatus/DEPENDS
@@ -1 +1 @@
-depends ncurses
+depends ifstatus
diff --git a/net/ethstatus/DETAILS b/net/ethstatus/DETAILS
index e2ad8ae..8d33e73 100755
--- a/net/ethstatus/DETAILS
+++ b/net/ethstatus/DETAILS
@@ -1,12 +1,12 @@
SPELL=ethstatus
VERSION=0.3.0
- SOURCE=EthStatus-v$VERSION.tar.gz
+# SOURCE=EthStatus-v$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/EthStatus-v$VERSION
- SOURCE_URL[0]=http://ethstatus.calle69.net/download/$SOURCE
+# SOURCE_URL[0]=http://ethstatus.calle69.net/download/$SOURCE
WEB_SITE=http://ethstatus.calle69.net/
-
SOURCE_HASH=sha512:b600aa6c5d93dee381df97bcfa65d21e3df6586ef9c827ced055ceec7269e5c9eefc2a3762419a2a7de22755eb02288f5a16e12f34e0f581a65181e635e12c41
+#
SOURCE_HASH=sha512:b600aa6c5d93dee381df97bcfa65d21e3df6586ef9c827ced055ceec7269e5c9eefc2a3762419a2a7de22755eb02288f5a16e12f34e0f581a65181e635e12c41
ENTERED=20020326
- UPDATED=20020326
+ PATHCLEVEL=1
LICENSE=GPL
KEYWORDS="net"
SHORT="A console network interface monitor."
diff --git a/net/ethstatus/HISTORY b/net/ethstatus/HISTORY
index 53c621f..bb72f61 100644
--- a/net/ethstatus/HISTORY
+++ b/net/ethstatus/HISTORY
@@ -1,3 +1,7 @@
+2006-07-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * deprecated in favour of ifstatus - a rename. Confirmed by a section
on
+ the ifstatus URL
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/net/ethstatus/INSTALL b/net/ethstatus/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/net/ethstatus/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/net/ethstatus/PRE_BUILD b/net/ethstatus/PRE_BUILD
index ba17f65..27ba77d 100755
--- a/net/ethstatus/PRE_BUILD
+++ b/net/ethstatus/PRE_BUILD
@@ -1,4 +1 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-sedit 's!local/!!g' Makefile
+true
diff --git a/net/ethstatus/TRIGGERS b/net/ethstatus/TRIGGERS
new file mode 100755
index 0000000..8f096c9
--- /dev/null
+++ b/net/ethstatus/TRIGGERS
@@ -0,0 +1 @@
+on_cast ethstatus dispel_self
diff --git a/net/ifstatus/BUILD b/net/ifstatus/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/net/ifstatus/BUILD
@@ -0,0 +1 @@
+make
diff --git a/net/ifstatus/CONFLICTS b/net/ifstatus/CONFLICTS
new file mode 100755
index 0000000..db09471
--- /dev/null
+++ b/net/ifstatus/CONFLICTS
@@ -0,0 +1 @@
+conflicts ethstatus y
diff --git a/net/ifstatus/DEPENDS b/net/ifstatus/DEPENDS
new file mode 100755
index 0000000..f3a9175
--- /dev/null
+++ b/net/ifstatus/DEPENDS
@@ -0,0 +1,2 @@
+depends ncurses &&
+depends g++
diff --git a/net/ifstatus/DETAILS b/net/ifstatus/DETAILS
new file mode 100755
index 0000000..e30a014
--- /dev/null
+++ b/net/ifstatus/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=ifstatus
+ VERSION=1.1.0
+ SOURCE=${SPELL}-v${VERSION}.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:2660310be7186067315414218e3d3d269499e391c7ffa12022ac53a0456ddbe0f7d5562b788fe6b2569b7d0eba7acf5699e0386769a91606a3e14b51239a2766
+ WEB_SITE=http://ifstatus.sourceforge.net/
+ ENTERED=20060115
+ LICENSE[0]=GPL
+ KEYWORDS="net"
+ SHORT="a simple program for displaying commonly needed statistics
in real time"
+cat << EOF
+IFStatus was developed for Linux users that are usually in console mode.
+It is a simple, easy to use program for displaying commonly needed / wanted
+statistics in real time about ingoing and outgoing traffic of multiple
network
+interfaces that are usually hard to find, with a simple and efficient view.
+It is a substitute for the PPPStatus and EthStatus projects.
+EOF
diff --git a/net/ifstatus/HISTORY b/net/ifstatus/HISTORY
new file mode 100644
index 0000000..f9e2a1f
--- /dev/null
+++ b/net/ifstatus/HISTORY
@@ -0,0 +1,6 @@
+2006-07-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: updated to 1.1.0
+ * CONFLICTS: added for ethstatus deprecation
+
+2006-01-15 Richard Johns <johnsr AT lincoln.ac.nz>
+ * DETAILS, DEPENDS, BUILD, INSTALL: Created spell
diff --git a/net/ifstatus/INSTALL b/net/ifstatus/INSTALL
new file mode 100755
index 0000000..f23705f
--- /dev/null
+++ b/net/ifstatus/INSTALL
@@ -0,0 +1,4 @@
+# this way Makefile patching is avoided; ifstatus is the only target anyway
+install -o 0 -g 0 -s -m 0755 ifstatus ${INSTALL_ROOT}/usr/bin
+
+



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (5260d074ce825b10c0cc1e950848184c7ceee550), Jaka Kranjc, 07/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page