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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
cl-cffi Portable foreign function interface for Common Lisp
0.16.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 0.16.1Version of this port present on the latest quarterly branch.
Maintainer: olgeni@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-01-20 21:48:52
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
Also Listed In: lisp
License: MIT
WWW:
https://common-lisp.net/project/cffi/
Description:
CFFI, the Common Foreign Function Interface, purports to be a portable foreign function interface for Common Lisp. The CFFI library is composed of a Lisp-implementation-specific backend in the CFFI-SYS package, and a portable frontend in the CFFI package. The CFFI-SYS backend package defines a low-level interface to the native FFI support in the Lisp implementation. It offers operators for allocating and dereferencing foreign memory, calling foreign functions, and loading shared libraries. The CFFI frontend provides a declarative interface for defining foreign functions, structures, typedefs, enumerated types, etc. It is implemented in portable ANSI CL making use of the low-level operators exported by CFFI-SYS.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (81 items)
Collapse this list.
  1. /usr/local/share/licenses/cl-cffi-0.16.1/catalog.mk
  2. /usr/local/share/licenses/cl-cffi-0.16.1/LICENSE
  3. /usr/local/share/licenses/cl-cffi-0.16.1/MIT
  4. lib/common-lisp/cffi/cffi-grovel.asd
  5. lib/common-lisp/cffi/cffi-uffi-compat.asd
  6. lib/common-lisp/cffi/cffi.asd
  7. lib/common-lisp/cffi/grovel/asdf.lisp
  8. lib/common-lisp/cffi/grovel/grovel.lisp
  9. lib/common-lisp/cffi/grovel/invoke.lisp
  10. lib/common-lisp/cffi/grovel/package.lisp
  11. lib/common-lisp/cffi/src/cffi-abcl.lisp
  12. lib/common-lisp/cffi/src/cffi-allegro.lisp
  13. lib/common-lisp/cffi/src/cffi-clisp.lisp
  14. lib/common-lisp/cffi/src/cffi-cmucl.lisp
  15. lib/common-lisp/cffi/src/cffi-corman.lisp
  16. lib/common-lisp/cffi/src/cffi-ecl.lisp
  17. lib/common-lisp/cffi/src/cffi-gcl.lisp
  18. lib/common-lisp/cffi/src/cffi-lispworks.lisp
  19. lib/common-lisp/cffi/src/cffi-mcl.lisp
  20. lib/common-lisp/cffi/src/cffi-mkcl.lisp
  21. lib/common-lisp/cffi/src/cffi-openmcl.lisp
  22. lib/common-lisp/cffi/src/cffi-sbcl.lisp
  23. lib/common-lisp/cffi/src/cffi-scl.lisp
  24. lib/common-lisp/cffi/src/early-types.lisp
  25. lib/common-lisp/cffi/src/enum.lisp
  26. lib/common-lisp/cffi/src/features.lisp
  27. lib/common-lisp/cffi/src/foreign-vars.lisp
  28. lib/common-lisp/cffi/src/functions.lisp
  29. lib/common-lisp/cffi/src/libraries.lisp
  30. lib/common-lisp/cffi/src/package.lisp
  31. lib/common-lisp/cffi/src/strings.lisp
  32. lib/common-lisp/cffi/src/structures.lisp
  33. lib/common-lisp/cffi/src/types.lisp
  34. lib/common-lisp/cffi/src/utils.lisp
  35. lib/common-lisp/cffi/uffi-compat/uffi-compat.lisp
  36. lib/common-lisp/cffi/uffi-compat/uffi.asd
  37. lib/common-lisp/system-registry/cffi-grovel.asd
  38. lib/common-lisp/system-registry/cffi-uffi-compat.asd
  39. lib/common-lisp/system-registry/cffi.asd
  40. share/doc/cl-cffi/README.md
  41. share/doc/cl-cffi/allegro-internals.txt
  42. share/doc/cl-cffi/cffi-manual.html
  43. share/doc/cl-cffi/cffi-manual.pdf
  44. share/doc/cl-cffi/cffi-manual.txt
  45. share/doc/cl-cffi/cffi-sys-spec.html
  46. share/doc/cl-cffi/cffi-sys-spec.pdf
  47. share/doc/cl-cffi/cffi-sys-spec.txt
  48. share/doc/cl-cffi/mem-vector.txt
  49. share/doc/cl-cffi/shareable-vectors.txt
  50. share/examples/cl-cffi/examples.lisp
  51. share/examples/cl-cffi/gethostname.lisp
  52. share/examples/cl-cffi/gettimeofday.lisp
  53. share/examples/cl-cffi/mapping.lisp
  54. share/examples/cl-cffi/run-examples.lisp
  55. share/examples/cl-cffi/tests/GNUmakefile
  56. share/examples/cl-cffi/tests/Makefile
  57. share/examples/cl-cffi/tests/bindings.lisp
  58. share/examples/cl-cffi/tests/callbacks.lisp
  59. share/examples/cl-cffi/tests/compile.bat
  60. share/examples/cl-cffi/tests/defcfun.lisp
  61. share/examples/cl-cffi/tests/enum.lisp
  62. share/examples/cl-cffi/tests/foreign-globals.lisp
  63. share/examples/cl-cffi/tests/fsbv.lisp
  64. share/examples/cl-cffi/tests/funcall.lisp
  65. share/examples/cl-cffi/tests/grovel.lisp
  66. share/examples/cl-cffi/tests/libfsbv.c
  67. share/examples/cl-cffi/tests/libtest.c
  68. share/examples/cl-cffi/tests/libtest2.c
  69. share/examples/cl-cffi/tests/memory.lisp
  70. share/examples/cl-cffi/tests/misc-types.lisp
  71. share/examples/cl-cffi/tests/misc.lisp
  72. share/examples/cl-cffi/tests/package.lisp
  73. share/examples/cl-cffi/tests/random-tester.lisp
  74. share/examples/cl-cffi/tests/run-tests.lisp
  75. share/examples/cl-cffi/tests/strings.lisp
  76. share/examples/cl-cffi/tests/struct.lisp
  77. share/examples/cl-cffi/tests/union.lisp
  78. share/examples/cl-cffi/translator-test.lisp
  79. @owner
  80. @group
  81. @mode
