Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/file/magdir file 3.33



details:   https://anonhg.NetBSD.org/src/rev/083bdc1f2d4e
branches:  trunk
changeset: 499573:083bdc1f2d4e
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Nov 23 23:07:30 2000 +0000

description:
file 3.33

diffstat:

 usr.bin/file/magdir/ctags     |   5 +++++
 usr.bin/file/magdir/macintosh |  18 ++++++++++++++++++
 usr.bin/file/magdir/riff      |   2 ++
 3 files changed, 25 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 49dd8d7614b1 -r 083bdc1f2d4e usr.bin/file/magdir/ctags
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/file/magdir/ctags Thu Nov 23 23:07:30 2000 +0000
@@ -0,0 +1,5 @@
+
+# ----------------------------------------------------------------------------
+# ctags:  file (1) magic for Exuberant Ctags files
+# From: Alexander Mai <mai%migdal.ikp.physik.tu-darmstadt.de@localhost>
+0       string  !_TAG   Exuberant Ctags tag file
diff -r 49dd8d7614b1 -r 083bdc1f2d4e usr.bin/file/magdir/macintosh
--- a/usr.bin/file/magdir/macintosh     Thu Nov 23 23:01:55 2000 +0000
+++ b/usr.bin/file/magdir/macintosh     Thu Nov 23 23:07:30 2000 +0000
@@ -222,3 +222,21 @@
 # Just in case...
 
 102    string          mBIN            MacBinary III data with surprising version number
+
+# sas magic from Bruce Foster (bef%nwu.edu@localhost)
+#
+#0     string          SAS             SAS
+#>8    string          x               %s
+0      string          SAS             SAS
+>24    string          DATA            data file
+>24    string          CATALOG         catalog
+>24    string          INDEX           data file index
+>24    string          VIEW            data view
+# spss magic for SPSS system and portable files, 
+#       from Bruce Foster (bef%nwu.edu@localhost).
+
+0      long            0xc1e2c3c9      SPSS Portable File
+>40    string          x               %s
+
+0      string          $FL2            SPSS System File
+>24    string          x               %s
diff -r 49dd8d7614b1 -r 083bdc1f2d4e usr.bin/file/magdir/riff
--- a/usr.bin/file/magdir/riff  Thu Nov 23 23:01:55 2000 +0000
+++ b/usr.bin/file/magdir/riff  Thu Nov 23 23:07:30 2000 +0000
@@ -91,3 +91,5 @@
 # Notation Interchange File Format (big-endian only)
 >8     string          NIFF            \b, Notation Interchange File Format
 
+# SoundFont 2 <mpruett%sgi.com@localhost>
+>8     string          sfbk            SoundFont 2



Home | Main Index | Thread Index | Old Index