From 974e59c8ed4080ffa58b26da74d698566b245397 Mon Sep 17 00:00:00 2001 From: rumble Date: Mon, 25 Oct 2004 01:58:09 +0000 Subject: uisp-20040311 AVR microcontroller hardware in-system programmer --- cross/uisp/DESCR | 2 ++ cross/uisp/Makefile | 17 +++++++++++++++++ cross/uisp/PLIST | 13 +++++++++++++ cross/uisp/distinfo | 5 +++++ cross/uisp/patches/patch-aa | 22 ++++++++++++++++++++++ 5 files changed, 59 insertions(+) create mode 100644 cross/uisp/DESCR create mode 100644 cross/uisp/Makefile create mode 100644 cross/uisp/PLIST create mode 100644 cross/uisp/distinfo create mode 100644 cross/uisp/patches/patch-aa (limited to 'cross') diff --git a/cross/uisp/DESCR b/cross/uisp/DESCR new file mode 100644 index 00000000000..dd55c71149b --- /dev/null +++ b/cross/uisp/DESCR @@ -0,0 +1,2 @@ +Uisp is a tool for AVR microcontrollers which can interface to +many hardware in-system programmers. diff --git a/cross/uisp/Makefile b/cross/uisp/Makefile new file mode 100644 index 00000000000..8568c144ddd --- /dev/null +++ b/cross/uisp/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/10/25 01:58:09 rumble Exp $ +# + +DISTNAME= uisp-20040311 +CATEGORIES= cross +MASTER_SITES= http://savannah.nongnu.org/download/uisp/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= rumble@NetBSD.org +HOMEPAGE= http://savannah.nongnu.org/projects/uisp +COMMENT= AVR microcontroller hardware in-system programmer + +USE_BUILDLINK3= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/cross/uisp/PLIST b/cross/uisp/PLIST new file mode 100644 index 00000000000..8ce426a257a --- /dev/null +++ b/cross/uisp/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/25 01:58:09 rumble Exp $ +bin/uisp +man/man1/uisp.1 +share/doc/uisp/AUTHORS +share/doc/uisp/CHANGES +share/doc/uisp/CHANGES.old +share/doc/uisp/COPYING +share/doc/uisp/ChangeLog +share/doc/uisp/ChangeLog-2002 +share/doc/uisp/ChangeLog-2003 +share/doc/uisp/INSTALL +share/doc/uisp/TODO +@dirrm share/doc/uisp diff --git a/cross/uisp/distinfo b/cross/uisp/distinfo new file mode 100644 index 00000000000..ba9a484070f --- /dev/null +++ b/cross/uisp/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/10/25 01:58:11 rumble Exp $ + +SHA1 (uisp-20040311.tar.bz2) = 8e4c1e05d2f9a962b8969fc76d8b448c9e0751d4 +Size (uisp-20040311.tar.bz2) = 142973 bytes +SHA1 (patch-aa) = 60d42fc897b8c77c8396823fd9b26b95adb68a77 diff --git a/cross/uisp/patches/patch-aa b/cross/uisp/patches/patch-aa new file mode 100644 index 00000000000..49e2f7bf034 --- /dev/null +++ b/cross/uisp/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/10/25 01:58:11 rumble Exp $ + +--- Makefile.in.orig 2004-10-24 21:44:08.000000000 -0400 ++++ Makefile.in 2004-10-24 21:44:20.000000000 -0400 +@@ -163,7 +163,7 @@ + ChangeLog ChangeLog-2003 ChangeLog-2002 + + +-DOC_INST_DIR = $(DESTDIR)$(datadir)/doc/uisp-$(VERSION) ++DOC_INST_DIR = $(DESTDIR)$(datadir)/doc/uisp + subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +@@ -381,7 +381,7 @@ + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + + top_distdir = . +-distdir = $(PACKAGE)-$(VERSION) ++distdir = $(PACKAGE) + + am__remove_distdir = \ + { test ! -d $(distdir) \ -- cgit v1.2.3