diff options
author | petef <petef@FreeBSD.org> | 2001-11-21 05:27:18 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-21 05:27:18 +0800 |
commit | 4495a79ca306e915e6aeef6ddab891101204fd76 (patch) | |
tree | d41fd69af7d221e64fc29162391f2dfdc93f839f | |
parent | 3973b53306ecdcfefdb97e3d628959b7c86c6aff (diff) | |
download | freebsd-ports-gnome-4495a79ca306e915e6aeef6ddab891101204fd76.tar.gz freebsd-ports-gnome-4495a79ca306e915e6aeef6ddab891101204fd76.tar.zst freebsd-ports-gnome-4495a79ca306e915e6aeef6ddab891101204fd76.zip |
Add libcapsinetwork-0.0.13, a network library aimed at easy development of
C++ server daemons
PR: 29620
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/libcapsinetwork/Makefile | 22 | ||||
-rw-r--r-- | devel/libcapsinetwork/distinfo | 1 | ||||
-rw-r--r-- | devel/libcapsinetwork/pkg-comment | 1 | ||||
-rw-r--r-- | devel/libcapsinetwork/pkg-descr | 9 | ||||
-rw-r--r-- | devel/libcapsinetwork/pkg-plist | 7 |
6 files changed, 41 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 23d2bd33512d..91a75d73bd7f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -215,6 +215,7 @@ SUBDIR += libast SUBDIR += libavl SUBDIR += libcache + SUBDIR += libcapsinetwork SUBDIR += libcii SUBDIR += libcoro SUBDIR += libdlmalloc diff --git a/devel/libcapsinetwork/Makefile b/devel/libcapsinetwork/Makefile new file mode 100644 index 000000000000..10f9d17956ec --- /dev/null +++ b/devel/libcapsinetwork/Makefile @@ -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> diff --git a/devel/libcapsinetwork/distinfo b/devel/libcapsinetwork/distinfo new file mode 100644 index 000000000000..bc45ad4f8b2c --- /dev/null +++ b/devel/libcapsinetwork/distinfo @@ -0,0 +1 @@ +MD5 (libcapsinetwork-0.0.13.tar.gz) = 9180719a119d79fe5f6b0deefa0ac8da diff --git a/devel/libcapsinetwork/pkg-comment b/devel/libcapsinetwork/pkg-comment new file mode 100644 index 000000000000..b36e56d5042b --- /dev/null +++ b/devel/libcapsinetwork/pkg-comment @@ -0,0 +1 @@ +Network library aimed at easy development of C++ server daemons diff --git a/devel/libcapsinetwork/pkg-descr b/devel/libcapsinetwork/pkg-descr new file mode 100644 index 000000000000..8e212b425945 --- /dev/null +++ b/devel/libcapsinetwork/pkg-descr @@ -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 diff --git a/devel/libcapsinetwork/pkg-plist b/devel/libcapsinetwork/pkg-plist new file mode 100644 index 000000000000..57b47d69b947 --- /dev/null +++ b/devel/libcapsinetwork/pkg-plist @@ -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 |