pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/socat Import socat-1.3.2.2 from pkgsrc-wip. Provi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ee6cfc94f86
branches:  trunk
changeset: 468555:2ee6cfc94f86
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Feb 14 22:43:38 2004 +0000

description:
Import socat-1.3.2.2 from pkgsrc-wip.  Provided by Adrian Portelli,
and slightly modified by me.

socat is a relay for bidirectional data transfer between two
independent data channels.  Each of these data channels may be a file,
pipe, device (serial line etc. or a pseudo terminal), a socket (UNIX,
IP4, IP6 - raw, UDP, TCP), an SSL socket, proxy CONNECT connection, a
file descriptor (stdin etc.), the GNU line editor, a program, or a
combination of two of these.  These modes include generation of
"listening" sockets, pipes and pseudo terminals.

diffstat:

 net/socat/DESCR            |   7 +++++++
 net/socat/Makefile         |  27 +++++++++++++++++++++++++++
 net/socat/PLIST            |   5 +++++
 net/socat/distinfo         |   5 +++++
 net/socat/patches/patch-aa |  18 ++++++++++++++++++
 5 files changed, 62 insertions(+), 0 deletions(-)

diffs (82 lines):

diff -r 33a50b5bfc66 -r 2ee6cfc94f86 net/socat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/socat/DESCR   Sat Feb 14 22:43:38 2004 +0000
@@ -0,0 +1,7 @@
+socat is a relay for bidirectional data transfer between two
+independent data channels.  Each of these data channels may be a file,
+pipe, device (serial line etc. or a pseudo terminal), a socket (UNIX,
+IP4, IP6 - raw, UDP, TCP), an SSL socket, proxy CONNECT connection, a
+file descriptor (stdin etc.), the GNU line editor, a program, or a
+combination of two of these.  These modes include generation of
+"listening" sockets, pipes and pseudo terminals.
diff -r 33a50b5bfc66 -r 2ee6cfc94f86 net/socat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/socat/Makefile        Sat Feb 14 22:43:38 2004 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/14 22:43:38 minskim Exp $
+
+DISTNAME=      socat-1.3.2.2
+CATEGORIES=    net
+MASTER_SITES=  http://www.dest-unreach.org/socat/download/
+
+MAINTAINER=    adrianp%stindustries.net@localhost
+HOMEPAGE=      http://www.dest-unreach.org/socat/
+COMMENT=       "netcat++" (extended design, new implementation)
+
+WRKSRC=                        ${WRKDIR}/socat-1.3
+GNU_CONFIGURE=         YES
+USE_BUILDLINK3=                YES
+USE_GNU_READLINE=      YES
+
+CONFIGURE_ARGS+=       --disable-libwrap
+CONFIGURE_ARGS+=       --with-readline=${BUILDLINK_PREFIX.readline}
+
+SUBST_CLASSES+=                paths
+SUBST_MESSAGE.paths=   "Fixing hardcoded paths."
+SUBST_STAGE.paths=     post-patch
+SUBST_FILES.paths=     socat.1
+SUBST_SED.paths=       -e 's,/usr/,${PREFIX}/,g'
+
+.include "../../security/openssl/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 33a50b5bfc66 -r 2ee6cfc94f86 net/socat/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/socat/PLIST   Sat Feb 14 22:43:38 2004 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/14 22:43:38 minskim Exp $
+bin/filan
+bin/procan
+bin/socat
+man/man1/socat.1
diff -r 33a50b5bfc66 -r 2ee6cfc94f86 net/socat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/socat/distinfo        Sat Feb 14 22:43:38 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/14 22:43:38 minskim Exp $
+
+SHA1 (socat-1.3.2.2.tar.gz) = 5026fdc2f65af4a7c711d08fc3cbace5123465ec
+Size (socat-1.3.2.2.tar.gz) = 285280 bytes
+SHA1 (patch-aa) = fae16d2affc6d821f51675cd8f456d41efb0cff9
diff -r 33a50b5bfc66 -r 2ee6cfc94f86 net/socat/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/socat/patches/patch-aa        Sat Feb 14 22:43:38 2004 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/02/14 22:43:38 minskim Exp $
+
+--- Makefile.in.orig   2003-10-19 03:01:41.000000000 -0500
++++ Makefile.in
+@@ -21,11 +21,11 @@ srcdir = @srcdir@
+ VPATH = @srcdir@
+ 
+ CC = @CC@
+-CCOPTS = $(CCOPT) -Wall -Wno-parentheses
++CCOPTS = $(CCOPT)
+ 
+ INCLS = -I. @V_INCL@
+ DEFS = @DEFS@
+-LIBS = @LIBS@
++LIBS = @LDFLAGS@ @LIBS@
+ 
+ INSTALL = @INSTALL@
+ 



Home | Main Index | Thread Index | Old Index