Collapse this list.
Dependency lines:
  • cl-cffi>0:devel/cl-cffi
To install the port:
cd /usr/ports/devel/cl-cffi/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/cl-cffi
  • pkg install cl-cffi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cl-cffi
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (cffi/0.16.1/cffi_0.16.1.tar.gz) = 8c0d8ccef43c5cc8562b03f3c3020464578a7c92273cde1060e8d9d89c0ccb47 SIZE (cffi/0.16.1/cffi_0.16.1.tar.gz) = 216037 SHA256 (cffi/0.16.1/cffi-manual.html) = 7f9c3d9404584728f577ea41e571a2fe1a5793b84319f89a561dbfc0f7bba575

Expand this list (11 items)

Collapse this list.

SIZE (cffi/0.16.1/cffi-manual.html) = 467279 SHA256 (cffi/0.16.1/cffi-manual.txt) = ca193ca22c625dfcb92ecc51c95334595be90b3aeb1378c622f7fda89b86aabd SIZE (cffi/0.16.1/cffi-manual.txt) = 187253 SHA256 (cffi/0.16.1/cffi-manual.pdf) = 47f18794e6f44b0f59807a3eaa5f0508a0c8348c4be126336a6b30211da40839 SIZE (cffi/0.16.1/cffi-manual.pdf) = 515157 SHA256 (cffi/0.16.1/cffi-sys-spec.html) = 6a5ce436812943d59bd9de760305fa9f5c2853b36a5e9b7f0802ac53f13bb961 SIZE (cffi/0.16.1/cffi-sys-spec.html) = 38024 SHA256 (cffi/0.16.1/cffi-sys-spec.txt) = beca6e36e6dd7f5d48b5c764792658eea65f61877ded493d2a481426d0cab678 SIZE (cffi/0.16.1/cffi-sys-spec.txt) = 14057 SHA256 (cffi/0.16.1/cffi-sys-spec.pdf) = 722858be35a8d7a40e76f1e1440cfb6f8f487b5838218258ef4fed203e454af6 SIZE (cffi/0.16.1/cffi-sys-spec.pdf) = 180520

