Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2000 23:49:15 -0400 (EDT)
From:      howardjp@wam.umd.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19908: New Port:  games/kite
Message-ID:  <200007140349.XAA86915@byzantine.student.umd.edu>

next in thread | raw e-mail | index | archive | help

>Number:         19908
>Category:       ports
>Synopsis:       New Port:  games/kite
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 13 20:50:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     James Howard
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Arbornet, Inc
>Environment:

FreeBSD byzantine.student.umd.edu 5.0-CURRENT FreeBSD 5.0-CURRENT #15: Sun Jun 18 21:23:23 EDT 2000     howardjp@byzantine.student.umd.edu:/usr/src/sys/compile/BYZANTINE  i386

>Description:

kite is a simple program to print text banners

>How-To-Repeat:

N/A

>Fix:

# 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:
#
#	kite
#	kite/files
#	kite/files/md5
#	kite/pkg
#	kite/pkg/COMMENT
#	kite/pkg/DESCR
#	kite/pkg/PLIST
#	kite/Makefile
#
echo c - kite
mkdir -p kite > /dev/null 2>&1
echo c - kite/files
mkdir -p kite/files > /dev/null 2>&1
echo x - kite/files/md5
sed 's/^X//' >kite/files/md5 << 'END-of-kite/files/md5'
XMD5 (kite.c) = c8378fa681f66a3d7bae1220ab7fcd0d
END-of-kite/files/md5
echo c - kite/pkg
mkdir -p kite/pkg > /dev/null 2>&1
echo x - kite/pkg/COMMENT
sed 's/^X//' >kite/pkg/COMMENT << 'END-of-kite/pkg/COMMENT'
XCreates ASCII-text banners
END-of-kite/pkg/COMMENT
echo x - kite/pkg/DESCR
sed 's/^X//' >kite/pkg/DESCR << 'END-of-kite/pkg/DESCR'
XKite is a simple program that will print large ASCII-text banners.  It will
Xeither convert the command line arguments or it can be used as a filter.
END-of-kite/pkg/DESCR
echo x - kite/pkg/PLIST
sed 's/^X//' >kite/pkg/PLIST << 'END-of-kite/pkg/PLIST'
Xbin/kite
END-of-kite/pkg/PLIST
echo x - kite/Makefile
sed 's/^X//' >kite/Makefile << 'END-of-kite/Makefile'
X# New Ports collection Makefile for:	kite
X# Date created:		12 July 2000
X# Whom:			James Howard <howardjp@wam.umd.edu>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	kite
XPORTVERSION=
XCATEGORIES=	games
XMASTER_SITES=	ftp://ftp.wam.umd.edu/pub/howardjp/software/kite/	\
X		http://www.wam.umd.edu/~howardjp/software/kite/
XMAINTAINER=	howardjp@wam.umd.edu
X
XDISTNAME=       ${PORTNAME}.c
XEXTRACT_SUFX=	
X
Xdo-extract: 
X	${MKDIR} ${WRKDIR}
X	${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}/
X
Xdo-build: 
X	${CC} -o ${WRKDIR}/kite ${WRKDIR}/kite.c
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKDIR}/kite ${PREFIX}/bin/kite
X
X.include <bsd.port.mk>
END-of-kite/Makefile
exit




>Release-Note:
>Audit-Trail:
>Unformatted:


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?200007140349.XAA86915>