SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
devel/ruby-em-socksify/Makefile
Normal file
18
devel/ruby-em-socksify/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT= transparent proxy for eventmachine
|
||||
|
||||
DISTNAME= em-socksify-0.3.2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
devel/ruby-eventmachine
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-em-socksify/distinfo
Normal file
2
devel/ruby-em-socksify/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (em-socksify-0.3.2.gem) = 05ZWxtHhHeQ5C0lISg/1/YrdDxIoNYACatlZpbgfZGY=
|
||||
SIZE (em-socksify-0.3.2.gem) = 9216
|
1
devel/ruby-em-socksify/pkg/DESCR
Normal file
1
devel/ruby-em-socksify/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
EventMachine based, async HTTP Request client
|
21
devel/ruby-em-socksify/pkg/PLIST
Normal file
21
devel/ruby-em-socksify/pkg/PLIST
Normal file
|
@ -0,0 +1,21 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/MIT-LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/em-socksify.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/em-socksify/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/em-socksify.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/em-socksify/connect.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/em-socksify/connectify.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/em-socksify/errors.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/em-socksify/socks5.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/em-socksify/socksify.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/em-socksify/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/socksify_spec.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue