---
name: twiki-TwistyContrib
version: 0.0.17596
origin: www/twiki-TwistyContrib
comment: JS library and CSS for Twisty sections
arch: freebsd:9:x86:64
www: http://twiki.org/cgi-bin/view/Plugins/TwistyContrib
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 36327
desc: |
  This contrib packages in a convenient way the JavaScript library and
  the CSS file needed to implement Twisty sections.

  It is recommended to use the TwistyPlugin as it eases the deployment
  and use of this contrib.

  Author: Arthur Clemens, Rafael Alvarez, Sam Hasler.
  WWW: http://twiki.org/cgi-bin/view/Plugins/TwistyContrib
deps:
  twiki-BehaviourContrib: {origin: www/twiki-BehaviourContrib, version: 0.0.16417}
categories: [www]
files:
  /usr/local/share/twiki/TwistyContrib/data/TWiki/TwistyContrib.txt: 92265a5c904a2a218b568b3b883d46dc5b8566d35aa73ae37203baeddd719671
  /usr/local/share/twiki/TwistyContrib/lib/TWiki/Contrib/TwistyContrib.pm: 2d89f2933b219624efd78d48c3d3db5d424b8a613581ac0c73a282e1c8159579
  /usr/local/share/twiki/TwistyContrib/lib/TWiki/Contrib/TwistyContrib/DEPENDENCIES: 2a2a9e274ba415a2706bf10eead6c603ab534aa5a98958f62f6874c3083008d5
  /usr/local/share/twiki/TwistyContrib/lib/TWiki/Contrib/TwistyContrib/MANIFEST: 5a7e5ae0241395a5271319dc0164a9956610e03a87f4280c3749d0ca6dad13dc
  /usr/local/share/twiki/TwistyContrib/lib/TWiki/Contrib/TwistyContrib/build.pl: 76c751860615d2ebbcdaf3c799665363aa8cbf4362be30281f82d78a5c81dc5d
  /usr/local/share/twiki/TwistyContrib/pub/TWiki/TwistyContrib/twist.compressed.js: 9172db0a20985822cc121c379e63aa9e2d4e2b134633a96703403298f357fbc6
  /usr/local/share/twiki/TwistyContrib/pub/TWiki/TwistyContrib/twist.compressed_src.js: 2e5ab8406bf5779f0f44e82e720bbf9b980b6cf2ef38d54acae73ae8c18e679d
  /usr/local/share/twiki/TwistyContrib/pub/TWiki/TwistyContrib/twist.css: 597803466224370145c8effe33b20bb3d98cb12a4462205ca47bcc06e19f0be4
  /usr/local/share/twiki/TwistyContrib/pub/TWiki/TwistyContrib/twist.js: 9172db0a20985822cc121c379e63aa9e2d4e2b134633a96703403298f357fbc6
  /usr/local/share/twiki/TwistyContrib/pub/TWiki/TwistyContrib/twist_src.js: 2e5ab8406bf5779f0f44e82e720bbf9b980b6cf2ef38d54acae73ae8c18e679d
directories:
  /usr/local/share/twiki/TwistyContrib/pub/TWiki/TwistyContrib/: n
  /usr/local/share/twiki/TwistyContrib/pub/TWiki/: n
  /usr/local/share/twiki/TwistyContrib/pub/: n
  /usr/local/share/twiki/TwistyContrib/lib/TWiki/Contrib/TwistyContrib/: n
  /usr/local/share/twiki/TwistyContrib/lib/TWiki/Contrib/: n
  /usr/local/share/twiki/TwistyContrib/lib/TWiki/: n
  /usr/local/share/twiki/TwistyContrib/lib/: n
  /usr/local/share/twiki/TwistyContrib/data/TWiki/: n
  /usr/local/share/twiki/TwistyContrib/data/: n
  /usr/local/share/twiki/TwistyContrib/: 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/TwistyContrib\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/TwistyContrib\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"
