diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/avarice/Makefile | 23 | ||||
-rw-r--r-- | devel/avarice/distinfo | 1 | ||||
-rw-r--r-- | devel/avarice/pkg-descr | 8 | ||||
-rw-r--r-- | devel/avarice/pkg-plist | 7 |
5 files changed, 40 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b340fc2..866ff82 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -54,6 +54,7 @@ SUBDIR += automake SUBDIR += automake14 SUBDIR += automake17 + SUBDIR += avarice SUBDIR += avltree SUBDIR += avr-binutils SUBDIR += avr-gcc 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 |