[DESCRIBE CHANGES] - Added an option for GeoIP patches. Ref: http://www.caraytech.com/geodns/ Port maintainer (dougb@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->dougb Over to maintainer (via the GNATS Auto Assign Tool)
dougb 2009-08-15 18:20:25 UTC FreeBSD ports repository Modified files: dns/bind94 Makefile distinfo Added files: dns/bind94-geoip Makefile pkg-descr Log: Add a slave port to bind94 for the GeoIP patch from Caraytech. The most popular use of this patch is to send web site visitors to their nearest web server. Suppose you have a site called www.example555.com with two web servers: one in the US and one in England. You can use this patch in order for visitors from Europe to connect to the server in England and all other visitors to the server in the US. This is just one example of its usage. There are probably many others. WWW: http://www.caraytech.com/geodns/ I created a slave port rather than making this an option but other than that I was able to use the excellent work in the PR. PR: ports/119997 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> Revision Changes Path 1.1 +18 -0 ports/dns/bind94-geoip/Makefile (new) 1.1 +11 -0 ports/dns/bind94-geoip/pkg-descr (new) 1.97 +27 -0 ports/dns/bind94/Makefile 1.55 +3 -0 ports/dns/bind94/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Instead of making this an option I added a slave port, but otherwise your work was excellent, and much appreciated. Please accept my sincere apologies for the ridiculously long delay in getting this committed. Doug