Uisp is a tool for AVR microcontrollers which can interface to many hardware
in-system programmers. ok xsa@
This commit is contained in:
parent
265f95bafe
commit
9925b0d5ce
24
devel/uisp/Makefile
Normal file
24
devel/uisp/Makefile
Normal file
@ -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 <martin@openbsd.org>
|
||||
|
||||
# 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 <bsd.port.mk>
|
4
devel/uisp/distinfo
Normal file
4
devel/uisp/distinfo
Normal file
@ -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
|
20
devel/uisp/patches/patch-Makefile_in
Normal file
20
devel/uisp/patches/patch-Makefile_in
Normal file
@ -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) \
|
2
devel/uisp/pkg/DESCR
Normal file
2
devel/uisp/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Uisp is a tool for AVR microcontrollers which can interface to many hardware
|
||||
in-system programmers.
|
13
devel/uisp/pkg/PLIST
Normal file
13
devel/uisp/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user