SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (multipart-post-2.1.1.gem) = 0t16qVdlDg2Z4FE804hAGwafCVKEQbh9iEYJyOlP/P0=
SIZE (multipart-post-2.1.1.gem) = 13824

View 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.

View 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