summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2001-07-14 21:07:04 +0000
committerjasone <jasone@FreeBSD.org>2001-07-14 21:07:04 +0000
commit63a7b4ff12537378a1991abd0611d2b26d7aaecf (patch)
treee73d7cef4cfc3bbef0e3bf87c70d5590d1b66f4f
parentcb852b69742ad5910dc3ab8623443c68655c13bd (diff)
downloadFreeBSD-ports-63a7b4ff12537378a1991abd0611d2b26d7aaecf.zip
FreeBSD-ports-63a7b4ff12537378a1991abd0611d2b26d7aaecf.tar.gz
Remove the libsock port. libsock will eventually stop being distributed.
-rw-r--r--devel/libsock/Makefile30
-rw-r--r--devel/libsock/distinfo1
-rw-r--r--devel/libsock/pkg-comment1
-rw-r--r--devel/libsock/pkg-descr6
-rw-r--r--devel/libsock/pkg-plist9
5 files changed, 0 insertions, 47 deletions
diff --git a/devel/libsock/Makefile b/devel/libsock/Makefile
deleted file mode 100644
index 3b65adc..0000000
--- a/devel/libsock/Makefile
+++ /dev/null
@@ -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>
diff --git a/devel/libsock/distinfo b/devel/libsock/distinfo
deleted file mode 100644
index 1260958..0000000
--- a/devel/libsock/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (canonware-1.2.0.tar.gz) = 6cfa78d423d17b9287a4bab25fe048d8
diff --git a/devel/libsock/pkg-comment b/devel/libsock/pkg-comment
deleted file mode 100644
index 136e503..0000000
--- a/devel/libsock/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Multi-threaded TCP/IP networking library
diff --git a/devel/libsock/pkg-descr b/devel/libsock/pkg-descr
deleted file mode 100644
index eeef4f2..0000000
--- a/devel/libsock/pkg-descr
+++ /dev/null
@@ -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.
diff --git a/devel/libsock/pkg-plist b/devel/libsock/pkg-plist
deleted file mode 100644
index 7664e0e..0000000
--- a/devel/libsock/pkg-plist
+++ /dev/null
@@ -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
OpenPOWER on IntegriCloud