Initial import of ucspi-unix 0.33

ucspi-unix is tools for building unix domain socket client/servers.

Submitted by:	Anil Madhavapeddy, <anil@recoil.org>
This commit is contained in:
kevlo 2000-08-14 08:02:41 +00:00
parent fda3cb327c
commit 7090a95e9d
5 changed files with 48 additions and 0 deletions

30
net/ucspi-unix/Makefile Normal file
View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/08/14 08:02:41 kevlo Exp $
DISTNAME= ucspi-unix-0.33
CATEGORIES= net
NEED_VERSION= 1.319
HOMEPAGE= http://em.ca/~bruceg/ucspi-unix/
MAINTAINER= anil@recoil.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://em.ca/~bruceg/ucspi-unix/0.33/
DOCFILES= TODO README PROTOCOL NEWS
BINFILES= unixserver unixclient
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ucspi-unix
${INSTALL_SCRIPT} ${WRKSRC}/unixcat ${PREFIX}/bin
.for f in ${BINFILES}
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
.for f in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/ucspi-unix
.endfor
.include <bsd.port.mk>

3
net/ucspi-unix/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (ucspi-unix-0.33.tar.gz) = 44b58813eeefe68637bb8498972efdb3
RMD160 (ucspi-unix-0.33.tar.gz) = 9f8c1fe4fee8672ae2ba806ae16f7e61c10ae614
SHA1 (ucspi-unix-0.33.tar.gz) = 5195d23d3e155d305501d14ea4e2d72c8ad3a682

View File

@ -0,0 +1 @@
tools for building unix domain socket client/servers

5
net/ucspi-unix/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
This package contains UNIX domain 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

9
net/ucspi-unix/pkg/PLIST Normal file
View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/08/14 08:02:42 kevlo Exp $
bin/unixcat
bin/unixclient
bin/unixserver
share/doc/ucspi-unix/NEWS
share/doc/ucspi-unix/PROTOCOL
share/doc/ucspi-unix/README
share/doc/ucspi-unix/TODO
@dirrm share/doc/ucspi-unix