notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
sfsexp Small Fast S-Expression Library
1.4.1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.4.1Version of this port present on the latest quarterly branch.
Maintainer: jrm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-10-24 02:51:06
Last Update: 2023-03-24 20:36:33
Commit Hash: eed83f2
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (19 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/sfsexp-1.4.1/catalog.mk
  3. /usr/local/share/licenses/sfsexp-1.4.1/LICENSE
  4. /usr/local/share/licenses/sfsexp-1.4.1/LGPL21+
  5. include/sfsexp/cstring.h
  6. include/sfsexp/faststack.h
  7. include/sfsexp/sexp.h
  8. include/sfsexp/sexp_errors.h
  9. include/sfsexp/sexp_memory.h
  10. include/sfsexp/sexp_ops.h
  11. include/sfsexp/sexp_vis.h
  12. lib/libsexp.a
  13. lib/libsexp.so
  14. lib/libsexp.so.1
  15. lib/libsexp.so.1.0.0
  16. libdata/pkgconfig/sfsexp.pc
  17. @owner
  18. @group
  19. @mode
Collapse this list.
Dependency lines:
  • sfsexp>0:devel/sfsexp
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):
sfsexp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.4.11.4.1-1.4.11.4.1---
FreeBSD:13:quarterly1.4.11.4.11.4.11.4.11.4.11.4.11.4.11.4.1
FreeBSD:14:latest1.4.11.4.11.4.01.4.11.4.11.4.1-1.4.1
FreeBSD:14:quarterly1.4.11.4.1-1.4.11.4.11.4.11.4.11.4.1
FreeBSD:15:latest1.4.11.4.1n/a1.4.1n/a1.4.11.4.11.4.1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
This port is required by:
for Libraries
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/mjsottile/sfsexp/releases/download/v1.4.1/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4.1
24 Mar 2023 20:36:33
commit hash: eed83f2cc00bb23e233577741df23ab60b1fe5e1commit hash: eed83f2cc00bb23e233577741df23ab60b1fe5e1commit hash: eed83f2cc00bb23e233577741df23ab60b1fe5e1commit hash: eed83f2cc00bb23e233577741df23ab60b1fe5e1 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.4.0
27 May 2022 02:45:17
commit hash: cd1602d19b911f19d347b01bbc57fb40f371fa38commit hash: cd1602d19b911f19d347b01bbc57fb40f371fa38commit hash: cd1602d19b911f19d347b01bbc57fb40f371fa38commit hash: cd1602d19b911f19d347b01bbc57fb40f371fa38 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
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
commit hash: 22bf6446b6a0290fb7376ad0119b7fb6a0d74454commit hash: 22bf6446b6a0290fb7376ad0119b7fb6a0d74454commit hash: 22bf6446b6a0290fb7376ad0119b7fb6a0d74454commit hash: 22bf6446b6a0290fb7376ad0119b7fb6a0d74454 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
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
commit hash: 32784eda79bb2dceb4ae74f6ac2acc9b6ae46935commit hash: 32784eda79bb2dceb4ae74f6ac2acc9b6ae46935commit hash: 32784eda79bb2dceb4ae74f6ac2acc9b6ae46935commit hash: 32784eda79bb2dceb4ae74f6ac2acc9b6ae46935 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/sfsexp: New port: Small Fast S-Expression Library

https://github.com/mjsottile/sfsexp

Number of commits found: 6