From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 6 09:30:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C16A516A420 for ; Sat, 6 Oct 2007 09:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A4F4813C448 for ; Sat, 6 Oct 2007 09:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l969U25G005999 for ; Sat, 6 Oct 2007 09:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l969U2Lk005998; Sat, 6 Oct 2007 09:30:02 GMT (envelope-from gnats) Resent-Date: Sat, 6 Oct 2007 09:30:02 GMT Resent-Message-Id: <200710060930.l969U2Lk005998@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Philippe Audeoud Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1936F16A41B for ; Sat, 6 Oct 2007 09:20:18 +0000 (UTC) (envelope-from jadawin@huppa.tuxaco.net) Received: from huppa.tuxaco.net (huppa.tuxaco.net [91.121.19.193]) by mx1.freebsd.org (Postfix) with ESMTP id C830E13C465 for ; Sat, 6 Oct 2007 09:20:17 +0000 (UTC) (envelope-from jadawin@huppa.tuxaco.net) Received: from localhost (unknown [127.0.0.1]) by huppa.tuxaco.net (Postfix) with ESMTP id 9E290B14B for ; Sat, 6 Oct 2007 11:21:12 +0200 (CEST) Received: from huppa.tuxaco.net ([127.0.0.1]) by localhost (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AFue21JWTeqD for ; Sat, 6 Oct 2007 11:21:04 +0200 (CEST) Received: by huppa.tuxaco.net (Postfix, from userid 1001) id 3A152B0AE; Sat, 6 Oct 2007 11:21:04 +0200 (CEST) Message-Id: <20071006092104.3A152B0AE@huppa.tuxaco.net> Date: Sat, 6 Oct 2007 11:21:04 +0200 (CEST) From: Philippe Audeoud To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/116971: New port: games/banihstypos - a game to teach you typing fast X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Philippe Audeoud List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 09:30:02 -0000 >Number: 116971 >Category: ports >Synopsis: New port: games/banihstypos - a game to teach you typing fast >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 06 09:30:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Philippe Audeoud >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD huppa.tuxaco.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Mar 20 16:05:42 CET 2007 root@:/usr/obj/usr/src/sys/GENERIC i386 >Description: Here the .shar to add banistypos to the port tree. Don't ask me to pronounce the name :) >How-To-Repeat: >Fix: --- shar-banihstypos.1 begins here --- # 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: # # games/banihstypos # games/banihstypos/Makefile # games/banihstypos/distinfo # games/banihstypos/files # games/banihstypos/files/pkg-message.in # games/banihstypos/pkg-descr # echo c - games/banihstypos mkdir -p games/banihstypos > /dev/null 2>&1 echo x - games/banihstypos/Makefile sed 's/^X//' >games/banihstypos/Makefile << 'END-of-games/banihstypos/Makefile' X# New ports collection makefile for: banihstypos X# Date created: 05 October 2007 X# Whom: Philippe Audeoud X# $FreeBSD$ X XPORTNAME= banihstypos XPORTVERSION= 0.2 XCATEGORIES= games XMASTER_SITES= http://www.vanheusden.com/banihstypos/ XEXTRACT_SUFX= .tgz X XMAINTAINER= jadawin@tuxaco.net XCOMMENT= Banihstypos is a simple game to teach you typing, FAST X XPKGMESSAGE= ${WRKDIR}/pkg-message XSUB_FILES= pkg-message XSUB_LIST= PORTNAME=${PORTNAME} X XPLIST_FILES= bin/banihstypos X XPORTDOCS= readme.txt X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/banihstypos ${PREFIX}/bin X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR} X.endif Xpost-install: X @${ECHO_MSG}; ${CAT} ${PKGMESSAGE}; ${ECHO_MSG} X X.include END-of-games/banihstypos/Makefile echo x - games/banihstypos/distinfo sed 's/^X//' >games/banihstypos/distinfo << 'END-of-games/banihstypos/distinfo' XMD5 (banihstypos-0.2.tgz) = a5c10a661756c3ad40b2448209ac8e47 XSHA256 (banihstypos-0.2.tgz) = a34e7352fdf25850039a5e1d418061811022dfe3e47ef2690110dfb553c02881 XSIZE (banihstypos-0.2.tgz) = 9205 END-of-games/banihstypos/distinfo echo c - games/banihstypos/files mkdir -p games/banihstypos/files > /dev/null 2>&1 echo x - games/banihstypos/files/pkg-message.in sed 's/^X//' >games/banihstypos/files/pkg-message.in << 'END-of-games/banihstypos/files/pkg-message.in' X--------------------------------------------------------------------------- X X%%PORTNAME%% looks in /usr/share/dict for a dictionary-file. If you want Xmore words, please install more dictionary-file. X X--------------------------------------------------------------------------- END-of-games/banihstypos/files/pkg-message.in echo x - games/banihstypos/pkg-descr sed 's/^X//' >games/banihstypos/pkg-descr << 'END-of-games/banihstypos/pkg-descr' XBanihstypos (yes, that is the name) is a simple game to teach you Xtyping, FAST. XIt helps you improve your typing by letting you type in a randomly Xselected word which scrolls by on the screen at an increasing speed. If Xthe word hits the laser, you'll loose points. X XWWW: http://www.vanheusden.com/banihstypos/ END-of-games/banihstypos/pkg-descr exit --- shar-banihstypos.1 ends here --- >Release-Note: >Audit-Trail: >Unformatted: