diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-12 11:20:29 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-12 11:20:29 +0000 |
commit | 28f5dc4c41fef611c5c2fb1556891a36267a27d2 (patch) | |
tree | 9c8d57f1a04ad99e94d864b684c38d1d7676f4b9 | |
parent | 42e0afcfd6e74a130d4d79e5d89ef96626456c19 (diff) | |
download | FreeBSD-ports-28f5dc4c41fef611c5c2fb1556891a36267a27d2.zip FreeBSD-ports-28f5dc4c41fef611c5c2fb1556891a36267a27d2.tar.gz |
add libsocketcpp
A C++ wrapper library to the sockets
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/libsocketcpp/Makefile | 20 | ||||
-rw-r--r-- | net/libsocketcpp/distinfo | 1 | ||||
-rw-r--r-- | net/libsocketcpp/pkg-comment | 1 | ||||
-rw-r--r-- | net/libsocketcpp/pkg-descr | 4 | ||||
-rw-r--r-- | net/libsocketcpp/pkg-plist | 8 |
6 files changed, 35 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 5aa7656..1b982ff 100644 --- a/net/Makefile +++ b/net/Makefile @@ -176,6 +176,7 @@ SUBDIR += librsync SUBDIR += libsmi SUBDIR += libsocket++ + SUBDIR += libsocketcpp SUBDIR += libunp SUBDIR += libunpipc SUBDIR += licq diff --git a/net/libsocketcpp/Makefile b/net/libsocketcpp/Makefile new file mode 100644 index 0000000..3c7e580 --- /dev/null +++ b/net/libsocketcpp/Makefile @@ -0,0 +1,20 @@ +# ex:ts=8 +# New ports collection makefile for: libsocketcpp +# Date created: Aug 12, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= libsocketcpp +PORTVERSION= 1.0.6 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= libsocket + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/net/libsocketcpp/distinfo b/net/libsocketcpp/distinfo new file mode 100644 index 0000000..c2117a9 --- /dev/null +++ b/net/libsocketcpp/distinfo @@ -0,0 +1 @@ +MD5 (libsocketcpp-1.0.6.tar.gz) = 3764daf2adaa8c44cd4ac6dfec027fd3 diff --git a/net/libsocketcpp/pkg-comment b/net/libsocketcpp/pkg-comment new file mode 100644 index 0000000..ff31339 --- /dev/null +++ b/net/libsocketcpp/pkg-comment @@ -0,0 +1 @@ +A C++ wrapper library to the sockets diff --git a/net/libsocketcpp/pkg-descr b/net/libsocketcpp/pkg-descr new file mode 100644 index 0000000..ad51367 --- /dev/null +++ b/net/libsocketcpp/pkg-descr @@ -0,0 +1,4 @@ +Libsocketcpp provides a easy-to-use C++ class. With this class, TCP and UDP +functionality can be added to any program quickly and easily. + +WWW: http://libsocket.sourceforge.net/ diff --git a/net/libsocketcpp/pkg-plist b/net/libsocketcpp/pkg-plist new file mode 100644 index 0000000..fc3f30f --- /dev/null +++ b/net/libsocketcpp/pkg-plist @@ -0,0 +1,8 @@ +bin/tcpservertest +bin/tcptest +include/libsocketcpp/tcpsocket.h +lib/libsocketcpp.a +lib/libsocketcpp.la +lib/libsocketcpp.so +lib/libsocketcpp.so.0 +@dirrm include/libsocketcpp |