]> 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..3298277
--- /dev/null
@@ -0,0 +1,23 @@
+
+#------------------------------------------------------------------------------
+# $File: animation,v 1.57 2015/11/29 22:11:07 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 8dfe8516c8abbb7d70f8adf7b7c739c2d8ab4f4c..8789a2b653379a90d3171e135562c80e631b31f7 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $File: Makefile.am,v 1.111 2016/02/14 15:32:22 christos Exp $
+# $File: Makefile.am,v 1.112 2016/02/14 15:48:18 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 \