From 9925b0d5ce73da56f6c0a8af2eab237ee347ce8b Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 26 Apr 2005 17:05:05 +0000 Subject: [PATCH] Uisp is a tool for AVR microcontrollers which can interface to many hardware in-system programmers. ok xsa@ --- devel/uisp/Makefile | 24 ++++++++++++++++++++++++ devel/uisp/distinfo | 4 ++++ devel/uisp/patches/patch-Makefile_in | 20 ++++++++++++++++++++ devel/uisp/pkg/DESCR | 2 ++ devel/uisp/pkg/PLIST | 13 +++++++++++++ 5 files changed, 63 insertions(+) create mode 100644 devel/uisp/Makefile create mode 100644 devel/uisp/distinfo create mode 100644 devel/uisp/patches/patch-Makefile_in create mode 100644 devel/uisp/pkg/DESCR create mode 100644 devel/uisp/pkg/PLIST diff --git a/devel/uisp/Makefile b/devel/uisp/Makefile new file mode 100644 index 00000000000..7280ef3f1de --- /dev/null +++ b/devel/uisp/Makefile @@ -0,0 +1,24 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2005/04/26 17:05:05 martin Exp $ + +COMMENT= "AVR microcontroller hardware in-system programmer" + +DISTNAME= uisp-20050207 +CATEGORIES= devel + +HOMEPAGE= http://savannah.nongnu.org/projects/uisp/ + +MAINTAINER= Martin Reindl + +# GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes +WANTLIB= c m stdc++ + +MASTER_SITES= http://savannah.nongnu.org/download/uisp/ + +CONFIGURE_STYLE= gnu +MAKE_FLAGS= CXX="${CXX} ${CXXFLAGS}" + +.include diff --git a/devel/uisp/distinfo b/devel/uisp/distinfo new file mode 100644 index 00000000000..cd13aea4d3e --- /dev/null +++ b/devel/uisp/distinfo @@ -0,0 +1,4 @@ +MD5 (uisp-20050207.tar.gz) = b1e499d5a1011489635c1a0e482b1627 +RMD160 (uisp-20050207.tar.gz) = c0c1236912ac85515dc7f9d2851fa4aea621d525 +SHA1 (uisp-20050207.tar.gz) = f1b5bf5bdd9597ae7fd8d8ae733d6f5cd31f9cf7 +SIZE (uisp-20050207.tar.gz) = 166745 diff --git a/devel/uisp/patches/patch-Makefile_in b/devel/uisp/patches/patch-Makefile_in new file mode 100644 index 00000000000..c3a7cb85b49 --- /dev/null +++ b/devel/uisp/patches/patch-Makefile_in @@ -0,0 +1,20 @@ +--- Makefile.in.orig Fri Apr 22 19:51:15 2005 ++++ Makefile.in Fri Apr 22 19:51:59 2005 +@@ -164,7 +164,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 +@@ -382,7 +382,7 @@ + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + + top_distdir = . +-distdir = $(PACKAGE)-$(VERSION) ++distdir = $(PACKAGE) + + am__remove_distdir = \ + { test ! -d $(distdir) \ diff --git a/devel/uisp/pkg/DESCR b/devel/uisp/pkg/DESCR new file mode 100644 index 00000000000..3089ea24849 --- /dev/null +++ b/devel/uisp/pkg/DESCR @@ -0,0 +1,2 @@ +Uisp is a tool for AVR microcontrollers which can interface to many hardware +in-system programmers. diff --git a/devel/uisp/pkg/PLIST b/devel/uisp/pkg/PLIST new file mode 100644 index 00000000000..d3713e3ac01 --- /dev/null +++ b/devel/uisp/pkg/PLIST @@ -0,0 +1,13 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2005/04/26 17:05:05 martin Exp $ +bin/uisp +@man man/man1/uisp.1 +share/doc/uisp/ +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