You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
18 lines
835 B
Tcl
18 lines
835 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.branches 3.4 3.3 3.2 3.1
|
|
ruby.setup http_parser.rb 0.8.1 gem {} rubygems
|
|
categories-append net
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Simple callback-based HTTP request/response parser
|
|
long_description A simple callback-based HTTP request/response parser \
|
|
for writing HTTP servers, clients, and proxies.
|
|
homepage https://github.com/tmm1/http_parser.rb
|
|
checksums rmd160 5a6512a9d0be8e609382aadbc90bee889db6509c \
|
|
sha256 9ae8df145b39aa5398b2f90090d651c67bd8e2ebfe4507c966579f641e11097a \
|
|
size 188416
|