summaryrefslogtreecommitdiffstats
path: root/devel/avarice
diff options
context:
space:
mode:
authorbsd <bsd@FreeBSD.org>2003-04-14 00:46:49 +0000
committerbsd <bsd@FreeBSD.org>2003-04-14 00:46:49 +0000
commitf2c8750de06815e8ced844f397bbe86a0eca3f64 (patch)
tree6f1932844be109168a8e2cbc4467427d90444384 /devel/avarice
parent8329b13c7bbe2c2b597359b8c410dfad3adbc2c7 (diff)
downloadFreeBSD-ports-f2c8750de06815e8ced844f397bbe86a0eca3f64.zip
FreeBSD-ports-f2c8750de06815e8ced844f397bbe86a0eca3f64.tar.gz
Add AVaRICE - a program for providing a debugging layer so that GNU
GDB can be used to debug Atmel AVR programs in-system on JTAG enabled devices, to be used in combination with the Atmel JTAG ICE hardware. This program can also be used for programming the device as well as debugging the code.
Diffstat (limited to 'devel/avarice')
-rw-r--r--devel/avarice/Makefile23
-rw-r--r--devel/avarice/distinfo1
-rw-r--r--devel/avarice/pkg-descr8
-rw-r--r--devel/avarice/pkg-plist7
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/avarice/Makefile b/devel/avarice/Makefile
new file mode 100644
index 0000000..427a3ec
--- /dev/null
+++ b/devel/avarice/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: avarice
+# Date created: 13 April 2003
+# Whom: Brian Dean <bsd@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= avarice
+PORTVERSION= 2.0.20030403
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= bsd
+DISTNAME= ${PORTNAME}-${PORTVERSION}cvs
+
+MAINTAINER= bsd@FreeBSD.org
+COMMENT= Atmel AVR JTAG programmer and debugging interface for avr-gdb
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}cvs
+
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX}
+
+.include <bsd.port.mk>
diff --git a/devel/avarice/distinfo b/devel/avarice/distinfo
new file mode 100644
index 0000000..870cc00
--- /dev/null
+++ b/devel/avarice/distinfo
@@ -0,0 +1 @@
+MD5 (avarice-2.0.20030403cvs.tar.gz) = f78ffb4ef41abdecb2375ec9515e41d8
diff --git a/devel/avarice/pkg-descr b/devel/avarice/pkg-descr
new file mode 100644
index 0000000..e1126a3
--- /dev/null
+++ b/devel/avarice/pkg-descr
@@ -0,0 +1,8 @@
+AVaRICE is a program which interfaces the GNU Debugger GDB with the
+AVR JTAG ICE available from Atmel.
+
+Use AVaRICE standalone as a programmer, or it can be run as an
+intermediary between avr-gdb and the AVR JTAG hardware, allowing one
+to use GDB to debug your AVR code as it runs in-system.
+
+WWW: http://avarice.sourceforge.net/
diff --git a/devel/avarice/pkg-plist b/devel/avarice/pkg-plist
new file mode 100644
index 0000000..5af6a33
--- /dev/null
+++ b/devel/avarice/pkg-plist
@@ -0,0 +1,7 @@
+bin/avarice
+bin/start-avarice
+bin/kill-avarice
+bin/ice-gdb
+bin/ice-insight
+share/avarice/gdb-avarice-script
+@dirrm share/avarice
OpenPOWER on IntegriCloud