aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-http_parser.rb
Commit message (Collapse)AuthorAgeFilesLines
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=414118
* - Remove leading indefinite article from COMMENTTAKATSU Tomonari2014-01-011-1/+1
| | | | | | | | PR: ports/185379 Submitted by: sunpoet Notes: svn path=/head/; revision=338357
* - Update to 0.6.0TAKATSU Tomonari2014-01-012-5/+6
| | | | | | | | | - Pass maintainership to ruby@ - Add LICENSE - Support STAGEDIR Notes: svn path=/head/; revision=338354
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Point at the homepage consistently as defined by rubygems.orgPhilip M. Gollucci2011-12-201-1/+1
| | | | Notes: svn path=/head/; revision=287683
* - Update to 0.5.3TAKATSU Tomonari2011-10-023-4/+3
| | | | | | | | - Remove pkg-plist which should not have been added bacause RUBYGEM_AUTOPLIST has been set to "yes" Notes: svn path=/head/; revision=282780
* - Update to 0.5.2TAKATSU Tomonari2011-08-282-3/+3
| | | | Notes: svn path=/head/; revision=280609
* - Add a new port: net/rubygem-http_parser.rbTAKATSU Tomonari2011-06-244-0/+27
A simple callback-based HTTP request/response parser for writing http servers, clients and proxies. WWW: https://github.com/tmm1/http_parser.rb Notes: svn path=/head/; revision=276195