diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2002-07-23 13:31:06 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2002-07-23 13:31:06 +0000 |
commit | f6e7146a25786b0b8139fe5fff48221f5909a744 (patch) | |
tree | 36be8e397e55720f0ed1bd8e8b2e1f0af6345d6f /sysutils/finfo | |
parent | 66cb5d38efcf6a2b4d6fa7d9d8eb2fcfa6312244 (diff) | |
download | ports-f6e7146a25786b0b8139fe5fff48221f5909a744.tar.gz ports-f6e7146a25786b0b8139fe5fff48221f5909a744.zip |
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)
Notes
Notes:
svn path=/head/; revision=63433
Diffstat (limited to 'sysutils/finfo')
-rw-r--r-- | sysutils/finfo/Makefile | 22 | ||||
-rw-r--r-- | sysutils/finfo/distinfo | 1 | ||||
-rw-r--r-- | sysutils/finfo/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/finfo/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/finfo/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/sysutils/finfo/Makefile b/sysutils/finfo/Makefile new file mode 100644 index 000000000000..c7203ed66f07 --- /dev/null +++ b/sysutils/finfo/Makefile @@ -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> diff --git a/sysutils/finfo/distinfo b/sysutils/finfo/distinfo new file mode 100644 index 000000000000..0af07f9fcbee --- /dev/null +++ b/sysutils/finfo/distinfo @@ -0,0 +1 @@ +MD5 (finfo-0.1.tar.gz) = e6a1a4f597f875082beb7f65a3ce4d42 diff --git a/sysutils/finfo/pkg-comment b/sysutils/finfo/pkg-comment new file mode 100644 index 000000000000..af207ca85b8f --- /dev/null +++ b/sysutils/finfo/pkg-comment @@ -0,0 +1 @@ +Finfo displays potentially useful information about a file diff --git a/sysutils/finfo/pkg-descr b/sysutils/finfo/pkg-descr new file mode 100644 index 000000000000..96827a48c899 --- /dev/null +++ b/sysutils/finfo/pkg-descr @@ -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 diff --git a/sysutils/finfo/pkg-plist b/sysutils/finfo/pkg-plist new file mode 100644 index 000000000000..7008822fbb1a --- /dev/null +++ b/sysutils/finfo/pkg-plist @@ -0,0 +1 @@ +bin/finfo |