Collapse this list.


Packages (timestamps in pop-ups are UTC):
cl-cffi
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.16.1--0.16.1---
FreeBSD:13:quarterly-0.16.1--0.16.1---
FreeBSD:14:latest-0.16.1--0.16.1---
FreeBSD:14:quarterly-0.16.1--0.16.1---
FreeBSD:15:latest--n/a-n/a---
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. cl-alexandria>=0 : devel/cl-alexandria
  2. cl-trivial-features>=0 : devel/cl-trivial-features
  3. cl-babel>=0 : converters/cl-babel
  4. asdf.asd : devel/cl-asdf
Runtime dependencies:
  1. cl-alexandria>=0 : devel/cl-alexandria
  2. cl-trivial-features>=0 : devel/cl-trivial-features
  3. cl-babel>=0 : converters/cl-babel
  4. asdf.asd : devel/cl-asdf
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. devel/cl-cffi-clisp*
  2. devel/cl-cffi-sbcl*
  3. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. devel/cl-cffi-clisp*
  2. devel/cl-cffi-sbcl*
  3. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for cl-cffi-0.16.1: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
devel_cl-cffi
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.

Number of commits found: 25

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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)
0.16.1
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)
0.16.1
01 May 2021 17:55:55
commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0commit hash: 6707a3c942b51ab3e3cf110383e3119dfe2e49b0 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
Clean up some things

- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
0.16.1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.16.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.16.1
11 Jul 2017 09:00:20
Revision:445481Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
- Add NO_ARCH
- Unsilence installation

Approved by:	portmgr blanket
0.16.1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.16.1
14 Feb 2016 12:56:31
Revision:408854Original commit files touched by this commit
olgeni search for other commits by this committer
Update devel/cl-cffi and devel/cl-cffi-sbcl to version 0.16.1.
0.14.0
23 May 2015 10:30:09
Revision:387125Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 0.14.0.
0.11.0
27 Oct 2014 10:10:59
Revision:371544Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.11.0
08 Jun 2014 13:14:43
Revision:357013Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles from COMMENT where I'm maintainer.
0.11.0
15 Feb 2014 16:02:36
Revision:344415Original commit files touched by this commit
antoine search for other commits by this committer
Stage support
0.11.0
10 Feb 2014 13:54:28
Revision:343634Original commit files touched by this commit
ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
0.11.0
22 Mar 2013 19:40:37
Revision:314955Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 0.11.0.
0.10.6_3
28 Feb 2013 16:38:19
Revision:313110Original commit files touched by this commit
olgeni search for other commits by this committer
Chase documentation checksums and move the docs to my mirror.

Use DOCS and EXAMPLES from OptionsNG.
0.10.6_2
21 Feb 2013 13:55:33
Revision:312717Original commit files touched by this commit
olgeni search for other commits by this committer
Unbreak: chase documentation checksums.
0.10.6_1
21 Feb 2013 02:58:29
Revision:312699Original commit files touched by this commit
miwi search for other commits by this committer
- BROKEN checksum mismatch
0.10.6_1
26 Jan 2013 14:50:30
Revision:311016Original commit files touched by this commit
olgeni search for other commits by this committer
Convert Makefile headers to the new format in my ports.
0.10.6_1
16 Aug 2011 20:59:36
Original commit files touched by this commit
olgeni search for other commits by this committer
Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf.
0.10.6
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.10.6
23 Aug 2010 10:23:45
Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade to version 0.10.6.
0.10.5
20 Jan 2010 22:03:01
Original commit files touched by this commit
olgeni search for other commits by this committer
Add missing common-lisp/ directories.
0.10.5
20 Jan 2010 21:56:29
Original commit files touched by this commit
olgeni search for other commits by this committer
Fix pkg-plist.
0.10.5
20 Jan 2010 21:48:31
Original commit files touched by this commit
olgeni search for other commits by this committer
Add cl-cffi, a portable foreign function interface for Common Lisp
with a cl-uffi compatibility layer.

Number of commits found: 25