diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-31 20:06:42 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-31 20:06:42 +0000 |
commit | ce625f9829220256d05385ac76e25975be1c01b8 (patch) | |
tree | d667350a6d8ae669ae5eef08335eaa42272b8ccb /net/ossp-sa | |
parent | 4686c6597f640d413387a85b15714654c03fc9fb (diff) | |
download | ports-ce625f9829220256d05385ac76e25975be1c01b8.tar.gz ports-ce625f9829220256d05385ac76e25975be1c01b8.zip |
Notes
Diffstat (limited to 'net/ossp-sa')
-rw-r--r-- | net/ossp-sa/Makefile | 27 | ||||
-rw-r--r-- | net/ossp-sa/Makefile~ | 27 | ||||
-rw-r--r-- | net/ossp-sa/distinfo | 1 | ||||
-rw-r--r-- | net/ossp-sa/files/manpages.mk | 1 | ||||
-rw-r--r-- | net/ossp-sa/pkg-comment | 1 | ||||
-rw-r--r-- | net/ossp-sa/pkg-descr | 10 | ||||
-rw-r--r-- | net/ossp-sa/pkg-plist | 6 |
7 files changed, 73 insertions, 0 deletions
diff --git a/net/ossp-sa/Makefile b/net/ossp-sa/Makefile new file mode 100644 index 000000000000..b7d960cb9fe4 --- /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 <alane@geeksrus.net> +# +# $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 <bsd.port.pre.mk> +.include "${FILESDIR}/manpages.mk" +.include <bsd.port.post.mk> + +#EOF diff --git a/net/ossp-sa/Makefile~ b/net/ossp-sa/Makefile~ new file mode 100644 index 000000000000..b90b9eb4f2c9 --- /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 <alane@geeksrus.net> +# +# $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 <bsd.port.pre.mk> +.include "${FILESDIR}/manpages.mk" +.include <bsd.port.post.mk> + +#EOF diff --git a/net/ossp-sa/distinfo b/net/ossp-sa/distinfo new file mode 100644 index 000000000000..e5770f7000df --- /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 000000000000..2fc5292f8775 --- /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 000000000000..7dee5ee1842b --- /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 000000000000..dc2dcb3cd026 --- /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 000000000000..55f3f958ea86 --- /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 |