ports/83113: new port: misc/ree - A tool to dump your ROM extensions

Emanuel Haupt ehaupt at critical.ch
Thu Jul 7 21:10:20 UTC 2005


>Number:         83113
>Category:       ports
>Synopsis:       new port: misc/ree - A tool to dump your ROM extensions
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 07 21:10:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 5.4-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 5.4-RELEASE-p4 FreeBSD 5.4-RELEASE-p4 #0: Wed Jul  6 20:05:27 CEST 2005 root at beaver.critical.ch:/usr/obj/usr/src-release/src/sys/BEAVER i386


	
>Description:
new port: misc/ree - A tool to dump your ROM extensions

Ree stands for ROM extension extractor. Ree will scan your system memory,
address c0000 - f0000 in 512 steps for identification of ROM extensions
(55,aa), if found it will calculate its size (byte after id, multiplied by
512byte steps) and save the output to a .rom file.

This package also comes with fontdump, a program to extract the fonts from your
video BIOS ROMs.

You might ask yourself why collect x86 ROM extensions? It's like collecting
butterflies.

A collection of various .rom files can be found on the project page. Please
submit your ROMs there.


>How-To-Repeat:
	
>Fix:

	



--- ree.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:
#
#	ree
#	ree/Makefile
#	ree/pkg-descr
#	ree/distinfo
#
echo c - ree
mkdir -p ree > /dev/null 2>&1
echo x - ree/Makefile
sed 's/^X//' >ree/Makefile << 'END-of-ree/Makefile'
X# New ports collection makefile for:	ree
X# Date created:				7 Jul 2005
X# Whom:					Emanuel Haupt <ehaupt at critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ree
XPORTVERSION=	1.3
XCATEGORIES=	misc
XMASTER_SITES=	http://www.linuks.mine.nu/ree/ \
X		http://critical.ch/distfiles/
X
XMAINTAINER=	ehaupt at critical.ch
XCOMMENT=	A tool to dump your ROM extensions
X
XPLIST_FILES=	bin/ree bin/fontdump
XPORTDOCS=	readme
X
XONLY_FOR_ARCHS=	i386
X
Xdo-build:
X.for f in ${PORTNAME} fontdump
X	${CC} ${CFLAGS} ${WRKSRC}/${f}.c -o ${WRKSRC}/${f}
X.endfor
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${WRKSRC}/fontdump ${PREFIX}/bin
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/readme ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-ree/Makefile
echo x - ree/pkg-descr
sed 's/^X//' >ree/pkg-descr << 'END-of-ree/pkg-descr'
XRee stands for ROM extension extractor. Ree will scan your system memory,
Xaddress c0000 - f0000 in 512 steps for identification of ROM extensions
X(55,aa), if found it will calculate its size (byte after id, multiplied by
X512byte steps) and save the output to a .rom file.
X
XThis package also comes with fontdump, a program to extract the fonts from your
Xvideo BIOS ROMs.
X
XYou might ask yourself why collect x86 ROM extensions? It's like collecting
Xbutterflies.
X
XA collection of various .rom files can be found on the project page. Please
Xsubmit your ROMs there.
X
XWWW: http://www.linuks.mine.nu/ree/
X
X- ehaupt
Xehaupt at critical.ch
END-of-ree/pkg-descr
echo x - ree/distinfo
sed 's/^X//' >ree/distinfo << 'END-of-ree/distinfo'
XMD5 (ree-1.3.tar.gz) = bca000114cbbc3805983f97ab188a853
XSIZE (ree-1.3.tar.gz) = 13187
END-of-ree/distinfo
exit
--- ree.shar ends here ---

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



More information about the freebsd-ports-bugs mailing list