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 on branch 2022Q3
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
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.

There are no commits on branch 2022Q3 for this port