---
name: libserver
version: 1.12
origin: devel/libserver
comment: Generic TCP server in a library
arch: freebsd:9:x86:64
www: http://www.mammothcheese.ca/
maintainer: jimmy@mammothcheese.ca
prefix: /usr/local
licenselogic: single
flatsize: 25616
desc: |
  libserver implements a generic multi-process TCP or UNIX-domain server
  which is incapable of servicing connections on its own.  The programmer
  writes an initialization function and a function to service connections,
  then compiles and links his or her code against the library to create a
  complete server.

  WWW: http://www.mammothcheese.ca/
categories: [devel]
files:
  /usr/local/include/server.h: b2957dfe00cab15b17269e9a32ce0aa8212bbeb73ee9c7a7830b64caa8ffaa4b
  /usr/local/lib/libserver.so: '-'
  /usr/local/lib/libserver.so.1.12: 1c6968228d3a29ed2edb29fdd11432056c72f43e1d061437d5d2cd1a0411a672
  /usr/local/man/man8/libserver.8.gz: 834dc7797d6e4df713adb9e2d6a6799258bee14de826efaf2da5955b4776f458
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
