notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
pgfouine PostgreSQL log analyzer
1.2 databases on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2Version of this port present on the latest quarterly branch.
Maintainer: pea@raveland.org search for ports maintained by this maintainer
Port Added: 2008-06-01 01:08:47
Last Update: 2023-04-16 18:09:23
Commit Hash: 0ac3a69
People watching this port, also watch:: tmux, screen, p5-Encode-Locale, p5-IO-Multiplex, p5-Net-HTTP
License: not specified in port
WWW:
http://pgfouine.projects.postgresql.org/
Description:
pgFouine is a PostgreSQL log analyzer used to generate detailed reports from a PostgreSQL log file. pgFouine can help you to determine which queries you should optimize to speed up your PostgreSQL based application.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (198 items)
Collapse this list.
  1. bin/pgfouine
  2. bin/pgfouine_vacuum
  3. share/doc/pgfouine/AUTHORS
  4. share/doc/pgfouine/ChangeLog
  5. share/doc/pgfouine/THANKS
  6. share/doc/pgfouine/pgfouine-tutorial.txt
  7. share/pgfouine/include/Accumulator.class.php
  8. share/pgfouine/include/CsvlogLogReader.class.php
  9. share/pgfouine/include/DurationLogObject.class.php
  10. share/pgfouine/include/ErrorLogObject.class.php
  11. share/pgfouine/include/GenericLogReader.class.php
  12. share/pgfouine/include/LogBlock.class.php
  13. share/pgfouine/include/LogObject.class.php
  14. share/pgfouine/include/LogStream.class.php
  15. share/pgfouine/include/NormalizedError.class.php
  16. share/pgfouine/include/NormalizedQuery.class.php
  17. share/pgfouine/include/Parser.class.php
  18. share/pgfouine/include/PreparedStatementLogObject.class.php
  19. share/pgfouine/include/QueryLogObject.class.php
  20. share/pgfouine/include/SlowestQueryList.class.php
  21. share/pgfouine/include/UselessLogObject.class.php
  22. share/pgfouine/include/base.lib.php
  23. share/pgfouine/include/lib/Profiler.class.php
  24. share/pgfouine/include/lib/common.lib.php
  25. share/pgfouine/include/listeners/error/ErrorListener.class.php
  26. share/pgfouine/include/listeners/error/GlobalErrorCountersListener.class.php
  27. share/pgfouine/include/listeners/error/NormalizedErrorsListener.class.php
  28. share/pgfouine/include/listeners/error/PrintErrorListener.class.php
  29. share/pgfouine/include/listeners/listeners.lib.php
  30. share/pgfouine/include/listeners/query/GlobalCountersListener.class.php
  31. share/pgfouine/include/listeners/query/HourlyCountersListener.class.php
  32. share/pgfouine/include/listeners/query/NormalizedQueriesListener.class.php
  33. share/pgfouine/include/listeners/query/PrintQueryListener.class.php
  34. share/pgfouine/include/listeners/query/QueriesHistoryListener.class.php
  35. share/pgfouine/include/listeners/query/QueryListener.class.php
  36. share/pgfouine/include/listeners/query/SlowestQueriesListener.class.php
  37. share/pgfouine/include/listeners/query/TsungSessionsListener.class.php
  38. share/pgfouine/include/postgresql/PostgreSQLAccumulator.class.php
  39. share/pgfouine/include/postgresql/PostgreSQLRegexps.lib.php
  40. share/pgfouine/include/postgresql/lines/PostgreSQLContextLine.class.php
  41. share/pgfouine/include/postgresql/lines/PostgreSQLContinuationLine.class.php
  42. share/pgfouine/include/postgresql/lines/PostgreSQLDetailLine.class.php
  43. share/pgfouine/include/postgresql/lines/PostgreSQLDurationLine.class.php
  44. share/pgfouine/include/postgresql/lines/PostgreSQLErrorLine.class.php
  45. share/pgfouine/include/postgresql/lines/PostgreSQLHintLine.class.php
  46. share/pgfouine/include/postgresql/lines/PostgreSQLLocationLine.class.php
  47. share/pgfouine/include/postgresql/lines/PostgreSQLLogLine.class.php
  48. share/pgfouine/include/postgresql/lines/PostgreSQLNoticeLine.class.php
  49. share/pgfouine/include/postgresql/lines/PostgreSQLPreparedStatementExecuteLine.class.php
  50. share/pgfouine/include/postgresql/lines/PostgreSQLPreparedStatementExecuteWithDurationLine.class.php
  51. share/pgfouine/include/postgresql/lines/PostgreSQLPreparedStatementUselessLine.class.php
  52. share/pgfouine/include/postgresql/lines/PostgreSQLQueryStartLine.class.php
  53. share/pgfouine/include/postgresql/lines/PostgreSQLQueryStartWithDurationLine.class.php
  54. share/pgfouine/include/postgresql/lines/PostgreSQLStatementLine.class.php
  55. share/pgfouine/include/postgresql/lines/PostgreSQLStatusLine.class.php
  56. share/pgfouine/include/postgresql/parsers/CsvlogPostgreSQLParser.class.php
  57. share/pgfouine/include/postgresql/parsers/PostgreSQLParser.class.php
  58. share/pgfouine/include/postgresql/parsers/StderrPostgreSQLParser.class.php
  59. share/pgfouine/include/postgresql/parsers/SyslogPostgreSQLParser.class.php
  60. share/pgfouine/include/postgresql/postgresql.lib.php
  61. share/pgfouine/include/postgresql/vacuum/PostgreSQLVacuumAccumulator.class.php
  62. share/pgfouine/include/postgresql/vacuum/PostgreSQLVacuumRegexps.lib.php
  63. share/pgfouine/include/postgresql/vacuum/VacuumLogStream.class.php
  64. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLAnalyzingTableLine.class.php
  65. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLFSMInformationDetailLine.class.php
  66. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLFSMInformationLine.class.php
  67. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLIndexCleanupDetailLine.class.php
  68. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLIndexCleanupInformationLine.class.php
  69. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumContinuationLine.class.php
  70. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumCpuDetailLine.class.php
  71. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumDetailLine.class.php
  72. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumEndLine.class.php
  73. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumLogLine.class.php
  74. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumOperationInformationLine.class.php
  75. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumRemovableInformationLine.class.php
  76. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumingDatabaseLine.class.php
  77. share/pgfouine/include/postgresql/vacuum/lines/PostgreSQLVacuumingTableLine.class.php
  78. share/pgfouine/include/postgresql/vacuum/listeners/FSMInformationListener.class.php
  79. share/pgfouine/include/postgresql/vacuum/listeners/VacuumOverallListener.class.php
  80. share/pgfouine/include/postgresql/vacuum/listeners/VacuumedTablesListener.class.php
  81. share/pgfouine/include/postgresql/vacuum/objects/AnalyzeTableLogObject.class.php
  82. share/pgfouine/include/postgresql/vacuum/objects/FSMInformationLogObject.class.php
  83. share/pgfouine/include/postgresql/vacuum/objects/VacuumIndexInformation.class.php
  84. share/pgfouine/include/postgresql/vacuum/objects/VacuumLogObject.class.php
  85. share/pgfouine/include/postgresql/vacuum/objects/VacuumTableLogObject.class.php
  86. share/pgfouine/include/postgresql/vacuum/parsers/PostgreSQLVacuumParser.class.php
  87. share/pgfouine/include/postgresql/vacuum/reporting/reports/FSMInformationReport.class.php
  88. share/pgfouine/include/postgresql/vacuum/reporting/reports/VacuumOverallReport.class.php
  89. share/pgfouine/include/postgresql/vacuum/reporting/reports/VacuumedTablesDetailsReport.class.php
  90. share/pgfouine/include/postgresql/vacuum/reporting/reports/VacuumedTablesReport.class.php
  91. share/pgfouine/include/postgresql/vacuum/vacuum.lib.php
  92. share/pgfouine/include/reporting/HtmlReportAggregator.class.php
  93. share/pgfouine/include/reporting/HtmlWithGraphsReportAggregator.class.php
  94. share/pgfouine/include/reporting/ReportAggregator.class.php
  95. share/pgfouine/include/reporting/TextReportAggregator.class.php
  96. share/pgfouine/include/reporting/artichow/AntiSpam.class.php
  97. share/pgfouine/include/reporting/artichow/Artichow.cfg.php
  98. share/pgfouine/include/reporting/artichow/BarPlot.class.php
  99. share/pgfouine/include/reporting/artichow/ChangeLog
  100. share/pgfouine/include/reporting/artichow/Graph.class.php
  101. share/pgfouine/include/reporting/artichow/Image.class.php
  102. share/pgfouine/include/reporting/artichow/LinePlot.class.php
  103. share/pgfouine/include/reporting/artichow/MathPlot.class.php
  104. share/pgfouine/include/reporting/artichow/Pattern.class.php
  105. share/pgfouine/include/reporting/artichow/Pie.class.php
  106. share/pgfouine/include/reporting/artichow/README
  107. share/pgfouine/include/reporting/artichow/ScatterPlot.class.php
  108. share/pgfouine/include/reporting/artichow/font/DejaVuSans.ttf
  109. share/pgfouine/include/reporting/artichow/font/LICENSE
  110. share/pgfouine/include/reporting/artichow/font/README
  111. share/pgfouine/include/reporting/artichow/patterns/BarDepth.php
  112. share/pgfouine/include/reporting/artichow/patterns/LightLine.php
  113. share/pgfouine/include/reporting/artichow/php4/AntiSpam.class.php
  114. share/pgfouine/include/reporting/artichow/php4/Artichow.class.php
  115. share/pgfouine/include/reporting/artichow/php4/BarPlot.class.php
  116. share/pgfouine/include/reporting/artichow/php4/Component.class.php
  117. share/pgfouine/include/reporting/artichow/php4/Graph.class.php
  118. share/pgfouine/include/reporting/artichow/php4/Image.class.php
  119. share/pgfouine/include/reporting/artichow/php4/LinePlot.class.php
  120. share/pgfouine/include/reporting/artichow/php4/MathPlot.class.php
  121. share/pgfouine/include/reporting/artichow/php4/Pattern.class.php
  122. share/pgfouine/include/reporting/artichow/php4/Pie.class.php
  123. share/pgfouine/include/reporting/artichow/php4/Plot.class.php
  124. share/pgfouine/include/reporting/artichow/php4/ScatterPlot.class.php
  125. share/pgfouine/include/reporting/artichow/php4/common.php
  126. share/pgfouine/include/reporting/artichow/php4/inc/Axis.class.php
  127. share/pgfouine/include/reporting/artichow/php4/inc/Border.class.php
  128. share/pgfouine/include/reporting/artichow/php4/inc/Color.class.php
  129. share/pgfouine/include/reporting/artichow/php4/inc/Drawer.class.php
  130. share/pgfouine/include/reporting/artichow/php4/inc/Font.class.php
  131. share/pgfouine/include/reporting/artichow/php4/inc/Gradient.class.php
  132. share/pgfouine/include/reporting/artichow/php4/inc/Grid.class.php
  133. share/pgfouine/include/reporting/artichow/php4/inc/Label.class.php
  134. share/pgfouine/include/reporting/artichow/php4/inc/Legend.class.php
  135. share/pgfouine/include/reporting/artichow/php4/inc/Mark.class.php
  136. share/pgfouine/include/reporting/artichow/php4/inc/Math.class.php
  137. share/pgfouine/include/reporting/artichow/php4/inc/Shadow.class.php
  138. share/pgfouine/include/reporting/artichow/php4/inc/Text.class.php
  139. share/pgfouine/include/reporting/artichow/php4/inc/Tick.class.php
  140. share/pgfouine/include/reporting/artichow/php4/inc/Tools.class.php
  141. share/pgfouine/include/reporting/artichow/php5/AntiSpam.class.php
  142. share/pgfouine/include/reporting/artichow/php5/Artichow.class.php
  143. share/pgfouine/include/reporting/artichow/php5/BarPlot.class.php
  144. share/pgfouine/include/reporting/artichow/php5/Component.class.php
  145. share/pgfouine/include/reporting/artichow/php5/Graph.class.php
  146. share/pgfouine/include/reporting/artichow/php5/Image.class.php
  147. share/pgfouine/include/reporting/artichow/php5/LinePlot.class.php
  148. share/pgfouine/include/reporting/artichow/php5/MathPlot.class.php
  149. share/pgfouine/include/reporting/artichow/php5/Pattern.class.php
  150. share/pgfouine/include/reporting/artichow/php5/Pie.class.php
  151. share/pgfouine/include/reporting/artichow/php5/Plot.class.php
  152. share/pgfouine/include/reporting/artichow/php5/ScatterPlot.class.php
  153. share/pgfouine/include/reporting/artichow/php5/common.php
  154. share/pgfouine/include/reporting/artichow/php5/inc/Axis.class.php
  155. share/pgfouine/include/reporting/artichow/php5/inc/Border.class.php
  156. share/pgfouine/include/reporting/artichow/php5/inc/Color.class.php
  157. share/pgfouine/include/reporting/artichow/php5/inc/Drawer.class.php
  158. share/pgfouine/include/reporting/artichow/php5/inc/Font.class.php
  159. share/pgfouine/include/reporting/artichow/php5/inc/Gradient.class.php
  160. share/pgfouine/include/reporting/artichow/php5/inc/Grid.class.php
  161. share/pgfouine/include/reporting/artichow/php5/inc/Label.class.php
  162. share/pgfouine/include/reporting/artichow/php5/inc/Legend.class.php
  163. share/pgfouine/include/reporting/artichow/php5/inc/Mark.class.php
  164. share/pgfouine/include/reporting/artichow/php5/inc/Math.class.php
  165. share/pgfouine/include/reporting/artichow/php5/inc/Shadow.class.php
  166. share/pgfouine/include/reporting/artichow/php5/inc/Text.class.php
  167. share/pgfouine/include/reporting/artichow/php5/inc/Tick.class.php
  168. share/pgfouine/include/reporting/artichow/php5/inc/Tools.class.php
  169. share/pgfouine/include/reporting/geshi/docs/BUGS
  170. share/pgfouine/include/reporting/geshi/docs/CHANGES
  171. share/pgfouine/include/reporting/geshi/docs/COPYING
  172. share/pgfouine/include/reporting/geshi/docs/README
  173. share/pgfouine/include/reporting/geshi/docs/TODO
  174. share/pgfouine/include/reporting/geshi/docs/THANKS
  175. share/pgfouine/include/reporting/geshi/geshi.php
  176. share/pgfouine/include/reporting/geshi/geshi/sql.php
  177. share/pgfouine/include/reporting/reports.lib.php
  178. share/pgfouine/include/reporting/reports/CsvQueriesHistoryReport.class.php
  179. share/pgfouine/include/reporting/reports/HourlyStatsReport.class.php
  180. share/pgfouine/include/reporting/reports/NormalizedErrorsMostFrequentReport.class.php
  181. share/pgfouine/include/reporting/reports/NormalizedErrorsReport.class.php
  182. share/pgfouine/include/reporting/reports/NormalizedQueriesMostFrequentReport.class.php
  183. share/pgfouine/include/reporting/reports/NormalizedQueriesMostTimeReport.class.php
  184. share/pgfouine/include/reporting/reports/NormalizedQueriesSlowestAverageReport.class.php
  185. share/pgfouine/include/reporting/reports/NormalizedReport.class.php
  186. share/pgfouine/include/reporting/reports/OverallStatsReport.class.php
  187. share/pgfouine/include/reporting/reports/QueriesByTypeReport.class.php
  188. share/pgfouine/include/reporting/reports/QueriesHistoryPerPidReport.class.php
  189. share/pgfouine/include/reporting/reports/QueriesHistoryReport.class.php
  190. share/pgfouine/include/reporting/reports/Report.class.php
  191. share/pgfouine/include/reporting/reports/SlowestQueriesReport.class.php
  192. share/pgfouine/include/reporting/reports/TsungSessionsReport.class.php
  193. share/pgfouine/include/reporting/web/css/common.css
  194. share/pgfouine/include/reporting/web/js/sorttable.js
  195. share/pgfouine/version.php
  196. @owner
  197. @group
  198. @mode
