1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Data buffer that can move, assemble, and truncate chunks of data without

any copying.
This commit is contained in:
Alan Eldridge 2003-02-01 04:41:32 +00:00
parent 15e5d1e02a
commit bb332e4431
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74408
7 changed files with 49 additions and 0 deletions

View File

@ -410,6 +410,7 @@
SUBDIR += oniguruma
SUBDIR += openzz
SUBDIR += orbitcpp
SUBDIR += ossp-al
SUBDIR += ossp-ex
SUBDIR += ossp-l2
SUBDIR += ossp-mm

29
devel/ossp-al/Makefile Normal file
View File

@ -0,0 +1,29 @@
# ex:ts=8 -*-mode: makefile-*-
#
# New ports collection makefile for: ossp-al
# Date created: 2003-01-31
# Whom: Alan Eldridge <alane@geeksrus.net>
#
# $FreeBSD$
#
PORTNAME= al
PORTVERSION= 0.9.1
PORTREVISION= 0
PORTEPOCH= 0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/al/
PKGNAMEPREFIX= ossp-
MAINTAINER= alane@FreeBSD.org
LIB_DEPENDS= ex.10:${.CURDIR}/../../devel/ossp-ex
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>
#EOF

1
devel/ossp-al/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (al-0.9.1.tar.gz) = eba90e56fe7248466b66306a65868ae7

View File

@ -0,0 +1 @@
MAN3+= al.3

View File

@ -0,0 +1 @@
Defines an abstract type of buffer that can move data without copying

10
devel/ossp-al/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
OSSP al defines an abstract data type of a data buffer that can assemble,
move and truncate chunks of data in a stream but avoids actual copying. It
was built to deal efficiently with communication streams between software
modules. It especially provides flexible semantical data attribution through
by-chunk labeling. It also has convenient chunk traversal methods and
optional OSSP ex based exception handling.
WWW: http://www.ossp.org/pkg/lib/al/
-- AlanE@FreeBSD.org

6
devel/ossp-al/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
bin/al-config
include/al.h
lib/libal.a
lib/libal.la
lib/libal.so
lib/libal.so.9