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,18 @@
COMMENT= cookie handler for Ruby
DISTNAME= http-cookie-1.0.5
CATEGORIES= devel
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS} \
devel/ruby-domain-name
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (http-cookie-1.0.5.gem) = c3VtRsfb3HAj3uzbihcTSOqVobmYELMc/otPtOmmMY8=
SIZE (http-cookie-1.0.5.gem) = 39424

View file

@ -0,0 +1,5 @@
HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC 6265. It has
with security, standards compliance and compatibility in mind, to behave just
the same as today's major web browsers. It has builtin support for the legacy
cookies.txt and the latest cookies.sqlite formats of Mozilla Firefox, and its
modular API makes it easy to add support for a new backend store.

View file

@ -0,0 +1,35 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.github/
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/ci.yml
${GEM_LIB}/gems/${DISTNAME}/.gitignore
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/http-cookie.gemspec
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/http/
${GEM_LIB}/gems/${DISTNAME}/lib/http-cookie.rb
${GEM_LIB}/gems/${DISTNAME}/lib/http/cookie/
${GEM_LIB}/gems/${DISTNAME}/lib/http/cookie.rb
${GEM_LIB}/gems/${DISTNAME}/lib/http/cookie/ruby_compat.rb
${GEM_LIB}/gems/${DISTNAME}/lib/http/cookie/scanner.rb
${GEM_LIB}/gems/${DISTNAME}/lib/http/cookie/version.rb
${GEM_LIB}/gems/${DISTNAME}/lib/http/cookie_jar/
${GEM_LIB}/gems/${DISTNAME}/lib/http/cookie_jar.rb
${GEM_LIB}/gems/${DISTNAME}/lib/http/cookie_jar/abstract_saver.rb
${GEM_LIB}/gems/${DISTNAME}/lib/http/cookie_jar/abstract_store.rb
${GEM_LIB}/gems/${DISTNAME}/lib/http/cookie_jar/cookiestxt_saver.rb
${GEM_LIB}/gems/${DISTNAME}/lib/http/cookie_jar/hash_store.rb
${GEM_LIB}/gems/${DISTNAME}/lib/http/cookie_jar/mozilla_store.rb
${GEM_LIB}/gems/${DISTNAME}/lib/http/cookie_jar/yaml_saver.rb
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/mechanize.yml
${GEM_LIB}/gems/${DISTNAME}/test/simplecov_start.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_http_cookie.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_http_cookie_jar.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec