Port details |
- 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:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.1_2 20 Feb 2023 23:36:31
    |
Robert Clausecker (fuz)  |
devel/fungw: respect CC, CFLAGS, LDFLAGS, WITH_DEBUG
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38678 |
1.2.1_1 08 Feb 2023 23:24:25
    |
Robert Clausecker (fuz)  |
*/*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit. I did intentionally not
touch the entry in UPDATING.
Reviewed by: eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435 |
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) |
1.2.1_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 ) |
1.2.1_1 18 Jul 2022 07:25:07
    |
Nuno Teixeira (eduardo)  Author: Robert Clausecker |
devel/fungw: touch up port as per upstream instructions
- replace Makefile patches with patch from upstream SVN
- replace scconfig patches with configure arguments
- replace bundled genht with devel/genht (see bug #265261)
- fix WWW to point to www subdomain
- bump PORTREVISION
PR: 265285 |
1.2.1 05 Jun 2022 15:11:27
    |
Li-Wen Hsu (lwhsu)  Author: Robert Clausecker |
Add devel/fungw: C Function gateway for different programming languages
PR: 263819 |
Number of commits found: 6
|