Port details on branch 2022Q4 |
- fungw C Function gateway for different programming languages
- 1.2.1_2 devel
=2 1.2.1_2Version of this port present on the latest quarterly branch. - Maintainer: fuz@FreeBSD.org
 - Port Added: 2022-06-05 15:15:05
- Last Update: 2023-02-20 23:36:31
- Commit Hash: a0bd454
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: LGPL21+
- WWW:
- http://www.repo.hu/projects/fungw/
- Description:
- Fungw is a tiny, portable library written in C (C89) that manages
dynamic function calls across different programming languages. For
this, fungw provides:
- a simplistic scalar data type abstraction, supporting the most common types
- semi-automatic conversion between data types
- contexts that can host objects; objects can host named functions
- a set of optional language bindings to the most popular scripting languages
The main use of fungw is to provide the host application a framework
where dynamic parts of the code (e.g. plugins) can register their calls,
allowing app-plugin, plugin-app, and plugin-plugin calls.
The second main use is doing all this in a language-agnostic way: any
part of the code can be implemented in any of the numerous supported
scripting languages (such as awk or lua). The caller of a function
doesn't need to know what language the function is implemented in.
The main property of fungw is simplicity. The only API between objects
is the plain old function call mechanism.
¦ ¦ ¦ ¦ 
- 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/fungw/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/fungw
- pkg install fungw
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fungw
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1651841856
SHA256 (fungw-1.2.1.tar.bz2) = f2599959a6b96957015b181629cc5035370f929d1ee08dec6447c3eb622fc925
SIZE (fungw-1.2.1.tar.bz2) = 336633
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:
-
- gmake>=4.3 : devel/gmake
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libgenht.so : devel/genht
- libduktape.so : lang/duktape-lib
- liblua-5.1.so : lang/lua51
- libtcl86.so : lang/tcl86
- This port is required by:
- for Libraries
-
- cad/librnd
- cad/pcb-rnd
Configuration Options:
- ===> The following configuration options are available for fungw-1.2.1_2:
DOCS=on: Build and/or install documentation
DUKTAPE=on: Javascript support through Duktape
LUA=on: Lua scripting language support
PERL=on: Perl scripting language support
PYTHON3=on: Python 3.x bindings or support
TCL=on: Tcl scripting language support
===> Use 'make config' to modify these settings
- Options name:
- devel_fungw
- USES:
- gmake tar:bz2 lua:51 perl5 python tcl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|