Add libcapsinetwork-0.0.13, a network library aimed at easy development of

C++ server daemons

PR:		29620
This commit is contained in:
Pete Fritchman 2001-11-20 21:27:18 +00:00
parent 6cca2e1afc
commit e48f944fc4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50289
6 changed files with 41 additions and 0 deletions

View File

@ -215,6 +215,7 @@
SUBDIR += libast
SUBDIR += libavl
SUBDIR += libcache
SUBDIR += libcapsinetwork
SUBDIR += libcii
SUBDIR += libcoro
SUBDIR += libdlmalloc

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: libcapsinetwork
# Date created: 11 August 2001
# Whom: petef
#
# $FreeBSD$
#
PORTNAME= libcapsinetwork
PORTVERSION= 0.0.13
CATEGORIES= devel net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= petef@FreeBSD.org
INSTALLS_SHLIB= yes
post-patch:
@${PERL} -pi -e 's!CC!CXX!g; s!CXX=!CXX?=!; s!CFLAGS=!CFLAGS+=!; \
s!/usr/local!${PREFIX}!' ${WRKSRC}/Makefile
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (libcapsinetwork-0.0.13.tar.gz) = 9180719a119d79fe5f6b0deefa0ac8da

View File

@ -0,0 +1 @@
Network library aimed at easy development of C++ server daemons

View File

@ -0,0 +1,9 @@
libcapsinetwork is a network library for C++ server daemons aimed
at easy development of server daemons. Implementing the library is
as easy as adding a few lines to your code and writing one function
that handles input events.
WWW: http://sourceforge.net/projects/libcapsinetwork/
- Pete
petef@FreeBSD.org

View File

@ -0,0 +1,7 @@
include/libcapsi_network/listener.h
include/libcapsi_network/server.h
include/libcapsi_network/socket.h
lib/libcapsi_network.so
lib/libcapsi_network.so.0
lib/libcapsi_network.so.0.0.13
@dirrm include/libcapsi_network