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
libantlr4 ANother Tool for Language Recognition (C runtime)
4.13.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.13.1Version of this port present on the latest quarterly branch.
Maintainer: fluffy@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-05-26 14:03:05
Last Update: 2023-10-25 18:40:51
Commit Hash: 1ccd5cb
License: BSD3CLAUSE
WWW:
https://www.antlr.org/
Description:
ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages. ANTLR provides excellent support for tree construction, tree walking, translation, error recovery, and error reporting. This package provides the ANTLR vv C/C++ runtime library.
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 (182 items)
Collapse this list.
  1. /usr/local/share/licenses/libantlr4-4.13.1/catalog.mk
  2. /usr/local/share/licenses/libantlr4-4.13.1/LICENSE
  3. /usr/local/share/licenses/libantlr4-4.13.1/BSD3CLAUSE
  4. include/antlr4-runtime/ANTLRErrorListener.h
  5. include/antlr4-runtime/ANTLRErrorStrategy.h
  6. include/antlr4-runtime/ANTLRFileStream.h
  7. include/antlr4-runtime/ANTLRInputStream.h
  8. include/antlr4-runtime/BailErrorStrategy.h
  9. include/antlr4-runtime/BaseErrorListener.h
  10. include/antlr4-runtime/BufferedTokenStream.h
  11. include/antlr4-runtime/CharStream.h
  12. include/antlr4-runtime/CommonToken.h
  13. include/antlr4-runtime/CommonTokenFactory.h
  14. include/antlr4-runtime/CommonTokenStream.h
  15. include/antlr4-runtime/ConsoleErrorListener.h
  16. include/antlr4-runtime/DefaultErrorStrategy.h
  17. include/antlr4-runtime/DiagnosticErrorListener.h
  18. include/antlr4-runtime/Exceptions.h
  19. include/antlr4-runtime/FailedPredicateException.h
  20. include/antlr4-runtime/FlatHashMap.h
  21. include/antlr4-runtime/FlatHashSet.h
  22. include/antlr4-runtime/InputMismatchException.h
  23. include/antlr4-runtime/IntStream.h
  24. include/antlr4-runtime/InterpreterRuleContext.h
  25. include/antlr4-runtime/Lexer.h
  26. include/antlr4-runtime/LexerInterpreter.h
  27. include/antlr4-runtime/LexerNoViableAltException.h
  28. include/antlr4-runtime/ListTokenSource.h
  29. include/antlr4-runtime/NoViableAltException.h
  30. include/antlr4-runtime/Parser.h
  31. include/antlr4-runtime/ParserInterpreter.h
  32. include/antlr4-runtime/ParserRuleContext.h
  33. include/antlr4-runtime/ProxyErrorListener.h
  34. include/antlr4-runtime/RecognitionException.h
  35. include/antlr4-runtime/Recognizer.h
  36. include/antlr4-runtime/RuleContext.h
  37. include/antlr4-runtime/RuleContextWithAltNum.h
  38. include/antlr4-runtime/RuntimeMetaData.h
  39. include/antlr4-runtime/Token.h
  40. include/antlr4-runtime/TokenFactory.h
  41. include/antlr4-runtime/TokenSource.h
  42. include/antlr4-runtime/TokenStream.h
  43. include/antlr4-runtime/TokenStreamRewriter.h
  44. include/antlr4-runtime/UnbufferedCharStream.h
  45. include/antlr4-runtime/UnbufferedTokenStream.h
  46. include/antlr4-runtime/Version.h
  47. include/antlr4-runtime/Vocabulary.h
  48. include/antlr4-runtime/WritableToken.h
  49. include/antlr4-runtime/antlr4-common.h
  50. include/antlr4-runtime/antlr4-runtime.h
  51. include/antlr4-runtime/atn/ATN.h
  52. include/antlr4-runtime/atn/ATNConfig.h
  53. include/antlr4-runtime/atn/ATNConfigSet.h
  54. include/antlr4-runtime/atn/ATNDeserializationOptions.h
  55. include/antlr4-runtime/atn/ATNDeserializer.h
  56. include/antlr4-runtime/atn/ATNSimulator.h
  57. include/antlr4-runtime/atn/ATNState.h
  58. include/antlr4-runtime/atn/ATNStateType.h
  59. include/antlr4-runtime/atn/ATNType.h
  60. include/antlr4-runtime/atn/ActionTransition.h
  61. include/antlr4-runtime/atn/AmbiguityInfo.h
  62. include/antlr4-runtime/atn/ArrayPredictionContext.h
  63. include/antlr4-runtime/atn/AtomTransition.h
  64. include/antlr4-runtime/atn/BasicBlockStartState.h
  65. include/antlr4-runtime/atn/BasicState.h
  66. include/antlr4-runtime/atn/BlockEndState.h
  67. include/antlr4-runtime/atn/BlockStartState.h
  68. include/antlr4-runtime/atn/ContextSensitivityInfo.h
  69. include/antlr4-runtime/atn/DecisionEventInfo.h
  70. include/antlr4-runtime/atn/DecisionInfo.h
  71. include/antlr4-runtime/atn/DecisionState.h
  72. include/antlr4-runtime/atn/EpsilonTransition.h
  73. include/antlr4-runtime/atn/ErrorInfo.h
  74. include/antlr4-runtime/atn/HashUtils.h
  75. include/antlr4-runtime/atn/LL1Analyzer.h
  76. include/antlr4-runtime/atn/LexerATNConfig.h
  77. include/antlr4-runtime/atn/LexerATNSimulator.h
  78. include/antlr4-runtime/atn/LexerAction.h
  79. include/antlr4-runtime/atn/LexerActionExecutor.h
  80. include/antlr4-runtime/atn/LexerActionType.h
  81. include/antlr4-runtime/atn/LexerChannelAction.h
  82. include/antlr4-runtime/atn/LexerCustomAction.h
  83. include/antlr4-runtime/atn/LexerIndexedCustomAction.h
  84. include/antlr4-runtime/atn/LexerModeAction.h
  85. include/antlr4-runtime/atn/LexerMoreAction.h
  86. include/antlr4-runtime/atn/LexerPopModeAction.h
  87. include/antlr4-runtime/atn/LexerPushModeAction.h
  88. include/antlr4-runtime/atn/LexerSkipAction.h
  89. include/antlr4-runtime/atn/LexerTypeAction.h
  90. include/antlr4-runtime/atn/LookaheadEventInfo.h
  91. include/antlr4-runtime/atn/LoopEndState.h
  92. include/antlr4-runtime/atn/NotSetTransition.h
  93. include/antlr4-runtime/atn/OrderedATNConfigSet.h
  94. include/antlr4-runtime/atn/ParseInfo.h
  95. include/antlr4-runtime/atn/ParserATNSimulator.h
  96. include/antlr4-runtime/atn/ParserATNSimulatorOptions.h
  97. include/antlr4-runtime/atn/PlusBlockStartState.h
  98. include/antlr4-runtime/atn/PlusLoopbackState.h
  99. include/antlr4-runtime/atn/PrecedencePredicateTransition.h
  100. include/antlr4-runtime/atn/PredicateEvalInfo.h
  101. include/antlr4-runtime/atn/PredicateTransition.h
  102. include/antlr4-runtime/atn/PredictionContext.h
  103. include/antlr4-runtime/atn/PredictionContextCache.h
  104. include/antlr4-runtime/atn/PredictionContextMergeCache.h
  105. include/antlr4-runtime/atn/PredictionContextMergeCacheOptions.h
  106. include/antlr4-runtime/atn/PredictionContextType.h
  107. include/antlr4-runtime/atn/PredictionMode.h
  108. include/antlr4-runtime/atn/ProfilingATNSimulator.h
  109. include/antlr4-runtime/atn/RangeTransition.h
  110. include/antlr4-runtime/atn/RuleStartState.h
  111. include/antlr4-runtime/atn/RuleStopState.h
  112. include/antlr4-runtime/atn/RuleTransition.h
  113. include/antlr4-runtime/atn/SemanticContext.h
  114. include/antlr4-runtime/atn/SemanticContextType.h
  115. include/antlr4-runtime/atn/SerializedATNView.h
  116. include/antlr4-runtime/atn/SetTransition.h
  117. include/antlr4-runtime/atn/SingletonPredictionContext.h
  118. include/antlr4-runtime/atn/StarBlockStartState.h
  119. include/antlr4-runtime/atn/StarLoopEntryState.h
  120. include/antlr4-runtime/atn/StarLoopbackState.h
  121. include/antlr4-runtime/atn/TokensStartState.h
  122. include/antlr4-runtime/atn/Transition.h
  123. include/antlr4-runtime/atn/TransitionType.h
  124. include/antlr4-runtime/atn/WildcardTransition.h
  125. include/antlr4-runtime/dfa/DFA.h
  126. include/antlr4-runtime/dfa/DFASerializer.h
  127. include/antlr4-runtime/dfa/DFAState.h
  128. include/antlr4-runtime/dfa/LexerDFASerializer.h
  129. include/antlr4-runtime/internal/Synchronization.h
  130. include/antlr4-runtime/misc/InterpreterDataReader.h
  131. include/antlr4-runtime/misc/Interval.h
  132. include/antlr4-runtime/misc/IntervalSet.h
  133. include/antlr4-runtime/misc/MurmurHash.h
  134. include/antlr4-runtime/misc/Predicate.h
  135. include/antlr4-runtime/support/Any.h
  136. include/antlr4-runtime/support/Arrays.h
  137. include/antlr4-runtime/support/BitSet.h
  138. include/antlr4-runtime/support/CPPUtils.h
  139. include/antlr4-runtime/support/Casts.h
  140. include/antlr4-runtime/support/Declarations.h
  141. include/antlr4-runtime/support/StringUtils.h
  142. include/antlr4-runtime/support/Unicode.h
  143. include/antlr4-runtime/support/Utf8.h
  144. include/antlr4-runtime/tree/AbstractParseTreeVisitor.h
  145. include/antlr4-runtime/tree/ErrorNode.h
  146. include/antlr4-runtime/tree/ErrorNodeImpl.h
  147. include/antlr4-runtime/tree/IterativeParseTreeWalker.h
  148. include/antlr4-runtime/tree/ParseTree.h
  149. include/antlr4-runtime/tree/ParseTreeListener.h
  150. include/antlr4-runtime/tree/ParseTreeProperty.h
  151. include/antlr4-runtime/tree/ParseTreeType.h
  152. include/antlr4-runtime/tree/ParseTreeVisitor.h
  153. include/antlr4-runtime/tree/ParseTreeWalker.h
  154. include/antlr4-runtime/tree/TerminalNode.h
  155. include/antlr4-runtime/tree/TerminalNodeImpl.h
  156. include/antlr4-runtime/tree/Trees.h
  157. include/antlr4-runtime/tree/pattern/Chunk.h
  158. include/antlr4-runtime/tree/pattern/ParseTreeMatch.h
  159. include/antlr4-runtime/tree/pattern/ParseTreePattern.h
  160. include/antlr4-runtime/tree/pattern/ParseTreePatternMatcher.h
  161. include/antlr4-runtime/tree/pattern/RuleTagToken.h
  162. include/antlr4-runtime/tree/pattern/TagChunk.h
  163. include/antlr4-runtime/tree/pattern/TextChunk.h
  164. include/antlr4-runtime/tree/pattern/TokenTagToken.h
  165. include/antlr4-runtime/tree/xpath/XPath.h
  166. include/antlr4-runtime/tree/xpath/XPathElement.h
  167. include/antlr4-runtime/tree/xpath/XPathLexer.h
  168. include/antlr4-runtime/tree/xpath/XPathLexerErrorListener.h
  169. include/antlr4-runtime/tree/xpath/XPathRuleAnywhereElement.h
  170. include/antlr4-runtime/tree/xpath/XPathRuleElement.h
  171. include/antlr4-runtime/tree/xpath/XPathTokenAnywhereElement.h
  172. include/antlr4-runtime/tree/xpath/XPathTokenElement.h
  173. include/antlr4-runtime/tree/xpath/XPathWildcardAnywhereElement.h
  174. include/antlr4-runtime/tree/xpath/XPathWildcardElement.h
  175. lib/libantlr4-runtime.a
  176. lib/libantlr4-runtime.so
  177. lib/libantlr4-runtime.so.4.13.1
  178. share/doc/libantlr4/README.md
  179. share/doc/libantlr4/VERSION
  180. @owner
  181. @group
  182. @mode
