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
Port details on branch 2024Q4
nyan Data description language designed for openage
0.3.1 lang 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.1Version of this port present on the latest quarterly branch.
Maintainer: freebsd@sysctl.cz search for ports maintained by this maintainer
Port Added: 2024-12-10 09:12:20
Last Update: 2024-12-10 09:09:13
Commit Hash: 02cebb1e
License: LGPL3
WWW:
https://github.com/SFTtech/nyan
Description:
nyan is a data description language, It is a mixture of python, json, patch, wml, yaml and some new ideas. It stores hierarchical objects with key-value pairs in a database with the key idea that changes in a parent affect all children.
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 (74 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/nyan-lang-0.3.1/catalog.mk
  3. /usr/local/share/licenses/nyan-lang-0.3.1/LICENSE
  4. /usr/local/share/licenses/nyan-lang-0.3.1/LGPL3
  5. bin/nyancat
  6. include/nyan/api_error.h
  7. include/nyan/ast.h
  8. include/nyan/basic_type.h
  9. include/nyan/c3.h
  10. include/nyan/change_tracker.h
  11. include/nyan/compiler.h
  12. include/nyan/config.h
  13. include/nyan/curve.h
  14. include/nyan/database.h
  15. include/nyan/datastructure/orderedset.h
  16. include/nyan/error.h
  17. include/nyan/file.h
  18. include/nyan/id_token.h
  19. include/nyan/inheritance_change.h
  20. include/nyan/lang_error.h
  21. include/nyan/lexer/bracket.h
  22. include/nyan/lexer/impl.h
  23. include/nyan/lexer/lexer.h
  24. include/nyan/location.h
  25. include/nyan/member.h
  26. include/nyan/member_info.h
  27. include/nyan/meta_info.h
  28. include/nyan/namespace.h
  29. include/nyan/namespace_finder.h
  30. include/nyan/nyan.h
  31. include/nyan/nyan_tool.h
  32. include/nyan/object.h
  33. include/nyan/object_history.h
  34. include/nyan/object_info.h
  35. include/nyan/object_notifier.h
  36. include/nyan/object_notifier_types.h
  37. include/nyan/object_state.h
  38. include/nyan/ops.h
  39. include/nyan/parser.h
  40. include/nyan/patch_info.h
  41. include/nyan/state.h
  42. include/nyan/state_history.h
  43. include/nyan/token.h
  44. include/nyan/token_stream.h
  45. include/nyan/transaction.h
  46. include/nyan/type.h
  47. include/nyan/util.h
  48. include/nyan/util/flags.h
  49. include/nyan/value/boolean.h
  50. include/nyan/value/container.h
  51. include/nyan/value/container_types.h
  52. include/nyan/value/dict.h
  53. include/nyan/value/file.h
  54. include/nyan/value/none.h
  55. include/nyan/value/number.h
  56. include/nyan/value/object.h
  57. include/nyan/value/orderedset.h
  58. include/nyan/value/set.h
  59. include/nyan/value/set_base.h
  60. include/nyan/value/text.h
  61. include/nyan/value/value.h
  62. include/nyan/value/value_holder.h
  63. include/nyan/value_token.h
  64. include/nyan/view.h
  65. lib/cmake/nyan/nyanConfig.cmake
  66. lib/cmake/nyan/nyanConfigVersion.cmake
  67. lib/cmake/nyan/nyanTargets-release.cmake
  68. lib/cmake/nyan/nyanTargets.cmake
  69. lib/libnyan.so
  70. lib/libnyan.so.0.3.0
  71. lib/libnyan.so.1
  72. @owner
  73. @group
  74. @mode
Collapse this list.
Dependency lines:
  • nyan-lang>0:lang/nyan
To install the port:
cd /usr/ports/lang/nyan/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/nyan
  • pkg install nyan-lang
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: nyan-lang
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1733659385 SHA256 (SFTtech-nyan-v0.3.1_GH0.tar.gz) = f93c819801453874079e17b105c4129cc23dbcdd47201195b088d9dbd08906b0 SIZE (SFTtech-nyan-v0.3.1_GH0.tar.gz) = 155498

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
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:
lang_nyan
USES:
cmake compiler:c++17-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/SFTtech/nyan/tar.gz/v0.3.1?dummy=/
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
0.3.1
10 Dec 2024 09:09:13
commit hash: 02cebb1e833997dd73b735695bb26565d9b7e3f8commit hash: 02cebb1e833997dd73b735695bb26565d9b7e3f8commit hash: 02cebb1e833997dd73b735695bb26565d9b7e3f8commit hash: 02cebb1e833997dd73b735695bb26565d9b7e3f8 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Martin Filla
lang/nyan: update to 0.3.1

Changelog: https://github.com/SFTtech/nyan/releases/tag/v0.3.1

PR:		283199
MFH:		2024Q4
(cherry picked from commit 7e9d0a1ef70ae19a62871ffe847f1010ca444e51)

Number of commits found: 1