diff options
author | roberto <roberto@FreeBSD.org> | 2002-07-23 21:31:06 +0800 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2002-07-23 21:31:06 +0800 |
commit | 525d0a8ac0040b20881bd4155480132d6a967d40 (patch) | |
tree | d4a25fe9436aedb7a4a47faced9c523dc9c82c65 /sysutils/finfo | |
parent | b68d57de20b0793d1a6d30f57031b55bdbb0b01b (diff) | |
download | freebsd-ports-gnome-525d0a8ac0040b20881bd4155480132d6a967d40.tar.gz freebsd-ports-gnome-525d0a8ac0040b20881bd4155480132d6a967d40.tar.zst freebsd-ports-gnome-525d0a8ac0040b20881bd4155480132d6a967d40.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)
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 |