twill is a simple language that allows users to browse the Web from a command-line interface. With twill, you can navigate through Web sites that use forms, cookies, and most standard Web features. twill supports automated Web testing and has a simple Python interface. WWW: http://twill.idyll.org/
Responsible Changed From-To: freebsd-ports-bugs->lippe I'll take it.
lippe 2008-06-18 18:50:42 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/twill Makefile distinfo pkg-descr pkg-plist Log: twill is a simple language that allows users to browse the Web from a command-line interface. With twill, you can navigate through Web sites that use forms, cookies, and most standard Web features. twill supports automated Web testing and has a simple Python interface. WWW: http://twill.idyll.org/ PR: ports/124610 Submitted by: "Junji NAKANISHI" <jun-g@daemonfreaks.com> Approved by: gabor (mentor, implicit) Revision Changes Path 1.2071 +1 -0 ports/www/Makefile 1.1 +29 -0 ports/www/twill/Makefile (new) 1.1 +3 -0 ports/www/twill/distinfo (new) 1.1 +6 -0 ports/www/twill/pkg-descr (new) 1.1 +217 -0 ports/www/twill/pkg-plist (new) _______________________________________________ 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 Committed. Thanks!