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
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
fungw C Function gateway for different programming languages
1.2.2 devel on this many watch lists=2 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 1.2.1_2Version of this port present on the latest quarterly branch.
Maintainer: fuz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-06-05 15:15:05
Last Update: 2025-09-19 08:25:53
Commit Hash: 6ba8d23
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (92 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/fungw-1.2.2/catalog.mk
  3. /usr/local/share/licenses/fungw-1.2.2/LICENSE
  4. /usr/local/share/licenses/fungw-1.2.2/LGPL21+
  5. include/libfungw/fungw.h
  6. include/libfungw/fungw_conv.h
  7. include/libfungw/scconfig_hooks.h
  8. include/libfungwbind/c/fungw_c.h
  9. lib/libfungw.so
  10. lib/libfungw.so.1
  11. lib/libfungw.so.1.2
  12. lib/libfungw.so.1.2.2
  13. lib/libfungw_c.a
  14. lib/libfungw_c.so
  15. lib/libfungw_c.so.1
  16. lib/libfungw_c.so.1.2
  17. lib/libfungw_c.so.1.2.2
  18. lib/libfungw_cli.a
  19. lib/libfungw_cli.so.1
  20. lib/libfungw_cli.so.1.2
  21. lib/libfungw_cli.so.1.2.2
  22. lib/libfungw_duktape.a
  23. lib/libfungw_duktape.so.1
  24. lib/libfungw_duktape.so.1.2
  25. lib/libfungw_duktape.so.1.2.2
  26. lib/libfungw_fawk.a
  27. lib/libfungw_fawk.so.1
  28. lib/libfungw_fawk.so.1.2
  29. lib/libfungw_fawk.so.1.2.2
  30. lib/libfungw_lua.a
  31. lib/libfungw_lua.so.1
  32. lib/libfungw_lua.so.1.2
  33. lib/libfungw_lua.so.1.2.2
  34. lib/libfungw_perl.a
  35. lib/libfungw_perl.so.1
  36. lib/libfungw_perl.so.1.2
  37. lib/libfungw_perl.so.1.2.2
  38. lib/libfungw_python3.a
  39. lib/libfungw_python3.so.1
  40. lib/libfungw_python3.so.1.2
  41. lib/libfungw_python3.so.1.2.2
  42. lib/libfungw_tcl.a
  43. lib/libfungw_tcl.so.1
  44. lib/libfungw_tcl.so.1.2
  45. lib/libfungw_tcl.so.1.2.2
  46. lib/puplug/fungw_c.a
  47. lib/puplug/fungw_c.mak
  48. lib/puplug/fungw_c.pup
  49. lib/puplug/fungw_c.so
  50. lib/puplug/fungw_cli.a
  51. lib/puplug/fungw_cli.mak
  52. lib/puplug/fungw_cli.pup
  53. lib/puplug/fungw_cli.so
  54. lib/puplug/fungw_duktape.a
  55. lib/puplug/fungw_duktape.mak
  56. lib/puplug/fungw_duktape.pup
  57. lib/puplug/fungw_duktape.so
  58. lib/puplug/fungw_fawk.a
  59. lib/puplug/fungw_fawk.mak
  60. lib/puplug/fungw_fawk.pup
  61. lib/puplug/fungw_fawk.so
  62. lib/puplug/fungw_lua.a
  63. lib/puplug/fungw_lua.mak
  64. lib/puplug/fungw_lua.pup
  65. lib/puplug/fungw_lua.so
  66. lib/puplug/fungw_perl.a
  67. lib/puplug/fungw_perl.mak
  68. lib/puplug/fungw_perl.pup
  69. lib/puplug/fungw_perl.so
  70. lib/puplug/fungw_python3.a
  71. lib/puplug/fungw_python3.mak
  72. lib/puplug/fungw_python3.pup
  73. lib/puplug/fungw_python3.so
  74. lib/puplug/fungw_tcl.a
  75. lib/puplug/fungw_tcl.mak
  76. lib/puplug/fungw_tcl.pup
  77. lib/puplug/fungw_tcl.so
  78. share/doc/fungw/TODO
  79. share/doc/fungw/custom_types.txt
  80. share/doc/fungw/index.html
  81. share/doc/fungw/lang.html
  82. share/doc/fungw/lang_estutter.html
  83. share/doc/fungw/lang_funlisp.html
  84. share/doc/fungw/lang_howto_support.html
  85. share/doc/fungw/lang_lua.html
  86. share/doc/fungw/lang_perl.html
  87. share/doc/fungw/lang_python.html
  88. share/doc/fungw/lang_sh.html
  89. share/doc/fungw/model.html
  90. @owner
  91. @group
  92. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • fungw>0:devel/fungw
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 = 1758126136 SHA256 (fungw-1.2.2.tar.bz2) = c7bdfa65c1dc3f7448eeb8bb0c32e85b3579f4006373e40c92bc65199117a1c0 SIZE (fungw-1.2.2.tar.bz2) = 339839

Packages (timestamps in pop-ups are UTC):
fungw
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.2.2--1.2.2---
FreeBSD:13:quarterly1.2.1_21.2.1_21.2.1_21.2.1_21.2.1_21.2.1_21.2.1_21.2.1_2
FreeBSD:14:latest-1.2.21.2.1_1-1.2.21.2.1_2-1.2.1_2
FreeBSD:14:quarterly1.2.1_21.2.1_2-1.2.1_21.2.1_21.2.1_21.2.1_21.2.1_2
FreeBSD:15:latest-1.2.2n/a-n/a1.2.1_21.2.1_21.2.1_2
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. python3.11 : lang/python311
  3. perl5>=5.42.r<5.43 : lang/perl5.42
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
  2. perl5>=5.42.r<5.43 : lang/perl5.42
Library dependencies:
  1. libgenht.so : devel/genht
  2. libduktape.so : lang/duktape-lib
  3. liblua-5.1.so : lang/lua51
  4. libtcl86.so : lang/tcl86
This port is required by:
for Libraries
  1. cad/librnd
  2. cad/pcb-rnd

Configuration Options:
===> The following configuration options are available for fungw-1.2.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:
Expand this list (1 items)
Collapse this list.
  1. http://www.repo.hu/projects/fungw/releases/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.2
19 Sep 2025 08:25:53
commit hash: 6ba8d23fffae9b35ccc047c3375ee809bdf23f49commit hash: 6ba8d23fffae9b35ccc047c3375ee809bdf23f49commit hash: 6ba8d23fffae9b35ccc047c3375ee809bdf23f49commit hash: 6ba8d23fffae9b35ccc047c3375ee809bdf23f49 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
devel/fungw: update to 1.2.2

Changelog: http://www.repo.hu/projects/fungw/releases/changelog-1.2.2.txt
1.2.1_2
26 Jul 2025 08:37:16
commit hash: 0713992005db67b02ad9f9614afcdd2466aa040acommit hash: 0713992005db67b02ad9f9614afcdd2466aa040acommit hash: 0713992005db67b02ad9f9614afcdd2466aa040acommit hash: 0713992005db67b02ad9f9614afcdd2466aa040a files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
devel/fungw: mark as broken with Perl 5.42+

	cc -c -Wall -g -I../../ -I../../src_3rd -O2  -fstack-protector-strong
-fno-strict-aliasing  -fPIC -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H
-DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong
-I/usr/local/include  -I/usr/local/lib/perl5/5.42/mach/CORE -o fungw_perl.o
fungw_perl.c
	fungw_perl.c:96:43: error: no member named 'IXpv' in 'struct interpreter'
	   96 |         perl_ctx_t *ctx = (perl_ctx_t *)my_perl->perl_user_data;
	      |                                         ~~~~~~~  ^
	fungw_perl.c:35:24: note: expanded from macro 'perl_user_data'
	   35 | #define perl_user_data IXpv
	      |                        ^

PR:	288020
1.2.1_2
20 Feb 2023 23:36:31
commit hash: a0bd454e760aa57f7ca5bd085f566df7443541b1commit hash: a0bd454e760aa57f7ca5bd085f566df7443541b1commit hash: a0bd454e760aa57f7ca5bd085f566df7443541b1commit hash: a0bd454e760aa57f7ca5bd085f566df7443541b1 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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
commit hash: 24bd5a33e50ef9ad027f3448840a754715370f2ecommit hash: 24bd5a33e50ef9ad027f3448840a754715370f2ecommit hash: 24bd5a33e50ef9ad027f3448840a754715370f2ecommit hash: 24bd5a33e50ef9ad027f3448840a754715370f2e files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
*/*: 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
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)
1.2.1_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)
1.2.1_1
18 Jul 2022 07:25:07
commit hash: de8de5dc0f2212b5641aaa777a2c6f8b927898eccommit hash: de8de5dc0f2212b5641aaa777a2c6f8b927898eccommit hash: de8de5dc0f2212b5641aaa777a2c6f8b927898eccommit hash: de8de5dc0f2212b5641aaa777a2c6f8b927898ec files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
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
commit hash: 5b1f2cff0ed195b4a215b78c2f58b6ff21c5f4accommit hash: 5b1f2cff0ed195b4a215b78c2f58b6ff21c5f4accommit hash: 5b1f2cff0ed195b4a215b78c2f58b6ff21c5f4accommit hash: 5b1f2cff0ed195b4a215b78c2f58b6ff21c5f4ac files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
Author: Robert Clausecker
Add devel/fungw: C Function gateway for different programming languages

PR:		263819

Number of commits found: 8