---
name: libmcal
version: 0.7_2
origin: misc/libmcal
comment: Modular Calendar Access Library
arch: freebsd:9:x86:64
www: http://mcal.chek.com/
maintainer: thierry@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 226709
desc: |
  Mcal stands for Modular Calendar Access Library. libmcal is a C library
  for accessing calendars.

  It's written to be very modular, with pluggable drivers.
  One of the main drivers it handles is ICAP.

  You may configure mod_php to use it.

  WWW: http://mcal.chek.com/
deps:
  libltdl: {origin: devel/libltdl, version: 2.4.2}
categories: [misc]
files:
  /usr/local/include/mcal/bool.h: e591e7e957ef161a9eab0f1caf070aa5c5c086bd47a77acba6162e1e07ee2692
  /usr/local/include/mcal/cal_misc.h: f2effd707747c9fd271ef39de28ac5a2077f2fd0cc231ace1aca3041d5897644
  /usr/local/include/mcal/datetime.h: 0a80c4cf1d22a285f0965c9d2941ae6311e9cc445e451663dbe5cc5efdb32d6c
  /usr/local/include/mcal/drivers.h: 55804222d14e415cbe251e17dcb7e73e22add69cd6a3f207d10fdf8e9f2ac214
  /usr/local/include/mcal/icalroutines.h: b1a04184ac638066e2a85f61c457dc86e89c6ed28851f68cf438caa227da7320
  /usr/local/include/mcal/mcal.h: 89a52f8e4baf6dbdbe0e2c289e2f14a19bba1beb604d1c7796980a5ebe43d1c9
  /usr/local/lib/libmcal.a: 99a9bf9b4905aabec3ba4baa20ddbde03c9cf851efe881408bff1173aa9b214c
  /usr/local/lib/libmcal.so: '-'
  /usr/local/lib/libmcal.so.0: 727e3337e43496bbf8817928d152f6e60fb748ee4ee1dc196abae820f58682c4
  /usr/local/share/doc/libmcal/CHANGELOG: 81ae6f2fb063a2f81b16c7c9c6b79c8bfa16aa8463145b1bd7844135cffa15ee
  /usr/local/share/doc/libmcal/FAQ-MCAL: 68f3dfd15597850d080ca05f9f786e0d179cda384820092a0446c163451712dc
  /usr/local/share/doc/libmcal/FEATURE-IMPLEMENTATION: 44e3095396891848aae0ba80dc8d9e1dc16e240cf234f9123de08755f2ca9e64
  /usr/local/share/doc/libmcal/FUNCTION-REF.html: a564751092d74657f5f3328a9b6eae6672ead559b967ba3e55ea6ca3a3489ae3
  /usr/local/share/doc/libmcal/HOW-TO-MCAL: e5cd91926dd6586a57d3a661a6a905096023322ce2e03eff61e0f277ea852531
  /usr/local/share/doc/libmcal/LICENSE: 2d1f698970a263f4004b4f77069539b9674df46b024974c0b77b7e95cce512dd
  /usr/local/share/doc/libmcal/README: 4ebc57039e9ed2659e18bdb175f9934e6c6f315543e5eb3158572ae0fe08a785
  /usr/local/share/doc/libmcal/README.mstore: be174b864e1b9fe88f8efbb1e6a78b333b88d1a7d2adfcb7a65b74e1f1a8a703
directories:
  /usr/local/share/doc/libmcal/: n
  /usr/local/include/mcal/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
message: |
  *****************************************************************************
   libmcal has been installed. In order to end its configuration,
   please enter the following commands:

        mkdir /var/calendar
        chmod 1777 /var/calendar

   To work with the mstore driver, using the Apache's htpasswd utility,
   you may create the mpasswd file with the command below:

        htpasswd -c /usr/local/etc/mpasswd username

   To add or update this file you would execute as follows:

        htpasswd /usr/local/etc/mpasswd username
  *****************************************************************************
