Remove the libsock port. libsock will eventually stop being distributed.

This commit is contained in:
Jason Evans 2001-07-14 21:07:04 +00:00
parent 5bacb667e5
commit 26ac1980b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45127
5 changed files with 0 additions and 47 deletions

View File

@ -1,30 +0,0 @@
# New ports collection Makefile for: libsock
# Date created: 22 August 2000
# Whom: jasone
#
# $FreeBSD$
#
PORTNAME= libsock
PORTVERSION= 1.2.0
CATEGORIES= devel
DISTNAME= canonware-1.2.0
MASTER_SITES= http://www.canonware.com/download/canonware/
MAINTAINER= jasone@FreeBSD.org
BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook \
${LOCALBASE}/lib/libstash.a:${PORTSDIR}/devel/libstash
GNU_CONFIGURE= yes
MAN3= libsock.3s libsock_sock.3s libsock_socks.3s
MANCOMPRESSED= no
do-build:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook libsock)
do-install:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook libsock_install)
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (canonware-1.2.0.tar.gz) = 6cfa78d423d17b9287a4bab25fe048d8

View File

@ -1 +0,0 @@
Multi-threaded TCP/IP networking library

View File

@ -1,6 +0,0 @@
The libsock library implements a streamlined interface for multi-threaded TCP/IP
socket programming. The main purpose of the library is to abstract the
complexities of threaded network server programming without compromising
performance. libsock centrally handles all of the poll() waiting in one thread
to improve performance, at the same time as making reading and writing seem
completely asynchronous at the sock interface level.

View File

@ -1,9 +0,0 @@
include/libsock/libsock.h
include/libsock/libsock_incs.h
include/libsock/sock.h
include/libsock/socks.h
include/libsock/libsock_defs.h
lib/libsock.a
lib/libsock_p.a
lib/libsock_d.a
@dirrm include/libsock