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:
parent
15e5d1e02a
commit
bb332e4431
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74408
@ -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
29
devel/ossp-al/Makefile
Normal 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
1
devel/ossp-al/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (al-0.9.1.tar.gz) = eba90e56fe7248466b66306a65868ae7
|
1
devel/ossp-al/files/manpages.mk
Normal file
1
devel/ossp-al/files/manpages.mk
Normal file
@ -0,0 +1 @@
|
||||
MAN3+= al.3
|
1
devel/ossp-al/pkg-comment
Normal file
1
devel/ossp-al/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Defines an abstract type of buffer that can move data without copying
|
10
devel/ossp-al/pkg-descr
Normal file
10
devel/ossp-al/pkg-descr
Normal 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
6
devel/ossp-al/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/al-config
|
||||
include/al.h
|
||||
lib/libal.a
|
||||
lib/libal.la
|
||||
lib/libal.so
|
||||
lib/libal.so.9
|
Loading…
x
Reference in New Issue
Block a user