PLIST 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. @comment $OpenBSD: PLIST,v 1.3 2010/04/28 18:07:56 pea Exp $
  2. bin/pgfouine
  3. bin/pgfouine_vacuum
  4. share/doc/pgfouine/
  5. share/doc/pgfouine/AUTHORS
  6. share/doc/pgfouine/ChangeLog
  7. share/doc/pgfouine/THANKS
  8. share/doc/pgfouine/pgfouine-tutorial.txt
  9. share/pgfouine/
  10. share/pgfouine/include/
  11. share/pgfouine/include/Accumulator.class.php
  12. share/pgfouine/include/CsvlogLogReader.class.php
  13. share/pgfouine/include/DurationLogObject.class.php
  14. share/pgfouine/include/ErrorLogObject.class.php
  15. share/pgfouine/include/GenericLogReader.class.php
  16. share/pgfouine/include/LogBlock.class.php
  17. share/pgfouine/include/LogObject.class.php
  18. share/pgfouine/include/LogStream.class.php
  19. share/pgfouine/include/NormalizedError.class.php
  20. share/pgfouine/include/NormalizedQuery.class.php
  21. share/pgfouine/include/Parser.class.php
  22. share/pgfouine/include/PreparedStatementLogObject.class.php
  23. share/pgfouine/include/QueryLogObject.class.php
  24. share/pgfouine/include/SlowestQueryList.class.php
  25. share/pgfouine/include/UselessLogObject.class.php
  26. share/pgfouine/include/base.lib.php
  27. share/pgfouine/include/lib/
  28. share/pgfouine/include/lib/Profiler.class.php
  29. share/pgfouine/include/lib/common.lib.php
  30. share/pgfouine/include/listeners/
  31. share/pgfouine/include/listeners/error/
  32. share/pgfouine/include/listeners/error/ErrorListener.class.php
  33. share/pgfouine/include/listeners/error/GlobalErrorCountersListener.class.php
  34. share/pgfouine/include/listeners/error/NormalizedErrorsListener.class.php
  35. share/pgfouine/include/listeners/error/PrintErrorListener.class.php
  36. share/pgfouine/include/listeners/listeners.lib.php
  37. share/pgfouine/include/listeners/query/
  38. share/pgfouine/include/listeners/query/GlobalCountersListener.class.php
  39. share/pgfouine/include/listeners/query/HourlyCountersListener.class.php
  40. share/pgfouine/include/listeners/query/NormalizedQueriesListener.class.php
  41. share/pgfouine/include/listeners/query/PrintQueryListener.class.php
  42. share/pgfouine/include/listeners/query/QueriesHistoryListener.class.php
  43. share/pgfouine/include/listeners/query/QueryListener.class.php
  44. share/pgfouine/include/listeners/query/SlowestQueriesListener.class.php
  45. share/pgfouine/include/listeners/query/TsungSessionsListener.class.php
  46. share/pgfouine/include/postgresql/
  47. share/pgfouine/include/postgresql/PostgreSQLAccumulator.class.php
  48. share/pgfouine/include/postgresql/PostgreSQLRegexps.lib.php
  49. share/pgfouine/include/postgresql/lines/
  50. share/pgfouine/include/postgresql/lines/PostgreSQLContextLine.class.php
  51. share/pgfouine/include/postgresql/lines/PostgreSQLContinuationLine.class.php
  52. share/pgfouine/include/postgresql/lines/PostgreSQLDetailLine.class.php
  53. share/pgfouine/include/postgresql/lines/PostgreSQLDurationLine.class.php
  54. share/pgfouine/include/postgresql/lines/PostgreSQLErrorLine.class.php
  55. share/pgfouine/include/postgresql/lines/PostgreSQLHintLine.class.php
  56. share/pgfouine/include/postgresql/lines/PostgreSQLLocationLine.class.php
  57. share/pgfouine/include/postgresql/lines/PostgreSQLLogLine.class.php
  58. share/pgfouine/include/postgresql/lines/PostgreSQLNoticeLine.class.php
  59. share/pgfouine/include/postgresql/lines/PostgreSQLPreparedStatementExecuteLine.class.php
  60. share/pgfouine/include/postgresql/lines/PostgreSQLPreparedStatementExecuteWithDurationLine.class.php
  61. share/pgfouine/include/postgresql/lines/PostgreSQLPreparedStatementUselessLine.class.php
  62. share/pgfouine/include/postgresql/lines/PostgreSQLQueryStartLine.class.php
  63. share/pgfouine/include/postgresql/lines/PostgreSQLQueryStartWithDurationLine.class.php
  64. share/pgfouine/include/postgresql/lines/PostgreSQLStatementLine.class.php
  65. share/pgfouine/include/postgresql/lines/PostgreSQLStatusLine.class.php
  66. share/pgfouine/include/postgresql/parsers/
  67. share/pgfouine/include/postgresql/parsers/CsvlogPostgreSQLParser.class.php
  68. share/pgfouine/include/postgresql/parsers/PostgreSQLParser.class.php
  69. share/pgfouine/include/postgresql/parsers/StderrPostgreSQLParser.class.php
  70. share/pgfouine/include/postgresql/parsers/SyslogPostgreSQLParser.class.php
  71. share/pgfouine/include/postgresql/postgresql.lib.php
  72. share/pgfouine/include/postgresql/vacuum/
  73. share/pgfouine/include/postgresql/vacuum/PostgreSQLVacuumAccumulator.class.php
  74. share/pgfouine/include/postgresql/vacuum/PostgreSQLVacuumRegexps.lib.php
  75. share/pgfouine/include/postgresql/vacuum/VacuumLogStream.class.php
  76. share/pgfouine/include/postgresql/vacuum/lines/
  77. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLAnalyzingTableLine.class.php
  78. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLFSMInformationDetailLine.class.php
  79. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLFSMInformationLine.class.php
  80. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLIndexCleanupDetailLine.class.php
  81. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLIndexCleanupInformationLine.class.php
  82. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumContinuationLine.class.php
  83. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumCpuDetailLine.class.php
  84. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumDetailLine.class.php
  85. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumEndLine.class.php
  86. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumLogLine.class.php
  87. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumOperationInformationLine.class.php
  88. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumRemovableInformationLine.class.php
  89. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumingDatabaseLine.class.php
  90. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumingTableLine.class.php
  91. share/pgfouine/include/postgresql/vacuum/listeners/
  92. share/pgfouine/include/postgresql/vacuum/listeners/FSMInformationListener.class.php
  93. share/pgfouine/include/postgresql/vacuum/listeners/VacuumOverallListener.class.php
  94. share/pgfouine/include/postgresql/vacuum/listeners/VacuumedTablesListener.class.php
  95. share/pgfouine/include/postgresql/vacuum/objects/
  96. share/pgfouine/include/postgresql/vacuum/objects/AnalyzeTableLogObject.class.php
  97. share/pgfouine/include/postgresql/vacuum/objects/FSMInformationLogObject.class.php
  98. share/pgfouine/include/postgresql/vacuum/objects/VacuumIndexInformation.class.php
  99. share/pgfouine/include/postgresql/vacuum/objects/VacuumLogObject.class.php
  100. share/pgfouine/include/postgresql/vacuum/objects/VacuumTableLogObject.class.php
  101. share/pgfouine/include/postgresql/vacuum/parsers/
  102. share/pgfouine/include/postgresql/vacuum/parsers/PostgreSQLVacuumParser.class.php
  103. share/pgfouine/include/postgresql/vacuum/reporting/
  104. share/pgfouine/include/postgresql/vacuum/reporting/reports/
  105. share/pgfouine/include/postgresql/vacuum/reporting/reports/FSMInformationReport.class.php
  106. share/pgfouine/include/postgresql/vacuum/reporting/reports/VacuumOverallReport.class.php
  107. share/pgfouine/include/postgresql/vacuum/reporting/reports/VacuumedTablesDetailsReport.class.php
  108. share/pgfouine/include/postgresql/vacuum/reporting/reports/VacuumedTablesReport.class.php
  109. share/pgfouine/include/postgresql/vacuum/vacuum.lib.php
  110. share/pgfouine/include/reporting/
  111. share/pgfouine/include/reporting/HtmlReportAggregator.class.php
  112. share/pgfouine/include/reporting/HtmlWithGraphsReportAggregator.class.php
  113. share/pgfouine/include/reporting/ReportAggregator.class.php
  114. share/pgfouine/include/reporting/TextReportAggregator.class.php
  115. share/pgfouine/include/reporting/artichow/
  116. share/pgfouine/include/reporting/artichow/AntiSpam.class.php
  117. share/pgfouine/include/reporting/artichow/Artichow.cfg.php
  118. share/pgfouine/include/reporting/artichow/BarPlot.class.php
  119. share/pgfouine/include/reporting/artichow/ChangeLog
  120. share/pgfouine/include/reporting/artichow/Graph.class.php
  121. share/pgfouine/include/reporting/artichow/Image.class.php
  122. share/pgfouine/include/reporting/artichow/LinePlot.class.php
  123. share/pgfouine/include/reporting/artichow/MathPlot.class.php
  124. share/pgfouine/include/reporting/artichow/Pattern.class.php
  125. share/pgfouine/include/reporting/artichow/Pie.class.php
  126. share/pgfouine/include/reporting/artichow/README
  127. share/pgfouine/include/reporting/artichow/ScatterPlot.class.php
  128. share/pgfouine/include/reporting/artichow/font/
  129. share/pgfouine/include/reporting/artichow/font/DejaVuSans.ttf
  130. share/pgfouine/include/reporting/artichow/font/LICENSE
  131. share/pgfouine/include/reporting/artichow/font/README
  132. share/pgfouine/include/reporting/artichow/patterns/
  133. share/pgfouine/include/reporting/artichow/patterns/BarDepth.php
  134. share/pgfouine/include/reporting/artichow/patterns/LightLine.php
  135. share/pgfouine/include/reporting/artichow/php4/
  136. share/pgfouine/include/reporting/artichow/php4/AntiSpam.class.php
  137. share/pgfouine/include/reporting/artichow/php4/Artichow.class.php
  138. share/pgfouine/include/reporting/artichow/php4/BarPlot.class.php
  139. share/pgfouine/include/reporting/artichow/php4/Component.class.php
  140. share/pgfouine/include/reporting/artichow/php4/Graph.class.php
  141. share/pgfouine/include/reporting/artichow/php4/Image.class.php
  142. share/pgfouine/include/reporting/artichow/php4/LinePlot.class.php
  143. share/pgfouine/include/reporting/artichow/php4/MathPlot.class.php
  144. share/pgfouine/include/reporting/artichow/php4/Pattern.class.php
  145. share/pgfouine/include/reporting/artichow/php4/Pie.class.php
  146. share/pgfouine/include/reporting/artichow/php4/Plot.class.php
  147. share/pgfouine/include/reporting/artichow/php4/ScatterPlot.class.php
  148. share/pgfouine/include/reporting/artichow/php4/common.php
  149. share/pgfouine/include/reporting/artichow/php4/inc/
  150. share/pgfouine/include/reporting/artichow/php4/inc/Axis.class.php
  151. share/pgfouine/include/reporting/artichow/php4/inc/Border.class.php
  152. share/pgfouine/include/reporting/artichow/php4/inc/Color.class.php
  153. share/pgfouine/include/reporting/artichow/php4/inc/Drawer.class.php
  154. share/pgfouine/include/reporting/artichow/php4/inc/Font.class.php
  155. share/pgfouine/include/reporting/artichow/php4/inc/Gradient.class.php
  156. share/pgfouine/include/reporting/artichow/php4/inc/Grid.class.php
  157. share/pgfouine/include/reporting/artichow/php4/inc/Label.class.php
  158. share/pgfouine/include/reporting/artichow/php4/inc/Legend.class.php
  159. share/pgfouine/include/reporting/artichow/php4/inc/Mark.class.php
  160. share/pgfouine/include/reporting/artichow/php4/inc/Math.class.php
  161. share/pgfouine/include/reporting/artichow/php4/inc/Shadow.class.php
  162. share/pgfouine/include/reporting/artichow/php4/inc/Text.class.php
  163. share/pgfouine/include/reporting/artichow/php4/inc/Tick.class.php
  164. share/pgfouine/include/reporting/artichow/php4/inc/Tools.class.php
  165. share/pgfouine/include/reporting/artichow/php5/
  166. share/pgfouine/include/reporting/artichow/php5/AntiSpam.class.php
  167. share/pgfouine/include/reporting/artichow/php5/Artichow.class.php
  168. share/pgfouine/include/reporting/artichow/php5/BarPlot.class.php
  169. share/pgfouine/include/reporting/artichow/php5/Component.class.php
  170. share/pgfouine/include/reporting/artichow/php5/Graph.class.php
  171. share/pgfouine/include/reporting/artichow/php5/Image.class.php
  172. share/pgfouine/include/reporting/artichow/php5/LinePlot.class.php
  173. share/pgfouine/include/reporting/artichow/php5/MathPlot.class.php
  174. share/pgfouine/include/reporting/artichow/php5/Pattern.class.php
  175. share/pgfouine/include/reporting/artichow/php5/Pie.class.php
  176. share/pgfouine/include/reporting/artichow/php5/Plot.class.php
  177. share/pgfouine/include/reporting/artichow/php5/ScatterPlot.class.php
  178. share/pgfouine/include/reporting/artichow/php5/common.php
  179. share/pgfouine/include/reporting/artichow/php5/inc/
  180. share/pgfouine/include/reporting/artichow/php5/inc/Axis.class.php
  181. share/pgfouine/include/reporting/artichow/php5/inc/Border.class.php
  182. share/pgfouine/include/reporting/artichow/php5/inc/Color.class.php
  183. share/pgfouine/include/reporting/artichow/php5/inc/Drawer.class.php
  184. share/pgfouine/include/reporting/artichow/php5/inc/Font.class.php
  185. share/pgfouine/include/reporting/artichow/php5/inc/Gradient.class.php
  186. share/pgfouine/include/reporting/artichow/php5/inc/Grid.class.php
  187. share/pgfouine/include/reporting/artichow/php5/inc/Label.class.php
  188. share/pgfouine/include/reporting/artichow/php5/inc/Legend.class.php
  189. share/pgfouine/include/reporting/artichow/php5/inc/Mark.class.php
  190. share/pgfouine/include/reporting/artichow/php5/inc/Math.class.php
  191. share/pgfouine/include/reporting/artichow/php5/inc/Shadow.class.php
  192. share/pgfouine/include/reporting/artichow/php5/inc/Text.class.php
  193. share/pgfouine/include/reporting/artichow/php5/inc/Tick.class.php
  194. share/pgfouine/include/reporting/artichow/php5/inc/Tools.class.php
  195. share/pgfouine/include/reporting/geshi/
  196. share/pgfouine/include/reporting/geshi/docs/
  197. share/pgfouine/include/reporting/geshi/docs/BUGS
  198. share/pgfouine/include/reporting/geshi/docs/CHANGES
  199. share/pgfouine/include/reporting/geshi/docs/COPYING
  200. share/pgfouine/include/reporting/geshi/docs/README
  201. share/pgfouine/include/reporting/geshi/docs/THANKS
  202. share/pgfouine/include/reporting/geshi/docs/TODO
  203. share/pgfouine/include/reporting/geshi/geshi/
  204. share/pgfouine/include/reporting/geshi/geshi.php
  205. share/pgfouine/include/reporting/geshi/geshi/sql.php
  206. share/pgfouine/include/reporting/reports/
  207. share/pgfouine/include/reporting/reports.lib.php
  208. share/pgfouine/include/reporting/reports/CsvQueriesHistoryReport.class.php
  209. share/pgfouine/include/reporting/reports/HourlyStatsReport.class.php
  210. share/pgfouine/include/reporting/reports/NormalizedErrorsMostFrequentReport.class.php
  211. share/pgfouine/include/reporting/reports/NormalizedErrorsReport.class.php
  212. share/pgfouine/include/reporting/reports/NormalizedQueriesMostFrequentReport.class.php
  213. share/pgfouine/include/reporting/reports/NormalizedQueriesMostTimeReport.class.php
  214. share/pgfouine/include/reporting/reports/NormalizedQueriesSlowestAverageReport.class.php
  215. share/pgfouine/include/reporting/reports/NormalizedReport.class.php
  216. share/pgfouine/include/reporting/reports/OverallStatsReport.class.php
  217. share/pgfouine/include/reporting/reports/QueriesByTypeReport.class.php
  218. share/pgfouine/include/reporting/reports/QueriesHistoryPerPidReport.class.php
  219. share/pgfouine/include/reporting/reports/QueriesHistoryReport.class.php
  220. share/pgfouine/include/reporting/reports/Report.class.php
  221. share/pgfouine/include/reporting/reports/SlowestQueriesReport.class.php
  222. share/pgfouine/include/reporting/reports/TsungSessionsReport.class.php
  223. share/pgfouine/include/reporting/web/
  224. share/pgfouine/include/reporting/web/css/
  225. share/pgfouine/include/reporting/web/css/common.css
  226. share/pgfouine/include/reporting/web/js/
  227. share/pgfouine/include/reporting/web/js/sorttable.js
  228. share/pgfouine/version.php