Collapse this list.
Dependency lines:
  • pgfouine>0:databases/pgfouine
To install the port:
cd /usr/ports/databases/pgfouine/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/pgfouine
  • pkg install pgfouine
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pgfouine
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (pgfouine-1.2.tar.gz) = 6c5b753d7c14744cd23021d327016040cd86e14d29c055babf556ee2160a17fd SIZE (pgfouine-1.2.tar.gz) = 793004

Packages (timestamps in pop-ups are UTC):
pgfouine
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.21.21.21.21.2-1.2-
FreeBSD:13:quarterly1.21.21.21.21.21.21.21.2
FreeBSD:14:latest1.21.21.21.21.21.2-1.2
FreeBSD:14:quarterly1.21.2-1.21.21.21.21.2
FreeBSD:15:latest1.21.2n/a1.2n/a1.21.21.2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. php.h : lang/php81
  2. gd.so : graphics/php81-gd
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for pgfouine-1.2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
databases_pgfouine
USES:
php
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://pgfouine.projects.postgresql.org/releases/
  2. http://pgfoundry.org/frs/download.php/2575/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2
16 Apr 2023 18:09:23
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
(Only the first 15 lines of the commit message are shown above View all of this commit message)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2
20 Jul 2022 14:21:07
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.2
08 Nov 2019 09:37:30
Revision:517042Original commit files touched by this commit
tobik search for other commits by this committer
databases: Add missing USES={gnome,php}
1.2
01 Nov 2017 13:10:35
Revision:453284Original commit files touched by this commit
olgeni search for other commits by this committer
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
1.2
22 Nov 2016 14:04:22
Revision:426827Original commit files touched by this commit
danfe search for other commits by this committer
In several dozen ports, use single space for WWW: line in pkg-descr, and
reformat port description text in cases when it was notoriously broken.
1.2
21 Oct 2016 12:51:41
Revision:424411Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
1.2
15 Sep 2016 01:41:28
Revision:422175Original commit files touched by this commit
swills search for other commits by this committer
Unmark broken on powerpc64

