SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
devel/ruby-websocket-driver/Makefile
Normal file
19
devel/ruby-websocket-driver/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
COMMENT= websocket protocol handler with pluggable I/O
|
||||
|
||||
DISTNAME= websocket-driver-0.7.5
|
||||
CATEGORIES= devel
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# Apache-2.0
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB+= c m
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
devel/ruby-websocket-extensions
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-websocket-driver/distinfo
Normal file
2
devel/ruby-websocket-driver/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (websocket-driver-0.7.5.gem) = ooDD9E3LsDI9WLx43Ek1DAXViat9EyZ/z/CNnVrnayg=
|
||||
SIZE (websocket-driver-0.7.5.gem) = 22016
|
1
devel/ruby-websocket-driver/pkg/DESCR
Normal file
1
devel/ruby-websocket-driver/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
WebSocket protocol handler with pluggable I/O
|
45
devel/ruby-websocket-driver/pkg/PLIST
Normal file
45
devel/ruby-websocket-driver/pkg/PLIST
Normal file
|
@ -0,0 +1,45 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/extensions/x86_64-unknown/
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/gem.build_complete
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/gem_make.out
|
||||
@so ${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/websocket_mask.so
|
||||
${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}/ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/websocket-driver/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/websocket-driver/.sitearchdir.time
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/websocket-driver/Makefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/websocket-driver/WebsocketMaskService.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/websocket-driver/extconf.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/websocket-driver/websocket_mask.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/websocket-driver/websocket_mask.o
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/ext/websocket-driver/websocket_mask.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/driver/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/driver.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/driver/client.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/driver/draft75.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/driver/draft76.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/driver/event_emitter.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/driver/headers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/driver/hybi/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/driver/hybi.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/driver/hybi/frame.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/driver/hybi/message.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/driver/proxy.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/driver/server.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/driver/stream_reader.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/http/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/http.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/http/headers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/http/request.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/http/response.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/mask.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/websocket/websocket_mask.rb
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/lib/websocket_mask.so
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue