From 5211eb3cac62a6cad62b1b5f913e14067474ae19 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Mon, 10 Nov 2003 00:53:10 +0000 Subject: [PATCH] add rexx-sock 1.3 A function package for Rexx programmers to create sockets --- net/Makefile | 1 + net/rexx-sock/Makefile | 32 ++++++++++++++++++++++++++++++++ net/rexx-sock/distinfo | 1 + net/rexx-sock/pkg-descr | 2 ++ net/rexx-sock/pkg-plist | 7 +++++++ 5 files changed, 43 insertions(+) create mode 100644 net/rexx-sock/Makefile create mode 100644 net/rexx-sock/distinfo create mode 100644 net/rexx-sock/pkg-descr create mode 100644 net/rexx-sock/pkg-plist diff --git a/net/Makefile b/net/Makefile index bfa9068cb0e4..7c958261b7bf 100644 --- a/net/Makefile +++ b/net/Makefile @@ -589,6 +589,7 @@ SUBDIR += redir SUBDIR += relay SUBDIR += remarp + SUBDIR += rexx-sock SUBDIR += rfbproxy SUBDIR += rinetd SUBDIR += ripetools diff --git a/net/rexx-sock/Makefile b/net/rexx-sock/Makefile new file mode 100644 index 000000000000..a2b761a9dcb1 --- /dev/null +++ b/net/rexx-sock/Makefile @@ -0,0 +1,32 @@ +# ex:ts=8 +# Ports collection makefile for: rexx-sock +# Date created: Nov 11, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= sock +PORTVERSION= 1.3 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= rxsock +PKGNAMEPREFIX= rexx- +DISTNAME= RxSock-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= A function package for Rexx programmers to create sockets + +BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina +RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-rexx=regina +USE_GMAKE= yes +INSTALLS_SHLIB= yes +DATADIR= ${PREFIX}/share/rx${PORTNAME} + +post-extract: + @${CHMOD} +x ${WRKSRC}/install-sh + +.include diff --git a/net/rexx-sock/distinfo b/net/rexx-sock/distinfo new file mode 100644 index 000000000000..feb7f0963a8e --- /dev/null +++ b/net/rexx-sock/distinfo @@ -0,0 +1 @@ +MD5 (RxSock-1.3.tar.gz) = 963c3328c632dbb8879296a97ca6bff2 diff --git a/net/rexx-sock/pkg-descr b/net/rexx-sock/pkg-descr new file mode 100644 index 000000000000..b63bf59406ab --- /dev/null +++ b/net/rexx-sock/pkg-descr @@ -0,0 +1,2 @@ +RxSock is an external function package for Rexx programmers to enable them to +connect to, and act as, TCP/IP socket servers. diff --git a/net/rexx-sock/pkg-plist b/net/rexx-sock/pkg-plist new file mode 100644 index 000000000000..39222b1d0f30 --- /dev/null +++ b/net/rexx-sock/pkg-plist @@ -0,0 +1,7 @@ +bin/rxsock +lib/librxsock.a +lib/librxsock.so +%%DATADIR%%/davesim.txt +%%DATADIR%%/tcps.txt +%%DATADIR%%/udps.txt +@dirrm %%DATADIR%%