These ports built successfully
1.2
21 Apr 2016 16:43:15
Revision:413746Original commit files touched by this commit
swills search for other commits by this committer
many ports: mark broken on powerpc64
1.2
20 Oct 2014 10:41:13
Revision:371255Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.2
03 Jul 2014 21:48:44
Revision:360463Original commit files touched by this commit Sanity Test Failure
adamw search for other commits by this committer
Nuke NOPORTDOCS. While, here, correct a couple offenders who label examples
with PORTDOCS. And, fix a couple WITH_foo invocations.
1.2
19 May 2014 16:05:56
Revision:354551Original commit files touched by this commit
vanilla search for other commits by this committer
Support staging.

Approved by:	portmgr@
1.2
20 Sep 2013 16:13:49
Revision:327717Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
1.2
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.2
18 Mar 2010 13:35:55
Original commit files touched by this commit
mm search for other commits by this committer
- Update to 1.2

PR:             ports/144459
Approved by:    maintainer (timeout)
1.0_1
30 Sep 2008 13:53:37
Original commit files touched by this commit
miwi search for other commits by this committer
- Add missing dependency

Submitted by:   Pierre Emmanuel (maintainer via private mail)
1.0
02 Jun 2008 09:25:44
Original commit files touched by this commit
miwi search for other commits by this committer
- Add backup MASTER_SITES

Submitted by:   maintainer via private mail
1.0
01 Jun 2008 01:08:05
Original commit files touched by this commit
miwi search for other commits by this committer
pgFouine is a PostgreSQL log analyzer used to generate detailed reports
from a PostgreSQL log file. pgFouine can help you to determine which
queries you should optimize to speed up your PostgreSQL based
application.

WWW:  http://pgfouine.projects.postgresql.org/

PR:             ports/123464
Submitted by:   Pierre-Emmanuel Andre <pea at raveland.org>

Number of commits found: 20