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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

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 4.11.0.1Version 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
WWW:
https://bitbucket.org/nuttx/tools/downloads/
Description:
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.
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 (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:
TIMESTAMP = 1634567697 SHA256 (kconfig-frontends-4.11.0.1.tar.bz2) = cb1838cfe2f097ba09cade27d47527720d5b29e2b715c0a96c33d0b6a10bab13 SIZE (kconfig-frontends-4.11.0.1.tar.bz2) = 448594

Packages (timestamps in pop-ups are UTC):
kconfig-frontends
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.11.0.14.11.0.1-4.11.0.14.11.0.1---
FreeBSD:13:quarterly4.11.0.14.11.0.14.11.0.14.11.0.14.11.0.14.11.0.14.11.0.14.11.0.1
FreeBSD:14:latest4.11.0.14.11.0.14.11.0.14.11.0.14.11.0.14.11.0.1-4.11.0.1
FreeBSD:14:quarterly4.11.0.14.11.0.1-4.11.0.14.11.0.14.11.0.14.11.0.14.11.0.1
FreeBSD:15:latest4.11.0.14.11.0.1n/a4.11.0.1n/a4.11.0.14.11.0.14.11.0.1
FreeBSD:15:quarterly--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.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:
No options to configure
Options name:
devel_kconfig-frontends
USES:
gmake gperf libtool python shebangfix tar:bz2 ncurses
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