Debian packaging of the file type detection program file and library libmagic http://www.darwinsys.com/file/

Christoph Biedl 7f92b0765c file 3.37-3.1 vor 22 Jahren
Magdir 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
debian 7f92b0765c file 3.37-3.1 vor 22 Jahren
Header 3c28670a98 Merge upstream version 3.26, import Debian version 3.26-1 vor 25 Jahren
LEGAL.NOTICE 83e702bf6f Import upstream version 3.28 vor 24 Jahren
Localstuff 53d59582a7 Import upstream version 3.26 vor 26 Jahren
MAINT 8687aedc87 Import upstream version 3.37 vor 23 Jahren
Makefile.am 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
Makefile.in 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
Makefile.std 8687aedc87 Import upstream version 3.37 vor 23 Jahren
README 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
acconfig.h 8687aedc87 Import upstream version 3.37 vor 23 Jahren
acinclude.m4 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
aclocal.m4 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
apprentice.c 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
ascmagic.c 8687aedc87 Import upstream version 3.37 vor 23 Jahren
compress.c 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
config.h.in 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
configure 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
configure.in 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
file.c 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
file.h 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
file.man 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
fsmagic.c 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
install-sh 4d593e3827 Import upstream version 3.24 vor 26 Jahren
is_tar.c 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
magic.local a34ea5bc99 Merge upstream version 3.24, import Debian version 3.24-4 vor 26 Jahren
magic.man 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
magic.mime 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
magic2mime 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
magic2mime.man 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
missing 04b4c5a4b1 Merge upstream version 3.28, import Debian version 3.28-1 vor 24 Jahren
mkinstalldirs 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
names.h 8687aedc87 Import upstream version 3.37 vor 23 Jahren
patchlevel.h 8687aedc87 Import upstream version 3.37 vor 23 Jahren
print.c 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
readelf.c 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
readelf.h 83e702bf6f Import upstream version 3.28 vor 24 Jahren
softmagic.c 23967bda15 Merge upstream version 3.37, import Debian version 3.37-3.1 vor 22 Jahren
stamp-h.in 83e702bf6f Import upstream version 3.28 vor 24 Jahren
tar.h 83e702bf6f Import upstream version 3.28 vor 24 Jahren

README

** README for file(1) Command **
@(#) $Id: README,v 1.25 2001/07/23 21:30:22 christos Exp $

This is Release 3.x of Ian Darwin's (copyright but distributable)
file(1) command. This version is the standard "file" command for Linux,
*BSD, and other systems. (See "patchlevel.h" for the exact release number).

UNIX is a trademark of UNIX System Laboratories.

The prime contributor to Release 3.8 was Guy Harris, who put in megachanges
including byte-order independence.

The prime contributor to Release 3.0 was Christos Zoulas, who put
in hundreds of lines of source code changes, including his own
ANSIfication of the code (I liked my own ANSIfication better, but
his (__P()) is the "Berkeley standard" way of doing it, and I wanted UCB
to include the code...), his HP-like "indirection" (a feature of
the HP file command, I think), and his mods that finally got the
uncompress (-z) mode finished and working.

This release has compiled in numerous environments; see PORTING
for a list and problems.

This fine freeware file(1) follows the USG (System V) model of the file
command, rather than the Research (V7) version or the V7-derived 4.[23]
Berkeley one. That is, the file /etc/magic contains much of the ritual
information that is the source of this program's power. My version
knows a little more magic (including tar archives) than System V; the
/etc/magic parsing seems to be compatible with the (poorly documented)
System V /etc/magic format (with one exception; see the man page).

In addition, the /etc/magic file is built from a subdirectory
for easier(?) maintenance. I will act as a clearinghouse for
magic numbers assigned to all sorts of data files that
are in reasonable circulation. Send your magic numbers,
in magic(4) format please, to the maintainer, Christos Zoulas.

LEGAL.NOTICE - read this first.
README - read this second (you are currently reading this file).
PORTING - read this only if the program won't compile.
Makefile - read this next, adapt it as needed (particularly
the location of the old existing file command and
the man page layouts), type "make" to compile,
"make try" to try it out against your old version.
Expect some diffs, particularly since your original
file(1) may not grok the embedded-space ("\ ") in
the current magic file, or may even not use the
magic file.
apprentice.c - parses /etc/magic to learn magic
ascmagic.c - third & last set of tests, based on hardwired assumptions.
core - not included in distribution due to mailer limitations.
debug.c - includes -c printout routine
file.1 - man page for the command
magic.4 - man page for the magic file, courtesy Guy Harris.
Install as magic.4 on USG and magic.5 on V7 or Berkeley; cf Makefile.
file.c - main program
file.h - header file
fsmagic.c - first set of tests the program runs, based on filesystem info
is_tar.c, tar.h - knows about tarchives (courtesy John Gilmore).
magdir - directory of /etc/magic pieces
magdir/Makefile - ADJUST THIS FOR YOUR CONFIGURATION
names.h - header file for ascmagic.c
softmagic.c - 2nd set of tests, based on /etc/magic
readelf.[ch] - Stand-alone elf parsing code.
compress.c - on-the-fly decompression.
internat.c - recognize international `text' files.
print.c - print results, errors, warnings.

If your gzip sometimes fails to decompress things complaining about a short
file, apply this patch [which is going to be in the next version of gzip]:
*** - Tue Oct 29 02:06:35 1996
--- util.c Sun Jul 21 21:51:38 1996
*** 106,111 ****
--- 108,114 ----

if (insize == 0) {
if (eof_ok) return EOF;
+ flush_window();
read_error();
}
bytes_in += (ulg)insize;

E-mail: christos@astron.com

Phone: Do not even think of telephoning me about this program. Send cash first!

Parts of this software were developed at SoftQuad Inc., 56 Aberfoyle
Cres, # 810, Toronto, Ontario CANADA M8X 2W4. Phone: 416-239-4801 or
800-387-2777. Email: mail@sq.com. Call for information on SGML editing
and browsing, Unix text processing, and customised products on Unix,
DOS and Mac.

From: Kees Zeelenberg

An MS-Windows (Win32) port of File-3.36 is available from
http://gnuwin32.sourceforge.net/
File is an implementation of the Unix File(1) command.
It knows the 'magic number' of several thousands of file types.