add file for 4.3-pre users
PR: 32709 Submitted by: Jason Harris <jharris@widomaker.com>
This commit is contained in:
parent
54685a8200
commit
25dc52867d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51442
@ -48,6 +48,7 @@
|
||||
SUBDIR += extipl
|
||||
SUBDIR += fcron
|
||||
SUBDIR += ffsrecov
|
||||
SUBDIR += file
|
||||
SUBDIR += filedupe
|
||||
SUBDIR += fileutils
|
||||
SUBDIR += flexbackup
|
||||
|
23
sysutils/file/Makefile
Normal file
23
sysutils/file/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: file
|
||||
# Date created: 2001-11-10
|
||||
# Whom: Jason Harris <jharris@widomaker.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= file
|
||||
PORTVERSION= 3.37
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ftp.astron.com/pub/file/ \
|
||||
ftp://ftp.gw.com/mirrors/pub/unix/file/ \
|
||||
ftp://ftp.netsw.org/system/tools/fileutils/find/ \
|
||||
ftp://ftp.fu-berlin.de/unix/tools/file/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-fsect-man5
|
||||
MAN1= file.1
|
||||
MAN5= magic.5
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/file/distinfo
Normal file
1
sysutils/file/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (file-3.37.tar.gz) = 5743b2fc24743b6188504762d40c0b4c
|
1
sysutils/file/pkg-comment
Normal file
1
sysutils/file/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
File - determine file type
|
7
sysutils/file/pkg-descr
Normal file
7
sysutils/file/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
File - determine file 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.
|
4
sysutils/file/pkg-plist
Normal file
4
sysutils/file/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/file
|
||||
share/magic
|
||||
share/magic.mime
|
||||
share/magic.mgc
|
Loading…
Reference in New Issue
Block a user