SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
www/ruby-multipart-post/Makefile
Normal file
15
www/ruby-multipart-post/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT = library to do multipart form posts
|
||||
|
||||
DISTNAME = multipart-post-2.1.1
|
||||
CATEGORIES = www
|
||||
HOMEPAGE = https://github.com/nicksieger/multipart-post
|
||||
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/ruby-multipart-post/distinfo
Normal file
2
www/ruby-multipart-post/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (multipart-post-2.1.1.gem) = 0t16qVdlDg2Z4FE804hAGwafCVKEQbh9iEYJyOlP/P0=
|
||||
SIZE (multipart-post-2.1.1.gem) = 13824
|
3
www/ruby-multipart-post/pkg/DESCR
Normal file
3
www/ruby-multipart-post/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Use with Net::HTTP to do multipart form posts. IO values that have
|
||||
#content_type, #original_filename, and #local_path will be posted as a
|
||||
binary file.
|
32
www/ruby-multipart-post/pkg/PLIST
Normal file
32
www/ruby-multipart-post/pkg/PLIST
Normal file
|
@ -0,0 +1,32 @@
|
|||
${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}/.yardopts
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/History.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/Manifest.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/composite_io.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/multipart_post.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/multipartable.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/http/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/http/post/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/net/http/post/multipart.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/parts.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/multipart-post.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/composite_io_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/multibyte.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/net/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/net/http/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/net/http/post/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/net/http/post/multipart_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/parts_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