Bug 117872 - new port addition: devel/Testing_Selenium
Summary: new port addition: devel/Testing_Selenium
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-06 17:30 UTC by Brian A. Seklecki
Modified: 2007-12-15 21:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian A. Seklecki 2007-11-06 17:30:01 UTC
This is the selenium remote control binding for PHP.  It is introduced using PEAR and bsd.pear.mk infrastructure per my original msg:

http://lists.freebsd.org/pipermail/freebsd-ports/2007-October/044285.html



http://people.collaborativefusion.com/~seklecki/pear-Testing_Selenium_032_bas.tarPort:   

x Makefile
x distinfo
x pkg-descr

I have sent notification to selenium-rc-users@openqa.org as well.  Portlint(1) shows some ugly errors, but we can work that out with additional testing.

Fix: 

You can presently only install the recent technology of Selenium_Testing via the pear CLI which leads to bitrot and conflicts because Ports DB is unaware of it.  This is a ports-wrapper around the PEAR package.
How-To-Repeat: There is already a very old port based on the project:

selenium-0.6.1
Path:   /usr/ports/www/selenium
Info:   Selenium is web application test tool!
Maint:  kaworu@users.sourceforge.jp
B-deps: 
R-deps: 
WWW:    http://selenium.thoughtworks.com/
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2007-11-06 18:50:34 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

reassign to the ports team
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-12-15 21:49:05 UTC
miwi        2007-12-15 21:49:01 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/pear-Testing_Selenium Makefile distinfo pkg-descr 
  Log:
  PHP Client for the Selenium Remote Control test tool
  
  Selenium Remote Control (SRC) is a test tool that allows you to write
  automated web application UI tests in any programming language against
  any HTTP website using any mainstream JavaScript-enabled browser. SRC
  provides a Selenium Server, which can automatically start/stop/control
  any supported browser. It works by using Selenium Core, a pure-HTML+JS
  library that performs automated tasks in JavaScript; the Selenium
  Server communicates directly with the browser using AJAX
  (XmlHttpRequest).
  
  WWW: http://pear.php.net/package/Testing_Selenium
  
  PR:             ports/117872 (based on)
  Submitted by:   Brian A. Seklecki <lavalamp@spiritual-machines.org>
  
  Revision  Changes    Path
  1.2935    +1 -0      ports/devel/Makefile
  1.1       +35 -0     ports/devel/pear-Testing_Selenium/Makefile (new)
  1.1       +3 -0      ports/devel/pear-Testing_Selenium/distinfo (new)
  1.1       +13 -0     ports/devel/pear-Testing_Selenium/pkg-descr (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 Martin Wilke freebsd_committer freebsd_triage 2007-12-15 21:49:17 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!