* [Buildroot] added new package: ndyndns-1.14
@ 2009-03-15 14:18 Robert Urban
0 siblings, 0 replies; only message in thread
From: Robert Urban @ 2009-03-15 14:18 UTC (permalink / raw)
To: buildroot
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?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-15 14:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-15 14:18 [Buildroot] added new package: ndyndns-1.14 Robert Urban
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox