Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2011 19:29:13 GMT
From:      Andrey Zonov <andrey@zonov.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/155583: [new port] sysutils/nvramtool: Utility for reading/writing CMOS
Message-ID:  <201103151929.p2FJTDfZ016605@red.freebsd.org>
Resent-Message-ID: <201103151930.p2FJUJ7r021869@freefall.freebsd.org>

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

>Number:         155583
>Category:       ports
>Synopsis:       [new port] sysutils/nvramtool: Utility for reading/writing CMOS
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 15 19:30:18 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Zonov
>Release:        stable-7, stable-8
>Organization:
>Environment:
>Description:
nvramtool is a utility for reading/writing CMOS memory
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	nvramtool
#	nvramtool/Makefile
#	nvramtool/distinfo
#	nvramtool/pkg-descr
#
echo c - nvramtool
mkdir -p nvramtool > /dev/null 2>&1
echo x - nvramtool/Makefile
sed 's/^X//' >nvramtool/Makefile << '7d259a79be0ad7b46859dc967ecd61c3'
X# New ports collection makefile for:	nvramtool
X# Date created:				13 Mar 2011
X# Whom:					Andrey Zonov <andrey@zonov.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	nvramtool
XPORTVERSION=	r6440
XCATEGORIES=	sysutils
XMASTER_SITES=	http://www.zonov.org/${PORTNAME}/
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	andrey@zonov.org
XCOMMENT=	A utility for reading, writing the contents of CMOS memory
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
X
XONLY_FOR_ARCHS=	amd64 i386
X
XPLIST_FILES=	bin/${PORTNAME}
X
XMAN8=		${PORTNAME}.8
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/cli/${MAN8} ${MANPREFIX}/man/man8
X
X.include <bsd.port.mk>
7d259a79be0ad7b46859dc967ecd61c3
echo x - nvramtool/distinfo
sed 's/^X//' >nvramtool/distinfo << 'bacf33e0c32d3b8a3521446106561bc8'
XMD5 (nvramtool-r6440.tar.bz2) = 9e66fb4a696c084461d20177e5c37eb5
XSHA256 (nvramtool-r6440.tar.bz2) = f66a80e458f29979cea67e6dacd62fd16c3e8e0d65bc1a52cd3f6941fbcb1f93
XSIZE (nvramtool-r6440.tar.bz2) = 43461
bacf33e0c32d3b8a3521446106561bc8
echo x - nvramtool/pkg-descr
sed 's/^X//' >nvramtool/pkg-descr << '2af22da1e803b97a3dee37d3d3817971'
Xnvramtool is a utility for reading/writing coreboot parameters and
Xdisplaying information from the coreboot table.  It is intended for x86-based
Xsystems (both 32-bit and 64-bit) that use coreboot.
X
XThe coreboot table resides in low physical memory, and may be accessed
Xthrough the /dev/mem interface.  It is created at boot time by coreboot, and
Xcontains various system information such as the type of mainboard in use.  It
Xspecifies locations in the CMOS (nonvolatile RAM) where the coreboot
Xparameters are stored.
X
XFor information about coreboot, see http://www.coreboot.org/.
X
XWWW: http://www.coreboot.org/Nvramtool
2af22da1e803b97a3dee37d3d3817971
exit



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



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