Date: Sun, 25 Feb 2001 13:02:36 -0500 From: Brian Dean <bsd@bsdhome.com> To: freebsd-ports@freebsd.org Subject: New port - devel/avrprog Message-ID: <20010225130236.A82191@vger.bsdhome.com>
next in thread | raw e-mail | index | archive | help
Hi, I'd like to add a new port (devel/avrprog) to the tree. AVRPROG is a tool for driving a simple parallel port programmer for the Atmel AVR family of microcontrollers and can work in conjunction with Joerg's devel/avr-* ports. If there are any objections, please let me know. Thanks, -Brian -- Brian Dean bsd@FreeBSD.org bsd@bsdhome.com # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # avrprog/Makefile # avrprog/distinfo # avrprog/pkg-comment # avrprog/pkg-descr # avrprog/pkg-plist # echo x - avrprog/Makefile sed 's/^X//' >avrprog/Makefile << 'END-of-avrprog/Makefile' X# New ports collection makefile for: avrprog X# Date created: 25 Febuary 2001 X# Whom: Brian Dean <bsd@FreeBSD.org> X# X# $FreeBSD$ X# X XPORTNAME= avrprog XPORTVERSION= 1.2.1 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_LOCAL} XMASTER_SITE_SUBDIR= bsd X XMAINTAINER= bsd@FreeBSD.org X XMAN1= avrprog.1 XMANCOMPRESSED= no X X.include <bsd.port.mk> END-of-avrprog/Makefile echo x - avrprog/distinfo sed 's/^X//' >avrprog/distinfo << 'END-of-avrprog/distinfo' XMD5 (avrprog-1.2.1.tar.gz) = 70b2274f6872998374c883f23d44f8be END-of-avrprog/distinfo echo x - avrprog/pkg-comment sed 's/^X//' >avrprog/pkg-comment << 'END-of-avrprog/pkg-comment' XProgram to drive a simple parallel port programmer for Atmel AVR CPUs END-of-avrprog/pkg-comment echo x - avrprog/pkg-descr sed 's/^X//' >avrprog/pkg-descr << 'END-of-avrprog/pkg-descr' XAVRPROG drives a simple ppi(4) parallel port programmer that allows Xone to program Atmel AVR microcontrollers. In the simplest case, the Xhardware consists just of a cable connecting the respective AVR signal Xlines to the parallel port (only 6 wires including power and ground). X XFor more information on the parallel port pin connections, see: X X http://www.bsdhome.com/avrprog. X END-of-avrprog/pkg-descr echo x - avrprog/pkg-plist sed 's/^X//' >avrprog/pkg-plist << 'END-of-avrprog/pkg-plist' Xbin/avrprog END-of-avrprog/pkg-plist exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010225130236.A82191>