PLIST 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. @comment $OpenBSD: PLIST,v 1.4 2014/09/23 12:09:40 ajacoutot Exp $
  2. @bin bin/m2sh
  3. @bin bin/mongrel2
  4. @bin bin/procer
  5. lib/mongrel2/
  6. lib/mongrel2/config_modules/
  7. lib/mongrel2/config_modules/null.so
  8. lib/mongrel2/config_modules/zmq.so
  9. lib/mongrel2/filters/
  10. lib/mongrel2/filters/null.so
  11. lib/mongrel2/filters/rewrite.so
  12. lib/mongrel2/filters/sendfile.so
  13. share/examples/mongrel2/
  14. share/examples/mongrel2/.dexy
  15. share/examples/mongrel2/bbs/
  16. share/examples/mongrel2/bbs/bbs.lua
  17. share/examples/mongrel2/bbs/client.py
  18. share/examples/mongrel2/bbs/config.lua
  19. share/examples/mongrel2/bbs/db.lua
  20. share/examples/mongrel2/bbs/engine.lua
  21. share/examples/mongrel2/bbs/html/
  22. share/examples/mongrel2/bbs/html/app.js
  23. share/examples/mongrel2/bbs/html/bbs.js
  24. share/examples/mongrel2/bbs/html/flash/
  25. share/examples/mongrel2/bbs/html/flash/JsSocket.hx
  26. share/examples/mongrel2/bbs/html/flash/Makefile
  27. share/examples/mongrel2/bbs/html/flash/jsSocket.as
  28. share/examples/mongrel2/bbs/html/flash/jsSocket.swf
  29. share/examples/mongrel2/bbs/html/flash/jsSocket2.swf
  30. share/examples/mongrel2/bbs/html/fsm.js
  31. share/examples/mongrel2/bbs/html/index.html
  32. share/examples/mongrel2/bbs/html/js/
  33. share/examples/mongrel2/bbs/html/js/jsSocket.js
  34. share/examples/mongrel2/bbs/html/js/jsonStringify.js
  35. share/examples/mongrel2/bbs/html/reset.css
  36. share/examples/mongrel2/bbs/html/site.css
  37. share/examples/mongrel2/bbs/html/text.css
  38. share/examples/mongrel2/bbs/mongrel2.conf
  39. share/examples/mongrel2/bbs/strict.lua
  40. share/examples/mongrel2/bbs/ui.lua
  41. share/examples/mongrel2/chat/
  42. share/examples/mongrel2/chat/chat.py
  43. share/examples/mongrel2/chat/idiots
  44. share/examples/mongrel2/chat/static/
  45. share/examples/mongrel2/chat/static/960.css
  46. share/examples/mongrel2/chat/static/app.js
  47. share/examples/mongrel2/chat/static/chat.js
  48. share/examples/mongrel2/chat/static/flash/
  49. share/examples/mongrel2/chat/static/flash/JsSocket.hx
  50. share/examples/mongrel2/chat/static/flash/Makefile
  51. share/examples/mongrel2/chat/static/flash/jsSocket.as
  52. share/examples/mongrel2/chat/static/flash/jsSocket.swf
  53. share/examples/mongrel2/chat/static/flash/jsSocket2.swf
  54. share/examples/mongrel2/chat/static/fsm.js
  55. share/examples/mongrel2/chat/static/index.html
  56. share/examples/mongrel2/chat/static/js/
  57. share/examples/mongrel2/chat/static/js/jsSocket.js
  58. share/examples/mongrel2/chat/static/js/jsonStringify.js
  59. share/examples/mongrel2/chat/static/reset.css
  60. share/examples/mongrel2/chat/static/site.css
  61. share/examples/mongrel2/chat/static/text.css
  62. share/examples/mongrel2/chat/www.py
  63. share/examples/mongrel2/configs/
  64. share/examples/mongrel2/configs/.dexy
  65. share/examples/mongrel2/configs/any.conf
  66. share/examples/mongrel2/configs/complex.conf
  67. share/examples/mongrel2/configs/filters.conf
  68. share/examples/mongrel2/configs/mongrel2.conf
  69. share/examples/mongrel2/configs/multi.conf
  70. share/examples/mongrel2/configs/multi_handler.conf
  71. share/examples/mongrel2/configs/sample.conf
  72. share/examples/mongrel2/http_0mq/
  73. share/examples/mongrel2/http_0mq/hello.txt
  74. share/examples/mongrel2/http_0mq/http.py
  75. share/examples/mongrel2/http_0mq/sendfile.py
  76. share/examples/mongrel2/http_0mq/upload.py
  77. share/examples/mongrel2/http_0mq/xml.py
  78. share/examples/mongrel2/kegogi/
  79. share/examples/mongrel2/kegogi/Makefile
  80. share/examples/mongrel2/kegogi/lemon.c
  81. share/examples/mongrel2/kegogi/lempar.c
  82. share/examples/mongrel2/kegogi/src/
  83. share/examples/mongrel2/kegogi/src/fuzzrnd.c
  84. share/examples/mongrel2/kegogi/src/fuzzrnd.h
  85. share/examples/mongrel2/kegogi/src/httpclient.c
  86. share/examples/mongrel2/kegogi/src/httpclient.h
  87. share/examples/mongrel2/kegogi/src/kegogi.c
  88. share/examples/mongrel2/kegogi/src/kegogi.h
  89. share/examples/mongrel2/kegogi/src/kegogi_lexer.c
  90. share/examples/mongrel2/kegogi/src/kegogi_lexer.rl
  91. share/examples/mongrel2/kegogi/src/kegogi_parser.c
  92. share/examples/mongrel2/kegogi/src/kegogi_parser.h
  93. share/examples/mongrel2/kegogi/src/kegogi_parser.y
  94. share/examples/mongrel2/kegogi/src/kegogi_parser_extra.c
  95. share/examples/mongrel2/kegogi/src/kegogi_tokens.c
  96. share/examples/mongrel2/kegogi/src/kegogi_tokens.h
  97. share/examples/mongrel2/kegogi/src/param.c
  98. share/examples/mongrel2/kegogi/src/param.h
  99. share/examples/mongrel2/kegogi/tests/
  100. share/examples/mongrel2/kegogi/tests/googletest.txt
  101. share/examples/mongrel2/mp3stream/
  102. share/examples/mongrel2/mp3stream/handler.py
  103. share/examples/mongrel2/mp3stream/mp3stream.py
  104. share/examples/mongrel2/mp3stream/stream_conf.py
  105. share/examples/mongrel2/python/
  106. share/examples/mongrel2/python/bin/
  107. share/examples/mongrel2/python/bin/m2shpy
  108. share/examples/mongrel2/python/mongrel2/
  109. share/examples/mongrel2/python/mongrel2/__init__.py
  110. share/examples/mongrel2/python/mongrel2/config/
  111. share/examples/mongrel2/python/mongrel2/config/__init__.py
  112. share/examples/mongrel2/python/mongrel2/config/args.py
  113. share/examples/mongrel2/python/mongrel2/config/commands.py
  114. share/examples/mongrel2/python/mongrel2/config/model.py
  115. share/examples/mongrel2/python/mongrel2/config/rc.py
  116. share/examples/mongrel2/python/mongrel2/control.py
  117. share/examples/mongrel2/python/mongrel2/handler.py
  118. share/examples/mongrel2/python/mongrel2/request.py
  119. share/examples/mongrel2/python/mongrel2/sql/
  120. share/examples/mongrel2/python/mongrel2/sql/config.sql
  121. share/examples/mongrel2/python/mongrel2/tnetstrings.py
  122. share/examples/mongrel2/python/setup.py
  123. share/examples/mongrel2/python/tests/
  124. share/examples/mongrel2/python/tests/__init__.py
  125. share/examples/mongrel2/python/tests/composite_conf.py
  126. share/examples/mongrel2/python/tests/mongrel2_org.py
  127. share/examples/mongrel2/python/tests/sample_conf.py
  128. share/examples/mongrel2/python/tests/two_servers.py
  129. share/examples/mongrel2/tornado/
  130. share/examples/mongrel2/tornado/README
  131. share/examples/mongrel2/tornado/auth_demo.py
  132. share/examples/mongrel2/tornado/authdemo.py
  133. share/examples/mongrel2/ws/
  134. share/examples/mongrel2/ws/mongrel2.conf
  135. share/examples/mongrel2/ws/python/
  136. share/examples/mongrel2/ws/python/echo.py
  137. share/examples/mongrel2/ws/python/wsutil.py
  138. share/examples/mongrel2/zcov/
  139. share/examples/mongrel2/zcov/LICENSE.txt
  140. share/examples/mongrel2/zcov/README.txt
  141. share/examples/mongrel2/zcov/bin/
  142. share/examples/mongrel2/zcov/bin/zcov-genhtml
  143. share/examples/mongrel2/zcov/bin/zcov-merge
  144. share/examples/mongrel2/zcov/bin/zcov-scan
  145. share/examples/mongrel2/zcov/bin/zcov-summarize
  146. share/examples/mongrel2/zcov/setup.py
  147. share/examples/mongrel2/zcov/zcov/
  148. share/examples/mongrel2/zcov/zcov/GCovGroup.py
  149. share/examples/mongrel2/zcov/zcov/GCovParser.py
  150. share/examples/mongrel2/zcov/zcov/data/
  151. share/examples/mongrel2/zcov/zcov/data/js/
  152. share/examples/mongrel2/zcov/zcov/data/js/sorttable.js
  153. share/examples/mongrel2/zcov/zcov/data/js/sourceview.js
  154. share/examples/mongrel2/zcov/zcov/data/style.css