SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
devel/ruby-http-parser/Makefile
Normal file
19
devel/ruby-http-parser/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
COMMENT= parser
|
||||
|
||||
DISTNAME= http_parser.rb-0.8.0
|
||||
PKGNAME= http-parser-0.8.0
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB+= c m
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-http-parser/distinfo
Normal file
2
devel/ruby-http-parser/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (http_parser.rb-0.8.0.gem) = Wgky8fqCzgioUWomhdWoYDHAAFYPiZRpE8VVoGl1RL4=
|
||||
SIZE (http_parser.rb-0.8.0.gem) = 195072
|
1
devel/ruby-http-parser/pkg/DESCR
Normal file
1
devel/ruby-http-parser/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Ruby parser
|
128
devel/ruby-http-parser/pkg/PLIST
Normal file
128
devel/ruby-http-parser/pkg/PLIST
Normal file
|
@ -0,0 +1,128 @@
|
|||
${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}/ruby_http_parser.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/linux.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/windows.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitmodules
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE-MIT
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/bench/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bench/standalone.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/bench/thin.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/.sitearchdir.time
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/Makefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/RubyHttpParserService.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/ext_help.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/extconf.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/org/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/org/ruby_http_parser/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/org/ruby_http_parser/RubyHttpParser.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/ruby_http_parser.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/ruby_http_parser.o
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/ruby_http_parser.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/ryah_http_parser.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/ryah_http_parser.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/ryah_http_parser.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/.gitkeep
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/AUTHORS
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/LICENSE-MIT
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/Makefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/TODO
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/build.xml
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/ext/primitives.jar
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/http_parser.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/http_parser.gyp
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/http_parser.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/Http-parser.java.iml
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/FieldData.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPCallback.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPDataCallback.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPErrorCallback.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPException.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPMethod.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPParser.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/HTTPParserUrl.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/ParserSettings.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/ParserType.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/Util.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/lolevel/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/lolevel/HTTPCallback.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/lolevel/HTTPDataCallback.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/lolevel/HTTPErrorCallback.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/lolevel/HTTPParser.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/impl/http_parser/lolevel/ParserSettings.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/Message.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/ParseUrl.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/Requests.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/Responses.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/Test.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/TestHeaderOverflowError.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/TestLoaderNG.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/TestNoOverflowLongBody.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/UnitTest.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/Upgrade.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/Url.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/Util.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/src/test/http_parser/lolevel/WrongContentLength.java
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/test.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/tests.dumped
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/tests.utf8
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/tools/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/tools/byte_constants.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/tools/const_char.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/tools/lowcase.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser-java/tools/parse_tests.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser/AUTHORS
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser/LICENSE-MIT
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser/Makefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser/bench.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser/contrib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser/contrib/parsertrace.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser/contrib/url_parser.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser/http_parser.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser/http_parser.gyp
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser/http_parser.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/ruby_http_parser/vendor/http-parser/test.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/http_parser.rb.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/http/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/http/parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/http_parser.rb
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/lib/ruby_http_parser.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/parser_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/support/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/support/requests.json
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/support/responses.json
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/compile.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/fixtures.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/spec.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/submodules.rake
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue