Skip to content

Commit 00f7b2c

Browse files
committed
Experimental and unsupported inclusion of Linux-32 bits pre-built
binaries. #33
1 parent 574f3d7 commit 00f7b2c

File tree

6 files changed

+72
-0
lines changed

6 files changed

+72
-0
lines changed
567 KB
Binary file not shown.
+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
about_resource:
2+
home_url: http://www.darwinsys.com/file/
3+
version: 5.23
4+
name fine free file
5+
owner: Ian Darwin
6+
download_url: ftp://ftp.astron.com/pub/file/file-5.23.tar.gz
7+
8+
copyright: Copyright (c) 1986-1995 Ian F. Darwin
9+
Software written by Ian F. Darwin and others.
10+
maintained 1994- Christos Zoulas.
11+
12+
license: bsd-simplified
13+
14+
license-text_file: file.COPYING
15+
16+
17+
notes: to build:
18+
On Mac, using brew or the basic toolchain:
19+
* extract the tarball
20+
* ./configure --enable-fsect-man5 --enable-static
21+
* The built dylib is under src/.libs
22+
23+
On Linux:
24+
* extract the tarball, configure then make
25+
* the build .so in under src/.libs/ and the build magic.mgc under magic
26+
27+
On Windows:
28+
* Install a full mingw with mingw-get.
29+
30+
* Install extra mingw packages:
31+
mingw-get install msys-zlib
32+
33+
* zlib: fetch and extract the tarball, then:
34+
make -f win32/Makefile.gcc
35+
* copy the zlib1.dll to the vendored bin directory
36+
37+
* gnurx: fetch and extract the tarball, then configure, make, make install
38+
* copy the libgnurx-0.dll to the vendored bin directory
39+
40+
* gcc runtime: From your installed Minwg directory/bin:
41+
* copy the libgcc_s_dw2-1.dll to the vendored bin directory
42+
+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
$File: COPYING,v 1.1 2008/02/05 19:08:11 christos Exp $
2+
Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995.
3+
Software written by Ian F. Darwin and others;
4+
maintained 1994- Christos Zoulas.
5+
6+
This software is not subject to any export provision of the United States
7+
Department of Commerce, and may be exported to any country or planet.
8+
9+
Redistribution and use in source and binary forms, with or without
10+
modification, are permitted provided that the following conditions
11+
are met:
12+
1. Redistributions of source code must retain the above copyright
13+
notice immediately at the beginning of the file, without modification,
14+
this list of conditions, and the following disclaimer.
15+
2. Redistributions in binary form must reproduce the above copyright
16+
notice, this list of conditions and the following disclaimer in the
17+
documentation and/or other materials provided with the distribution.
18+
19+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
20+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22+
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
23+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25+
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29+
SUCH DAMAGE.
98.2 KB
Binary file not shown.
3.69 MB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
notes: fine free file compiled magic file for 5.23

0 commit comments

Comments
 (0)