SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
devel/ruby-faye-websocket/Makefile
Normal file
19
devel/ruby-faye-websocket/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
COMMENT= standards-compliant webSocket server and client
|
||||
|
||||
DISTNAME= faye-websocket-0.11.2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# Apache-2.0
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS+= ${RUN_DEPENDS} \
|
||||
devel/ruby-eventmachine \
|
||||
devel/ruby-websocket-driver
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-faye-websocket/distinfo
Normal file
2
devel/ruby-faye-websocket/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (faye-websocket-0.11.2.gem) = QZAoV/9TKVpgKNVRUuxJKcyc+z1V8uqH9J2Ws8fXkNw=
|
||||
SIZE (faye-websocket-0.11.2.gem) = 19456
|
1
devel/ruby-faye-websocket/pkg/DESCR
Normal file
1
devel/ruby-faye-websocket/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Standards-compliant WebSocket server and client.
|
24
devel/ruby-faye-websocket/pkg/PLIST
Normal file
24
devel/ruby-faye-websocket/pkg/PLIST
Normal file
|
@ -0,0 +1,24 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faye/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faye/adapters/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faye/adapters/goliath.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faye/adapters/rainbows.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faye/adapters/rainbows_client.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faye/adapters/thin.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faye/eventsource.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faye/rack_stream.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faye/websocket/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faye/websocket.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faye/websocket/adapter.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faye/websocket/api/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faye/websocket/api.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faye/websocket/api/event.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faye/websocket/api/event_target.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faye/websocket/client.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/faye/websocket/ssl_verifier.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue