pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/simulavr Initial import of simulavr, contrib...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3245edb93c00
branches: trunk
changeset: 486615:3245edb93c00
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Thu Dec 30 19:49:08 2004 +0000
description:
Initial import of simulavr, contributed by Ola Eriksson in
PR pkg/27596.
The Simulavr program is a simulator for the Atmel AVR family of
microcontrollers. Simulavr can be used either standalone or as a
remote target for gdb. When used in gdbserver mode, the simulator
is used as a backend so that gdb can be used as a source level
debugger for AVR programs.
diffstat:
emulators/simulavr/DESCR | 7 +++++++
emulators/simulavr/Makefile | 24 ++++++++++++++++++++++++
emulators/simulavr/PLIST | 25 +++++++++++++++++++++++++
emulators/simulavr/distinfo | 4 ++++
4 files changed, 60 insertions(+), 0 deletions(-)
diffs (76 lines):
diff -r ff59b61797aa -r 3245edb93c00 emulators/simulavr/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/simulavr/DESCR Thu Dec 30 19:49:08 2004 +0000
@@ -0,0 +1,7 @@
+The Simulavr program is a simulator for the Atmel AVR family of
+microcontrollers. Simulavr can be used either standalone or as a
+remote target for gdb. When used in gdbserver mode, the simulator
+is used as a backend so that gdb can be used as a source level
+debugger for AVR programs.
+
+Simulavr was written by Theodore A. Roth
diff -r ff59b61797aa -r 3245edb93c00 emulators/simulavr/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/simulavr/Makefile Thu Dec 30 19:49:08 2004 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/30 19:49:08 kristerw Exp $
+#
+
+DISTNAME= simulavr-0.1.2.1
+CATEGORIES= emulators
+MASTER_SITES= http://freesoftware.fsf.org/download/simulavr/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://www.nongnu.org/simulavr/
+COMMENT= Simulator for Atmel AVR microcontrollers
+
+BUILD_DEPENDS+= doxygen-*:../../devel/doxygen
+
+CONFIGURE_ARGS+= --disable-tests
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+# gcc 2.95 gives warnings that it cannot inline all functions.
+BUILDLINK_TRANSFORM+= rm:-Werror
+
+.include "../../mk/bsd.pkg.mk"
diff -r ff59b61797aa -r 3245edb93c00 emulators/simulavr/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/simulavr/PLIST Thu Dec 30 19:49:08 2004 +0000
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/30 19:49:08 kristerw Exp $
+bin/simulavr
+bin/simulavr-disp
+bin/simulavr-vcd
+info/simulavr.info
+man/man1/simulavr-disp.1
+man/man1/simulavr.1
+share/doc/${PKGNAME}/AUTHORS
+share/doc/${PKGNAME}/COPYING
+share/doc/${PKGNAME}/ChangeLog
+share/doc/${PKGNAME}/ChangeLog-2001
+share/doc/${PKGNAME}/ChangeLog-2002
+share/doc/${PKGNAME}/ChangeLog-2003
+share/doc/${PKGNAME}/INSTALL
+share/doc/${PKGNAME}/ProjSummary
+share/doc/${PKGNAME}/README
+share/doc/${PKGNAME}/README.gdb
+share/doc/${PKGNAME}/README.opcodes
+share/doc/${PKGNAME}/TODO
+share/doc/${PKGNAME}/simulavr.ps
+@exec ${MKDIR} %D/share/doc/${PKGNAME}/internals_html
+@dirrm share/doc/${PKGNAME}/internals_html
+@exec ${MKDIR} %D/share/doc/${PKGNAME}/html
+@dirrm share/doc/${PKGNAME}/html
+@dirrm share/doc/${PKGNAME}
diff -r ff59b61797aa -r 3245edb93c00 emulators/simulavr/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/simulavr/distinfo Thu Dec 30 19:49:08 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/12/30 19:49:08 kristerw Exp $
+
+SHA1 (simulavr-0.1.2.1.tar.bz2) = 276580f05ae57523684f6a61528cd3170858a3a4
+Size (simulavr-0.1.2.1.tar.bz2) = 359233 bytes
Home |
Main Index |
Thread Index |
Old Index