Port details |
- sfsexp Small Fast S-Expression Library
- 1.4.1 devel
=2 1.4.1Version of this port present on the latest quarterly branch. - Maintainer: jrm@FreeBSD.org
 - Port Added: 2021-10-24 02:51:06
- Last Update: 2023-03-24 20:36:33
- Commit Hash: eed83f2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: LGPL21+
- WWW:
- https://github.com/mjsottile/sfsexp
- Description:
- The sfsexp library is intended for developers who wish to manipulate
(read, parse, modify, and create) symbolic expressions from C or C++
programs. A symbolic expression, or s-expression, is essentially a
LISP-like expression such as (a (b c)). S-expressions are able to
represent complex, structured data without requiring additional
meta-data describing the structure. They are recursively defined: an
s-expression is a list of either atoms or s-expressions. In the example
above, the expression contains an atom "a" and an s-expression, which in
turn contains two atoms, "b" and "c". They are simple, useful, and well
understood.
This library is designed to provide a minimal set of functions and data
structures for the four functions listed above: reading s-expressions
(I/O), parsing strings containing them into an AST equivalent, modifying
the AST representation, and converting the AST back into a well
formatted string. The primary goals are efficiency and simplicity. This
library forms the basis of the data representation and transmission
protocol for the Supermon high-speed cluster monitoring system from the
LANL Advanced Computing Laboratory. The usefulness and lack of choice in
available, open source s-expression libraries around 2003 motivated the
independent (from supermon) release of this library.
¦ ¦ ¦ ¦ 
- 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/devel/sfsexp/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/sfsexp
- pkg install sfsexp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sfsexp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1679674837
SHA256 (sfsexp-1.4.1.tar.gz) = 15e9a18bb0d5c3c5093444a9003471c2d25ab611b4219ef1064f598668723681
SIZE (sfsexp-1.4.1.tar.gz) = 465297
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Libraries
-
- mail/notmuch
Configuration Options:
- No options to configure
- Options name:
- devel_sfsexp
- USES:
- libtool pathfix pkgconfig
- 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 |
1.4.1 24 Mar 2023 20:36:33
    |
Joseph Mingrone (jrm)  |
devel/sfsexp: Update to 1.4.1
Changes: https://github.com/mjsottile/sfsexp/releases/tag/v1.4.1
Sponsored by: The FreeBSD Foundation |
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.4.0 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.4.0 27 May 2022 02:45:17
    |
Joseph Mingrone (jrm)  Author: Daniel Engberg |
devel/sfsexp: Use official tarball
- The tarballs generated by GitHub can, on rare occasions, change, so
use the tarball created by upstream.
- Add USES=pathfix, so the pkgconfig file does not need to be manually
installed.
PR: 264268 |
1.4.0 26 May 2022 21:42:20
    |
Joseph Mingrone (jrm)  |
devel/sfsexp: Update to 1.4.0
https://github.com/mjsottile/sfsexp/releases/tag/v1.4.0
Sponsored by: The FreeBSD Foundation |
1.3.1.18 24 Oct 2021 02:49:00
    |
Joseph Mingrone (jrm)  |
devel/sfsexp: New port: Small Fast S-Expression Library
https://github.com/mjsottile/sfsexp |