Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (17bf62b260b50829e012692d2ae6629c817051c0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (17bf62b260b50829e012692d2ae6629c817051c0)
  • Date: Tue, 29 Apr 2008 05:14:21 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
net/gip/BUILD | 1 +
net/gip/DEPENDS | 2 ++
net/gip/DETAILS | 19 +++++++++++++++++++
net/gip/HISTORY | 2 ++
net/gip/INSTALL | 1 +
net/gip/PRE_BUILD | 9 +++++++++
7 files changed, 37 insertions(+)

New commits:
commit 17bf62b260b50829e012692d2ae6629c817051c0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gip: new spell, GTK IP address calculator

diff --git a/ChangeLog b/ChangeLog
index ffb0ccc..7c666e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-04-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * net/gip: new spell, GTK IP address calculator
+
2008-04-28 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* graphics/topmod: a topological mesh modeling system

diff --git a/net/gip/BUILD b/net/gip/BUILD
new file mode 100755
index 0000000..bda6434
--- /dev/null
+++ b/net/gip/BUILD
@@ -0,0 +1 @@
+./build.sh --prefix "$INSTALL_ROOT/usr"
diff --git a/net/gip/DEPENDS b/net/gip/DEPENDS
new file mode 100755
index 0000000..a2528bd
--- /dev/null
+++ b/net/gip/DEPENDS
@@ -0,0 +1,2 @@
+depends gtkmm2 &&
+depends pkgconfig
diff --git a/net/gip/DETAILS b/net/gip/DETAILS
new file mode 100755
index 0000000..4466d0e
--- /dev/null
+++ b/net/gip/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=gip
+ VERSION=1.6.1-1
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://dl.debain.org/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:6df5174b09d850fdd3f550e30dabe446130d43d8d7a95a566442ab83d7d7478c181fdfaa97f151c9aaf48737bddfbc4722c4c172c693e65351149b555a006bb8
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.debain.org/software/gip/
+ LICENSE[0]=GPL
+ ENTERED=20080429
+ SHORT="GTK IP address calculator"
+cat << EOF
+Gip provides system administrators with tools for IP address based
+calculations. For example, an administrator who needs to find out which IP
+prefix length equals the IP netmask 255.255.240.0, just types in the mask
+and gets the prefix length presented. But many more advanced calculations can
+be made. Gip can convert an address range into a list of prefix lengths. It
+can also split subnets using a given IP netmask or IP prefix length. Many
+more calculations are possible.
+EOF
diff --git a/net/gip/HISTORY b/net/gip/HISTORY
new file mode 100644
index 0000000..783e856
--- /dev/null
+++ b/net/gip/HISTORY
@@ -0,0 +1,2 @@
+2008-04-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
diff --git a/net/gip/INSTALL b/net/gip/INSTALL
new file mode 100755
index 0000000..edcf5c6
--- /dev/null
+++ b/net/gip/INSTALL
@@ -0,0 +1 @@
+./build.sh --install --prefix "$INSTALL_ROOT/usr"
diff --git a/net/gip/PRE_BUILD b/net/gip/PRE_BUILD
new file mode 100755
index 0000000..e054cd7
--- /dev/null
+++ b/net/gip/PRE_BUILD
@@ -0,0 +1,9 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+# fix doc path
+sed -i "s:/doc/:/share/doc/:" build.sh &&
+
+# fix for libsigc++3
+sed -i "s:SigC:sigc:g;s:Signal:signal:g" src/gui_ipv4_analyzer.h \
+ src/gui_ipv4_subnet_calculator.h src/gui_ipv4_subnet_splitter.h



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (17bf62b260b50829e012692d2ae6629c817051c0), Vlad Glagolev, 04/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page