---
name: twiki-CommentPlugin
version: 0.0.17567
origin: www/twiki-CommentPlugin
comment: Post comments easily
arch: freebsd:9:x86:64
www: http://twiki.org/cgi-bin/view/Plugins/CommentPlugin
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 70788
desc: |
  Allows users to quickly post comments to a page without an
  edit/preview/save cycle.

  Author: Crawford Currie
  WWW: http://twiki.org/cgi-bin/view/Plugins/CommentPlugin
categories: [www]
files:
  /usr/local/share/twiki/CommentPlugin/data/Sandbox/CommentPluginExampleComments.txt: 1c0b1e7d269519cbee50beefae3f8c6eabb51376fc86691a77a44e241e371306
  /usr/local/share/twiki/CommentPlugin/data/Sandbox/CommentPluginTemplateExample.txt: bb0fbefd7b8eb45b5f5c6448acad341cdf86db84187d2c71c48ff60fdb77a025
  /usr/local/share/twiki/CommentPlugin/data/TWiki/CommentPlugin.txt: bb1ef6562f88cdb0adaee6610909561465d2ab4d95d52ced494bbe96188121e4
  /usr/local/share/twiki/CommentPlugin/data/TWiki/CommentPluginExamples.txt: f42013a3b418c384b16277d251bcca87c84d2dbf9c055b886575c0ab73c59629
  /usr/local/share/twiki/CommentPlugin/data/TWiki/CommentPluginTemplate.txt: a60dcf014f502409f6ae76a80fb9ee9330d456f800d6ffce69bb6448c65b96cd
  /usr/local/share/twiki/CommentPlugin/data/TWiki/VarCOMMENT.txt: 7a50c747ffe39a0897e1050076f3b0aabf6605632ec26d5e0c5700af31273575
  /usr/local/share/twiki/CommentPlugin/lib/TWiki/Plugins/CommentPlugin.pm: 7240f70d032f7812c082ff9f557a263bc1cd1a511ec8bd873df5133a9056bb16
  /usr/local/share/twiki/CommentPlugin/lib/TWiki/Plugins/CommentPlugin/Comment.pm: 2ac2b068a493d1aa32b9a81d501e2842f5f3bf2ff7e8d774ef75d38793679c01
  /usr/local/share/twiki/CommentPlugin/lib/TWiki/Plugins/CommentPlugin/DEPENDENCIES: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  /usr/local/share/twiki/CommentPlugin/lib/TWiki/Plugins/CommentPlugin/MANIFEST: a66aa93defc0708ddc367a84b52cb17cf9c2ff46ce76b9649a93ad8d7e59b725
  /usr/local/share/twiki/CommentPlugin/lib/TWiki/Plugins/CommentPlugin/PREINSTALL: 9c62f64dbc1090a46b47bbb0fff1ca84fb0a803a4187c437c767d97e1a90db37
  /usr/local/share/twiki/CommentPlugin/lib/TWiki/Plugins/CommentPlugin/build.pl: d610c63a50839c0db603f055494408127f15dbc4f673248205d8dfbfc4c8152c
  /usr/local/share/twiki/CommentPlugin/pub/TWiki/CommentPlugin/wikiringlogo20x20.png: 9cb8f7b1230df97ad0f9ed5600189b38ad1c5c4dc8d1213ea653d820bba40fe6
  /usr/local/share/twiki/CommentPlugin/templates/comments.tmpl: d557f530dbec13adec16702f11db308f08f22a0b7d3a5acf21dd7189d9d7f5af
  /usr/local/share/twiki/CommentPlugin/test/unit/CommentPlugin/CommentPluginSuite.pm: ef0ce9852fac740c5a87824970d561646c38d6f742cdc542a85a05533ad34600
  /usr/local/share/twiki/CommentPlugin/test/unit/CommentPlugin/CommentPluginTests.pm: 8fc2d709941922394614dfe1abc457f0abd00790dda84bd5492c4869931753a6
directories:
  /usr/local/share/twiki/CommentPlugin/test/unit/CommentPlugin/: n
  /usr/local/share/twiki/CommentPlugin/test/unit/: n
  /usr/local/share/twiki/CommentPlugin/test/: n
  /usr/local/share/twiki/CommentPlugin/templates/: n
  /usr/local/share/twiki/CommentPlugin/pub/TWiki/CommentPlugin/: n
  /usr/local/share/twiki/CommentPlugin/pub/TWiki/: n
  /usr/local/share/twiki/CommentPlugin/pub/: n
  /usr/local/share/twiki/CommentPlugin/lib/TWiki/Plugins/CommentPlugin/: n
  /usr/local/share/twiki/CommentPlugin/lib/TWiki/Plugins/: n
  /usr/local/share/twiki/CommentPlugin/lib/TWiki/: n
  /usr/local/share/twiki/CommentPlugin/lib/: n
  /usr/local/share/twiki/CommentPlugin/data/TWiki/: n
  /usr/local/share/twiki/CommentPlugin/data/Sandbox/: n
  /usr/local/share/twiki/CommentPlugin/data/: n
  /usr/local/share/twiki/CommentPlugin/: 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/CommentPlugin\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/CommentPlugin\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"
