From c69c1b633585a15e4559e540b971c5b81b9f3f8b Mon Sep 17 00:00:00 2001 From: alane Date: Fri, 31 Jan 2003 20:06:42 +0000 Subject: Abstraction library over Unix socket API, part of the OSSP libs by Ralf Engelschall. Good stuff. --- net/ossp-sa/Makefile | 27 +++++++++++++++++++++++++++ net/ossp-sa/Makefile~ | 27 +++++++++++++++++++++++++++ net/ossp-sa/distinfo | 1 + net/ossp-sa/files/manpages.mk | 1 + net/ossp-sa/pkg-comment | 1 + net/ossp-sa/pkg-descr | 10 ++++++++++ net/ossp-sa/pkg-plist | 6 ++++++ 7 files changed, 73 insertions(+) create mode 100644 net/ossp-sa/Makefile create mode 100644 net/ossp-sa/Makefile~ create mode 100644 net/ossp-sa/distinfo create mode 100644 net/ossp-sa/files/manpages.mk create mode 100644 net/ossp-sa/pkg-comment create mode 100644 net/ossp-sa/pkg-descr create mode 100644 net/ossp-sa/pkg-plist (limited to 'net/ossp-sa') diff --git a/net/ossp-sa/Makefile b/net/ossp-sa/Makefile new file mode 100644 index 00000000000..b7d960cb9fe --- /dev/null +++ b/net/ossp-sa/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 -*-mode: makefile-*- +# +# New ports collection makefile for: ossp-sa +# Date created: 2003-01-31 +# Whom: Alan Eldridge +# +# $FreeBSD$ +# + +PORTNAME= sa +PORTVERSION= 1.0.5 +PORTREVISION= 0 +PORTEPOCH= 0 +CATEGORIES= net +MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/sa/ +PKGNAMEPREFIX= ossp- + +MAINTAINER= alane@FreeBSD.org + +USE_GNAKE= yes +GNU_CONFIGURE= yes + +.include +.include "${FILESDIR}/manpages.mk" +.include + +#EOF diff --git a/net/ossp-sa/Makefile~ b/net/ossp-sa/Makefile~ new file mode 100644 index 00000000000..b90b9eb4f2c --- /dev/null +++ b/net/ossp-sa/Makefile~ @@ -0,0 +1,27 @@ +# ex:ts=8 -*-mode: makefile-*- +# +# New ports collection makefile for: ossp-sa +# Date created: 2003-01-31 +# Whom: Alan Eldridge +# +# $FreeBSD$ +# + +PORTNAME= ossp-sa +PORTVERSION= 1.0.5 +PORTREVISION= 0 +PORTEPOCH= 0 +CATEGORIES= net +MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/sa/ +DISTNAME=sa-${PORTVERSION} + +MAINTAINER= alane@FreeBSD.org + +USE_GNAKE= yes +GNU_CONFIGURE= yes + +.include +.include "${FILESDIR}/manpages.mk" +.include + +#EOF diff --git a/net/ossp-sa/distinfo b/net/ossp-sa/distinfo new file mode 100644 index 00000000000..e5770f7000d --- /dev/null +++ b/net/ossp-sa/distinfo @@ -0,0 +1 @@ +MD5 (sa-1.0.5.tar.gz) = dc9200e794e6318a64aabb29ec3d3ee8 diff --git a/net/ossp-sa/files/manpages.mk b/net/ossp-sa/files/manpages.mk new file mode 100644 index 00000000000..2fc5292f877 --- /dev/null +++ b/net/ossp-sa/files/manpages.mk @@ -0,0 +1 @@ +MAN3+= sa.3 diff --git a/net/ossp-sa/pkg-comment b/net/ossp-sa/pkg-comment new file mode 100644 index 00000000000..7dee5ee1842 --- /dev/null +++ b/net/ossp-sa/pkg-comment @@ -0,0 +1 @@ +An abstraction library for the Unix socket API diff --git a/net/ossp-sa/pkg-descr b/net/ossp-sa/pkg-descr new file mode 100644 index 00000000000..dc2dcb3cd02 --- /dev/null +++ b/net/ossp-sa/pkg-descr @@ -0,0 +1,10 @@ +OSSP sa is an abstraction library for the Unix socket application +programming interface (API) featuring stream and datagram oriented +communication over Unix Domain and Internet Domain (TCP and UDP) sockets. It +provides the following key features: address abstraction (local, IPv4, and +IPv6), type abstraction, I/O timeouts, I/O stream buffering and convenience +I/O functions. + +WWW: http://www.ossp.org/pkg/lib/sa/ + +-- AlanE@FreeBSD.org diff --git a/net/ossp-sa/pkg-plist b/net/ossp-sa/pkg-plist new file mode 100644 index 00000000000..55f3f958ea8 --- /dev/null +++ b/net/ossp-sa/pkg-plist @@ -0,0 +1,6 @@ +bin/sa-config +include/sa.h +lib/libsa.a +lib/libsa.la +lib/libsa.so +lib/libsa.so.10 -- cgit