Port details |
- rubygem-http-cookie Ruby library to handle HTTP Cookies
- 1.0.5 www
=3 Version of this port present on the latest quarterly branch. - Maintainer: ruby@FreeBSD.org
 - Port Added: 2013-06-03 11:49:22
- Last Update: 2022-07-20 14:23:26
- Commit Hash: e915e75
- People watching this port, also watch:: font-misc-meltho, libraw, tmux, py39-pycparser, libinotify
- Also Listed In: rubygems
- License: MIT
- Description:
- 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.
WWW: https://github.com/sparklemotion/http-cookie
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-http-cookie>0:www/rubygem-http-cookie
- To install the port:
- cd /usr/ports/www/rubygem-http-cookie/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-http-cookie
- pkg install rubygem-http-cookie
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-http-cookie
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1653926184
SHA256 (rubygem/http-cookie-1.0.5.gem) = 73756d46c7dbdc7023deecdb8a171348ea95a1b99810b31cfe8b4fb4e9a6318f
SIZE (rubygem/http-cookie-1.0.5.gem) = 39424
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-domain_name>=0.5<1 : net/rubygem-domain_name
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- devel/rubygem-faraday-cookie_jar
- security/metasploit
- www/rubygem-http
- www/rubygem-http3
- www/rubygem-http4
- www/rubygem-mechanize
- www/rubygem-rest-client
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- No options to configure
- Options name:
- www_rubygem-http-cookie
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:26 1.0.5 |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
03 Jun 2022 09:01:05 1.0.5 |
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-http-cookie: Update to 1.0.5
Changes: https://github.com/sparklemotion/http-cookie/blob/master/CHANGELOG.md |
21 Jul 2021 18:12:08 1.0.4 |
Po-Chuan Hsieh (sunpoet)  |
www/rubygem-http-cookie: Update to 1.0.4
- Update version requirement of RUN_DEPENDS
Changes: https://github.com/sparklemotion/http-cookie/blob/master/CHANGELOG.md |
06 Apr 2021 14:31:07 1.0.3 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
30 Dec 2016 13:37:47
1.0.3 |
swills  |
www/rubygem-http-cookie: update to 1.0.3 |
27 Apr 2016 21:57:32
1.0.2 |
swills  |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
27 Apr 2016 16:36:42
1.0.2 |
swills  |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
01 Apr 2016 14:33:58
1.0.2 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
02 Jul 2015 16:01:08
1.0.2 |
pgollucci  |
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb |
05 Apr 2015 18:24:28
1.0.2 |
sunpoet  |
- Add LICENSE |
24 Aug 2014 19:31:17
1.0.2 |
swills  |
www/rubygem-http-cookie: update to 1.0.2 |
30 Oct 2013 03:01:19
1.0.1 |
swills  |
- Add stage support |
20 Sep 2013 23:36:54
1.0.1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
03 Jun 2013 11:49:08
1.0.1 |
swills  |
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.
WWW: https://github.com/sparklemotion/http-cookie |