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
cppurses Terminal User Interface framework with NCurses
0.3.5 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 0.3.5Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-11-25 01:08:32
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: MIT
WWW:
https://github.com/a-n-t-h-o-n-y/CPPurses
Description:
CPPurses is a Terminal User Interface(TUI) Library built on top of ncurses. It defines a framework of Widgets, Layouts, and Events that let you focus on user interface design, while boilerplate common to ncurses applications is handled behind the scenes. CPPurses contains a collection of common Widgets that can be pieced together to create a composite application. It is also possible to expand and build on top of existing Widgets, or to create completely new Widget types, by overriding a few virtual functions.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (139 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/cppurses-0.3.5/catalog.mk
  3. /usr/local/share/licenses/cppurses-0.3.5/LICENSE
  4. /usr/local/share/licenses/cppurses-0.3.5/MIT
  5. include/cppurses/cppurses.hpp
  6. include/cppurses/cppurses_painter.hpp
  7. include/cppurses/cppurses_system.hpp
  8. include/cppurses/cppurses_terminal.hpp
  9. include/cppurses/cppurses_widget.hpp
  10. include/cppurses/painter/attribute.hpp
  11. include/cppurses/painter/brush.hpp
  12. include/cppurses/painter/color.hpp
  13. include/cppurses/painter/color_definition.hpp
  14. include/cppurses/painter/detail/extended_char.hpp
  15. include/cppurses/painter/detail/find_empty_space.hpp
  16. include/cppurses/painter/detail/is_paintable.hpp
  17. include/cppurses/painter/detail/screen.hpp
  18. include/cppurses/painter/detail/screen_descriptor.hpp
  19. include/cppurses/painter/detail/screen_mask.hpp
  20. include/cppurses/painter/detail/screen_state.hpp
  21. include/cppurses/painter/detail/staged_changes.hpp
  22. include/cppurses/painter/glyph.hpp
  23. include/cppurses/painter/glyph_matrix.hpp
  24. include/cppurses/painter/glyph_string.hpp
  25. include/cppurses/painter/painter.hpp
  26. include/cppurses/painter/palette.hpp
  27. include/cppurses/painter/palettes.hpp
  28. include/cppurses/painter/rgb.hpp
  29. include/cppurses/painter/utility/wchar_to_bytes.hpp
  30. include/cppurses/system/animation_engine.hpp
  31. include/cppurses/system/detail/chrono_duration_hash.hpp
  32. include/cppurses/system/detail/event_engine.hpp
  33. include/cppurses/system/detail/event_queue.hpp
  34. include/cppurses/system/detail/find_widget_at.hpp
  35. include/cppurses/system/detail/fps_to_period.hpp
  36. include/cppurses/system/detail/is_sendable.hpp
  37. include/cppurses/system/detail/timer_event_loop.hpp
  38. include/cppurses/system/detail/user_input_event_loop.hpp
  39. include/cppurses/system/event.hpp
  40. include/cppurses/system/event_loop.hpp
  41. include/cppurses/system/events/child_event.hpp
  42. include/cppurses/system/events/delete_event.hpp
  43. include/cppurses/system/events/disable_event.hpp
  44. include/cppurses/system/events/enable_event.hpp
  45. include/cppurses/system/events/focus_event.hpp
  46. include/cppurses/system/events/input_event.hpp
  47. include/cppurses/system/events/key.hpp
  48. include/cppurses/system/events/mouse.hpp
  49. include/cppurses/system/events/move_event.hpp
  50. include/cppurses/system/events/paint_event.hpp
  51. include/cppurses/system/events/resize_event.hpp
  52. include/cppurses/system/events/timer_event.hpp
  53. include/cppurses/system/focus.hpp
  54. include/cppurses/system/shortcuts.hpp
  55. include/cppurses/system/system.hpp
  56. include/cppurses/terminal/input.hpp
  57. include/cppurses/terminal/output.hpp
  58. include/cppurses/terminal/terminal.hpp
  59. include/cppurses/widget/area.hpp
  60. include/cppurses/widget/border.hpp
  61. include/cppurses/widget/children_data.hpp
  62. include/cppurses/widget/cursor_data.hpp
  63. include/cppurses/widget/detail/border_offset.hpp
  64. include/cppurses/widget/detail/graph_tree.hpp
  65. include/cppurses/widget/focus_policy.hpp
  66. include/cppurses/widget/layout.hpp
  67. include/cppurses/widget/layouts/horizontal.hpp
  68. include/cppurses/widget/layouts/stack.hpp
  69. include/cppurses/widget/layouts/vertical.hpp
  70. include/cppurses/widget/point.hpp
  71. include/cppurses/widget/size_policy.hpp
  72. include/cppurses/widget/widget.hpp
  73. include/cppurses/widget/widget_slots.hpp
  74. include/cppurses/widget/widgets/checkbox.hpp
  75. include/cppurses/widget/widgets/color_select.hpp
  76. include/cppurses/widget/widgets/confirm_button.hpp
  77. include/cppurses/widget/widgets/cycle_box.hpp
  78. include/cppurses/widget/widgets/cycle_stack.hpp
  79. include/cppurses/widget/widgets/detail/nearly_equal.hpp
  80. include/cppurses/widget/widgets/detail/slider_logic.hpp
  81. include/cppurses/widget/widgets/detail/textbox_base.hpp
  82. include/cppurses/widget/widgets/fixed_height.hpp
  83. include/cppurses/widget/widgets/fixed_width.hpp
  84. include/cppurses/widget/widgets/horizontal_scrollbar.hpp
  85. include/cppurses/widget/widgets/horizontal_slider.hpp
  86. include/cppurses/widget/widgets/label.hpp
  87. include/cppurses/widget/widgets/labeled_cycle_box.hpp
  88. include/cppurses/widget/widgets/labeled_number_edit.hpp
  89. include/cppurses/widget/widgets/line_edit.hpp
  90. include/cppurses/widget/widgets/list.hpp.idk
  91. include/cppurses/widget/widgets/log.hpp
  92. include/cppurses/widget/widgets/matrix_display.hpp
  93. include/cppurses/widget/widgets/menu.hpp
  94. include/cppurses/widget/widgets/menu_stack.hpp
  95. include/cppurses/widget/widgets/number_edit.hpp
  96. include/cppurses/widget/widgets/open_file.hpp
  97. include/cppurses/widget/widgets/push_button.hpp
  98. include/cppurses/widget/widgets/save_file.hpp
  99. include/cppurses/widget/widgets/status_bar.hpp
  100. include/cppurses/widget/widgets/text_display.hpp
  101. include/cppurses/widget/widgets/textbox.hpp
  102. include/cppurses/widget/widgets/titlebar.hpp
  103. include/cppurses/widget/widgets/toggle_button.hpp
  104. include/cppurses/widget/widgets/vertical_scrollbar.hpp
  105. include/cppurses/widget/widgets/vertical_slider.hpp
  106. include/optional/bad_optional_access.hpp
  107. include/optional/detail/aligned_storage.hpp
  108. include/optional/detail/conjunction.hpp
  109. include/optional/none.hpp
  110. include/optional/optional.hpp
  111. include/optional/optional_free_functions.hpp
  112. include/optional/optional_fwd.hpp
  113. include/optional/optional_reference.hpp
  114. include/optional/optional_value.hpp
  115. include/optional/optional_void.hpp
  116. include/signals/connection.hpp
  117. include/signals/detail/connection_impl.hpp
  118. include/signals/detail/connection_impl_base.hpp
  119. include/signals/detail/function_type_splitter.hpp
  120. include/signals/detail/signal_impl.hpp
  121. include/signals/detail/slot_iterator.hpp
  122. include/signals/expired_slot.hpp
  123. include/signals/optional_last_value.hpp
  124. include/signals/position.hpp
  125. include/signals/shared_connection_block.hpp
  126. include/signals/signal.hpp
  127. include/signals/signal_fwd.hpp
  128. include/signals/signals.hpp
  129. include/signals/slot.hpp
  130. include/signals/slot_base.hpp
  131. include/signals/slot_fwd.hpp
  132. lib/libcppurses.so
  133. share/CPPursesLibrary/cmake/CPPursesLibraryConfig-release.cmake
  134. share/CPPursesLibrary/cmake/CPPursesLibraryConfig.cmake
  135. share/OptionalLibrary/cmake/OptionalLibraryConfig.cmake
  136. share/SignalsLibrary/cmake/SignalsLibraryConfig.cmake
  137. @owner
  138. @group
  139. @mode
Collapse this list.
Dependency lines:
  • cppurses>0:devel/cppurses
To install the port:
cd /usr/ports/devel/cppurses/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/cppurses
  • pkg install cppurses
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cppurses
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1587053425 SHA256 (a-n-t-h-o-n-y-CPPurses-v0.3-5-g342a389_GH0.tar.gz) = ed43cd0f6002cfa18d962470c37085a11a769c4a28537cbfa21945f2042b70df SIZE (a-n-t-h-o-n-y-CPPurses-v0.3-5-g342a389_GH0.tar.gz) = 3306549

Expand this list (6 items)

Collapse this list.

SHA256 (a-n-t-h-o-n-y-Signals-fb1137a66aac53c9a82356feb9159fd911d4f213_GH0.tar.gz) = da6821c141eec6196ab0df3778a1355b6903dfa4faa59cee128510cfde305126 SIZE (a-n-t-h-o-n-y-Signals-fb1137a66aac53c9a82356feb9159fd911d4f213_GH0.tar.gz) = 55394 SHA256 (a-n-t-h-o-n-y-Chess-curses-f597add641463b5aeb7382d4f804f5c4e6df69d5_GH0.tar.gz) = 7810740c10806586c02c765e28102d7d52c060e3232b09bd4cc091183bf2cfed SIZE (a-n-t-h-o-n-y-Chess-curses-f597add641463b5aeb7382d4f804f5c4e6df69d5_GH0.tar.gz) = 178567 SHA256 (a-n-t-h-o-n-y-Optional-daa1e69b7ff27aa05e47081ac90794f7881eaf5d_GH0.tar.gz) = 8345eb806255ec9c4f11f92b1aea9f4e9173408f47edb90565cc371acfb045af SIZE (a-n-t-h-o-n-y-Optional-daa1e69b7ff27aa05e47081ac90794f7881eaf5d_GH0.tar.gz) = 45074

Collapse this list.


Packages (timestamps in pop-ups are UTC):
cppurses
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.3.50.3.50.3.50.3.50.3.5-0.3.5-
FreeBSD:13:quarterly0.3.50.3.50.3.50.3.50.3.50.3.50.3.50.3.5
FreeBSD:14:latest0.3.50.3.50.3.50.3.50.3.50.3.5-0.3.5
FreeBSD:14:quarterly0.3.50.3.5-0.3.50.3.50.3.50.3.50.3.5
FreeBSD:15:latest0.3.50.3.5n/a0.3.5n/a0.3.50.3.50.3.5
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. cmake : devel/cmake-core
  2. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_cppurses
USES:
cmake compiler:c++14-lang ncurses
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/a-n-t-h-o-n-y/CPPurses/tar.gz/v0.3-5-g342a389?dummy=/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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)
0.3.5
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)
0.3.5
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.3.5
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.3.5
16 Apr 2020 16:13:19
Revision:531858Original commit files touched by this commit
yuri search for other commits by this committer
devel/cppurses: Update 0.3-4 -> 0.3-5
0.3.4
25 Nov 2019 01:08:26
Revision:518370Original commit files touched by this commit
yuri search for other commits by this committer
New port: devel/cppurses: Terminal User Interface framework with NCurses

Number of commits found: 6