Skip to Content.
Sympa Menu

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

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 (9d01a8299efaa1f27fe251c43f06782847306454)
  • Date: Thu, 12 May 2011 10:37:52 -0500

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

ChangeLog | 3 +++
net/nc/CONFLICTS | 1 +
net/nc/HISTORY | 4 ++++
net/nc/INSTALL | 2 +-
net/netcat/CONFLICTS | 1 +
net/netcat/DEPENDS | 4 ++++
net/netcat/DETAILS | 32 ++++++++++++++++++++++++++++++++
net/netcat/HISTORY | 2 ++
8 files changed, 48 insertions(+), 1 deletion(-)

New commits:
commit 59ef7f9c0a3cdd2883f1690e941963f79fffc685
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nc: conflict with netcat

commit 1252069569ecd16cb18c6582dd20d5174c26b5fd
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

netcat: new spell, GNU version of netcat

diff --git a/ChangeLog b/ChangeLog
index 8508f92..390e271 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-05-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * net/netcat: new spell, GNU version of netcat
+
2011-05-06 Justin Boffemmyer <flux AT sourcemage.org>
* devel/radare2: new spell, new implementation of radare, an advanced
OSS hexadecimal editor, debugger, and disassembler
diff --git a/net/nc/CONFLICTS b/net/nc/CONFLICTS
new file mode 100755
index 0000000..9a5c6cd
--- /dev/null
+++ b/net/nc/CONFLICTS
@@ -0,0 +1 @@
+conflicts netcat
diff --git a/net/nc/HISTORY b/net/nc/HISTORY
index 2d2ca87..b8b527a 100644
--- a/net/nc/HISTORY
+++ b/net/nc/HISTORY
@@ -1,3 +1,7 @@
+2011-05-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFLICTS: added, to conflict with netcat
+ * INSTALL: use `install' and INSTALL_ROOT
+
2011-04-17 Thomas Orgis <sobukus AT sourcemage.org>
* CONFLICTS: does not conflict with nedit anymore since years

diff --git a/net/nc/INSTALL b/net/nc/INSTALL
index 9299343..4bc2eab 100755
--- a/net/nc/INSTALL
+++ b/net/nc/INSTALL
@@ -1 +1 @@
- cp nc /usr/bin/nc
+install -vm 755 nc "$INSTALL_ROOT/usr/bin/nc"
diff --git a/net/netcat/CONFLICTS b/net/netcat/CONFLICTS
new file mode 100755
index 0000000..a8ba927
--- /dev/null
+++ b/net/netcat/CONFLICTS
@@ -0,0 +1 @@
+conflicts nc
diff --git a/net/netcat/DEPENDS b/net/netcat/DEPENDS
new file mode 100755
index 0000000..5325a82
--- /dev/null
+++ b/net/netcat/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support"
diff --git a/net/netcat/DETAILS b/net/netcat/DETAILS
new file mode 100755
index 0000000..9d5e2ae
--- /dev/null
+++ b/net/netcat/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=netcat
+ VERSION=0.7.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:283c02f849c3bb62615a5ccb7796192804dafcecb34f3c6b553cbc12c715654963b81e253762923c6069be9768b93dde576a392b89b167912c323354f1376e83
+ WEB_SITE=http://netcat.sourceforge.net/
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]=GPL
+ ENTERED=20110512
+ KEYWORDS="net"
+ SHORT="GNU version of netcat"
+cat << EOF
+Netcat is a featured networking utility which reads and writes data across
+network connections, using the TCP/IP protocol. It is designed to be a
reliable
+"back-end" tool that can be used directly or easily driven by other programs
+and scripts. At the same time, it is a feature-rich network debugging and
+exploration tool, since it can create almost any kind of connection you would
+need and has several interesting built-in capabilities.
+
+It provides access to the following main features:
+
+ * Outbound and inbound connections, TCP or UDP, to or from any ports.
+ * Featured tunneling mode which allows also special tunneling such as UDP to
+ TCP, with the possibility of specifying all network parameters (source
+ port/interface, listening port/interface, and the remote host allowed to
+ connect to the tunnel.
+ * Built-in port-scanning capabilities, with randomizer.
+ * Advanced usage options, such as buffered send-mode (one line every N
+ seconds), and hexdump (to stderr or to a specified file) of trasmitted and
+ received data.
+ * Optional RFC854 telnet codes parser and responder.
+EOF
diff --git a/net/netcat/HISTORY b/net/netcat/HISTORY
new file mode 100644
index 0000000..55b8237
--- /dev/null
+++ b/net/netcat/HISTORY
@@ -0,0 +1,2 @@
+2011-05-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, CONFLICTS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9d01a8299efaa1f27fe251c43f06782847306454), Vlad Glagolev, 05/12/2011

Archive powered by MHonArc 2.6.24.

Top of Page