summaryrefslogtreecommitdiff
path: root/misc/ree
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-08-29 13:29:53 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-08-29 13:29:53 +0000
commitc3f00ccb4b5a80f8de7211acb3b5c518f4c56a75 (patch)
treec26dd3461f9d557c178958379b46eb5a7f5c02a4 /misc/ree
parent- Update to 0.9.1 (diff)
Add ree 1.3, a tool to dump your ROM extensions.
PR: ports/83113 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes: svn path=/head/; revision=141304
Diffstat (limited to 'misc/ree')
-rw-r--r--misc/ree/Makefile35
-rw-r--r--misc/ree/distinfo2
-rw-r--r--misc/ree/pkg-descr18
3 files changed, 55 insertions, 0 deletions
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 <ehaupt@critical.ch>
+#
+# $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 <bsd.port.mk>
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