Port details |
- cl-cffi-clisp Portable foreign function interface for Common Lisp
- 0.11.0 devel
=0 0.11.0Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on deprecated lang/clisp
This port expired on: 2014-07-28
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2010-01-20 21:48:52
- Last Update: 2014-07-28 16:38:08
- SVN Revision: 363198
- Also Listed In: lisp
- License: not specified in port
- WWW:
- http://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.
This package is compiled with CLISP.
WWW: http://common-lisp.net/project/cffi/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- cl-cffi-clisp>0:devel/cl-cffi-clisp
- No installation instructions:
- This port has been deleted.
- PKGNAME: cl-cffi-clisp
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cffi.asd : devel/cl-cffi
- arrays.fasl : devel/cl-alexandria-clisp
- tf-clisp.fasl : devel/cl-trivial-features-clisp
- enc-ascii.fasl : converters/cl-babel-clisp
- clisp : lang/clisp
- asdf.fasl : devel/cl-asdf-clisp
- Runtime dependencies:
-
- cffi.asd : devel/cl-cffi
- arrays.fasl : devel/cl-alexandria-clisp
- tf-clisp.fasl : devel/cl-trivial-features-clisp
- enc-ascii.fasl : converters/cl-babel-clisp
- clisp : lang/clisp
- asdf.fasl : devel/cl-asdf-clisp
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
0.11.0 28 Jul 2014 16:38:08 |
rene |
Remove expired ports:
2014-07-28 net-im/gtkyahoo: Broken, unmaintained, unstaged, gtk12, i386 only
2014-07-28 devel/cl-cffi-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-alexandria-clisp: Depends on deprecated lang/clisp
2014-07-28 converters/cl-babel-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-infix-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/meta-cvs: Depends on deprecated lang/clisp
2014-07-28 textproc/cl-meta-clisp: Depends on deprecated lang/clisp
2014-07-28 www/cl-lml-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-trivial-features-clisp: Depends on deprecated lang/clisp
2014-07-28 security/cl-md5-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-port-clisp: Depends on deprecated lang/clisp
2014-07-28 textproc/cl-ppcre-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-asdf-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-split-sequence-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-trivial-gray-streams-clisp: Depends on deprecated lang/clisp
2014-07-28 lang/clisp: development has ceased, not staged |
0.11.0 08 Jun 2014 13:14:43 |
olgeni |
Remove indefinite articles from COMMENT where I'm maintainer. |
0.11.0 05 Jun 2014 18:27:36 |
antoine |
Fix typo |
0.11.0 05 Jun 2014 18:20:50 |
antoine |
Chase lang/clisp expiration date
With hat: portmgr |
0.11.0 15 Feb 2014 15:45:03 |
antoine |
Stage support |
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:41:07 |
olgeni |
Upgrade to version 0.11.0. |
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 23 Aug 2010 10:28:27 |
olgeni |
Upgrade to version 0.10.6. |
0.10.5 22 Jan 2010 21:51:45 |
olgeni |
Add dependency on devel/cl-cffi.
Noticed by: erwin |
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. |