Date: Fri, 22 Jul 2005 20:30:21 GMT From: Emanuel Haupt <ehaupt@critical.ch> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/83113: new port: misc/ree - A tool to dump your ROM extensions Message-ID: <200507222030.j6MKULkS016478@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/83113; it has been noted by GNATS. From: Emanuel Haupt <ehaupt@critical.ch> To: bug-followup@FreeBSD.org, ehaupt@critical.ch Cc: Subject: Re: ports/83113: new port: misc/ree - A tool to dump your ROM extensions Date: Fri, 22 Jul 2005 22:21:03 +0200 here would be the 3rd version that doesn't use PKGNAMEPREFIX --- rom-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: # # rom-ree # rom-ree/Makefile # rom-ree/pkg-descr # rom-ree/distinfo # echo c - rom-ree mkdir -p rom-ree > /dev/null 2>&1 echo x - rom-ree/Makefile sed 's/^X//' >rom-ree/Makefile << 'END-of-rom-ree/Makefile' X# New ports collection makefile for: ree X# Date created: 7 Jul 2005 X# Whom: Emanuel Haupt <ehaupt@critical.ch> X# X# $FreeBSD$ X# X XPORTNAME= rom-ree XPORTVERSION= 1.3 XCATEGORIES= misc XMASTER_SITES= http://www.linuks.mine.nu/ree/ \ X http://critical.ch/distfiles/ XDISTNAME= ree-${PORTVERSION} X XMAINTAINER= ehaupt@critical.ch XCOMMENT= A tool to dump your ROM extensions X XPLIST_FILES= bin/rom-ree bin/fontdump XPORTDOCS= readme X XONLY_FOR_ARCHS= i386 X Xdo-build: X.for f in ree fontdump X ${CC} ${CFLAGS} ${WRKSRC}/${f}.c -o ${WRKSRC}/${f} X.endfor X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/ree ${PREFIX}/bin/${PORTNAME} X ${INSTALL_PROGRAM} ${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-rom-ree/Makefile echo x - rom-ree/pkg-descr sed 's/^X//' >rom-ree/pkg-descr << 'END-of-rom-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@critical.ch END-of-rom-ree/pkg-descr echo x - rom-ree/distinfo sed 's/^X//' >rom-ree/distinfo << 'END-of-rom-ree/distinfo' XMD5 (ree-1.3.tar.gz) = bca000114cbbc3805983f97ab188a853 XSIZE (ree-1.3.tar.gz) = 13187 END-of-rom-ree/distinfo exit --- rom-ree.shar ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507222030.j6MKULkS016478>