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 on branch 2022Q3
colm Colm Programming Language
0.14.7.43 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.14.7.43Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-11-25 09:39:05
Last Update: 2022-11-26 19:37:23
Commit Hash: 4e7f40e
License: MIT
WWW:
https://github.com/adrian-thurston/colm
Description:
Colm is COmputer Language Machinery. Colm is a programming language designed for the analysis and transformation of computer languages. Colm is influenced primarily by TXL. Features: * Colm's main contribution lies in the parsing method. * Colm's parsing engine is generalized, but it also allows for the construction of arbitrary global data structures that can be queried during parsing. In other generalized methods, construction of global data requires some very careful consideration because of inherent concurrency in the parsing method. It is such a tricky task that it is often avoided altogether and the problem is deferred to a post-parse disambiguation of the parse forest. * By default Colm will create an elf executable that can be used standalone for that actual transformations. * Colm is a static and strong typed scripting language. * Colm is very tiny and fast and can easily be embedded/linked with c/cpp programs. * Colm's runtime is a stackbased VM that starts with the bare minimum of the language and bootstraps itself.
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 (112 items)
Collapse this list.
  1. /usr/local/share/licenses/colm-0.14.7.43/catalog.mk
  2. /usr/local/share/licenses/colm-0.14.7.43/LICENSE
  3. /usr/local/share/licenses/colm-0.14.7.43/MIT
  4. bin/colm
  5. bin/colm-wrap
  6. include/aapl/astring.h
  7. include/aapl/avlbasic.h
  8. include/aapl/avlcommon.h
  9. include/aapl/avlibasic.h
  10. include/aapl/avlikeyless.h
  11. include/aapl/avlimap.h
  12. include/aapl/avlimel.h
  13. include/aapl/avlimelkey.h
  14. include/aapl/avliset.h
  15. include/aapl/avlitree.h
  16. include/aapl/avlkeyless.h
  17. include/aapl/avlmap.h
  18. include/aapl/avlmel.h
  19. include/aapl/avlmelkey.h
  20. include/aapl/avlset.h
  21. include/aapl/avltree.h
  22. include/aapl/bstcommon.h
  23. include/aapl/bstmap.h
  24. include/aapl/bstset.h
  25. include/aapl/bsttable.h
  26. include/aapl/bubblesort.h
  27. include/aapl/buffer.h
  28. include/aapl/compare.h
  29. include/aapl/dlcommon.h
  30. include/aapl/dlist.h
  31. include/aapl/dlistmel.h
  32. include/aapl/dlistval.h
  33. include/aapl/insertsort.h
  34. include/aapl/mergesort.h
  35. include/aapl/quicksort.h
  36. include/aapl/resize.h
  37. include/aapl/rope.h
  38. include/aapl/sbstmap.h
  39. include/aapl/sbstset.h
  40. include/aapl/sbsttable.h
  41. include/aapl/svector.h
  42. include/aapl/table.h
  43. include/aapl/vector.h
  44. include/colm/bytecode.h
  45. include/colm/colm.h
  46. include/colm/colmex.h
  47. include/colm/config.h
  48. include/colm/debug.h
  49. include/colm/defs.h
  50. include/colm/input.h
  51. include/colm/internal.h
  52. include/colm/map.h
  53. include/colm/pdarun.h
  54. include/colm/pool.h
  55. include/colm/program.h
  56. include/colm/struct.h
  57. include/colm/tree.h
  58. include/colm/type.h
  59. include/libfsm/actexp.h
  60. include/libfsm/action.h
  61. include/libfsm/actloop.h
  62. include/libfsm/asm.h
  63. include/libfsm/binary.h
  64. include/libfsm/binbreak.h
  65. include/libfsm/bingoto.h
  66. include/libfsm/binvar.h
  67. include/libfsm/codegen.h
  68. include/libfsm/common.h
  69. include/libfsm/dot.h
  70. include/libfsm/flat.h
  71. include/libfsm/flatbreak.h
  72. include/libfsm/flatgoto.h
  73. include/libfsm/flatvar.h
  74. include/libfsm/fsmgraph.h
  75. include/libfsm/gendata.h
  76. include/libfsm/goto.h
  77. include/libfsm/gotoexp.h
  78. include/libfsm/gotoloop.h
  79. include/libfsm/idbase.h
  80. include/libfsm/ipgoto.h
  81. include/libfsm/parsedata.h
  82. include/libfsm/ragel.h
  83. include/libfsm/redfsm.h
  84. include/libfsm/switch.h
  85. include/libfsm/switchbreak.h
  86. include/libfsm/switchgoto.h
  87. include/libfsm/switchvar.h
  88. include/libfsm/tables.h
  89. lib/libcolm-0.14.7.so
  90. lib/libcolm.a
  91. lib/libcolm.so
  92. lib/libfsm-0.14.7.so
  93. lib/libfsm.a
  94. lib/libfsm.so
  95. share/colm/ril.lm
  96. share/colm/rlhc-c.lm
  97. share/colm/rlhc-crack.lm
  98. share/colm/rlhc-csharp.lm
  99. share/colm/rlhc-d.lm
  100. share/colm/rlhc-go.lm
  101. share/colm/rlhc-java.lm
  102. share/colm/rlhc-js.lm
  103. share/colm/rlhc-julia.lm
  104. share/colm/rlhc-main.lm
  105. share/colm/rlhc-ocaml.lm
  106. share/colm/rlhc-ruby.lm
  107. share/colm/rlhc-rust.lm
  108. share/colm/runtests
  109. share/doc/colm/colm.vim
  110. @owner
  111. @group
  112. @mode
Collapse this list.
Dependency lines:
  • colm>0:lang/colm
To install the port:
cd /usr/ports/lang/colm/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/colm
  • pkg install colm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: colm
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1669364665 SHA256 (adrian-thurston-colm-0.14.7-43-gd00ef793_GH0.tar.gz) = 2a2f18b28319b8b4f8a17e58885ee7f5093a531f36da1ac120e7466742076eef SIZE (adrian-thurston-colm-0.14.7-43-gd00ef793_GH0.tar.gz) = 1764267

Packages (timestamps in pop-ups are UTC):
colm
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.14.7.430.14.7.43-0.14.7.430.14.7.43---
FreeBSD:13:quarterly0.14.7.430.14.7.430.14.7.430.14.7.430.14.7.430.14.7.430.14.7.430.14.7.43
FreeBSD:14:latest0.14.7.430.14.7.430.14.7.430.14.7.430.14.7.430.14.7.43-0.14.7.43
FreeBSD:14:quarterly0.14.7.430.14.7.43-0.14.7.430.14.7.430.14.7.430.14.7.430.14.7.43
FreeBSD:15:latest0.14.7.430.14.7.43n/a0.14.7.43n/a0.14.7.430.14.7.430.14.7.43
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. bash : shells/bash
  2. gmake>=4.3 : devel/gmake
  3. autoconf>=2.71 : devel/autoconf
  4. automake>=1.16.5 : devel/automake
  5. libtoolize : devel/libtool
Runtime dependencies:
  1. bash : shells/bash
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
lang_colm
USES:
autoreconf gmake libtool shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/adrian-thurston/colm/tar.gz/0.14.7-43-gd00ef793?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port