SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-cookiejar/Makefile
Normal file
15
devel/ruby-cookiejar/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= cookie jar
|
||||
|
||||
DISTNAME= cookiejar-0.3.3
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# NO LICENSE
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-cookiejar/distinfo
Normal file
2
devel/ruby-cookiejar/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (cookiejar-0.3.3.gem) = SqidGB43+DTTxp77T3dLWOuT/IeEHNw4oHDQpOeqE2A=
|
||||
SIZE (cookiejar-0.3.3.gem) = 20992
|
1
devel/ruby-cookiejar/pkg/DESCR
Normal file
1
devel/ruby-cookiejar/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Allows for parsing and returning cookies in Ruby HTTP client code
|
24
devel/ruby-cookiejar/pkg/PLIST
Normal file
24
devel/ruby-cookiejar/pkg/PLIST
Normal file
|
@ -0,0 +1,24 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/.rspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.markdown
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/contributors.json
|
||||
${GEM_LIB}/gems/${DISTNAME}/cookiejar.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cookiejar/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cookiejar.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cookiejar/cookie.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cookiejar/cookie_validation.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cookiejar/jar.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/cookiejar/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/cookie_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/cookie_validation_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/jar_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue