diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2007-10-06 19:40:32 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2007-10-06 19:40:32 +0000 |
commit | 1492dd48a6e5034e4bbb588bcc207826860f987d (patch) | |
tree | 7a817e55295951f20f6e3adaa535c4a86c2810c0 | |
parent | - Update to 0.21 (diff) |
Add new port k8048, a command line driver for the K8048 Microchip PIC
programmer kit from Velleman.
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/k8048/Makefile | 30 | ||||
-rw-r--r-- | devel/k8048/distinfo | 3 | ||||
-rw-r--r-- | devel/k8048/files/patch-k8048__Makefile | 11 | ||||
-rw-r--r-- | devel/k8048/pkg-descr | 5 |
5 files changed, 50 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 25868c05e93b..2ab761bca747 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -504,6 +504,7 @@ SUBDIR += jtag SUBDIR += jude-community SUBDIR += judy + SUBDIR += k8048 SUBDIR += kaptain SUBDIR += kcachegrind SUBDIR += kdbg diff --git a/devel/k8048/Makefile b/devel/k8048/Makefile new file mode 100644 index 000000000000..4ffdd8b3475d --- /dev/null +++ b/devel/k8048/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: k8048 +# Date Created: Oct 6 2007 +# Whom: Bruce M. Simpson <bms@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= k8048 +PORTVERSION= 0.1 +CATEGORIES= devel +MASTER_SITES= http://dev.kewl.org/k8048/ +DISTNAME= $(PORTNAME) + +MAINTAINER= bms@FreeBSD.org +COMMENT= Programs Microchip PICs using Velleman K8048 board + +USE_GMAKE= yes + +#BUILD_DEPENDS+= gpasm:${PORTSDIR}/devel/gputils + +PLIST_FILES= bin/${PORTNAME} + +do-build: + cd ${BUILD_WRKSRC}/${PORTNAME} && ${GMAKE} all + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}/${PORTNAME} \ + ${PREFIX}/bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/devel/k8048/distinfo b/devel/k8048/distinfo new file mode 100644 index 000000000000..3804a917273f --- /dev/null +++ b/devel/k8048/distinfo @@ -0,0 +1,3 @@ +MD5 (k8048.tar.gz) = c655bca062db4d50cba30e7df049f502 +SHA256 (k8048.tar.gz) = c759777a8b2ce0bde3601dd1df6a280e6fa782d2588fe665773f546c8dbe1fff +SIZE (k8048.tar.gz) = 134952 diff --git a/devel/k8048/files/patch-k8048__Makefile b/devel/k8048/files/patch-k8048__Makefile new file mode 100644 index 000000000000..4d459f9cbd79 --- /dev/null +++ b/devel/k8048/files/patch-k8048__Makefile @@ -0,0 +1,11 @@ +--- k8048/Makefile.orig Sat Oct 6 20:36:54 2007 ++++ k8048/Makefile Sat Oct 6 20:36:58 2007 +@@ -33,7 +33,7 @@ + + all: ${TARGET} + # cd microchip && make +- cd velleman && make ++# cd velleman && make + # cd asm && make + + $(TARGET): $(OBJECT) diff --git a/devel/k8048/pkg-descr b/devel/k8048/pkg-descr new file mode 100644 index 000000000000..f16cb36bc982 --- /dev/null +++ b/devel/k8048/pkg-descr @@ -0,0 +1,5 @@ +k8048 is a command-line utility by Darron Broad for programming Microchip +PICs, using the Velleman K8048 programmer kit. + +Bruce +bms@FreeBSD.org |