pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cross/uisp uisp-20040311
details: https://anonhg.NetBSD.org/pkgsrc/rev/394ceb2286ea
branches: trunk
changeset: 482304:394ceb2286ea
user: rumble <rumble%pkgsrc.org@localhost>
date: Mon Oct 25 01:58:09 2004 +0000
description:
uisp-20040311
AVR microcontroller hardware in-system programmer
diffstat:
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(+), 0 deletions(-)
diffs (79 lines):
diff -r 0c8e376a27f7 -r 394ceb2286ea cross/uisp/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/uisp/DESCR Mon Oct 25 01:58:09 2004 +0000
@@ -0,0 +1,2 @@
+Uisp is a tool for AVR microcontrollers which can interface to
+many hardware in-system programmers.
diff -r 0c8e376a27f7 -r 394ceb2286ea cross/uisp/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/uisp/Makefile Mon Oct 25 01:58:09 2004 +0000
@@ -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@localhost
+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 -r 0c8e376a27f7 -r 394ceb2286ea cross/uisp/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/uisp/PLIST Mon Oct 25 01:58:09 2004 +0000
@@ -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 -r 0c8e376a27f7 -r 394ceb2286ea cross/uisp/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/uisp/distinfo Mon Oct 25 01:58:09 2004 +0000
@@ -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 -r 0c8e376a27f7 -r 394ceb2286ea cross/uisp/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/uisp/patches/patch-aa Mon Oct 25 01:58:09 2004 +0000
@@ -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) \
Home |
Main Index |
Thread Index |
Old Index