SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
32
net/ucspi-tcp/Makefile
Normal file
32
net/ucspi-tcp/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
COMMENT= tools for building tcp socket client/servers
|
||||
|
||||
DISTNAME= ucspi-tcp-0.88
|
||||
REVISION= 3
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://cr.yp.to/ucspi-tcp.html
|
||||
MAINTAINER= Jan Klemkow <j.klemkow@wemelug.de>
|
||||
|
||||
# Public domain: http://cr.yp.to/distributors.html
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += c
|
||||
|
||||
MASTER_SITES= http://cr.yp.to/ucspi-tcp/
|
||||
MASTER_SITES0= http://www.fefe.de/ucspi/
|
||||
|
||||
PATCHFILES= ucspi-tcp-0.88-ipv6.diff20.bz2:0
|
||||
PATCH_DIST_STRIP=
|
||||
|
||||
ALL_TARGET=
|
||||
INSTALL_TARGET= setup
|
||||
NO_TEST= Yes
|
||||
|
||||
do-configure:
|
||||
echo "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
|
||||
echo "${CC} ${LDFLAGS}" > ${WRKSRC}/conf-ld
|
||||
|
||||
pre-install:
|
||||
echo "${PREFIX}" > ${WRKSRC}/conf-home
|
||||
|
||||
.include <bsd.port.mk>
|
4
net/ucspi-tcp/distinfo
Normal file
4
net/ucspi-tcp/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
SHA256 (ucspi-tcp-0.88-ipv6.diff20.bz2) = wwzEW2SV6Ab7jJ7d/iUSFDPhFqqrarmtXZ/IQrq6o6U=
|
||||
SHA256 (ucspi-tcp-0.88.tar.gz) = SgYVyrdIhvW09+j9MpM6B7lVU2o0dtdOoIej6maiPpw=
|
||||
SIZE (ucspi-tcp-0.88-ipv6.diff20.bz2) = 22088
|
||||
SIZE (ucspi-tcp-0.88.tar.gz) = 53019
|
5
net/ucspi-tcp/pkg/DESCR
Normal file
5
net/ucspi-tcp/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This package contains TCP socket client and server programs
|
||||
that conform to UCSPI, the UNIX Client-Server Program Interface.
|
||||
|
||||
For more information on the UCSPI standard, see
|
||||
http://cr.yp.to/proto/ucspi.txt
|
35
net/ucspi-tcp/pkg/PLIST
Normal file
35
net/ucspi-tcp/pkg/PLIST
Normal file
|
@ -0,0 +1,35 @@
|
|||
@conflict freedt-<0.22p2
|
||||
@conflict tcpcat-*
|
||||
@bin bin/addcr
|
||||
@bin bin/argv0
|
||||
bin/date@
|
||||
@bin bin/delcr
|
||||
bin/finger@
|
||||
@bin bin/fixcrio
|
||||
bin/http@
|
||||
bin/mconnect
|
||||
@bin bin/mconnect-io
|
||||
@bin bin/rblsmtpd
|
||||
@bin bin/recordio
|
||||
bin/tcpcat
|
||||
@bin bin/tcpclient
|
||||
@bin bin/tcprules
|
||||
@bin bin/tcprulescheck
|
||||
@bin bin/tcpserver
|
||||
bin/who@
|
||||
@man man/man1/addcr.1
|
||||
@man man/man1/argv0.1
|
||||
@man man/man1/date@.1
|
||||
@man man/man1/delcr.1
|
||||
@man man/man1/finger@.1
|
||||
@man man/man1/fixcr.1
|
||||
@man man/man1/http@.1
|
||||
@man man/man1/mconnect.1
|
||||
@man man/man1/recordio.1
|
||||
@man man/man1/tcpclient.1
|
||||
@man man/man1/tcprules.1
|
||||
@man man/man1/tcprulescheck.1
|
||||
@man man/man1/tcpserver.1
|
||||
@man man/man1/who@.1
|
||||
@man man/man5/tcp-environ.5
|
||||
share/doc/pkg-readmes/${PKGSTEM}
|
8
net/ucspi-tcp/pkg/README
Normal file
8
net/ucspi-tcp/pkg/README
Normal file
|
@ -0,0 +1,8 @@
|
|||
+-----------------------------------------------------------------------
|
||||
| Running ${PKGSTEM} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
Please note, it is common for scripts using this package to use the
|
||||
softlimit application to restrict the datasize limit of tcpclient/tcpserver;
|
||||
in some cases the suggested limits are too small for successful use with
|
||||
OpenBSD and may cause process termination.
|
Loading…
Add table
Add a link
Reference in a new issue