---
name: twiki-TwistyPlugin
version: 0.0.17602
origin: www/twiki-TwistyPlugin
comment: Show and hide content in JS-based sections
arch: freebsd:9:x86:64
www: http://twiki.org/cgi-bin/view/Plugins/TwistyPlugin
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 73681
desc: |
  A "twisty" is an interface toggle control to show and hide content.

  TwistyPlugin gives you several options to control the appearance of a
  twisty:

  * use link text or buttons
  * position an icon left or right
  * remember the state at the next visit of the page
  * start the Twisty open or closed
  * start the Twisty open or closed for the first visit
  * use a span or div for the content
  * set a class for the content span or div

  Author: Rafael Alvarez, Arthur Clemens
  WWW: http://twiki.org/cgi-bin/view/Plugins/TwistyPlugin
deps:
  twiki-BehaviourContrib: {origin: www/twiki-BehaviourContrib, version: 0.0.16417}
  twiki-TwistyContrib: {origin: www/twiki-TwistyContrib, version: 0.0.17596}
categories: [www]
files:
  /usr/local/share/twiki/TwistyPlugin/data/TWiki/TwistyPlugin.txt: 94d8d2a6a65ee4665ed37a402989c51e52e8f4d4d2aab5ad3661a2bca539a46f
  /usr/local/share/twiki/TwistyPlugin/lib/TWiki/Plugins/TwistyPlugin.pm: e8e46fce8050ef330c88886408270f000812722b6fa6d425b407b73115a0929c
  /usr/local/share/twiki/TwistyPlugin/lib/TWiki/Plugins/TwistyPlugin/DEPENDENCIES: 58a256344c68b3bb8993df3cee0b1a6d91854c83c999b2fd613ed128c60a2ac5
  /usr/local/share/twiki/TwistyPlugin/lib/TWiki/Plugins/TwistyPlugin/MANIFEST: 6be14f2de4cdc51ed4b271b3498a81e53a5b33332ed1ff0efc685772e478a183
  /usr/local/share/twiki/TwistyPlugin/lib/TWiki/Plugins/TwistyPlugin/build.pl: 2cc822e8e154da9a7a0c1d1c56283838d363633d0d3e3018ba59d08aa8a5cd8a
  /usr/local/share/twiki/TwistyPlugin/pub/TWiki/TwistyPlugin/twistie.dojo.js: 52f33471684697189171731fe1d2e1e5c16aad1cae62ed05945f19602276b0e9
  /usr/local/share/twiki/TwistyPlugin/pub/TWiki/TwistyPlugin/twistie.jquery.css: 99020078cd75ba37050eadf6ff2cbe8563485d9b24feec3932ca596cbb333a6d
  /usr/local/share/twiki/TwistyPlugin/pub/TWiki/TwistyPlugin/twistie.jquery.js: bddf10526ac443b8b5e90fbf5486f514f2635cb0ef46c822134df940160ed6c8
  /usr/local/share/twiki/TwistyPlugin/templates/twistyplugin.dojo.tmpl: 173e5bd261b3c91c9e3b1fe37cb154942a3be40d087ef7e430903750fcf9ae0a
  /usr/local/share/twiki/TwistyPlugin/templates/twistyplugin.jquery.tmpl: b700b5d816aeecfbaa086956bd590a8ba2c233ed2625146967ead63df79087ee
  /usr/local/share/twiki/TwistyPlugin/templates/twistyplugin.tmpl: 773614e49a77aaaf6454d7bddd0109090e5d181e50196286a56d1d097cd83240
  /usr/local/share/twiki/TwistyPlugin/test/unit/TwistyPlugin/TwistyPluginSuite.pm: 45537e8644a99457c5e0c93c8de1765dc50883b68946d8630db13408abf23465
  /usr/local/share/twiki/TwistyPlugin/test/unit/TwistyPlugin/TwistyPluginTests.pm: aa3973e78f23cc350d76097d62cf3e87b919afae2bb2e42e7592cbca7a557d19
directories:
  /usr/local/share/twiki/TwistyPlugin/test/unit/TwistyPlugin/: n
  /usr/local/share/twiki/TwistyPlugin/test/unit/: n
  /usr/local/share/twiki/TwistyPlugin/test/: n
  /usr/local/share/twiki/TwistyPlugin/templates/: n
  /usr/local/share/twiki/TwistyPlugin/pub/TWiki/TwistyPlugin/: n
  /usr/local/share/twiki/TwistyPlugin/pub/TWiki/: n
  /usr/local/share/twiki/TwistyPlugin/pub/: n
  /usr/local/share/twiki/TwistyPlugin/lib/TWiki/Plugins/TwistyPlugin/: n
  /usr/local/share/twiki/TwistyPlugin/lib/TWiki/Plugins/: n
  /usr/local/share/twiki/TwistyPlugin/lib/TWiki/: n
  /usr/local/share/twiki/TwistyPlugin/lib/: n
  /usr/local/share/twiki/TwistyPlugin/data/TWiki/: n
  /usr/local/share/twiki/TwistyPlugin/data/: n
  /usr/local/share/twiki/TwistyPlugin/: 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/TwistyPlugin\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/TwistyPlugin\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"
