Page MenuHomeFreeBSD

www/hurl: New port, a command line tool that runs HTTP requests
AbandonedPublic

Authored by rodrigo on Dec 1 2022, 2:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 17 2024, 11:55 PM
Unknown Object (File)
Feb 19 2024, 7:19 PM
Unknown Object (File)
Dec 20 2023, 8:13 AM
Unknown Object (File)
Nov 22 2023, 3:48 PM
Unknown Object (File)
Nov 7 2023, 4:53 AM
Unknown Object (File)
Nov 4 2023, 4:16 AM
Unknown Object (File)
Oct 9 2023, 5:40 AM
Unknown Object (File)
Oct 9 2023, 5:40 AM
Subscribers

Details

Reviewers
None
Summary

Hurl is a command line tool that runs HTTP requests defined
in a simple plain text format.
It can chain requests, capture values and evaluate queries
on headers and body response. It can be used for fetching
data, testing HTTP sessions and testing XML / JSON APIs

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 48587
Build 45473: arc lint + arc unit

Event Timeline

diizzy added inline comments.
www/hurl/Makefile
4

Having a distfile that only contains DISTVERSION.tar.gz isn't a great idea.
Just use USE_GITHUB instead, you can find examples in Porters Handbook

rodrigo marked an inline comment as done.
rodrigo added inline comments.
www/hurl/Makefile
14

This is probably not enough, if I remove the LIB_DEPENDS and replace it with 'USE_GNOME= libxml2'
I end with this error:

thread 'main' panicked at 'Could not find libxml2.', /wrkdirs/usr/ports/www/hurl/work/hurl-1
.8.0/cargo-crates/libxml-0.3.1/build.rs:38:5

19

No, I'll remove it.