aboutsummaryrefslogtreecommitdiff
path: root/lang/pure/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/pure/files/pkg-message.in')
-rw-r--r--lang/pure/files/pkg-message.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/pure/files/pkg-message.in b/lang/pure/files/pkg-message.in
new file mode 100644
index 000000000000..9f4e0365a099
--- /dev/null
+++ b/lang/pure/files/pkg-message.in
@@ -0,0 +1,20 @@
+====
+%%ETC%%Note that we installed a few Pure syntax highlighting
+%%ETC%%files for the code editors in %%DATADIR%%/etc/
+%%ETC%%
+A text-based browser, such as one of following
+
+lynx www/lynx
+w3m www/w3m
+
+is recommended to use the `help' command inside the
+interpreter. Check pure(1) for details.
+
+To enable the inline C/C++ code compilation, one of
+following is required:
+
+clang lang/clang
+llvm-gcc4 lang/llvm-gcc4
+
+Install them as needed.
+====