From a66ed5a8569c6d70b59e15ea922ef72abb4f0410 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Fri, 26 Feb 2016 15:52:45 +0000 Subject: [PATCH] Add polyml. --- magic/Magdir/polyml | 23 +++++++++++++++++++++++ magic/Makefile.am | 3 ++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 magic/Magdir/polyml diff --git a/magic/Magdir/polyml b/magic/Magdir/polyml new file mode 100644 index 00000000..3298277a --- /dev/null +++ b/magic/Magdir/polyml @@ -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 + +0 string POLYSAVE Poly/ML saved state +>8 long x version %u + +0 string POLYMODU Poly/ML saved module +>8 long x version %u diff --git a/magic/Makefile.am b/magic/Makefile.am index 8dfe8516..8789a2b6 100644 --- a/magic/Makefile.am +++ b/magic/Makefile.am @@ -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 \ -- 2.40.0