notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
Port details
kconfig-frontends Kconfig files parser and frontend
4.11.0.1 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 Version of this port present on the latest quarterly branch.
Maintainer: tomek@cedro.info search for ports maintained by this maintainer
Port Added: 2022-10-03 07:24:08
Last Update: 2022-10-03 07:19:29
Commit Hash: 8c1a20b
License: GPLv2
Description:
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port
pkg-plist: as obtained via: make generate-plist
Expand this list (25 items)
Collapse this list.
  1. /usr/local/share/licenses/kconfig-frontends-4.11.0.1/catalog.mk
  2. /usr/local/share/licenses/kconfig-frontends-4.11.0.1/LICENSE
  3. /usr/local/share/licenses/kconfig-frontends-4.11.0.1/GPLv2
  4. bin/kconfig
  5. bin/kconfig-conf
  6. bin/kconfig-diff
  7. bin/kconfig-merge
  8. bin/kconfig-mconf
  9. bin/kconfig-nconf
  10. bin/kconfig-tweak
  11. include/kconfig/expr.h
  12. include/kconfig/list.h
  13. include/kconfig/lkc.h
  14. include/kconfig/lkc_proto.h
  15. lib/libkconfig-parser-4.11.0.so
  16. lib/libkconfig-parser.so
  17. libdata/pkgconfig/kconfig-parser.pc
  18. share/doc/kconfig-frontends/AUTHORS
  19. share/doc/kconfig-frontends/COPYING
  20. share/doc/kconfig-frontends/README
  21. share/doc/kconfig-frontends/kconfig-language.txt
  22. share/doc/kconfig-frontends/kconfig.txt
  23. @owner
  24. @group
  25. @mode
Collapse this list.
Dependency lines:
  • kconfig-frontends>0:devel/kconfig-frontends
To install the port:
cd /usr/ports/devel/kconfig-frontends/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/kconfig-frontends
  • pkg install kconfig-frontends
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: kconfig-frontends
Flavors: there is no flavor information for this port.
distinfo:

Packages (timestamps in pop-ups are UTC):
kconfig-frontends
ABIlatestquarterly
FreeBSD:11:aarch64pkg-falloutpkg-fallout
FreeBSD:11:amd64pkg-falloutpkg-fallout
FreeBSD:11:armv6pkg-falloutpkg-fallout
FreeBSD:11:i386pkg-falloutpkg-fallout
FreeBSD:11:mipspkg-falloutpkg-fallout
FreeBSD:11:mips64pkg-falloutpkg-fallout
FreeBSD:12:aarch64pkg-fallout4.11.0.1
FreeBSD:12:amd644.11.0.14.11.0.1
FreeBSD:12:armv6pkg-falloutpkg-fallout
FreeBSD:12:armv7pkg-falloutpkg-fallout
FreeBSD:12:i3864.11.0.14.11.0.1
FreeBSD:12:mipspkg-falloutpkg-fallout
FreeBSD:12:mips64pkg-falloutpkg-fallout
FreeBSD:12:powerpc64pkg-falloutpkg-fallout
FreeBSD:13:aarch644.11.0.14.11.0.1
FreeBSD:13:amd644.11.0.14.11.0.1
FreeBSD:13:armv6pkg-falloutpkg-fallout
FreeBSD:13:armv74.11.0.14.11.0.1
FreeBSD:13:i3864.11.0.14.11.0.1
FreeBSD:13:mipspkg-falloutpkg-fallout
FreeBSD:13:mips64pkg-falloutpkg-fallout
FreeBSD:13:powerpc64pkg-fallout4.11.0.1
FreeBSD:13:riscv64pkg-falloutpkg-fallout
FreeBSD:14:aarch644.11.0.1pkg-fallout
FreeBSD:14:amd644.11.0.1pkg-fallout
FreeBSD:14:armv64.11.0.1pkg-fallout
FreeBSD:14:armv74.11.0.1pkg-fallout
FreeBSD:14:i3864.11.0.1pkg-fallout
FreeBSD:14:mipspkg-falloutpkg-fallout
FreeBSD:14:mips64pkg-falloutpkg-fallout
FreeBSD:14:powerpc644.11.0.1pkg-fallout
FreeBSD:14:riscv64pkg-falloutpkg-fallout
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. gperf : devel/gperf
  3. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
Options name:
USES:
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://bitbucket.org/nuttx/tools/downloads/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.11.0.1
03 Oct 2022 07:19:29
commit hash:8c1a20b75018df72c4a5bd36c5eef2466ccf268ecommit hash:8c1a20b75018df72c4a5bd36c5eef2466ccf268ecommit hash:8c1a20b75018df72c4a5bd36c5eef2466ccf268ecommit hash:8c1a20b75018df72c4a5bd36c5eef2466ccf268e files touched by this commit
Kurt Jaeger (pi) search for other commits by this committer
Author: Tomek CEDRO
devel/kconfig-frontends: Kconfig files parser and frontend

Kconfig frontends and parser. Port created for NuttX RTOS development.
Kconfig is the configuration language used by the Linux kernel. This package
is a simple copy of the frontends and the parser found in the Linux kernel
source tree, with very minor changes to adapt them to being built out of
the kernel build infrastructure. Kconfig is also used in embedded development.
This program has currently no upstream maintainer. NuttX copy is used.
There are two forks: Debian based on 4.11, Espressif based on version 4.6.

PR:		259256

Number of commits found: 1