[Buildroot] added new package: ndyndns-1.14

Robert Urban urban at unix-beratung.de
Sun Mar 15 14:18:08 UTC 2009


Hello,

ndyndns is an update utility for dyndns. It depends on libcurl.  Here's the
package/Config.in diff:

Index: Config.in
===================================================================
--- Config.in   (revision 25601)
+++ Config.in   (working copy)
@@ -170,6 +170,7 @@
 source "package/mutt/Config.in"
 source "package/nbd/Config.in"
 source "package/ncftp/Config.in"
+source "package/ndyndns/Config.in"
 source "package/neon/Config.in"
 if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
 source "package/netcat/Config.in"


The files under package/ndyndns (including ndyndns directory) can be found at:

	http://www.spielwiese.de/rob/Buildroot/package-ndyndns.tgz

cheers,

Rob Urban

P.S. ndyndns is using ispunct()/isalnum() to process config files with lines
of the form "username=A_USERNAME". Apparently ispunct() doesn't think
equals-sign ('=') is punctuation.  I had to patch ndyndns to check for '\r'
and '\n' instead.  Is there some way of influencing what ispunct() thinks is
valid punctuation?



More information about the buildroot mailing list