add libsocketcpp

A C++ wrapper library to the sockets
This commit is contained in:
Ying-Chieh Liao 2001-08-12 11:20:29 +00:00
parent 588695caec
commit 1ed0a9cd41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46124
6 changed files with 35 additions and 0 deletions

View file

@ -176,6 +176,7 @@
SUBDIR += librsync
SUBDIR += libsmi
SUBDIR += libsocket++
SUBDIR += libsocketcpp
SUBDIR += libunp
SUBDIR += libunpipc
SUBDIR += licq

20
net/libsocketcpp/Makefile Normal file
View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (libsocketcpp-1.0.6.tar.gz) = 3764daf2adaa8c44cd4ac6dfec027fd3

View file

@ -0,0 +1 @@
A C++ wrapper library to the sockets

View file

@ -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/

View file

@ -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