FreeBSD Bugzilla – Attachment 225010 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 v0.2
patch (text/plain), 1.89 KB, created by
Filip Parag
on 2021-05-16 23:14:40 UTC
(
hide
)
Description:
hetzner_ddns v0.2
Filename:
MIME Type:
Creator:
Filip Parag
Created:
2021-05-16 23:14:40 UTC
Size:
1.89 KB
patch
obsolete
>diff --git a/dns/hetzner_ddns/Makefile b/dns/hetzner_ddns/Makefile >new file mode 100644 >index 000000000..31859bc87 >--- /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.0 >+CATEGORIES= dns >+ >+MAINTAINER= filip@parag.rs >+COMMENT= Dynamic DNS daemon for Hetzner DNS service >+ >+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}.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..e4f7660c5 >--- /dev/null >+++ b/dns/hetzner_ddns/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1621205476 >+SHA256 (filiparag-hetzner_ddns-0.2.0_GH0.tar.gz) = 7d99213dc217dc3d930c68fb411632027ed60f010dd97f42c08c662708299754 >+SIZE (filiparag-hetzner_ddns-0.2.0_GH0.tar.gz) = 5379 >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