Finfo displays potentially useful information about a file.

AUTHOR:         Christine F. Maxwell <cfm@o-o.org>
WWW:            http://www.cfm.o-o.org/software/finfo/

PR:		ports/40762
Submitted by:	Michael L. Hostbaek (mich@freebsdcluster.org)
This commit is contained in:
Ollivier Robert 2002-07-23 13:31:06 +00:00
parent 66cb5d38ef
commit f6e7146a25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63433
5 changed files with 32 additions and 0 deletions

22
sysutils/finfo/Makefile Normal file
View file

@ -0,0 +1,22 @@
# ex:ts=8
# Ports collection makefile for: finfo
# Date created: Tue Jul 18, 2002
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
#
# $FreeBSD$
#
PORTNAME= finfo
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://www.cfm.o-o.org/software/finfo/
MAINTAINER= mich@freebsdcluster.org
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>

1
sysutils/finfo/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (finfo-0.1.tar.gz) = e6a1a4f597f875082beb7f65a3ce4d42

View file

@ -0,0 +1 @@
Finfo displays potentially useful information about a file

7
sysutils/finfo/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
Finfo displays potentially useful information about a file.
AUTHOR: Christine F. Maxwell <cfm@o-o.org>
WWW: http://www.cfm.o-o.org/software/finfo/
- Michael L. Hostbaek
mich@freebsdcluster.org

1
sysutils/finfo/pkg-plist Normal file
View file

@ -0,0 +1 @@
bin/finfo