FreeBSD Bugzilla – Attachment 225651 Details for
Bug 255916
[New port] dns/hetzner_ddns: Hetzner Dynamic DNS daemon
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
hetzner_ddns-0.2.2
hetzner_ddns-0.2.2.diff (text/plain), 2.17 KB, created by
Filip Parag
on 2021-06-08 22:27:32 UTC
(
hide
)
Description:
hetzner_ddns-0.2.2
Filename:
MIME Type:
Creator:
Filip Parag
Created:
2021-06-08 22:27:32 UTC
Size:
2.17 KB
patch
obsolete
>diff --git a/dns/Makefile b/dns/Makefile >index 5dc3cf6fc..8adb53d6f 100644 >--- a/dns/Makefile >+++ b/dns/Makefile >@@ -76,6 +76,7 @@ > SUBDIR += gen6dns > SUBDIR += getdns > SUBDIR += hesiod >+ SUBDIR += hetzner_ddns > SUBDIR += hostdb > SUBDIR += idnkit > SUBDIR += idnkit2 >diff --git a/dns/hetzner_ddns/Makefile b/dns/hetzner_ddns/Makefile >new file mode 100644 >index 000000000..6e013bfa1 >--- /dev/null >+++ b/dns/hetzner_ddns/Makefile >@@ -0,0 +1,36 @@ >+# Created by: Filip Parag <filip@parag.rs> >+# $FreeBSD$ >+ >+PORTNAME= hetzner_ddns >+PORTVERSION= 0.2.2 >+CATEGORIES= dns >+ >+MAINTAINER= filip@parag.rs >+COMMENT= Hetzner Dynamic DNS Daemon >+ >+LICENSE= BSD2CLAUSE >+ >+RUN_DEPENDS= jq:textproc/jq \ >+ curl:ftp/curl >+ >+NO_ARCH= yes >+NO_BUILD= yes >+ >+USE_GITHUB= yes >+GH_ACCOUNT= filiparag >+ >+PLIST_FILES= bin/${PORTNAME} \ >+ share/man/man1/${PORTNAME}.1.gz \ >+ etc/rc.d/${PORTNAME} \ >+ "@sample etc/${PORTNAME}.conf.sample" >+ >+do-install: >+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \ >+ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.freebsd.rc \ >+ ${STAGEDIR}${PREFIX}/etc/rc.d/${PORTNAME} >+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1.man \ >+ ${STAGEDIR}${MANPREFIX}/share/man/man1/${PORTNAME}.1 >+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample >+ >+.include <bsd.port.mk> >diff --git a/dns/hetzner_ddns/distinfo b/dns/hetzner_ddns/distinfo >new file mode 100644 >index 000000000..41bd4d428 >--- /dev/null >+++ b/dns/hetzner_ddns/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1623187734 >+SHA256 (filiparag-hetzner_ddns-0.2.2_GH0.tar.gz) = 0507f0a3c20530ebfc0e07cc086c64a889e095b86503c714393d60135aeea9f3 >+SIZE (filiparag-hetzner_ddns-0.2.2_GH0.tar.gz) = 7201 >diff --git a/dns/hetzner_ddns/pkg-descr b/dns/hetzner_ddns/pkg-descr >new file mode 100644 >index 000000000..dc3653e1a >--- /dev/null >+++ b/dns/hetzner_ddns/pkg-descr >@@ -0,0 +1,9 @@ >+Hetzner Dynamic DNS Daemon >+ >+A simple daemon to continuously update Hetzner DNS >+A and AAAA records for your server with a dynamic IP address. >+ >+It features support for multiple subdomain records with painless >+configuration and administration. >+ >+WWW: https://github.com/filiparag/hetzner_ddns
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
filip
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 255916
:
224984
|
225010
|
225651
|
225658
|
225661