Package: file Version: 4.03 Revision: 1 Description: Determine file type (magic) License: Restrictive/Distributable DescDetail: << Identifies a file's type based on the contents then provides a description or a mime type. 'File' tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: filesystem tests, magic number tests, and language tests. The first test that succeeds causes the file type to be printed. Released May 24, 2003 The file command was altered in 2000 to output mime type strings and uses an alternative magic file and internal logic. (Apple's file command is old: version 3.22 with Mac OS X 10.2-10.2.5 / Darwin 6.0-6.5). << DescUsage: << The '-i' option causes the file command to output mime type strings rather than the more traditional human readable ones. Thus it may say "text/plain; charset=us-ascii" rather than "ascii text". << Source: mirror:custom:%n-%v.tar.gz CustomMirror: << primary: ftp://ftp.astron.com/pub/file/ nam-us: ftp://ftp.gw.com/mirrors/pub/unix/file/ eur-de: http://www.netsw.org/system/tools/fileutils/find/ eur-de: ftp://ftp.netsw.org/system/tools/fileutils/find/ eur-fi: http://www.funet.fi/pub/unix/tools/file/ eur-de: ftp://ftp.fu-berlin.de/unix/tools/file/ eur-de: http://www.go.dlr.de/fresh/unix/src/misc/ eur-de: http://www.uni-koeln.de/ftp/util/ << Maintainer: Carsten Klapp HomePage: ftp://ftp.astron.com/pub/file/ DescPort: << New in version 4: - UpdateConfigGuess no longer required. - Shared and static libraries added. - Shared library not built to enable prebinding. The dylib can be added to the package at a later time once other new software is developed which would depend on it. (The main executable 'file' does not even link against it yet!(?)) << DescPackaging: << The older 3.14 branch will be kept in Fink for a while, provided the source remains available. This new build has significant changes such as latest autoconf and optional shlibs. << Source-MD5: 679d8982035167160c2d7bd2112fdf85 DocFiles: ChangeLog LEGAL.NOTICE MAINT README Splitoff: << Package: %N-dev DocFiles: LEGAL.NOTICE Files: << lib/libmagic.a lib/libmagic.la include/magic.h share/man/man3/libmagic.3 << << SetCFLAGS: -O3 -prebind Patch: %n.patch ConfigureParams: --mandir='${prefix}/share/man' --enable-shared=no #Depends: %n-shlibs #Splitoff2: << # Package: %N-shlibs # DocFiles: LEGAL.NOTICE # Files: << # lib/libmagic.1.0.0.dylib # lib/libmagic.1.dylib # lib/libmagic.dylib # << # Shlibs: %p/lib/libmagic.1.dylib 2.0.0 %n (>= 4.03-1) #<<