From c3f00ccb4b5a80f8de7211acb3b5c518f4c56a75 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 29 Aug 2005 13:29:53 +0000 Subject: Add ree 1.3, a tool to dump your ROM extensions. PR: ports/83113 Submitted by: Emanuel Haupt --- misc/ree/Makefile | 35 +++++++++++++++++++++++++++++++++++ misc/ree/distinfo | 2 ++ misc/ree/pkg-descr | 18 ++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 misc/ree/Makefile create mode 100644 misc/ree/distinfo create mode 100644 misc/ree/pkg-descr (limited to 'misc/ree') diff --git a/misc/ree/Makefile b/misc/ree/Makefile new file mode 100644 index 000000000000..8929265762b9 --- /dev/null +++ b/misc/ree/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: ree +# Date created: 7 Jul 2005 +# Whom: Emanuel Haupt +# +# $FreeBSD$ +# + +PORTNAME= ree +PORTVERSION= 1.3 +CATEGORIES= misc +MASTER_SITES= http://www.linuks.mine.nu/ree/ \ + http://critical.ch/distfiles/ + +MAINTAINER= ehaupt@critical.ch +COMMENT= A tool to dump your ROM extensions + +PLIST_FILES= bin/ree bin/fontdump +PORTDOCS= readme + +ONLY_FOR_ARCHS= i386 + +do-build: +.for f in ${PORTNAME} fontdump + ${CC} ${CFLAGS} ${WRKSRC}/${f}.c -o ${WRKSRC}/${f} +.endfor + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${WRKSRC}/fontdump ${PREFIX}/bin + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/readme ${DOCSDIR} +.endif + +.include diff --git a/misc/ree/distinfo b/misc/ree/distinfo new file mode 100644 index 000000000000..931c25df5917 --- /dev/null +++ b/misc/ree/distinfo @@ -0,0 +1,2 @@ +MD5 (ree-1.3.tar.gz) = bca000114cbbc3805983f97ab188a853 +SIZE (ree-1.3.tar.gz) = 13187 diff --git a/misc/ree/pkg-descr b/misc/ree/pkg-descr new file mode 100644 index 000000000000..90e504d3d1aa --- /dev/null +++ b/misc/ree/pkg-descr @@ -0,0 +1,18 @@ +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. + +WWW: http://www.linuks.mine.nu/ree/ + +- ehaupt +ehaupt@critical.ch -- cgit v1.2.3