aboutsummaryrefslogtreecommitdiff
path: root/www/httpie
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.9.2 release.Alex Dupre2015-06-162-3/+3
| | | | Notes: svn path=/head/; revision=389824
* Update ports in the remaining categories to not use GH_COMMIT.Mathieu Arnold2015-05-072-4/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385665
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr Notes: svn path=/head/; revision=381618
* - Convert USE_PYTHON to new USES in www/Marcus von Appen2015-01-031-3/+2
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=376109
* HTTPie (pronounced aych-tee-tee-pie) is a command line HTTP client.Alex Dupre2014-06-033-0/+36
Its goal is to make CLI interaction with web services as human-friendly as possible. It provides a simple http command that allows for sending arbitrary HTTP requests using a simple and natural syntax, and displays colorized responses. HTTPie can be used for testing, debugging, and generally interacting with HTTP servers. Notes: svn path=/head/; revision=356327