Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 1999 21:10:00 -0800 (PST)
From:      Chris Piazza <cpiazza@home.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/10268: [new port] colortail
Message-ID:  <199902260510.VAA67713@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/10268; it has been noted by GNATS.

From: Chris Piazza <cpiazza@home.net>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/10268: [new port] colortail
Date: Thu, 25 Feb 1999 21:07:05 -0800 (PST)

 doh!
 Missed a @dirrm in PLIST, updated below:
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #       colortail
 #       colortail/Makefile
 #       colortail/files
 #       colortail/files/md5
 #       colortail/pkg
 #       colortail/pkg/PLIST
 #       colortail/pkg/COMMENT
 #       colortail/pkg/DESCR
 #
 echo c - colortail
 mkdir -p colortail > /dev/null 2>&1
 echo x - colortail/Makefile
 sed 's/^X//' >colortail/Makefile << 'END-of-colortail/Makefile'
 X# New ports collection makefile for:   colortail
 X# Version required:    0.1
 X# Date created:                25 February 1999
 X# Whom:                        Chris Piazza <cpiazza@home.net>
 X#
 X# $Id$
 X#
 X
 XDISTNAME=      colortail-0.1
 XCATEGORIES=    misc
 XMASTER_SITES=  http://www.student.hk-r.se/~pt98jan/
 X
 XMAINTAINER=    cpiazza@home.net
 X
 XGNU_CONFIGURE= YES
 X
 Xpost-install:
 X       @ ${MKDIR} ${PREFIX}/share/colortail
 X       @ ${INSTALL_DATA} ${WRKSRC}/CONFIG ${PREFIX}/share/colortail/CONFIG.exam
 ple
 X       @ ${ECHO} "*********************************************"
 X       @ ${ECHO} "An example of the colour configuration is in"
 X       @ ${ECHO} "${PREFIX}/share/colortail/CONFIG.example"
 X       @ ${ECHO} "*********************************************"
 X
 X.include <bsd.port.mk>
 END-of-colortail/Makefile
 echo c - colortail/files
 mkdir -p colortail/files > /dev/null 2>&1
 echo x - colortail/files/md5
 sed 's/^X//' >colortail/files/md5 << 'END-of-colortail/files/md5'
 XMD5 (colortail-0.1.tar.gz) = 6bd07dffd5e3a3483583a4f4c0b8df4c
 END-of-colortail/files/md5
 echo c - colortail/pkg
 mkdir -p colortail/pkg > /dev/null 2>&1
 echo x - colortail/pkg/PLIST
 sed 's/^X//' >colortail/pkg/PLIST << 'END-of-colortail/pkg/PLIST'
 Xbin/colortail
 Xshare/colortail/CONFIG.example
 X@dirrm share/colortail
 END-of-colortail/pkg/PLIST
 echo x - colortail/pkg/COMMENT
 sed 's/^X//' >colortail/pkg/COMMENT << 'END-of-colortail/pkg/COMMENT'
 XA colour-able replacement for tail(1).
 END-of-colortail/pkg/COMMENT
 echo x - colortail/pkg/DESCR
 sed 's/^X//' >colortail/pkg/DESCR << 'END-of-colortail/pkg/DESCR'
 XColortail works like the standard tail but it can optionally read
 Xa color config file where it's specified expressions that results in colors.
 XIt can be used to quickly get an overview of interesting activity by
 Xie. colorize those brightred or some other color of your choose.
 X
 XWebpage:
 Xhttp://www.student.hk-r.se/~pt98jan/colortail.html
 XAuthor:
 XJoakim Andersson <pt98jan@student.hk-r.se>
 X
 X-Chris Piazza
 Xcpiazza@home.net
 END-of-colortail/pkg/DESCR
 exit
 
 -- 
 Chris Piazza   Abbotsford, BC, Canada
 cpiazza@home.net
 finger norn@norn.ca.eu.org for PGP key
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902260510.VAA67713>