---
name: ossp-al
version: 0.9.3
origin: devel/ossp-al
comment: Defines an abstract type of buffer that can move data without copying
arch: freebsd:9:x86:64
www: http://www.ossp.org/pkg/lib/al/
maintainer: vd@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 76246
desc: |
  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/
deps:
  ossp-ex: {origin: devel/ossp-ex, version: 1.0.6}
categories: [devel]
files:
  /usr/local/bin/al-config: ff73f4c99a7691f62b4139a0ef093c6701e76b0ccb0284f2bb44a2debbfbf2d3
  /usr/local/include/al.h: 039542148ddf5b7b7b19005095b39490b324c0f2a00741d25217f35918e9d9d8
  /usr/local/lib/libal.a: 3767476b9bc9abe5ab8981a61f82ffbc2d533dc79031e5b53e02e63a9a86bcb0
  /usr/local/lib/libal.la: 6d652d6bdfe8c27a3ec89bcd9c80e88027b52da8fdb762dcfd3b36d0fc7ffe2c
  /usr/local/lib/libal.so: '-'
  /usr/local/lib/libal.so.9: 1efe4562a68684b1af430a415a352d0ec20e3fd159d266caa9af5f871355c9d1
  /usr/local/man/man3/al.3.gz: ee52b014ed735e0aa94a287027434fc6c52f88fdd1ee96b8dd26c222650ac2d7
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
