Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2006 23:30:42 +0200 (CEST)
From:      Rene Ladan <r.c.ladan@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97106: [NEW PORT] sysutils/biosfont: Kernel module to retrieve bitmap fonts from BIOS memory
Message-ID:  <200605102130.k4ALUgCI092855@82-168-79-254.dsl.ip.tiscali.nl>
Resent-Message-ID: <200605102140.k4ALeHHa073696@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 10 21:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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