This port was added at a time when people could not easily enable all the
bindings offered in textproc/redland-bindings using options, which has not
been the case for quite a while.
The same files installed by redland-bindings-python can also be installed
using redland-bindings with the PYTHON option on. In fact, ever since we
moved away from WITH_<LANG> redland-bindings-python has worked simply
because PYTHON is a default option in the master port.
PR: ports/185215
Submitted by: rakuco@
Approved by: maintainer timeout (24 days)
- Convert to PYDISTUTILS_AUTOPLIST
- Convert deprecated USE_PYDISTUTILS=easy_install to yes
Changes made within the 1.5 release include ...
- Added new 'Create Webdriver' keyword to allow greater control of local
WebDrivers, such as setting a proxy or using Chrome options.
- Added support for Safari Browser.
- Copy Desired Capabilities before modifying to prevent affecting future
sesions.
- Fixed Mouse Up keyword attempting to click and hold one more time
before release.
- Refixed issue with parsing desired capabilities.
- Fixed compatibility with RobotFramework v2.8.1
- Modified how internal tests are run and ignore known browser issues.
Known Issues:
- There is currently an issue with Firefox and 'Click Element At Coordinates'
(added in Selenium2Library 1.3.0) does not currently work at Firefox. If
this keyword is used in Firefox it will behave in same manner as the Click
Element keyword (which always click in the center of an element).
PR: ports/185443
Submitted by: Vladimir Chukharev <Vladimir.Chukharev@gmail.com> (maintainer)
- Update MASTER_SITES (links on new vendor website are dynamic and subject to changes, so I'm hosting distfiles on googledrive)
- Update WWW
Approved by: flo (mentor)
- Support STAGEDIR
- Update MASTER_SITES (links on new vendor website are dynamic and subject to changes, so I'm hosting distfiles on googledrive)
Approved by: flo (mentor)
- Add stage support
while here
- Convert USE_GMAKE to USES
- Use options helpers
PR: ports/185783
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)