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.39



details:   https://anonhg.NetBSD.org/src/rev/731b33d32593
branches:  trunk
changeset: 533785:731b33d32593
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jul 09 14:47:21 2002 +0000

description:
file 3.39

diffstat:

 usr.bin/file/magdir/cddb    |  11 +++++++++++
 usr.bin/file/magdir/impulse |  18 ++++++++++++++++++
 usr.bin/file/magdir/pulsar  |   2 ++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 3d30058c227a -r 731b33d32593 usr.bin/file/magdir/cddb
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/file/magdir/cddb  Tue Jul 09 14:47:21 2002 +0000
@@ -0,0 +1,11 @@
+
+#------------------------------------------------------------------------------
+# CDDB: file(1) magic for CDDB(tm) format CD text data files
+#
+# From <steve%gracenote.com@localhost>
+#
+# This is the /etc/magic entry to decode datafiles as used by
+# CDDB-enabled CD player applications.
+#
+
+0       string/b        #\040xmcd               CDDB(tm) format CD text data
diff -r 3d30058c227a -r 731b33d32593 usr.bin/file/magdir/impulse
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/file/magdir/impulse       Tue Jul 09 14:47:21 2002 +0000
@@ -0,0 +1,18 @@
+#------------------------------------------------------------------------------
+# impulse tracker:  file(1) magic for Impulse Tracker data files
+#
+# From <collver1%attbi.com@localhost>
+# These are the /etc/magic entries to decode modules, instruments, and
+# samples in Impulse Tracker's native format.
+
+0      string          IMPS            Impulse Tracker Sample
+>18    byte            &2              16 bit
+>18    byte            ^2              8 bit
+>18    byte            &4              stereo
+>18    byte            ^4              mono
+0      string          IMPI            Impulse Tracker Instrument
+>28    leshort         !0              ITv%x
+>30    byte            !0              %d samples
+0      string          IMPM            Impulse Tracker Module
+>40    leshort         !0              compatible w/ITv%x
+>42    leshort         !0              created w/ITv%x
diff -r 3d30058c227a -r 731b33d32593 usr.bin/file/magdir/pulsar
--- a/usr.bin/file/magdir/pulsar        Tue Jul 09 14:32:38 2002 +0000
+++ b/usr.bin/file/magdir/pulsar        Tue Jul 09 14:47:21 2002 +0000
@@ -1,3 +1,4 @@
+
 #------------------------------------------------------------------------------
 # pulsar:  file(1) magic for Pulsar POP3 daemon binary files
 #
@@ -8,3 +9,4 @@
 0      belong  0x1ee7f11e      Pulsar POP3 daemon mailbox cache file.
 >4     ubelong x               Version: %d.
 >8     ubelong x               \b%d
+



Home | Main Index | Thread Index | Old Index