New port: felis

Felis sends one or more files to stdin. Unlike cat, felis will place all
of its output to a single line.

PR:		ports/18534
Submitted by:	G. Adam Stanislav <adam@whizkidtech.net>
This commit is contained in:
SADA Kenji 2000-08-12 07:11:09 +00:00
parent e12374929d
commit f6e45c0098
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31552
5 changed files with 28 additions and 0 deletions

21
misc/felis/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: felis
# Date created: 13 May 2000
# Whom: G. Adam Stanislav <adam@whizkidtech.net>
#
# $FreeBSD$
#
PORTNAME= felis
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= http://www.whizkidtech.net/fports/
MAINTAINER= adam@whizkidtech.net
MAN1= felis.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/felis ${PREFIX}/bin
$(INSTALL_MAN) ${WRKSRC}/felis.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

1
misc/felis/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (felis-1.0.tar.gz) = 4a90d33e4f4dfa046f6df327589199da

1
misc/felis/pkg-comment Normal file
View File

@ -0,0 +1 @@
A tool which displays one or more files as a single line of text

4
misc/felis/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Felis sends one or more files to stdin. Unlike cat, felis will place all
of its output to a single line.
adam@whizkidtech.net

1
misc/felis/pkg-plist Normal file
View File

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