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 photos
All times are UTC
Ukraine
Port details on branch 2022Q4
fungw C Function gateway for different programming languages
1.2.2 devel on this many watch lists=0 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.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: 2026-01-13 17:42:07
Commit Hash: 99fa178
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:latest1.2.21.2.2-1.2.21.2.2n/an/an/a
FreeBSD:13:quarterly1.2.21.2.21.2.1_21.2.1_21.2.2n/an/an/a
FreeBSD:14:latest1.2.21.2.21.2.1_1-1.2.21.2.1_2-1.2.1_2
FreeBSD:14:quarterly1.2.21.2.2-1.2.1_21.2.21.2.1_21.2.1_21.2.1_2
FreeBSD:15:latest1.2.21.2.2n/a-n/an/a1.2.1_21.2.1_2
FreeBSD:15:quarterly1.2.21.2.2n/a-n/an/a--
FreeBSD:16:latest1.2.21.2.2n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>0 : devel/py-setuptools@py311
  2. gmake>=4.4.1 : devel/gmake
  3. python3.11 : lang/python311
  4. 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/camv-rnd
  2. cad/librnd
  3. cad/pcb-rnd
  4. cad/sch-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.

There are no commits on branch 2022Q4 for this port