diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2025-03-31 14:38:42 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2025-03-31 14:38:42 +0000 |
| commit | 07d7fa94fbba1e9259847b3e0a626720cb679e94 (patch) | |
| tree | 0c33e57817d47dadbd37df6630a1cdb39d02d590 | |
| parent | 04bae29d419961e4c70577bc193b516bd124fad7 (diff) | |
databases/pgfouine: Remove expired port
2025-03-31 databases/pgfouine: Upstream project disappeared in 2010
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | databases/Makefile | 1 | ||||
| -rw-r--r-- | databases/pgfouine/Makefile | 38 | ||||
| -rw-r--r-- | databases/pgfouine/distinfo | 2 | ||||
| -rw-r--r-- | databases/pgfouine/files/patch-pgfouine.php | 11 | ||||
| -rw-r--r-- | databases/pgfouine/files/patch-pgfouine_vacuum.php | 11 | ||||
| -rw-r--r-- | databases/pgfouine/pkg-descr | 3 | ||||
| -rw-r--r-- | databases/pgfouine/pkg-plist | 195 |
8 files changed, 1 insertions, 261 deletions
@@ -4242,3 +4242,4 @@ textproc/py-citeproc-py-styles||2025-03-31|Has expired: Depends on expired devel multimedia/gdialog||2025-03-31|Has expired: Support for a 20 year old obsolete STB that only supports DVB-T(1) and MPEG-2 multimedia/emovix||2025-03-31|Has expired: Abandonware, uses over a decade year old software and no support for anything recent textproc/m17n-im-config||2025-03-31|Has expired: Upstream disapeared and distfile is no more available +databases/pgfouine||2025-03-31|Has expired: Upstream project disappeared in 2010 diff --git a/databases/Makefile b/databases/Makefile index 0ee5d2466656..45c179af1267 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -567,7 +567,6 @@ SUBDIR += pgbarman SUBDIR += pgbouncer SUBDIR += pgdbf - SUBDIR += pgfouine SUBDIR += pgloader3 SUBDIR += pglogical SUBDIR += pgmetrics diff --git a/databases/pgfouine/Makefile b/databases/pgfouine/Makefile deleted file mode 100644 index 84290a22e76b..000000000000 --- a/databases/pgfouine/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -PORTNAME= pgfouine -PORTVERSION= 1.2 -CATEGORIES= databases -MASTER_SITES= https://ftp.postgresql.org/pub/projects/pgFoundry/pgfouine/pgFouine/pgFouine${PORTVERSION}/ - -MAINTAINER= pea@raveland.org -COMMENT= PostgreSQL log analyzer -WWW= http://pgfouine.projects.postgresql.org/ - -DEPRECATED= Upstream project disappeared in 2010 -EXPIRATION_DATE=2025-03-31 - -USES+= php - -NO_BUILD= yes -USE_PHP= gd - -OPTIONS_DEFINE= DOCS - -pre-configure: - ${REINPLACE_CMD} -e 's,/usr/bin/php,${LOCALBASE}/bin/php,g;' \ - -e 's,!!PREFIX!!,${PREFIX},g' \ - ${WRKSRC}/pgfouine.php ${WRKSRC}/pgfouine_vacuum.php - ${FIND} -d ${WRKSRC} -type d -name 'CVS' -exec ${RM} -r {} \; - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/pgfouine.php ${STAGEDIR}${PREFIX}/bin/pgfouine - ${INSTALL_SCRIPT} ${WRKSRC}/pgfouine_vacuum.php ${STAGEDIR}${PREFIX}/bin/pgfouine_vacuum - ${MKDIR} ${STAGEDIR}${DATADIR}/include - ${INSTALL_DATA} ${WRKSRC}/version.php ${STAGEDIR}${DATADIR} - @cd ${WRKSRC}/include && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/include/ - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/THANKS ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/rpm-specific/sources/pgfouine-tutorial.txt ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/databases/pgfouine/distinfo b/databases/pgfouine/distinfo deleted file mode 100644 index 3c4ef431d2ac..000000000000 --- a/databases/pgfouine/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pgfouine-1.2.tar.gz) = 6c5b753d7c14744cd23021d327016040cd86e14d29c055babf556ee2160a17fd -SIZE (pgfouine-1.2.tar.gz) = 793004 diff --git a/databases/pgfouine/files/patch-pgfouine.php b/databases/pgfouine/files/patch-pgfouine.php deleted file mode 100644 index ace21afd9ded..000000000000 --- a/databases/pgfouine/files/patch-pgfouine.php +++ /dev/null @@ -1,11 +0,0 @@ ---- pgfouine.php.orig 2008-05-06 13:53:52.000000000 +0200 -+++ pgfouine.php 2008-05-06 13:54:32.000000000 +0200 -@@ -32,6 +32,8 @@ if(strpos(phpversion(), '4.4') === 0) { - error_reporting(E_ALL); - } - -+ini_set('include_path', '!!PREFIX!!/share/pgfouine'); -+ - include('version.php'); - require_once('include/lib/common.lib.php'); - require_once('include/base.lib.php'); diff --git a/databases/pgfouine/files/patch-pgfouine_vacuum.php b/databases/pgfouine/files/patch-pgfouine_vacuum.php deleted file mode 100644 index 098d059e4498..000000000000 --- a/databases/pgfouine/files/patch-pgfouine_vacuum.php +++ /dev/null @@ -1,11 +0,0 @@ ---- pgfouine_vacuum.php.orig 2008-05-06 13:54:43.000000000 +0200 -+++ pgfouine_vacuum.php 2008-05-06 13:55:02.000000000 +0200 -@@ -30,6 +30,8 @@ if(strpos(phpversion(), '4.4') === 0) { - error_reporting(E_ALL); - } - -+ini_set('include_path', '!!PREFIX!!/share/pgfouine'); -+ - include('version.php'); - require_once('include/lib/common.lib.php'); - require_once('include/base.lib.php'); diff --git a/databases/pgfouine/pkg-descr b/databases/pgfouine/pkg-descr deleted file mode 100644 index 88ef712881a6..000000000000 --- a/databases/pgfouine/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -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. diff --git a/databases/pgfouine/pkg-plist b/databases/pgfouine/pkg-plist deleted file mode 100644 index e6ddcec91160..000000000000 --- a/databases/pgfouine/pkg-plist +++ /dev/null @@ -1,195 +0,0 @@ -bin/pgfouine -bin/pgfouine_vacuum -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/THANKS -%%PORTDOCS%%%%DOCSDIR%%/pgfouine-tutorial.txt -%%DATADIR%%/include/Accumulator.class.php -%%DATADIR%%/include/CsvlogLogReader.class.php -%%DATADIR%%/include/DurationLogObject.class.php -%%DATADIR%%/include/ErrorLogObject.class.php -%%DATADIR%%/include/GenericLogReader.class.php -%%DATADIR%%/include/LogBlock.class.php -%%DATADIR%%/include/LogObject.class.php -%%DATADIR%%/include/LogStream.class.php -%%DATADIR%%/include/NormalizedError.class.php -%%DATADIR%%/include/NormalizedQuery.class.php -%%DATADIR%%/include/Parser.class.php -%%DATADIR%%/include/PreparedStatementLogObject.class.php -%%DATADIR%%/include/QueryLogObject.class.php -%%DATADIR%%/include/SlowestQueryList.class.php -%%DATADIR%%/include/UselessLogObject.class.php -%%DATADIR%%/include/base.lib.php -%%DATADIR%%/include/lib/Profiler.class.php -%%DATADIR%%/include/lib/common.lib.php -%%DATADIR%%/include/listeners/error/ErrorListener.class.php -%%DATADIR%%/include/listeners/error/GlobalErrorCountersListener.class.php -%%DATADIR%%/include/listeners/error/NormalizedErrorsListener.class.php -%%DATADIR%%/include/listeners/error/PrintErrorListener.class.php -%%DATADIR%%/include/listeners/listeners.lib.php -%%DATADIR%%/include/listeners/query/GlobalCountersListener.class.php -%%DATADIR%%/include/listeners/query/HourlyCountersListener.class.php -%%DATADIR%%/include/listeners/query/NormalizedQueriesListener.class.php -%%DATADIR%%/include/listeners/query/PrintQueryListener.class.php -%%DATADIR%%/include/listeners/query/QueriesHistoryListener.class.php -%%DATADIR%%/include/listeners/query/QueryListener.class.php -%%DATADIR%%/include/listeners/query/SlowestQueriesListener.class.php -%%DATADIR%%/include/listeners/query/TsungSessionsListener.class.php -%%DATADIR%%/include/postgresql/PostgreSQLAccumulator.class.php -%%DATADIR%%/include/postgresql/PostgreSQLRegexps.lib.php -%%DATADIR%%/include/postgresql/lines/PostgreSQLContextLine.class.php -%%DATADIR%%/include/postgresql/lines/PostgreSQLContinuationLine.class.php -%%DATADIR%%/include/postgresql/lines/PostgreSQLDetailLine.class.php -%%DATADIR%%/include/postgresql/lines/PostgreSQLDurationLine.class.php -%%DATADIR%%/include/postgresql/lines/PostgreSQLErrorLine.class.php -%%DATADIR%%/include/postgresql/lines/PostgreSQLHintLine.class.php -%%DATADIR%%/include/postgresql/lines/PostgreSQLLocationLine.class.php -%%DATADIR%%/include/postgresql/lines/PostgreSQLLogLine.class.php -%%DATADIR%%/include/postgresql/lines/PostgreSQLNoticeLine.class.php -%%DATADIR%%/include/postgresql/lines/PostgreSQLPreparedStatementExecuteLine.class.php -%%DATADIR%%/include/postgresql/lines/PostgreSQLPreparedStatementExecuteWithDurationLine.class.php -%%DATADIR%%/include/postgresql/lines/PostgreSQLPreparedStatementUselessLine.class.php -%%DATADIR%%/include/postgresql/lines/PostgreSQLQueryStartLine.class.php -%%DATADIR%%/include/postgresql/lines/PostgreSQLQueryStartWithDurationLine.class.php -%%DATADIR%%/include/postgresql/lines/PostgreSQLStatementLine.class.php -%%DATADIR%%/include/postgresql/lines/PostgreSQLStatusLine.class.php -%%DATADIR%%/include/postgresql/parsers/CsvlogPostgreSQLParser.class.php -%%DATADIR%%/include/postgresql/parsers/PostgreSQLParser.class.php -%%DATADIR%%/include/postgresql/parsers/StderrPostgreSQLParser.class.php -%%DATADIR%%/include/postgresql/parsers/SyslogPostgreSQLParser.class.php -%%DATADIR%%/include/postgresql/postgresql.lib.php -%%DATADIR%%/include/postgresql/vacuum/PostgreSQLVacuumAccumulator.class.php -%%DATADIR%%/include/postgresql/vacuum/PostgreSQLVacuumRegexps.lib.php -%%DATADIR%%/include/postgresql/vacuum/VacuumLogStream.class.php -%%DATADIR%%/include/postgresql/vacuum/lines/PostgreSQLAnalyzingTableLine.class.php -%%DATADIR%%/include/postgresql/vacuum/lines/PostgreSQLFSMInformationDetailLine.class.php -%%DATADIR%%/include/postgresql/vacuum/lines/PostgreSQLFSMInformationLine.class.php -%%DATADIR%%/include/postgresql/vacuum/lines/PostgreSQLIndexCleanupDetailLine.class.php -%%DATADIR%%/include/postgresql/vacuum/lines/PostgreSQLIndexCleanupInformationLine.class.php -%%DATADIR%%/include/postgresql/vacuum/lines/PostgreSQLVacuumContinuationLine.class.php -%%DATADIR%%/include/postgresql/vacuum/lines/PostgreSQLVacuumCpuDetailLine.class.php -%%DATADIR%%/include/postgresql/vacuum/lines/PostgreSQLVacuumDetailLine.class.php -%%DATADIR%%/include/postgresql/vacuum/lines/PostgreSQLVacuumEndLine.class.php -%%DATADIR%%/include/postgresql/vacuum/lines/PostgreSQLVacuumLogLine.class.php -%%DATADIR%%/include/postgresql/vacuum/lines/PostgreSQLVacuumOperationInformationLine.class.php -%%DATADIR%%/include/postgresql/vacuum/lines/PostgreSQLVacuumRemovableInformationLine.class.php -%%DATADIR%%/include/postgresql/vacuum/lines/PostgreSQLVacuumingDatabaseLine.class.php -%%DATADIR%%/include/postgresql/vacuum/lines/PostgreSQLVacuumingTableLine.class.php -%%DATADIR%%/include/postgresql/vacuum/listeners/FSMInformationListener.class.php -%%DATADIR%%/include/postgresql/vacuum/listeners/VacuumOverallListener.class.php -%%DATADIR%%/include/postgresql/vacuum/listeners/VacuumedTablesListener.class.php -%%DATADIR%%/include/postgresql/vacuum/objects/AnalyzeTableLogObject.class.php -%%DATADIR%%/include/postgresql/vacuum/objects/FSMInformationLogObject.class.php -%%DATADIR%%/include/postgresql/vacuum/objects/VacuumIndexInformation.class.php -%%DATADIR%%/include/postgresql/vacuum/objects/VacuumLogObject.class.php -%%DATADIR%%/include/postgresql/vacuum/objects/VacuumTableLogObject.class.php -%%DATADIR%%/include/postgresql/vacuum/parsers/PostgreSQLVacuumParser.class.php -%%DATADIR%%/include/postgresql/vacuum/reporting/reports/FSMInformationReport.class.php -%%DATADIR%%/include/postgresql/vacuum/reporting/reports/VacuumOverallReport.class.php -%%DATADIR%%/include/postgresql/vacuum/reporting/reports/VacuumedTablesDetailsReport.class.php -%%DATADIR%%/include/postgresql/vacuum/reporting/reports/VacuumedTablesReport.class.php -%%DATADIR%%/include/postgresql/vacuum/vacuum.lib.php -%%DATADIR%%/include/reporting/HtmlReportAggregator.class.php -%%DATADIR%%/include/reporting/HtmlWithGraphsReportAggregator.class.php -%%DATADIR%%/include/reporting/ReportAggregator.class.php -%%DATADIR%%/include/reporting/TextReportAggregator.class.php -%%DATADIR%%/include/reporting/artichow/AntiSpam.class.php -%%DATADIR%%/include/reporting/artichow/Artichow.cfg.php -%%DATADIR%%/include/reporting/artichow/BarPlot.class.php -%%DATADIR%%/include/reporting/artichow/ChangeLog -%%DATADIR%%/include/reporting/artichow/Graph.class.php -%%DATADIR%%/include/reporting/artichow/Image.class.php -%%DATADIR%%/include/reporting/artichow/LinePlot.class.php -%%DATADIR%%/include/reporting/artichow/MathPlot.class.php -%%DATADIR%%/include/reporting/artichow/Pattern.class.php -%%DATADIR%%/include/reporting/artichow/Pie.class.php -%%DATADIR%%/include/reporting/artichow/README -%%DATADIR%%/include/reporting/artichow/ScatterPlot.class.php -%%DATADIR%%/include/reporting/artichow/font/DejaVuSans.ttf -%%DATADIR%%/include/reporting/artichow/font/LICENSE -%%DATADIR%%/include/reporting/artichow/font/README -%%DATADIR%%/include/reporting/artichow/patterns/BarDepth.php -%%DATADIR%%/include/reporting/artichow/patterns/LightLine.php -%%DATADIR%%/include/reporting/artichow/php4/AntiSpam.class.php -%%DATADIR%%/include/reporting/artichow/php4/Artichow.class.php -%%DATADIR%%/include/reporting/artichow/php4/BarPlot.class.php -%%DATADIR%%/include/reporting/artichow/php4/Component.class.php -%%DATADIR%%/include/reporting/artichow/php4/Graph.class.php -%%DATADIR%%/include/reporting/artichow/php4/Image.class.php -%%DATADIR%%/include/reporting/artichow/php4/LinePlot.class.php -%%DATADIR%%/include/reporting/artichow/php4/MathPlot.class.php -%%DATADIR%%/include/reporting/artichow/php4/Pattern.class.php -%%DATADIR%%/include/reporting/artichow/php4/Pie.class.php -%%DATADIR%%/include/reporting/artichow/php4/Plot.class.php -%%DATADIR%%/include/reporting/artichow/php4/ScatterPlot.class.php -%%DATADIR%%/include/reporting/artichow/php4/common.php -%%DATADIR%%/include/reporting/artichow/php4/inc/Axis.class.php -%%DATADIR%%/include/reporting/artichow/php4/inc/Border.class.php -%%DATADIR%%/include/reporting/artichow/php4/inc/Color.class.php -%%DATADIR%%/include/reporting/artichow/php4/inc/Drawer.class.php -%%DATADIR%%/include/reporting/artichow/php4/inc/Font.class.php -%%DATADIR%%/include/reporting/artichow/php4/inc/Gradient.class.php -%%DATADIR%%/include/reporting/artichow/php4/inc/Grid.class.php -%%DATADIR%%/include/reporting/artichow/php4/inc/Label.class.php -%%DATADIR%%/include/reporting/artichow/php4/inc/Legend.class.php -%%DATADIR%%/include/reporting/artichow/php4/inc/Mark.class.php -%%DATADIR%%/include/reporting/artichow/php4/inc/Math.class.php -%%DATADIR%%/include/reporting/artichow/php4/inc/Shadow.class.php -%%DATADIR%%/include/reporting/artichow/php4/inc/Text.class.php -%%DATADIR%%/include/reporting/artichow/php4/inc/Tick.class.php -%%DATADIR%%/include/reporting/artichow/php4/inc/Tools.class.php -%%DATADIR%%/include/reporting/artichow/php5/AntiSpam.class.php -%%DATADIR%%/include/reporting/artichow/php5/Artichow.class.php -%%DATADIR%%/include/reporting/artichow/php5/BarPlot.class.php -%%DATADIR%%/include/reporting/artichow/php5/Component.class.php -%%DATADIR%%/include/reporting/artichow/php5/Graph.class.php -%%DATADIR%%/include/reporting/artichow/php5/Image.class.php -%%DATADIR%%/include/reporting/artichow/php5/LinePlot.class.php -%%DATADIR%%/include/reporting/artichow/php5/MathPlot.class.php -%%DATADIR%%/include/reporting/artichow/php5/Pattern.class.php -%%DATADIR%%/include/reporting/artichow/php5/Pie.class.php -%%DATADIR%%/include/reporting/artichow/php5/Plot.class.php -%%DATADIR%%/include/reporting/artichow/php5/ScatterPlot.class.php -%%DATADIR%%/include/reporting/artichow/php5/common.php -%%DATADIR%%/include/reporting/artichow/php5/inc/Axis.class.php -%%DATADIR%%/include/reporting/artichow/php5/inc/Border.class.php -%%DATADIR%%/include/reporting/artichow/php5/inc/Color.class.php -%%DATADIR%%/include/reporting/artichow/php5/inc/Drawer.class.php -%%DATADIR%%/include/reporting/artichow/php5/inc/Font.class.php -%%DATADIR%%/include/reporting/artichow/php5/inc/Gradient.class.php -%%DATADIR%%/include/reporting/artichow/php5/inc/Grid.class.php -%%DATADIR%%/include/reporting/artichow/php5/inc/Label.class.php -%%DATADIR%%/include/reporting/artichow/php5/inc/Legend.class.php -%%DATADIR%%/include/reporting/artichow/php5/inc/Mark.class.php -%%DATADIR%%/include/reporting/artichow/php5/inc/Math.class.php -%%DATADIR%%/include/reporting/artichow/php5/inc/Shadow.class.php -%%DATADIR%%/include/reporting/artichow/php5/inc/Text.class.php -%%DATADIR%%/include/reporting/artichow/php5/inc/Tick.class.php -%%DATADIR%%/include/reporting/artichow/php5/inc/Tools.class.php -%%DATADIR%%/include/reporting/geshi/docs/BUGS -%%DATADIR%%/include/reporting/geshi/docs/CHANGES -%%DATADIR%%/include/reporting/geshi/docs/COPYING -%%DATADIR%%/include/reporting/geshi/docs/README -%%DATADIR%%/include/reporting/geshi/docs/TODO -%%DATADIR%%/include/reporting/geshi/docs/THANKS -%%DATADIR%%/include/reporting/geshi/geshi.php -%%DATADIR%%/include/reporting/geshi/geshi/sql.php -%%DATADIR%%/include/reporting/reports.lib.php -%%DATADIR%%/include/reporting/reports/CsvQueriesHistoryReport.class.php -%%DATADIR%%/include/reporting/reports/HourlyStatsReport.class.php -%%DATADIR%%/include/reporting/reports/NormalizedErrorsMostFrequentReport.class.php -%%DATADIR%%/include/reporting/reports/NormalizedErrorsReport.class.php -%%DATADIR%%/include/reporting/reports/NormalizedQueriesMostFrequentReport.class.php -%%DATADIR%%/include/reporting/reports/NormalizedQueriesMostTimeReport.class.php -%%DATADIR%%/include/reporting/reports/NormalizedQueriesSlowestAverageReport.class.php -%%DATADIR%%/include/reporting/reports/NormalizedReport.class.php -%%DATADIR%%/include/reporting/reports/OverallStatsReport.class.php -%%DATADIR%%/include/reporting/reports/QueriesByTypeReport.class.php -%%DATADIR%%/include/reporting/reports/QueriesHistoryPerPidReport.class.php -%%DATADIR%%/include/reporting/reports/QueriesHistoryReport.class.php -%%DATADIR%%/include/reporting/reports/Report.class.php -%%DATADIR%%/include/reporting/reports/SlowestQueriesReport.class.php -%%DATADIR%%/include/reporting/reports/TsungSessionsReport.class.php -%%DATADIR%%/include/reporting/web/css/common.css -%%DATADIR%%/include/reporting/web/js/sorttable.js -%%DATADIR%%/version.php |
