FreeBSD/ports 219c067www/rubygem-cgi distinfo Makefile

www/rubygem-cgi: Update to 0.4.2

- Update LICENSE_FILE

Changes:        https://github.com/ruby/cgi/releases
DeltaFile
+3-3www/rubygem-cgi/distinfo
+3-2www/rubygem-cgi/Makefile
+6-52 files

FreeBSD/ports 5c328b9www/rubygem-cgi distinfo Makefile

www/rubygem-cgi: Update to 0.4.1

Changes:        https://github.com/ruby/cgi/releases
DeltaFile
+3-3www/rubygem-cgi/distinfo
+1-1www/rubygem-cgi/Makefile
+4-42 files

FreeBSD/ports 99300c8www/rubygem-cgi distinfo Makefile

www/rubygem-cgi: Update to 0.4.0

Changes:        https://github.com/ruby/cgi/releases
DeltaFile
+3-3www/rubygem-cgi/distinfo
+1-1www/rubygem-cgi/Makefile
+4-42 files

FreeBSD/ports 24ecaedwww/rubygem-cgi distinfo Makefile

www/rubygem-cgi: Update to 0.3.3

Changes:        https://github.com/ruby/cgi/releases
DeltaFile
+3-3www/rubygem-cgi/distinfo
+1-1www/rubygem-cgi/Makefile
+4-42 files

FreeBSD/ports 3b3b619www/rubygem-cgi distinfo Makefile

www/rubygem-cgi: Update to 0.3.5

Changes:        https://github.com/ruby/cgi/compare/v0.3.3...v0.3.5
PR:             267976
Approved by:    maintainer timeout
MFH:            2022Q4
Security:       84ab03b6-6c20-11ed-b519-080027f5fec9

(cherry picked from commit bda12e6602d1b7c019263be96a4e0673890b73dc)
DeltaFile
+3-3www/rubygem-cgi/distinfo
+1-1www/rubygem-cgi/Makefile
+4-42 files

FreeBSD/ports 49a9f92www/rubygem-cgi distinfo Makefile

www/rubygem-cgi: Update to 0.3.3

Changes:        https://github.com/ruby/cgi/commits/master
(cherry picked from commit be7d65cf8fc33de7ab48b86feff9dd9d8a1fd236)
DeltaFile
+3-3www/rubygem-cgi/distinfo
+1-1www/rubygem-cgi/Makefile
+4-42 files

FreeBSD/ports bda12e6www/rubygem-cgi distinfo Makefile

www/rubygem-cgi: Update to 0.3.5

Changes:        https://github.com/ruby/cgi/compare/v0.3.3...v0.3.5
PR:             267976
Approved by:    maintainer timeout
MFH:            2022Q4
Security:       84ab03b6-6c20-11ed-b519-080027f5fec9
DeltaFile
+3-3www/rubygem-cgi/distinfo
+1-1www/rubygem-cgi/Makefile
+4-42 files

FreeBSD/ports be7d65cwww/rubygem-cgi distinfo Makefile

www/rubygem-cgi: Update to 0.3.3

Changes:        https://github.com/ruby/cgi/commits/master
DeltaFile
+3-3www/rubygem-cgi/distinfo
+1-1www/rubygem-cgi/Makefile
+4-42 files

FreeBSD/ports 884c288www/rubygem-cgi distinfo Makefile

www/rubygem-cgi: Update to 0.3.2

Changes:        https://github.com/ruby/cgi/commits/master
DeltaFile
+3-3www/rubygem-cgi/distinfo
+1-3www/rubygem-cgi/Makefile
+4-62 files

FreeBSD/ports b42a5e0www/rubygem-cgi distinfo Makefile

www/rubygem-cgi: Update to 0.3.1

Changes:        https://github.com/ruby/cgi/commits/v0.3.1
PR:             260034
Approved by:    maintainer timeout (> 2 weeks)
Security:       CVE-2021-41816
Security:       CVE-2021-41819
MFH:            2021Q4

(cherry picked from commit cf62eea7a5fde939ee4961a22155eb476253fea6)
DeltaFile
+3-3www/rubygem-cgi/distinfo
+1-1www/rubygem-cgi/Makefile
+4-42 files

FreeBSD/ports ca34297www/rubygem-cgi distinfo Makefile

www/rubygem-cgi: Update to 0.3.0

Changes:        https://github.com/ruby/cgi/commits/master
(cherry picked from commit 4c76c94d3431877142a8a1d3a3723efdb65b1abf)
DeltaFile
+3-3www/rubygem-cgi/distinfo
+1-1www/rubygem-cgi/Makefile
+4-42 files

FreeBSD/ports cf62eeawww/rubygem-cgi distinfo Makefile

www/rubygem-cgi: Update to 0.3.1

Changes:        https://github.com/ruby/cgi/commits/v0.3.1
PR:             260034
Approved by:    maintainer timeout (> 2 weeks)
Security:       CVE-2021-41816
Security:       CVE-2021-41819
MFH:            2021Q4
DeltaFile
+3-3www/rubygem-cgi/distinfo
+1-1www/rubygem-cgi/Makefile
+4-42 files

FreeBSD/ports 4c76c94www/rubygem-cgi distinfo Makefile

www/rubygem-cgi: Update to 0.3.0

Changes:        https://github.com/ruby/cgi/commits/master
DeltaFile
+3-3www/rubygem-cgi/distinfo
+1-1www/rubygem-cgi/Makefile
+4-42 files

FreeBSD/ports 607e8b5 (r559159)www/rubygem-cgi Makefile distinfo

Update to 0.2.0

- Update LICENSE

Changes:        https://github.com/ruby/cgi/commits/master
DeltaFile
+4-3www/rubygem-cgi/Makefile
+3-3www/rubygem-cgi/distinfo
+7-62 files

FreeBSD/ports 5a21817 (r543738)www Makefile, www/rubygem-cgi Makefile pkg-descr

Add rubygem-cgi 0.1.0

CGI is a large class, providing several categories of methods, many of which are
mixed in from other modules. Some of the documentation is in this class, some in
the modules CGI::QueryExtension and CGI::HtmlExtension. See CGI::Cookie for
specific information on handling cookies, and cgi/session.rb (CGI::Session) for
information on sessions.

For queries, CGI provides methods to get at environmental variables, parameters,
cookies, and multipart request data. For responses, CGI provides methods for
writing output and generating HTML.

WWW: https://github.com/ruby/cgi
DeltaFile
+20-0www/rubygem-cgi/Makefile
+11-0www/rubygem-cgi/pkg-descr
+3-0www/rubygem-cgi/distinfo
+1-0www/Makefile
+35-04 files