From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 30 15:50:18 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C3B216A47E for ; Fri, 30 Jun 2006 15:50:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF22743D49 for ; Fri, 30 Jun 2006 15:50:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5UFoGH8069336 for ; Fri, 30 Jun 2006 15:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5UFoGx2069335; Fri, 30 Jun 2006 15:50:16 GMT (envelope-from gnats) Resent-Date: Fri, 30 Jun 2006 15:50:16 GMT Resent-Message-Id: <200606301550.k5UFoGx2069335@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, Rene Ladan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C0E016A415 for ; Fri, 30 Jun 2006 15:41:56 +0000 (UTC) (envelope-from rene@82-168-79-254.dsl.ip.tiscali.nl) Received: from 82-168-79-254.dsl.ip.tiscali.nl (82-168-74-136.dsl.ip.tiscali.nl [82.168.74.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9259043D46 for ; Fri, 30 Jun 2006 15:41:55 +0000 (GMT) (envelope-from rene@82-168-79-254.dsl.ip.tiscali.nl) Received: from 82-168-79-254.dsl.ip.tiscali.nl (localhost [127.0.0.1]) by 82-168-79-254.dsl.ip.tiscali.nl (8.13.6/8.13.6) with ESMTP id k5UFfrO3053687 for ; Fri, 30 Jun 2006 17:41:53 +0200 (CEST) (envelope-from rene@82-168-79-254.dsl.ip.tiscali.nl) Received: (from rene@localhost) by 82-168-79-254.dsl.ip.tiscali.nl (8.13.6/8.13.6/Submit) id k5UFfqYi053686; Fri, 30 Jun 2006 17:41:52 +0200 (CEST) (envelope-from rene) Message-Id: <200606301541.k5UFfqYi053686@82-168-79-254.dsl.ip.tiscali.nl> Date: Fri, 30 Jun 2006 17:41:52 +0200 (CEST) From: Rene Ladan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-Mailman-Approved-At: Fri, 30 Jun 2006 16:35:51 +0000 Cc: Subject: ports/99648: [NEW PORT] misc/biosfont-demos: Demos for the biosfont kernel module X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2006 15:50:18 -0000 >Number: 99648 >Category: ports >Synopsis: [NEW PORT] misc/biosfont-demos: Demos for the biosfont kernel module >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: Fri Jun 30 15:50:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 6.1-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD 82-168-79-254.dsl.ip.tiscali.nl 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #4: Sat Jun 17 23:10:00 CEST 2006 >Description: Two samples for the biosfont(4) kernel module: * showchar shows a requested character on stdout * showdati is a digital clock. Best viewed on 80x25 consoles. WWW: http://home.tiscali.nl/rladan/biosfont/ -- Rene Ladan r.c.ladan@gmail.com Note that this port depends on sysutils/biosfont, which is contained in ports/97106 Survives 'port test' and 'portlint -A' Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- biosfont-demos-1.0.shar 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: # # biosfont-demos # biosfont-demos/pkg-plist # biosfont-demos/pkg-descr # biosfont-demos/distinfo # biosfont-demos/Makefile # echo c - biosfont-demos mkdir -p biosfont-demos > /dev/null 2>&1 echo x - biosfont-demos/pkg-plist sed 's/^X//' >biosfont-demos/pkg-plist << 'END-of-biosfont-demos/pkg-plist' Xbin/showchar Xbin/showdati END-of-biosfont-demos/pkg-plist echo x - biosfont-demos/pkg-descr sed 's/^X//' >biosfont-demos/pkg-descr << 'END-of-biosfont-demos/pkg-descr' XTwo samples for the biosfont(4) kernel module: X* showchar shows a requested character on stdout X* showdati is a digital clock. Best viewed on 80x25 consoles. X XWWW: http://home.tiscali.nl/rladan/biosfont/ X X-- XRene Ladan Xr.c.ladan@gmail.com END-of-biosfont-demos/pkg-descr echo x - biosfont-demos/distinfo sed 's/^X//' >biosfont-demos/distinfo << 'END-of-biosfont-demos/distinfo' XMD5 (biosfont-demos-1.0.tar.gz) = edde1e62acb0385fb2a63f844b5eead4 XSHA256 (biosfont-demos-1.0.tar.gz) = dc5d22391c7c9c3218df1fed3fec07b9493f6738c2b897c8339acd00131c11dd XSIZE (biosfont-demos-1.0.tar.gz) = 2221 END-of-biosfont-demos/distinfo echo x - biosfont-demos/Makefile sed 's/^X//' >biosfont-demos/Makefile << 'END-of-biosfont-demos/Makefile' X# New ports collection makefile for: biosfont-demos X# Date created: 30 June 2006 X# Whom: Rene Ladan X# X# $FreeBSD$ X# X XPORTNAME= biosfont-demos XPORTVERSION= 1.0 XCATEGORIES= misc XMASTER_SITES= http://home.tiscali.nl/rladan/biosfont/ X XMAINTAINER= r.c.ladan@gmail.com XCOMMENT= Demos for the biosfont kernel module X XBUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont XRUN_DEPENDS= ${BUILD_DEPENDS} X Xdo-build: X ${CC} ${WRKSRC}/showchar.c -o ${WRKSRC}/showchar -I${LOCALBASE}/include X ${CC} ${WRKSRC}/showdati.c -o ${WRKSRC}/showdati -I${LOCALBASE}/include -lcurses X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/showchar ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/showdati ${PREFIX}/bin X X.include END-of-biosfont-demos/Makefile exit --- biosfont-demos-1.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: