Port details |
- cl-cffi Portable foreign function interface for Common Lisp
- 0.16.1 devel
=2 0.16.1Version of this port present on the latest quarterly branch. - Maintainer: olgeni@FreeBSD.org
 - Port Added: 2010-01-20 21:48:52
- Last Update: 2024-12-20 02:31:48
- Commit Hash: 4c954c1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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.
¦ ¦ ¦ ¦ 
- 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/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
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:
-
- cl-alexandria>=0 : devel/cl-alexandria
- cl-trivial-features>=0 : devel/cl-trivial-features
- cl-babel>=0 : converters/cl-babel
- asdf.asd : devel/cl-asdf
- Runtime dependencies:
-
- cl-alexandria>=0 : devel/cl-alexandria
- cl-trivial-features>=0 : devel/cl-trivial-features
- cl-babel>=0 : converters/cl-babel
- asdf.asd : devel/cl-asdf
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - 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
- USES:
- cl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.16.1 20 Dec 2024 02:31:48
    |
Joseph Mingrone (jrm)  |
Infrastructure for Common Lisp Ports: Overhaul
- Decouple ASDF initialization from devel/cl-asdf by creating a
dedicated port: devel/freebsd-cl-asdf-init.
- Convert devel/cl-asdf/bsd.cl-asdf.mk to USES=cl.
- Add devel/cl-asdf-sbcl
- Update ASDF configuration:
- Prefer newer ASDF versions, but only if the fasl is available.
- Replace license text with an SPDX license identifier.
- Simplify and clarify documentation.
- Remove the assumption that ${PREFIX} is /usr/local.
- Use uiop:getenv instead of a custom getenv function.
- Remove asdf:output-files customization to resolve output
translation issues.
- Improve output translations: (Only the first 15 lines of the commit message are shown above ) |
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) |
0.16.1 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 ) |
0.16.1 01 May 2021 17:55:55
    |
Tobias Kortkamp (tobik)  |
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
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.16.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.16.1 11 Jul 2017 09:00:20
  |
amdmi3  |
- Add LICENSE
- Add NO_ARCH
- Unsilence installation
Approved by: portmgr blanket |
0.16.1 01 Apr 2016 14:00:57
  |
mat  |
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
  |
olgeni  |
Update devel/cl-cffi and devel/cl-cffi-sbcl to version 0.16.1. |
0.14.0 23 May 2015 10:30:09
  |
olgeni  |
Upgrade to version 0.14.0. |
0.11.0 27 Oct 2014 10:10:59
  |
bapt  |
Cleanup plist |
0.11.0 08 Jun 2014 13:14:43
  |
olgeni  |
Remove indefinite articles from COMMENT where I'm maintainer. |
0.11.0 15 Feb 2014 16:02:36
  |
antoine  |
Stage support |
0.11.0 10 Feb 2014 13:54:28
  |
ehaupt  |
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

|
bapt  |
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
  |
olgeni  |
Upgrade to version 0.11.0. |
0.10.6_3 28 Feb 2013 16:38:19
  |
olgeni  |
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
  |
olgeni  |
Unbreak: chase documentation checksums. |
0.10.6_1 21 Feb 2013 02:58:29
  |
miwi  |
- BROKEN checksum mismatch |
0.10.6_1 26 Jan 2013 14:50:30
  |
olgeni  |
Convert Makefile headers to the new format in my ports. |
0.10.6_1 16 Aug 2011 20:59:36
 |
olgeni  |
Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf. |
0.10.6 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
0.10.6 23 Aug 2010 10:23:45
 |
olgeni  |
Upgrade to version 0.10.6. |
0.10.5 20 Jan 2010 22:03:01
 |
olgeni  |
Add missing common-lisp/ directories. |
0.10.5 20 Jan 2010 21:56:29
 |
olgeni  |
Fix pkg-plist. |
0.10.5 20 Jan 2010 21:48:31
 |
olgeni  |
Add cl-cffi, a portable foreign function interface for Common Lisp
with a cl-uffi compatibility layer. |