summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-06-11 17:54:22 +0200
committerRene Ladan <rene@FreeBSD.org>2024-06-11 17:54:22 +0200
commitcd43fe3c628fa87e457e95a81084ddfcf468d153 (patch)
tree26cbc81d8625ed120564cb15c15b383ecf0eb45f /dns
parentdns/dnsforwarder: Remove expired port (diff)
dns/crossip: Remove expired port
2024-05-31 dns/crossip: Obsolete, use dns/dnsmax-perl
Diffstat (limited to 'dns')
-rw-r--r--dns/Makefile1
-rw-r--r--dns/crossip/Makefile32
-rw-r--r--dns/crossip/distinfo2
-rw-r--r--dns/crossip/files/crossip.sh.in3
-rw-r--r--dns/crossip/pkg-descr9
-rw-r--r--dns/crossip/pkg-plist4
6 files changed, 0 insertions, 51 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 15f41696df36..04e4118fb375 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -13,7 +13,6 @@
SUBDIR += c-ares
SUBDIR += cli53
SUBDIR += coredns
- SUBDIR += crossip
SUBDIR += curvedns
SUBDIR += ddclient
SUBDIR += ddns
diff --git a/dns/crossip/Makefile b/dns/crossip/Makefile
deleted file mode 100644
index f95367353fcb..000000000000
--- a/dns/crossip/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME= crossip
-DISTVERSION= 1.2
-PORTREVISION= 5
-CATEGORIES= dns java
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CrossIP%20${PORTVERSION}
-
-MAINTAINER= dan@algenta.com
-COMMENT= Java DNS update client for the ThatIP protocol
-WWW= https://www.thatip.com/
-
-DEPRECATED= Obsolete, use dns/dnsmax-perl
-EXPIRATION_DATE=2024-05-31
-
-LICENSE= GPLv2
-
-USES= zip
-USE_JAVA= yes
-
-NO_BUILD= yes
-
-DATADIR= ${JAVASHAREDIR}/${PORTNAME}
-
-SUB_FILES= crossip.sh
-
-do-install:
- ${MKDIR} ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/lib/CrossIP.jar ${STAGEDIR}${DATADIR}
- @${INSTALL_SCRIPT} ${WRKDIR}/crossip.sh ${STAGEDIR}${PREFIX}/bin/crossip
-
-.include <bsd.port.mk>
diff --git a/dns/crossip/distinfo b/dns/crossip/distinfo
deleted file mode 100644
index 1d4325a0da18..000000000000
--- a/dns/crossip/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (crossip-1.2.zip) = 376bdbe07404a20b58525cdb681e64282cf4ae4b42fa5bdfab2b6b526a5fe90c
-SIZE (crossip-1.2.zip) = 65233
diff --git a/dns/crossip/files/crossip.sh.in b/dns/crossip/files/crossip.sh.in
deleted file mode 100644
index 8774b78222e6..000000000000
--- a/dns/crossip/files/crossip.sh.in
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/CrossIP.jar" "${@}"
diff --git a/dns/crossip/pkg-descr b/dns/crossip/pkg-descr
deleted file mode 100644
index ddb78ffd7d66..000000000000
--- a/dns/crossip/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-A Cross Platform DNS update client, written in java. CrossIP uses the
-ThatIP protocol version 1.1 to send DNS update requests. It manages DNS
-records, update history, and allows for per record configuration. It also
-includes a wizard for generation of configuration files.
-
-http://www.thatip.com/crossip/
-
--Dan Smith
- dan@algenta.com
diff --git a/dns/crossip/pkg-plist b/dns/crossip/pkg-plist
deleted file mode 100644
index 35bd055b9a27..000000000000
--- a/dns/crossip/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/crossip
-%%DATADIR%%/CrossIP.jar
-%%DATADIR%%/LICENSE.txt
-%%DATADIR%%/README.txt