diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 04:03:48 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 04:03:48 +0000 |
commit | 25dc52867d4c6b31f4eb46f9c357bf40ef8e0dd3 (patch) | |
tree | 2b1001228e78038f34c1c24ba0e8fde1bbf48189 /sysutils/file | |
parent | 54685a8200c9219834162e756e905726bc0cf8f4 (diff) | |
download | ports-25dc52867d4c6b31f4eb46f9c357bf40ef8e0dd3.tar.gz ports-25dc52867d4c6b31f4eb46f9c357bf40ef8e0dd3.zip |
Notes
Diffstat (limited to 'sysutils/file')
-rw-r--r-- | sysutils/file/Makefile | 23 | ||||
-rw-r--r-- | sysutils/file/distinfo | 1 | ||||
-rw-r--r-- | sysutils/file/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/file/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/file/pkg-plist | 4 |
5 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile new file mode 100644 index 000000000000..12c035fad51c --- /dev/null +++ b/sysutils/file/Makefile @@ -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> diff --git a/sysutils/file/distinfo b/sysutils/file/distinfo new file mode 100644 index 000000000000..8b3a01398dc4 --- /dev/null +++ b/sysutils/file/distinfo @@ -0,0 +1 @@ +MD5 (file-3.37.tar.gz) = 5743b2fc24743b6188504762d40c0b4c diff --git a/sysutils/file/pkg-comment b/sysutils/file/pkg-comment new file mode 100644 index 000000000000..e5166c46ebdd --- /dev/null +++ b/sysutils/file/pkg-comment @@ -0,0 +1 @@ +File - determine file type diff --git a/sysutils/file/pkg-descr b/sysutils/file/pkg-descr new file mode 100644 index 000000000000..0eb04acef6c4 --- /dev/null +++ b/sysutils/file/pkg-descr @@ -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. diff --git a/sysutils/file/pkg-plist b/sysutils/file/pkg-plist new file mode 100644 index 000000000000..256f2108f585 --- /dev/null +++ b/sysutils/file/pkg-plist @@ -0,0 +1,4 @@ +bin/file +share/magic +share/magic.mime +share/magic.mgc |