pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gnetcat initial import of gnetcat 0.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c28b6c830506
branches:  trunk
changeset: 464254:c28b6c830506
user:      recht <recht%pkgsrc.org@localhost>
date:      Fri Dec 05 14:11:27 2003 +0000

description:
initial import of gnetcat 0.7.0

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.

This package was provided by Adrian Portelli via pkgsrc-wip.

diffstat:

 net/gnetcat/DESCR            |   7 +++++++
 net/gnetcat/Makefile         |  19 +++++++++++++++++++
 net/gnetcat/PLIST            |   4 ++++
 net/gnetcat/distinfo         |   5 +++++
 net/gnetcat/patches/patch-aa |  15 +++++++++++++++
 5 files changed, 50 insertions(+), 0 deletions(-)

diffs (70 lines):

diff -r 97fa4f043626 -r c28b6c830506 net/gnetcat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gnetcat/DESCR Fri Dec 05 14:11:27 2003 +0000
@@ -0,0 +1,7 @@
+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.
diff -r 97fa4f043626 -r c28b6c830506 net/gnetcat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gnetcat/Makefile      Fri Dec 05 14:11:27 2003 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/05 14:11:27 recht Exp $
+
+DISTNAME=      netcat-0.7.0
+PKGNAME=       gnetcat-0.7.0
+CATEGORIES=    net www
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=netcat/}
+
+MAINTAINER=    adrianp%stindustries.net@localhost
+HOMEPAGE=      http://netcat.sourceforge.net/
+COMMENT=       Read and write data across network connections
+
+GNU_CONFIGURE=         YES
+USE_BUILDLINK2=                YES
+USE_PERL5=             YES
+
+USE_NEW_TEXINFO=       YES
+INFO_FILES=            netcat.info
+
+.include "../../mk/bsd.pkg.mk"
diff -r 97fa4f043626 -r c28b6c830506 net/gnetcat/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gnetcat/PLIST Fri Dec 05 14:11:27 2003 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/05 14:11:27 recht Exp $
+bin/netcat
+info/netcat.info
+man/man1/netcat.1
diff -r 97fa4f043626 -r c28b6c830506 net/gnetcat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gnetcat/distinfo      Fri Dec 05 14:11:27 2003 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/05 14:11:27 recht Exp $
+
+SHA1 (netcat-0.7.0.tar.gz) = b4a9d0a1a186e6a9040d8a48b64ba7b7f702b0fe
+Size (netcat-0.7.0.tar.gz) = 396324 bytes
+SHA1 (patch-aa) = 08cd5e2fd5d2db28f56fc81f21990b70b2886444
diff -r 97fa4f043626 -r c28b6c830506 net/gnetcat/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gnetcat/patches/patch-aa      Fri Dec 05 14:11:27 2003 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/12/05 14:11:27 recht Exp $
+
+--- src/Makefile.in.orig       Thu Oct 16 17:19:29 2003
++++ src/Makefile.in    Thu Oct 16 17:19:42 2003
+@@ -421,10 +421,6 @@
+ 
+ 
+ install-exec-hook:
+-      @if [ ! -L $(netcat_nc) -a ! -e $(netcat_nc) ]; then \
+-              echo "Creating symlink to the shorter executable name"; \
+-              ln -s netcat $(netcat_nc); \
+-      fi
+ 
+ uninstall-hook:
+       @if [ -L $(netcat_nc) ]; then \



Home | Main Index | Thread Index | Old Index