---
name: twiki-TablePlugin
version: 0.0.17558
origin: www/twiki-TablePlugin
comment: Extra control of table display
arch: freebsd:9:x86:64
www: http://twiki.org/cgi-bin/view/Plugins/TablePlugin
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 97961
desc: |
  Gives extra control of table display:
  * Changing table properties like border width, cell spacing and cell
    padding
  * Changing background color and text color for header cells
  * Changing background color and text color for data cells - colors can
    alternate
  * Table attributes can be set and overridden
  * Row spans

  Author: John Talintyre, Peter Thoeny
  WWW: http://twiki.org/cgi-bin/view/Plugins/TablePlugin
categories: [www]
files:
  /usr/local/share/twiki/TablePlugin/data/TWiki/TablePlugin.txt: 61089621b45da957c07dec8476509946a6a4ae606f491b769dea2c47fff84c7f
  /usr/local/share/twiki/TablePlugin/data/TWiki/VarTABLE.txt: 3570ffb57bf2542967de47739b4a5db5a5e5bcc9bab810e4c394f56b89af2e2c
  /usr/local/share/twiki/TablePlugin/lib/TWiki/Plugins/TablePlugin.pm: 807a5a7e0ab4a09d509af439eca43c312ea04f0398f943d02d158168d194ed49
  /usr/local/share/twiki/TablePlugin/lib/TWiki/Plugins/TablePlugin/Core.pm: e7198d673899d300f8b130c6bbdb5f0de9b9b5f478524850e3da9631f992a4e9
  /usr/local/share/twiki/TablePlugin/lib/TWiki/Plugins/TablePlugin/DEPENDENCIES: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  /usr/local/share/twiki/TablePlugin/lib/TWiki/Plugins/TablePlugin/MANIFEST: bb49b2f85fa5b1f5b2fd93d2b03a16da2d8e15c96dd36124f35058422f5ac488
  /usr/local/share/twiki/TablePlugin/lib/TWiki/Plugins/TablePlugin/build.pl: 7453d7e92ce0558407395f8b6f963b39699328ce5eba9537ceb7e1e7f475ccfb
  /usr/local/share/twiki/TablePlugin/pub/TWiki/TablePlugin/.keep_me: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  /usr/local/share/twiki/TablePlugin/test/unit/TablePlugin/TablePluginSuite.pm: ee88188d8c3bbff036f7a214749647619cfc0e510469a5f626820bd05df49d5d
  /usr/local/share/twiki/TablePlugin/test/unit/TablePlugin/TablePluginTests.pm: 433ded84e7d4c9db84390fdc63e2a414bb3e46edc918c995c36cc185ba35f03f
directories:
  /usr/local/share/twiki/TablePlugin/test/unit/TablePlugin/: n
  /usr/local/share/twiki/TablePlugin/test/unit/: n
  /usr/local/share/twiki/TablePlugin/test/: n
  /usr/local/share/twiki/TablePlugin/pub/TWiki/TablePlugin/: n
  /usr/local/share/twiki/TablePlugin/pub/TWiki/: n
  /usr/local/share/twiki/TablePlugin/pub/: n
  /usr/local/share/twiki/TablePlugin/lib/TWiki/Plugins/TablePlugin/: n
  /usr/local/share/twiki/TablePlugin/lib/TWiki/Plugins/: n
  /usr/local/share/twiki/TablePlugin/lib/TWiki/: n
  /usr/local/share/twiki/TablePlugin/lib/: n
  /usr/local/share/twiki/TablePlugin/data/TWiki/: n
  /usr/local/share/twiki/TablePlugin/data/: n
  /usr/local/share/twiki/TablePlugin/: n
  /usr/local/share/twiki/: y
scripts:
  install: "#!/bin/sh\n#\n# $FreeBSD: www/twiki/files/pkg-install.in 300897 2012-07-14
    14:29:18Z beat $\n#\n\nTWDIR=/usr/local/share/twiki/TablePlugin\nWWWDIR=/usr/local/www/twiki\nWWWOWN=www\nWWWGRP=www\n\ncase
    $2 in\n\tPRE-INSTALL)\n\t\t;;\n\tPOST-INSTALL)\n\t\tcd ${TWDIR}/\n\t\tfind -s
    * -type d | while read dir; do\n\t\t\tmkdir -p ${WWWDIR}/$dir/\n\t\tdone\n\t\tfind
    -s * -not -type d | while read file; do\n\t\t\tif [ -e ${WWWDIR}/$file ]; then\n\t\t\t\techo
    \"${WWWDIR}/$file exists, skipping\"\n\t\t\telse\n\t\t\t\tcp $file ${WWWDIR}/$file\n\t\t\tfi\n\t\tdone\n\t\tchown
    -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/\n\t\tchmod -R u+w ${WWWDIR}/\n\t\tcd ${WWWDIR}/\n\t\tchmod
    o-rwx data lib locale templates test tools working\n\t\tchmod a+x bin/* tools/*\n\n\t\t#
    let the user know what's going on\n\t\tcat << __EOF__\n*****************************************************************\n*
    You can inspect differences (if any) between the distribition *\n* and the files
    installed using this command:                   *\n  %25 diff -ru ${TWDIR} ${WWWDIR}\n*
    For more info:                                                *\n*  http://wiki.FreeBSD.org/TWiki
    \                               *\n*  http://twiki.org/cgi-bin/view/Codev/TWikiOnFreeBSD
    \          *\n*  http://twiki.org/cgi-bin/view/TWiki/WebHome                  *\n*****************************************************************\n__EOF__\n\t\t;;\n\t*)\n\t\techo
    \"Unexpected Argument $2!!!\"\n\t\texit 1\n\t\t;;\nesac\nexit 0\n"
  deinstall: "#!/bin/sh\n#\n# $FreeBSD: /tmp/pcvs/ports/www/twiki/files/pkg-deinstall.in,v
    1.1 2008-04-22 08:36:40 sat Exp $\n#\n\nTWDIR=/usr/local/share/twiki/TablePlugin\nWWWDIR=/usr/local/www/twiki\n\ncase
    $2 in\n\tDEINSTALL)\n\t\tcd ${TWDIR}/\n\t\tfind -s * -not -type d | while read
    file; do\n\t\t\tif [ -e ${WWWDIR}/$file ]; then\n\t\t\t\tif cmp -s ${WWWDIR}/$file
    $file; then\n\t\t\t\t\trm -f ${WWWDIR}/$file\n\t\t\t\telse\n\t\t\t\t\techo \"${WWWDIR}/$file
    changed, skipping\"\n\t\t\t\tfi\n\t\t\telse\n\t\t\t\techo \"${WWWDIR}/$file lost\"\n\t\t\tfi\n\t\tdone\n\t\tfind
    -ds * -type d | while read dir; do\n\t\t\trmdir ${WWWDIR}/$dir/ 2>/dev/null ||
    true\n\t\tdone\n\t\trmdir ${WWWDIR}/ 2>/dev/null || true\n\t\t;;\n\tPOST-DEINSTALL)\n\t\t;;\n\t*)\n\t\techo
    \"Unexpected Argument $2!\"\n\t\texit 1\n\t\t;;\nesac\nexit 0\n"
