]> granicus.if.org Git - file/commitdiff
Add polyml.
authorChristos Zoulas <christos@zoulas.com>
Fri, 26 Feb 2016 15:52:45 +0000 (15:52 +0000)
committerChristos Zoulas <christos@zoulas.com>
Fri, 26 Feb 2016 15:52:45 +0000 (15:52 +0000)
magic/Magdir/polyml [new file with mode: 0644]
magic/Makefile.am

diff --git a/magic/Magdir/polyml b/magic/Magdir/polyml
new file mode 100644 (file)
index 0000000..0af9baf
--- /dev/null
@@ -0,0 +1,23 @@
+
+#------------------------------------------------------------------------------
+# $File: polyml,v 1.1 2016/02/26 15:52:45 christos Exp $
+# polyml:  file(1) magic for PolyML
+#
+# PolyML
+# MPEG, FLI, DL originally from vax@ccwf.cc.utexas.edu (VaX#n8)
+# FLC, SGI, Apple originally from Daniel Quinlan (quinlan@yggdrasil.com)
+
+# [0]: http://www.polyml.org/
+# [1]: https://github.com/polyml/polyml/blob/master/\
+#      libpolyml/savestate.cpp#L146-L147
+# [2]: https://github.com/polyml/polyml/blob/master/\
+#      libpolyml/savestate.cpp#L1262-L1263
+
+# Type: Poly/ML saved data
+# From: Matthew Fernandez <matthew.fernandez@gmail.com>
+
+0      string  POLYSAVE        Poly/ML saved state
+>8     long    x               version %u
+
+0      string  POLYMODU        Poly/ML saved module
+>8     long    x               version %u
index 411343863204721f3e9d6b51bdc33f0b44e1d40d..a5ed8ab2f2668fa175ad29434b2d3318b2ba41f5 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $File: Makefile.am,v 1.112 2016/02/14 15:48:18 christos Exp $
+# $File: Makefile.am,v 1.113 2016/02/26 15:52:45 christos Exp $
 #
 MAGIC_FRAGMENT_BASE = Magdir
 MAGIC_DIR = $(top_srcdir)/magic
@@ -199,6 +199,7 @@ $(MAGIC_FRAGMENT_DIR)/pgp \
 $(MAGIC_FRAGMENT_DIR)/pkgadd \
 $(MAGIC_FRAGMENT_DIR)/plan9 \
 $(MAGIC_FRAGMENT_DIR)/plus5 \
+$(MAGIC_FRAGMENT_DIR)/polyml \
 $(MAGIC_FRAGMENT_DIR)/printer \
 $(MAGIC_FRAGMENT_DIR)/project \
 $(MAGIC_FRAGMENT_DIR)/psdbms \