Skip to Content.
Sympa Menu

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

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 (825ebf0ec3dbc7090d92ccc823e7ba31ca088762)
  • Date: Wed, 15 Oct 2008 05:29:17 -0500

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

net/libnet/DEPENDS | 2 +-
net/libnet/DETAILS | 24 ++++++++++--------------
net/libnet/HISTORY | 6 +++++-
net/libnet/INSTALL | 5 +++--
4 files changed, 19 insertions(+), 18 deletions(-)

New commits:
commit 825ebf0ec3dbc7090d92ccc823e7ba31ca088762
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libnet: a bunch of fixes

diff --git a/net/libnet/DEPENDS b/net/libnet/DEPENDS
index 005c880..919dd23 100755
--- a/net/libnet/DEPENDS
+++ b/net/libnet/DEPENDS
@@ -1 +1 @@
-optional_depends doxygen "" "" "for doxygen documentation"
+optional_depends doxygen "" "" "for doxygen documentation"
diff --git a/net/libnet/DETAILS b/net/libnet/DETAILS
index ebc8af3..4991163 100755
--- a/net/libnet/DETAILS
+++ b/net/libnet/DETAILS
@@ -1,25 +1,21 @@
SPELL=libnet
VERSION=1.1.2.1
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
SOURCE_URL[0]=http://www.packetfactory.net/libnet/dist/$SOURCE

SOURCE_HASH=sha512:07ad785427ca9c608a2150095f0623edaefe99a09d06d208f5ee6c0de62b03635685eecfaa4872a63b4e66197aaea9ed4358c3308070102b8a6b63a9286dcb47
WEB_SITE=http://www.packetfactory.net/libnet/
ENTERED=20020820
LICENSE[0]=BSD
KEYWORDS="net"
- SHORT="libnet - a high-level API (toolkit) for construct and
inject network packets"
+ SHORT="high-level API for construct and inject network packets"
cat << EOF
-Libnet is a high-level API (toolkit) allowing the application programmer
-to construct and inject network packets. It provides a portable and
-simplified interface for low-level network packet shaping, handling and
-injection. Libnet hides much of the tedium of packet creation from the
-application programmer such as multiplexing, buffer management, arcane
-packet header information, byte-ordering, OS-dependent issues, and much
-more. Libnet features portable packet creation interfaces at the IP layer
-and link layer, as well as a host of supplementary and complementary
-functionality. Using libnet, quick and simple packet assembly
-applications can be whipped up with little effort. With a bit more time,
-more complex programs can be written (Traceroute and ping were easily
-rewritten using libnet and libpcap).
+Libnet is a high-level API (toolkit) allowing the application programmer to
+construct and inject network packets. It provides a portable and simplified
+interface for low-level network packet shaping, handling and injection.
Libnet
+hides much of the tedium of packet creation from the application programmer
+such as multiplexing, buffer management, arcane packet header information,
+byte-ordering, OS-dependent issues, and much more. Libnet features portable
+packet creation interfaces at the IP layer and link layer, as well as a host
+of supplementary and complementary functionality.
EOF
diff --git a/net/libnet/HISTORY b/net/libnet/HISTORY
index b086728..fd1628d 100644
--- a/net/libnet/HISTORY
+++ b/net/libnet/HISTORY
@@ -1,3 +1,8 @@
+2008-10-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: cleaned up
+ * DETAILS: quoting paths; fixed descs
+ * INSTALL: use install instead of cp, use INSTALL_ROOT; cleaned up
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

@@ -29,4 +34,3 @@

2002-08-20 Ladislav Hagara <hgr AT vabo.cz>
* Added this spell.
-
diff --git a/net/libnet/INSTALL b/net/libnet/INSTALL
index 9bfd709..4afee2d 100755
--- a/net/libnet/INSTALL
+++ b/net/libnet/INSTALL
@@ -1,2 +1,3 @@
- default_install &&
- cp libnet-config /usr/bin
+default_install &&
+
+install -vm 755 libnet-config "$INSTALL_ROOT/usr/bin"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (825ebf0ec3dbc7090d92ccc823e7ba31ca088762), Vlad Glagolev, 10/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page