summaryrefslogtreecommitdiff
path: root/net/libsocket++
diff options
context:
space:
mode:
Diffstat (limited to 'net/libsocket++')
-rw-r--r--net/libsocket++/Makefile33
-rw-r--r--net/libsocket++/distinfo2
-rw-r--r--net/libsocket++/files/patch-doc__socket++.texi20
-rw-r--r--net/libsocket++/files/patch-sockstream.h16
-rw-r--r--net/libsocket++/pkg-descr12
-rw-r--r--net/libsocket++/pkg-plist15
6 files changed, 0 insertions, 98 deletions
diff --git a/net/libsocket++/Makefile b/net/libsocket++/Makefile
deleted file mode 100644
index 1bd3028a0647..000000000000
--- a/net/libsocket++/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Created by: Narvi <narvi@haldjas.folklore.ee>
-# $FreeBSD$
-
-PORTNAME= libsocket++
-PORTVERSION= 1.12.13
-PORTREVISION= 4
-CATEGORIES= net
-MASTER_SITES= http://src.linuxhacker.at/socket++/
-DISTNAME= socket++-${PORTVERSION}
-
-MAINTAINER= arved@FreeBSD.org
-COMMENT= C++ wrapper library to the sockets
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-OPTIONS_DEFINE= DOCS
-
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-USES= autoreconf libtool makeinfo
-
-INFO= socket++
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/net/libsocket++/distinfo b/net/libsocket++/distinfo
deleted file mode 100644
index 003d46fdf471..000000000000
--- a/net/libsocket++/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (socket++-1.12.13.tar.gz) = 755cdcac06d40fcca2b221f840e05f89a86298bc3bfc518b51a57b42f0512b19
-SIZE (socket++-1.12.13.tar.gz) = 64263
diff --git a/net/libsocket++/files/patch-doc__socket++.texi b/net/libsocket++/files/patch-doc__socket++.texi
deleted file mode 100644
index f7d003422d41..000000000000
--- a/net/libsocket++/files/patch-doc__socket++.texi
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./doc/socket++.texi.orig 2011-12-27 11:23:48.000000000 +0000
-+++ ./doc/socket++.texi 2014-06-29 08:51:24.000000000 +0000
-@@ -2334,7 +2334,7 @@
-
- @end table
-
--@subsection tsecho.C
-+@section tsecho.C
- @example
- // echo server. Serves clients at port 4000.
- #include <echo.h>
-@@ -2449,7 +2449,7 @@
-
- @end table
-
--@subsection tcsmtp.C
-+@section tcsmtp.C
- @example
- // smtp client.
- // The president sends a message to gs4t@@virginia.edu.
diff --git a/net/libsocket++/files/patch-sockstream.h b/net/libsocket++/files/patch-sockstream.h
deleted file mode 100644
index 8264259d99c2..000000000000
--- a/net/libsocket++/files/patch-sockstream.h
+++ /dev/null
@@ -1,16 +0,0 @@
---- socket++/sockstream.h.orig Fri Jan 16 22:35:55 2004
-+++ socket++/sockstream.h Fri Jan 16 22:39:09 2004
-@@ -151,10 +151,12 @@
- enum msgflag {
- msg_oob = MSG_OOB,
- msg_peek = MSG_PEEK,
-- msg_dontroute = MSG_DONTROUTE,
-
- #if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__APPLE__))
-+ msg_dontroute = MSG_DONTROUTE,
- msg_maxiovlen = MSG_MAXIOVLEN
-+#else
-+ msg_dontroute = MSG_DONTROUTE
- #endif
- };
- enum shuthow {
diff --git a/net/libsocket++/pkg-descr b/net/libsocket++/pkg-descr
deleted file mode 100644
index cb4671f826d0..000000000000
--- a/net/libsocket++/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Socket++ is a iostream like C++ class library for the UNIX and INET
-domains of sockets and protocols.
-
-Wrappers are also provided for pipe(), socketpair(), popen() and
-fork().
-
-Included are also "protocol" classes with two examples - echo and
-smtp (client only).
-
-Socket++ is covered by the GPL.
-
-WWW: http://www.linuxhacker.at/socketxx/
diff --git a/net/libsocket++/pkg-plist b/net/libsocket++/pkg-plist
deleted file mode 100644
index 44ce50931e7a..000000000000
--- a/net/libsocket++/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-lib/libsocket++.a
-lib/libsocket++.so
-lib/libsocket++.so.1
-lib/libsocket++.so.1.0.2
-include/socket++/fork.h
-include/socket++/echo.h
-include/socket++/ftp.h
-include/socket++/pipestream.h
-include/socket++/protocol.h
-include/socket++/sig.h
-include/socket++/smtp.h
-include/socket++/sockinet.h
-include/socket++/sockstream.h
-include/socket++/sockunix.h
-%%PORTDOCS%%%%DOCSDIR%%/README