mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
add rexx-sock 1.3
A function package for Rexx programmers to create sockets
This commit is contained in:
parent
51a9c8beaa
commit
5211eb3cac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93608
@ -589,6 +589,7 @@
|
||||
SUBDIR += redir
|
||||
SUBDIR += relay
|
||||
SUBDIR += remarp
|
||||
SUBDIR += rexx-sock
|
||||
SUBDIR += rfbproxy
|
||||
SUBDIR += rinetd
|
||||
SUBDIR += ripetools
|
||||
|
32
net/rexx-sock/Makefile
Normal file
32
net/rexx-sock/Makefile
Normal file
@ -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 <bsd.port.mk>
|
1
net/rexx-sock/distinfo
Normal file
1
net/rexx-sock/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (RxSock-1.3.tar.gz) = 963c3328c632dbb8879296a97ca6bff2
|
2
net/rexx-sock/pkg-descr
Normal file
2
net/rexx-sock/pkg-descr
Normal file
@ -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.
|
7
net/rexx-sock/pkg-plist
Normal file
7
net/rexx-sock/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
bin/rxsock
|
||||
lib/librxsock.a
|
||||
lib/librxsock.so
|
||||
%%DATADIR%%/davesim.txt
|
||||
%%DATADIR%%/tcps.txt
|
||||
%%DATADIR%%/udps.txt
|
||||
@dirrm %%DATADIR%%
|
Loading…
x
Reference in New Issue
Block a user