Port details |
- sexp S-expressions processing command-line utility
- 0.17.0 textproc =0 0.17.0Version of this port present on the latest quarterly branch.
- Maintainer: freebsd@dev.thsi.be
- Port Added: 2024-11-20 16:30:08
- Last Update: 2024-12-31 07:41:54
- Commit Hash: c79c880
- License: MIT
- WWW:
- https://github.com/janestreet/sexp
- Description:
- Sexp is a command-line tool offering commands for assembling,
escaping, transforming, flattening, fuzzy searching, extracting,
diff-ing, pretty-printing, converting from JSON and XML, converting to
JSON and CSV, and other manipulations on S-expressions.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/sexp/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/sexp
- pkg install sexp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sexp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1732032782
SHA256 (sexp/janestreet-sexp-v0.17.0_GH0.tar.gz) = c0ad559a13c4eed11f25446016fc776ea147527d186d5b713fcc8d201d26ce6b
SIZE (sexp/janestreet-sexp-v0.17.0_GH0.tar.gz) = 123300
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:
-
- bash : shells/bash
- ocaml-compiler-libs>=0 : devel/ocaml-compiler-libs
- gmake>=4.4.1 : devel/gmake
- ocaml-dune>=3.7.1_2 : devel/ocaml-dune
- ocamlc : lang/ocaml
- Runtime dependencies:
-
- ocamlc : lang/ocaml
- Patch dependencies:
-
- ocamlc : lang/ocaml
-
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sexp-0.17.0:
DOCS=on: Build and/or install documentation
FZF=off: Run-time dependency on fzf
===> Use 'make config' to modify these settings
- Options name:
- textproc_sexp
- USES:
- gmake ocaml:dune
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.17.0 31 Dec 2024 07:41:54 |
Muhammad Moinur Rahman (bofh) |
Mk/**ocaml.mk: Convert remaining bsd.ocaml.mk to Uses/ocaml.mk
- Instead of USE_OCAML=yes use USES=ocaml. If empty USES=ocaml implies
build and run
- Instead of USE_OCAMLFIND_PLIST use USES=ocaml:findplist which also
implies USES=ocaml:findlib
- Instead of USE_OCAML_CAMLP4 use USES=ocaml:camlp4
- Instead of USE_OCAML_FINDLIB use USES=ocaml:findlib
- Instead of USE_OCAML_LDCONFIG use USES=ocaml:ldconfig
- Instead of USE_OCAML_WASH use USES=ocaml:wash
- Instead of NO_OCAML_BUILDDEPENDS use USES=ocaml:run
- Instead of NO_OCAML_RUNDDEPENDS use USES=ocaml:build
- Instead of USE_OCAML_TK use USES=ocaml:tk which actually implies
USES=ocaml:tkbuild and USES=ocaml:tkrun
- Instead of NO_OCAMLTK_BUILDDEPENDS use USES=ocaml:tkrun
- Instead of NO_OCAMLTK_RUNDEPENDS use USES=ocaml:tkbuild
- USES=ocaml:dune remains unchanged
- Prepare to add/remove keywords easily
Approved by: mat (portmgr)
Reviewed by: freebsd@dev.thsi.be
Differential Revision: https://reviews.freebsd.org/D48227 |
0.17.0 17 Dec 2024 00:57:21 |
Robert Clausecker (fuz) Author: Benjamin Jacobs |
textproc/sexp: fix build on non-x86
PR: 283317 |
0.17.0 20 Nov 2024 16:27:41 |
Gabriel M. Dutra (dutra) Author: Benjamin Jacobs |
textproc/sexp: Add new port
Command-line tool for processing S-expressions
PR: 282868 |