Skip to content

Commit f8d2e68

Browse files
committed
Use correct ABOUT files #1262
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent fd63986 commit f8d2e68

File tree

4 files changed

+51
-11
lines changed

4 files changed

+51
-11
lines changed
Lines changed: 29 additions & 0 deletions
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.
Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
about_resource: magic.mgc
2-
notes: fine free file compiled magic file for 5.22
2+
homepage_url: http://www.darwinsys.com/file/
3+
version: 5.22
4+
name: libmagic
5+
owner: Ian Darwin
6+
download_url: ftp://ftp.astron.com/pub/file/file-5.22.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+
license_expression: bsd-simplified
12+
license_text: libmagic.COPYING
13+
14+
notes: fine free file compiled magic file for 5.22
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
about_resource: libmagic.so
2-
home_url: http://www.darwinsys.com/file/
2+
homepage_url: http://www.darwinsys.com/file/
33
version: 5.22
4-
name fine free file
4+
name: libmagic
55
owner: Ian Darwin
66
download_url: ftp://ftp.astron.com/pub/file/file-5.22.tar.gz
7-
home_url: http://www.darwinsys.com/file/
87

98
copyright: Copyright (c) 1986-1995 Ian F. Darwin
109
Software written by Ian F. Darwin and others.
@@ -13,28 +12,28 @@ license_expression: bsd-simplified
1312
license_text: libmagic.COPYING
1413

1514
notes: to build see also the scripts at https://github.com/nexB/scancode-thirdparty-src/
16-
On Mac, using brew:
15+
On Mac, using brew
1716
* brew instal libmagic
1817
* The built dylib is under /usr/local/Cellar/libmagic/5.22_1/lib/
1918
* or fetch the tarball then ./configure and make
2019

21-
On Linux:
20+
On Linux
2221
* extract the tarball, configure then make
2322
* the build .so in under src/.libs/ and the build magic.mgc under magic
2423

25-
On Windows:
24+
On Windows
2625
* Install a full mingw with mingw-get.
2726

28-
* Install extra mingw packages:
27+
* Install extra mingw packages
2928
mingw-get install msys-zlib
3029

31-
* zlib: fetch and extract the tarball, then:
30+
* zlib- fetch and extract the tarball, then
3231
make -f win32/Makefile.gcc
3332
* copy the zlib1.dll to the vendored bin directory
3433

35-
* gnurx: fetch and extract the tarball, then configure, make, make install
34+
* gnurx- fetch and extract the tarball, then configure, make, make install
3635
* copy the libgnurx-0.dll to the vendored bin directory
3736

38-
* gcc runtime: From your installed Minwg directory/bin:
37+
* gcc runtime- From your installed Minwg directory/bin
3938
* copy the libgcc_s_dw2-1.dll to the vendored bin directory
4039

0 commit comments

Comments
 (0)