Initial import of ruby-rspec-1.0.8.
RSpec is a Behaviour Definition Framework intended for use in Behaviour Driven Development. RSpec plays the same role that a unit testing framework would play in a Test Driven Development environment, but does so using words and structures that better support BDD.
This commit is contained in:
parent
c565ae5914
commit
128363e6c3
25
devel/ruby-rspec/Makefile
Normal file
25
devel/ruby-rspec/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/13 19:25:30 bernd Exp $
|
||||
|
||||
COMMENT= Ruby framework for Behaviour Driven Development
|
||||
|
||||
DISTNAME= rspec-1.0.8
|
||||
PKGNAME= ruby-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://rspec.rubyforge.net/
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=rspec/}
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/ruby-rspec/distinfo
Normal file
5
devel/ruby-rspec/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (rspec-1.0.8.gem) = kYxxRkdx3TY43z0X7bG+Bw==
|
||||
RMD160 (rspec-1.0.8.gem) = oGADWw5xq8MYoXcQrZ+0LB6/hTo=
|
||||
SHA1 (rspec-1.0.8.gem) = Jag8Mc0gjEQKNK9n0UsW/Fzxqw0=
|
||||
SHA256 (rspec-1.0.8.gem) = tLCZEZlhiZx3mOJEr4zwGwBFA7jpCaOErSe6BhcnTh8=
|
||||
SIZE (rspec-1.0.8.gem) = 125954
|
4
devel/ruby-rspec/pkg/DESCR
Normal file
4
devel/ruby-rspec/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
RSpec is a Behaviour Definition Framework intended for use in Behaviour
|
||||
Driven Development. RSpec plays the same role that a unit testing framework
|
||||
would play in a Test Driven Development environment, but does so using
|
||||
words and structures that better support BDD.
|
1070
devel/ruby-rspec/pkg/PLIST
Normal file
1070
devel/ruby-rspec/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user