summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbsd <bsd@FreeBSD.org>2001-02-27 01:13:42 +0000
committerbsd <bsd@FreeBSD.org>2001-02-27 01:13:42 +0000
commit16894b6f8c6fbef026e80bc27ea6684a5f469528 (patch)
tree89e2bda7488bfdb5411fb3cd256f6696a297edc9 /devel
parent9ebf45e4b95da11b7a61c387969c06f5b7bdaecc (diff)
downloadFreeBSD-ports-16894b6f8c6fbef026e80bc27ea6684a5f469528.zip
FreeBSD-ports-16894b6f8c6fbef026e80bc27ea6684a5f469528.tar.gz
AVRPROG drives a simple parallel port programmer and is used to
program Atmel's AVR family of microcontrollers.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/avrprog/Makefile19
-rw-r--r--devel/avrprog/distinfo1
-rw-r--r--devel/avrprog/pkg-comment1
-rw-r--r--devel/avrprog/pkg-descr8
-rw-r--r--devel/avrprog/pkg-plist1
6 files changed, 31 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index cf3cde8..da026fc 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -26,6 +26,7 @@
SUBDIR += avr-binutils
SUBDIR += avr-gcc
SUBDIR += avr-libc
+ SUBDIR += avrprog
SUBDIR += bcc
SUBDIR += bin86
SUBDIR += binutils-m68k
diff --git a/devel/avrprog/Makefile b/devel/avrprog/Makefile
new file mode 100644
index 0000000..cbfb239
--- /dev/null
+++ b/devel/avrprog/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: avrprog
+# Date created: 25 Febuary 2001
+# Whom: Brian Dean <bsd@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= avrprog
+PORTVERSION= 1.2.1
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= bsd
+
+MAINTAINER= bsd@FreeBSD.org
+
+MAN1= avrprog.1
+MANCOMPRESSED= no
+
+.include <bsd.port.mk>
diff --git a/devel/avrprog/distinfo b/devel/avrprog/distinfo
new file mode 100644
index 0000000..6befad2
--- /dev/null
+++ b/devel/avrprog/distinfo
@@ -0,0 +1 @@
+MD5 (avrprog-1.2.1.tar.gz) = 70b2274f6872998374c883f23d44f8be
diff --git a/devel/avrprog/pkg-comment b/devel/avrprog/pkg-comment
new file mode 100644
index 0000000..38c20ff
--- /dev/null
+++ b/devel/avrprog/pkg-comment
@@ -0,0 +1 @@
+Program to drive a simple parallel port programmer for Atmel AVR CPUs
diff --git a/devel/avrprog/pkg-descr b/devel/avrprog/pkg-descr
new file mode 100644
index 0000000..f1a805b
--- /dev/null
+++ b/devel/avrprog/pkg-descr
@@ -0,0 +1,8 @@
+AVRPROG drives a simple ppi(4) parallel port programmer that allows
+one to program Atmel AVR microcontrollers. In the simplest case, the
+hardware consists just of a cable connecting the respective AVR signal
+lines to the parallel port (only 6 wires including power and ground).
+See the website for more information on the parallel port pin
+connections.
+
+WWW: http://www.bsdhome.com/avrprog
diff --git a/devel/avrprog/pkg-plist b/devel/avrprog/pkg-plist
new file mode 100644
index 0000000..8bb03bf
--- /dev/null
+++ b/devel/avrprog/pkg-plist
@@ -0,0 +1 @@
+bin/avrprog
OpenPOWER on IntegriCloud