summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorwennmach <wennmach>2003-07-22 18:09:12 +0000
committerwennmach <wennmach>2003-07-22 18:09:12 +0000
commit1de4c3337de1b5e107adf27db70cbc8f575bb46c (patch)
treefd8a64a206fe13f8b0480d80c55b27172dbd093a /cross
parent6834e51e4df246054f752537ca107a85cd78f33f (diff)
downloadpkgsrc-1de4c3337de1b5e107adf27db70cbc8f575bb46c.tar.gz
Harmonize COMMENTs for avr packages.
Diffstat (limited to 'cross')
-rw-r--r--cross/avr-gcc/Makefile4
-rw-r--r--cross/avr-gdb/Makefile4
-rw-r--r--cross/avr-libc/Makefile4
-rw-r--r--cross/avrdude/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/cross/avr-gcc/Makefile b/cross/avr-gcc/Makefile
index 24bb6a5c979..0ad6c723434 100644
--- a/cross/avr-gcc/Makefile
+++ b/cross/avr-gcc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/07/17 19:19:34 wennmach Exp $
+# $NetBSD: Makefile,v 1.3 2003/07/22 18:09:12 wennmach Exp $
# FreeBSD Id: ports/devel/avr-gcc/Makefile,v 1.24 2003/05/11 19:32:20 joerg Exp
DISTNAME= gcc-3.3.2003.05.11
@@ -10,7 +10,7 @@ DISTFILES= gcc-core+g++-3.3.2003.05.11${EXTRACT_SUFX} \
${MAN_AUX}
MAINTAINER= karlj@mdstud.chalmers.se
-COMMENT= FSF gcc-3.3 for Atmel AVR 8-bit RISC microcontrollers
+COMMENT= GNU gcc-3.3 for Atmel AVR 8-bit RISC microcontrollers
BUILD_DEPENDS+= avr-binutils:../../cross/avr-binutils
BUILD_DEPENDS+= autoconf:../../devel/autoconf
diff --git a/cross/avr-gdb/Makefile b/cross/avr-gdb/Makefile
index fd91c3c3b4a..e663ef27c16 100644
--- a/cross/avr-gdb/Makefile
+++ b/cross/avr-gdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/07/17 20:03:58 wennmach Exp $
+# $NetBSD: Makefile,v 1.3 2003/07/22 18:09:13 wennmach Exp $
# FreeBSD Id: ports/devel/avr-gdb/Makefile,v 1.2 2003/03/07 06:00:08 ade Exp
DISTNAME= gdb-5.3
@@ -7,7 +7,7 @@ CATEGORIES= cross
MASTER_SITES= ${MASTER_SITE_SOURCEWARE:=gdb/releases/}
MAINTAINER= karlj@mdstud.chalmers.se
-COMMENT= GNU gdb for Atmel AVR microcontrollers
+COMMENT= GNU gdb for Atmel AVR 8-bit RISC microcontrollers
USE_GMAKE= yes
USE_BUILDLINK2= yes
diff --git a/cross/avr-libc/Makefile b/cross/avr-libc/Makefile
index c82c27cd311..41c460385e6 100644
--- a/cross/avr-libc/Makefile
+++ b/cross/avr-libc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/07/17 18:50:22 wennmach Exp $
+# $NetBSD: Makefile,v 1.2 2003/07/22 18:09:13 wennmach Exp $
# FreeBSD Id: ports/devel/avr-libc/Makefile,v 1.22 2003/05/20 06:02:40 joerg Exp
DISTNAME= avr-libc-2003.05.11
@@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= karlj@mdstud.chalmers.se
HOMEPAGE= http://savannah.nongnu.org/projects/avr-libc
-COMMENT= C and math library for the Atmel AVR controller family
+COMMENT= C and math library for Atmel AVR 8-bit microcontrollers
BUILD_DEPENDS+= avr-binutils-*:../../cross/avr-binutils
BUILD_DEPENDS+= avr-gcc-*:../../cross/avr-gcc
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile
index 2d332641dad..4d6640d6e28 100644
--- a/cross/avrdude/Makefile
+++ b/cross/avrdude/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/07/17 19:09:23 wennmach Exp $
+# $NetBSD: Makefile,v 1.2 2003/07/22 18:09:15 wennmach Exp $
# FreeBSD Id: ports/devel/avrdude/Makefile,v 1.4 2003/04/19 14:13:25 bsd Exp
DISTNAME= avrdude-4.1.0
@@ -7,7 +7,7 @@ MASTER_SITES= http://savannah.nongnu.org/download/avrdude/stable.pkg/4.1.0/
MAINTAINER= karlj@mdstud.chalmers.se
HOMEPAGE= http://www.bsdhome.com/avrdude/
-COMMENT= Program for programming the on-chip memory of Atmel AVR CPUs
+COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers
BUILD_DEPENDS= teTeX>=1.0:../../print/teTeX