Bug 124610 - [NEW PORT] www/twill: A simple scripting language for Web browsing
Summary: [NEW PORT] www/twill: A simple scripting language for Web browsing
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Felippe de Meirelles Motta
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-15 12:10 UTC by jun-g
Modified: 2008-06-18 20:07 UTC (History)
0 users

See Also:


Attachments
twill.shar (17.16 KB, text/plain)
2008-06-15 12:10 UTC, jun-g
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jun-g 2008-06-15 12:10:00 UTC

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/
Comment 1 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2008-06-17 04:08:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lippe

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-18 19:50:48 UTC
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"
Comment 3 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2008-06-18 20:07:22 UTC
State Changed
From-To: open->closed

Committed. Thanks!