diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-09-01 13:59:23 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-09-01 13:59:23 +0000 |
commit | a9011bc6c10208ec7fe134123bcccfab3935846e (patch) | |
tree | f8c9e30f3fc2ad74667076d12165d800d3e774e3 | |
parent | ebb32aaf446782a40d467d0b6c9aeabfc5364123 (diff) | |
download | ports-a9011bc.tar.gz ports-a9011bc.zip |
dns/dsp: Remove expired port
2024-08-31 dns/dsp: Depends on expired dns/p5-DSC
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/dsp/Makefile | 33 | ||||
-rw-r--r-- | dns/dsp/distinfo | 3 | ||||
-rw-r--r-- | dns/dsp/pkg-descr | 3 | ||||
-rw-r--r-- | dns/dsp/pkg-plist | 21 |
6 files changed, 1 insertions, 61 deletions
@@ -3441,3 +3441,4 @@ net-im/telepathy-salut||2024-08-22|Has expired: Fails to build with libxml2 2.13 audio/icecast-kh||2024-08-22|Has expired: Fails to build with libxml2 2.13.2 (PR 280159) net-im/pidgin-icyque||2024-08-27|Has expired: ICQ servers shut down math/py-PyWavelets|math/py-pywavelets|2024-08-29|Renamed to match wheel package name +dns/dsp||2024-09-01|Has expired: Depends on expired dns/p5-DSC diff --git a/dns/Makefile b/dns/Makefile index 83cd93cec05d..f865f7eeeab1 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -59,7 +59,6 @@ SUBDIR += dq SUBDIR += drool SUBDIR += dsc - SUBDIR += dsp SUBDIR += dynip SUBDIR += encrypted-dns-server SUBDIR += fastresolve diff --git a/dns/dsp/Makefile b/dns/dsp/Makefile deleted file mode 100644 index ff60b4f7e7f0..000000000000 --- a/dns/dsp/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -PORTNAME= dsp -PORTVERSION= 2.0.1 -CATEGORIES= dns -MASTER_SITES= https://www.dns-oarc.net/files/dsc/ \ - https://dns.company/files/dsc/ - -MAINTAINER= freebsd@dns.company -COMMENT= Tool used for collecting and exploring statistics from DNS servers -WWW= https://www.dns-oarc.net/tools/dsc/ - -LICENSE= BSD3CLAUSE - -DEPRECATED= Depends on expired dns/p5-DSC -EXPIRATION_DATE=2024-08-31 - -BUILD_DEPENDS= p5-Proc-PID-File>=1.28:devel/p5-Proc-PID-File \ - p5-XML-Simple>=2.24:textproc/p5-XML-Simple \ - p5-App-DSC-DataTool>=0.03:dns/p5-App-DSC-DataTool \ - p5-DSC>=2.04:dns/p5-DSC \ - p5-CGI>=4.38:www/p5-CGI \ - p5-Switch>=2.17:lang/p5-Switch \ - p5-File-Copy-Link>=0.140:devel/p5-File-Copy-Link - -RUN_DEPENDS:= ${BUILD_DEPENDS} - -GNU_CONFIGURE= yes - -USES= gmake perl5 -NO_ARCH= yes - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> diff --git a/dns/dsp/distinfo b/dns/dsp/distinfo deleted file mode 100644 index 2dcb2a8ec039..000000000000 --- a/dns/dsp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1565097843 -SHA256 (dsp-2.0.1.tar.gz) = 56911f2f28ce8d8c600e457319f57bb630a64f2a89895c6d80452c847b48b029 -SIZE (dsp-2.0.1.tar.gz) = 147978 diff --git a/dns/dsp/pkg-descr b/dns/dsp/pkg-descr deleted file mode 100644 index 947b68e267a5..000000000000 --- a/dns/dsp/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -DNS Statistics Presenter (DSP) is a tool used -for exploring statistics from busy DNS servers -collected by DNS Statistics Collector (DSC). diff --git a/dns/dsp/pkg-plist b/dns/dsp/pkg-plist deleted file mode 100644 index 025c5a1a69f9..000000000000 --- a/dns/dsp/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -%%ETCDIR%%/dsc-grapher.cfg.sample -lib/cgi-bin/dsc-grapher.pl -lib/cgi-bin/put-file.pl -libexec/dsp/dsc-grapher-cli.pl -libexec/dsp/dsc-xml-extractor.pl -libexec/dsp/fix-corrupted-dat-files.pl -libexec/dsp/refile-and-grok.sh -libexec/dsp/remove-xmls.pl -libexec/dsp/update-dat-file-locations.sh -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README.md -%%DATADIR%%/html/1downarrow.png -%%DATADIR%%/html/1leftarrow.png -%%DATADIR%%/html/1rightarrow.png -%%DATADIR%%/html/1uparrow.png -%%DATADIR%%/html/2downarrow.png -%%DATADIR%%/html/2leftarrow.png -%%DATADIR%%/html/2rightarrow.png -%%DATADIR%%/html/2uparrow.png -%%DATADIR%%/html/plot.page |