Port details |
- py-http-prompt Interactive HTTP command-line client
- 2.1.0_2 devel =3 2.1.0_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2016-05-30 19:02:55
- Last Update: 2024-07-07 08:05:33
- Commit Hash: 1a80ec7
- People watching this port, also watch:: picoc, roxterm, monit, notmuch, php81-pecl-scrypt
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/httpie/http-prompt
- Description:
- HTTP Prompt is an interactive command-line HTTP client featuring autocomplete
and syntax highlighting, built on HTTPie and prompt_toolkit.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}http-prompt>0:devel/py-http-prompt@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-http-prompt/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-http-prompt
- pkg install py311-http-prompt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-http-prompt listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-http-prompt
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1664767914
SHA256 (http-prompt-2.1.0.tar.gz) = eee71a00fed0b8a2a35bb338b269be7a20e8a1a6f6465a65561d76a21521e7f3
SIZE (http-prompt-2.1.0.tar.gz) = 22672
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:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-click>=5.0 : devel/py-click@py311
- py311-httpie>=2.4.0 : www/py-httpie@py311
- py311-parsimonious>=0.6.2 : textproc/py-parsimonious@py311
- py311-prompt-toolkit2>=2.0.0<3.0.0 : devel/py-prompt-toolkit2@py311
- py311-pygments>=2.1.0 : textproc/py-pygments@py311
- py311-pyyaml>=3.0 : devel/py-pyyaml@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-http-prompt
- USES:
- python
- pkg-message:
- For install:
- For the output colors work properly you need to use LESS as your
default pager instead of MORE.
zsh:
$ export PAGER=less
csh:
$ setenv PAGER less
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.0_2 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
2.1.0_1 08 Apr 2024 20:17:00 |
Po-Chuan Hsieh (sunpoet) |
devel/py-http-prompt: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
2.1.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.1.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2.1.0 03 Oct 2022 17:10:29 |
Po-Chuan Hsieh (sunpoet) |
devel/py-http-prompt: Update to 2.1.0
- Sort RUN_DEPENDS
- Update prompt-toolkit patch [1]
Changes: https://github.com/httpie/http-prompt/releases
Obtained
from: https://github.com/httpie/http-prompt/commit/69439599cac3ac243729ebe6be20b3964bb3a4dd
[1] |
1.0.0_3 03 Oct 2022 02:14:54 |
Po-Chuan Hsieh (sunpoet) |
devel/py-http-prompt: Update WWW
- Take maintainership |
1.0.0_3 24 Sep 2022 13:05:11 |
Danilo G. Baio (dbaio) |
*: Release a few ports to the pool |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.0_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.0_3 01 Apr 2022 15:09:49 |
Dmitry Marakasov (amdmi3) |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
1.0.0_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.0_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.0_3 11 Dec 2020 11:04:14 |
sunpoet |
Move devel/py-prompt_toolkit2 to devel/py-prompt-toolkit2
- Bump PORTREVISION for dependency change |
1.0.0_2 11 Jul 2020 07:46:10 |
sunpoet |
Change RUN_DEPENDS from py-prompt_toolkit to py-prompt_toolkit2
- While I'm here, update version requirement of RUN_DEPENDS to match
requirements.txt
- Bump PORTREVISION for dependency change |
1.0.0_1 13 Jan 2020 09:47:27 |
antoine |
Unbreak bulk -a after r522866 |
1.0.0_1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
1.0.0_1 16 Apr 2019 23:50:21 |
sunpoet |
Allow build with py-prompt_toolkit 2.x
- Bump PORTREVISION for package change
Obtained
from: https://github.com/jonathanslenders/http-prompt/commit/34de86178d8ae2b478e0ad989222aab24dd4c046
https://github.com/jonathanslenders/http-prompt/commit/d3d84de2aa7f3fce521e5ac63f4bbcf9a2166501
Approved by: dbaio (maintainer) |
1.0.0 06 Nov 2018 23:37:51 |
dbaio |
devel/py-http-prompt: Update to 1.0.0
Changes: https://github.com/eliangcs/http-prompt/releases/tag/v1.0.0 |
0.11.2 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.11.2 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
0.11.2 08 Mar 2018 00:58:52 |
dbaio |
devel/py-http-prompt: Update to 0.11.2
Changes: https://github.com/eliangcs/http-prompt/releases/tag/v0.11.2 |
0.11.1 08 Jan 2018 22:31:50 |
dbaio |
devel/py-http-prompt: Update to 0.11.1
Changes: https://github.com/eliangcs/http-prompt/releases/tag/v0.11.1 |
0.11.0 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.11.0 29 Oct 2017 12:35:07 |
dbaio |
devel/py-http-prompt: Update to 0.11.0
Changes: https://github.com/eliangcs/http-prompt/releases/tag/v0.11.0 |
0.10.2 03 Aug 2017 01:07:36 |
dbaio |
devel/py-http-prompt: Update to 0.10.2
Changes: https://github.com/eliangcs/http-prompt/releases/tag/v0.10.2 |
0.10.1 13 May 2017 01:18:12 |
dbaio |
devel/py-http-prompt: Update to 0.10.1
Changes: https://github.com/eliangcs/http-prompt/releases/tag/v0.10.1
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10687 |
0.9.2 08 May 2017 17:21:49 |
dbaio |
Update my email address
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10648 |
0.9.2 17 Feb 2017 11:25:21 |
krion |
Update devel/py-http-prompt to 0.9.2
PR: 217121
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9636 |
0.9.1 23 Jan 2017 16:25:21 |
olivierd |
Update to 0.9.1
PR: 216408
Submitted by: Danilo G. Baio (maintainer) |
0.9.0 17 Jan 2017 18:01:22 |
olivierd |
Update to 0.9.0
PR: 216112
Submitted by: Danilo G. Baio (maintainer) |
0.8.0 09 Jan 2017 02:53:05 |
junovitch |
devel/py-http-prompt: update 0.6.0 -> 0.8.0; update dependency [1]
- Update dependency version
- Rename dependency to match standard Python package naming and support
multiple/concurrent versions on httpie and py-http-prompt
www/py-httpie: rename from www/httpie; fix dependencies; set NO_ARCH [2]
www/Makefile: chase rename
MOVED: document rename
Changelog:
- 0.7.0
* New feature: Shell substitution (#54, #61, #74)
* New feature: Piping to shell (#61, #74)
* New feature: Be able to delete all parameters of a given type (#
- 0.8.0
* Add support for OPTIONS method (#84)
* Fix highlighting bug with parameters starting with HTTP method names (#86)
* Fix excessive newlines after headers and body (#89)
PR: 213700 [1]
PR: 213728 [2]
Submitted by: Danilo G. Baio <dbaio@bsd.com.br> (maintainer) |
0.6.0 22 Sep 2016 14:32:52 |
amdmi3 |
- Update to 0.6.0
PR: 212794
Submitted by: dbaio@bsd.com.br (maintainer) |
0.5.0 03 Aug 2016 17:55:09 |
pawel |
Update to version 0.5.0
Changelog:
- Fix bug: Syntax error on option names with dashes
- Allow to set cookies automatically
- Add contributing guide
PR: 211518
Submitted by: Danilo G. Baio (maintainer) |
0.4.2 19 Jul 2016 13:37:51 |
amdmi3 |
- Update to 0.4.2
PR: 211212
Submitted by: dbaio@bsd.com.br (maintainer) |
0.4.1 29 Jun 2016 15:25:27 |
amdmi3 |
- Update to 0.4.1
PR: 210679
Submitted by: dbaio@bsd.com.br (maintainer) |
0.3.1 07 Jun 2016 10:46:12 |
robak |
devel/py-http-prompt: update 0.2.0 -> 0.3.1
PR: 210076
Submitted by: Danilo G. Baio <dbaio@bsd.com.br> (maintainer) |
0.2.0 30 May 2016 19:02:47 |
robak |
devel/py-http-prompt: NEW PORT - Interactive command-line HTTP client
HTTP Prompt is an interactive command-line HTTP client featuring autocomplete
and syntax highlighting, built on HTTPie and prompt_toolkit.
WWW: https://pypi.python.org/pypi/http-prompt
PR: 209733
Submitted by: Danilo G. Baio <dbaio@bsd.com.br> |