add libsocketcpp
A C++ wrapper library to the sockets
This commit is contained in:
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
|
@ -176,6 +176,7 @@
|
|||
SUBDIR += librsync
|
||||
SUBDIR += libsmi
|
||||
SUBDIR += libsocket++
|
||||
SUBDIR += libsocketcpp
|
||||
SUBDIR += libunp
|
||||
SUBDIR += libunpipc
|
||||
SUBDIR += licq
|
||||
|
|
20
net/libsocketcpp/Makefile
Normal file
20
net/libsocketcpp/Makefile
Normal 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>
|
1
net/libsocketcpp/distinfo
Normal file
1
net/libsocketcpp/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (libsocketcpp-1.0.6.tar.gz) = 3764daf2adaa8c44cd4ac6dfec027fd3
|
1
net/libsocketcpp/pkg-comment
Normal file
1
net/libsocketcpp/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A C++ wrapper library to the sockets
|
4
net/libsocketcpp/pkg-descr
Normal file
4
net/libsocketcpp/pkg-descr
Normal 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/
|
8
net/libsocketcpp/pkg-plist
Normal file
8
net/libsocketcpp/pkg-plist
Normal 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
|
Loading…
Reference in a new issue