Collapse this list.
Dependency lines:
  • libantlr4>0:devel/libantlr4
To install the port:
cd /usr/ports/devel/libantlr4/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libantlr4
  • pkg install libantlr4
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libantlr4
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1698258769 SHA256 (antlr4-cpp-runtime-4.13.1-source.zip) = d350e09917a633b738c68e1d6dc7d7710e91f4d6543e154a78bb964cfd8eb4de SIZE (antlr4-cpp-runtime-4.13.1-source.zip) = 3173010

Packages (timestamps in pop-ups are UTC):
libantlr4
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.13.14.13.14.94.13.14.13.1-4.9-
FreeBSD:13:quarterly4.13.14.13.14.13.04.13.14.13.14.13.14.13.14.13.1
FreeBSD:14:latest4.13.14.13.14.9.34.13.14.13.14.13.0-4.13.0
FreeBSD:14:quarterly4.13.14.13.1-4.13.14.13.14.13.14.13.14.13.1
FreeBSD:15:latest4.13.14.13.1n/a4.13.1n/a4.13.14.13.14.13.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. utf8cpp>0 : devel/utf8cpp
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_libantlr4
USES:
cmake:testing compiler:c11 localbase:ldflags zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.antlr.org/download/
Collapse this list.

There are no commits on branch 2022Q3 for this port