mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
PR: ports/6934
Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk> Import of new port ucspi-tcp, a set of commandline tools for creating TCP client/server applications.
This commit is contained in:
parent
c73d08c2d5
commit
8f58aeaa91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11798
26
sysutils/ucspi-tcp/Makefile
Normal file
26
sysutils/ucspi-tcp/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: ucspi-tcp
|
||||
# Version required: 0.80
|
||||
# Date created: 12 June 1998
|
||||
# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= ucspi-tcp-0.80
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://koobera.math.uic.edu/www/software/
|
||||
|
||||
MAINTAINER= dom@myrddin.demon.co.uk
|
||||
|
||||
NO_PACKAGE= Unsure of djb's license
|
||||
|
||||
ALL_TARGET= it man
|
||||
INSTALL_TARGET= setup
|
||||
|
||||
SCRIPTS_ENV= BINOWN="${BINOWN}" BINGRP="${BINGRP}" BINMODE="${BINMODE}" \
|
||||
MANMODE="${MANMODE}" CFLAGS="${CFLAGS}"
|
||||
|
||||
MAN1= tcpclient.1 tcprules.1 tcpserver.1
|
||||
MAN5= tcp-environ.5
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/ucspi-tcp/distinfo
Normal file
1
sysutils/ucspi-tcp/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ucspi-tcp-0.80.tar.gz) = fae5f80af760fd09bd9f05204c856a49
|
1
sysutils/ucspi-tcp/pkg-comment
Normal file
1
sysutils/ucspi-tcp/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Command-line tools for building TCP client-server applications
|
8
sysutils/ucspi-tcp/pkg-descr
Normal file
8
sysutils/ucspi-tcp/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
ucspi-tcp is a set of command-line tools for building TCP-based
|
||||
client/server applications. They are compliant to UCSPI, the
|
||||
UNIX Client-Server Program Interface. UCSPI tools are available
|
||||
for several different types of networks.
|
||||
|
||||
See http://pobox.com/~djb/daemontools.html for info and updates.
|
||||
|
||||
-Dom <dom@myrddin.demon.co.uk>
|
14
sysutils/ucspi-tcp/pkg-plist
Normal file
14
sysutils/ucspi-tcp/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
bin/tcpclient
|
||||
bin/tcpserver
|
||||
bin/tcprules
|
||||
bin/addcr
|
||||
bin/delcr
|
||||
bin/who@
|
||||
bin/date@
|
||||
bin/finger@
|
||||
bin/tcpcat
|
||||
bin/mconnect
|
||||
man/man1/tcpclient.1.gz
|
||||
man/man1/tcpserver.1.gz
|
||||
man/man1/tcprules.1.gz
|
||||
man/man5/tcp-environ.5.gz
|
Loading…
Reference in New Issue
Block a user