mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add rubygem-stella 2.1.2.004
rubygem-stella helps you to define realistic testplans and run them against your webapps. Stella is an agile testing tool for web applications. Software development has changed in a way that demands a new kind of toolset. Stella integrates quickly into your existing development process to help you run functional and performance tests throughout your product lifecycle. WWW: https://github.com/solutious/stella WWW: https://rubygems.org/gems/stella Feature safe: yes
This commit is contained in:
parent
0b2c0031af
commit
9103a69f20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285565
4 changed files with 46 additions and 0 deletions
|
@ -3521,6 +3521,7 @@
|
||||||
SUBDIR += rubygem-sprockets
|
SUBDIR += rubygem-sprockets
|
||||||
SUBDIR += rubygem-spruz
|
SUBDIR += rubygem-spruz
|
||||||
SUBDIR += rubygem-state_machine
|
SUBDIR += rubygem-state_machine
|
||||||
|
SUBDIR += rubygem-stella
|
||||||
SUBDIR += rubygem-stemmer
|
SUBDIR += rubygem-stemmer
|
||||||
SUBDIR += rubygem-stomp
|
SUBDIR += rubygem-stomp
|
||||||
SUBDIR += rubygem-storable
|
SUBDIR += rubygem-storable
|
||||||
|
|
33
devel/rubygem-stella/Makefile
Normal file
33
devel/rubygem-stella/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# New ports collection makefile for: rubygem-stella
|
||||||
|
# Date created: 2011-11-11
|
||||||
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= stella
|
||||||
|
PORTVERSION= 2.1.2.004
|
||||||
|
CATEGORIES= devel ruby
|
||||||
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Define realistic testplans and run them against your webapps
|
||||||
|
|
||||||
|
RUN_DEPENDS= rubygem-benelux>=0.6.1:${PORTSDIR}/devel/rubygem-benelux \
|
||||||
|
rubygem-drydock>=0.6.9:${PORTSDIR}/devel/rubygem-drydock \
|
||||||
|
rubygem-familia>=0.7.1:${PORTSDIR}/databases/rubygem-familia \
|
||||||
|
rubygem-gibbler>=0.8.9:${PORTSDIR}/devel/rubygem-gibbler \
|
||||||
|
rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \
|
||||||
|
rubygem-public_suffix_service>=0.8.1:${PORTSDIR}/dns/rubygem-public_suffix_service \
|
||||||
|
rubygem-storable>=0.8.8:${PORTSDIR}/devel/rubygem-storable \
|
||||||
|
rubygem-sysinfo>=0.7.3:${PORTSDIR}/devel/rubygem-sysinfo \
|
||||||
|
rubygem-whois>=1.6.6:${PORTSDIR}/net/rubygem-whois \
|
||||||
|
rubygem-yajl-ruby>=0.7.9:${PORTSDIR}/devel/rubygem-yajl-ruby
|
||||||
|
|
||||||
|
USE_RUBY= yes
|
||||||
|
USE_RUBYGEMS= yes
|
||||||
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
||||||
|
PLIST_FILES= bin/stella
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
devel/rubygem-stella/distinfo
Normal file
2
devel/rubygem-stella/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (rubygem/stella-2.1.2.004.gem) = b5ac50791641a8566e9f2012e014a528881b93e4d098b81df3bc4f827be2d564
|
||||||
|
SIZE (rubygem/stella-2.1.2.004.gem) = 1241088
|
10
devel/rubygem-stella/pkg-descr
Normal file
10
devel/rubygem-stella/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
rubygem-stella helps you to define realistic testplans and run them against your
|
||||||
|
webapps.
|
||||||
|
|
||||||
|
Stella is an agile testing tool for web applications. Software development has
|
||||||
|
changed in a way that demands a new kind of toolset. Stella integrates quickly
|
||||||
|
into your existing development process to help you run functional and
|
||||||
|
performance tests throughout your product lifecycle.
|
||||||
|
|
||||||
|
WWW: https://github.com/solutious/stella
|
||||||
|
WWW: https://rubygems.org/gems/stella
|
Loading…
Add table
Reference in a new issue