From rene@82-168-79-254.dsl.ip.tiscali.nl  Wed May 10 21:30:54 2006
Return-Path: <rene@82-168-79-254.dsl.ip.tiscali.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6A23916A74B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 May 2006 21:30:54 +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 BCE0743D49
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 May 2006 21:30:53 +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 k4ALUhVV092856
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 May 2006 23:30:43 +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 k4ALUgCI092855;
	Wed, 10 May 2006 23:30:42 +0200 (CEST)
	(envelope-from rene)
Message-Id: <200605102130.k4ALUgCI092855@82-168-79-254.dsl.ip.tiscali.nl>
Date: Wed, 10 May 2006 23:30:42 +0200 (CEST)
From: Rene Ladan <r.c.ladan@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] sysutils/biosfont: Kernel module to retrieve bitmap fonts from BIOS memory
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         97106
>Category:       ports
>Synopsis:       [NEW PORT] sysutils/biosfont: Kernel module to retrieve bitmap fonts from BIOS memory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 10 21:40:16 GMT 2006
>Closed-Date:    Tue Jul 04 18:56:09 GMT 2006
>Last-Modified:  Tue Jul 04 18:56:09 GMT 2006
>Originator:     Rene Ladan
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD 82-168-79-254.dsl.ip.tiscali.nl 6.1-RELEASE FreeBSD 6.1-RELEASE #2: Sun May  7 11:56:20 CEST
>Description:
This port provides a FreeBSD kernel module that can be used to
retrieve the font bitmaps stored in BIOS memory.

WWW: http://home.tiscali.nl/rladan/biosfont/

-
Rene Ladan
r.c.ladan@gmail.com

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- biosfont-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
#	biosfont/pkg-plist
#	biosfont/pkg-message
#	biosfont/pkg-descr
#	biosfont/distinfo
#	biosfont/Makefile
#
echo c - biosfont
mkdir -p biosfont > /dev/null 2>&1
echo x - biosfont/pkg-plist
sed 's/^X//' >biosfont/pkg-plist << 'END-of-biosfont/pkg-plist'
Xinclude/biosfont.h
X@cwd /boot/modules
Xbiosfont.ko
X@exec kldxref %D
X@unexec kldxref %D
END-of-biosfont/pkg-plist
echo x - biosfont/pkg-message
sed 's/^X//' >biosfont/pkg-message << 'END-of-biosfont/pkg-message'
X===============================================================================
X
XThis port has installed the biosfont kernel module.
X
XTo load the kernel module immediately, type the following command:
X
X	kldload biosfont 
X
XTo load the kernel module at boot, add the following line to
X/boot/loader.conf:
X
X	biosfont_load="YES"
X
X===============================================================================
END-of-biosfont/pkg-message
echo x - biosfont/pkg-descr
sed 's/^X//' >biosfont/pkg-descr << 'END-of-biosfont/pkg-descr'
XThis port provides a FreeBSD kernel module that can be used to
Xretrieve the font bitmaps stored in BIOS memory.
X
XWWW: http://home.tiscali.nl/rladan/biosfont/
X
X-
XRene Ladan
Xr.c.ladan@gmail.com
END-of-biosfont/pkg-descr
echo x - biosfont/distinfo
sed 's/^X//' >biosfont/distinfo << 'END-of-biosfont/distinfo'
XMD5 (biosfont-1.0.tar.gz) = dc013ad1e4ed7fc46e74871188bd2eea
XSHA256 (biosfont-1.0.tar.gz) = cbfc43ecb0ca78fc49cadeed387724ddb82be17233b66a5205c972bad61b3da0
XSIZE (biosfont-1.0.tar.gz) = 2613
END-of-biosfont/distinfo
echo x - biosfont/Makefile
sed 's/^X//' >biosfont/Makefile << 'END-of-biosfont/Makefile'
X# New ports collection makefile for:	biosfont
X# Date created:				10 May 2006
X# Whom:					Rene Ladan <r.c.ladan@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	biosfont
XPORTVERSION=	1.0
XCATEGORIES=	sysutils
XMASTER_SITES=	http://home.tiscali.nl/rladan/biosfont/
X
XMAINTAINER=	r.c.ladan@gmail.com
XCOMMENT=	Kernel module to retrieve bitmap fonts from BIOS memory
X
X# only platform guraranteed to be ok, feedback/patches are welcome
XONLY_FOR_ARCHS=	i386
X
XMAN4=		biosfont.4
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
X.include <bsd.port.pre.mk>
X
X# patches for earlier versions are welcome
X.if ${OSVERSION} < 502117
XIGNORE=		requires FreeBSD 5.3 or higher
X.endif
X
X.if !exists(/usr/src/sys/Makefile)
XIGNORE=		requires kernel source files
X.endif
X
Xpost-install:
X	${INSTALL_DATA} ${WRKSRC}/biosfont.h ${PREFIX}/include
X	${INSTALL_MAN} ${MAN4:S|^|${WRKSRC}/|} ${PREFIX}/man/man4
X	${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.post.mk>
END-of-biosfont/Makefile
exit
--- biosfont-1.0.shar ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: garga 
State-Changed-When: Tue Jul 4 18:56:08 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=97106 
>Unformatted:
