Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2002 19:33:24 +0300 (MSK)
From:      "Lev A. Serbryakov" <lev@serebryakov.spb.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45569: [MAINTAINER UPDATE] Update port `devel/msp430-libc' to new version, add some examples.
Message-ID:  <200211211633.gALGXOqx011622@ftp.translate.ru>

next in thread | raw e-mail | index | archive | help

>Number:         45569
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Update port `devel/msp430-libc' to new version, add some examples.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 21 08:40:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Lev A. Serbryakov <lev@serebryakov.spb.ru>
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD ftp.translate.ru 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #0: Wed Sep 4 15:11:34 MSD 2002 lev@ftp.translate.ru:/usr/src/sys/compile/FTPTR i386
Ports collection: 9 Nov 2002

>Description:

   This PR update `devel/msp430-libc' port to new patchlevel.
   There are some improvements, especially in conjuction with new gcc
   patchlevel.
   some examples was added from `examples' cvs module.

>How-To-Repeat:

>Fix:

diff -ruN msp430-libc.orig/Makefile msp430-libc/Makefile
--- msp430-libc.orig/Makefile	Thu Nov 21 17:23:32 2002
+++ msp430-libc/Makefile	Thu Nov 21 17:24:32 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libc
-PORTVERSION=	0.1.20021102
+PORTVERSION=	0.1.20021110
 CATEGORIES=	devel
 MASTER_SITES=	http://lev.serebryakov.spb.ru/download/msp430/
 PKGNAMEPREFIX=	msp430-
@@ -32,6 +32,8 @@
 post-install:
 	@${MKDIR} ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/share/mspgcc
 	@tar --exclude CVS -C ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} -cf - examples doc | \
+		tar -xf - -C ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/share/mspgcc
+	@tar --exclude CVS -C ${WRKDIR} -cf - examples | \
 		tar -xf - -C ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/share/mspgcc
 
 .include <bsd.port.mk>
diff -ruN msp430-libc.orig/distinfo msp430-libc/distinfo
--- msp430-libc.orig/distinfo	Thu Nov 21 17:23:32 2002
+++ msp430-libc/distinfo	Thu Nov 21 18:03:27 2002
@@ -1 +1 @@
-MD5 (msp430-libc-0.1.20021102.tar.bz2) = ffa60753b1dab21a0d7a1a8581133175
+MD5 (msp430-libc-0.1.20021110.tar.bz2) = b9aa01b3cdad81a7579b59258bb6952e
diff -ruN msp430-libc.orig/pkg-plist msp430-libc/pkg-plist
--- msp430-libc.orig/pkg-plist	Thu Nov 21 17:23:32 2002
+++ msp430-libc/pkg-plist	Thu Nov 21 18:20:27 2002
@@ -103,11 +103,56 @@
 %%LIBC_TARG%%/share/mspgcc/doc/devheaders.txt
 %%LIBC_TARG%%/share/mspgcc/doc/doc.txt
 %%LIBC_TARG%%/share/mspgcc/doc/volatil
+%%LIBC_TARG%%/share/mspgcc/examples/LICENSE.txt
+%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/Makefile
+%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/README.txt
+%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/config.h
+%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/depend.mak
+%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/environ.mak
+%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/test.c
+%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/usart.c
+%%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART/usart.h
+%%LIBC_TARG%%/share/mspgcc/examples/char_lcd/README.txt
+%%LIBC_TARG%%/share/mspgcc/examples/char_lcd/font.c
+%%LIBC_TARG%%/share/mspgcc/examples/char_lcd/font.h
+%%LIBC_TARG%%/share/mspgcc/examples/char_lcd/hardware.h
+%%LIBC_TARG%%/share/mspgcc/examples/char_lcd/lcd.c
+%%LIBC_TARG%%/share/mspgcc/examples/char_lcd/lcd.h
+%%LIBC_TARG%%/share/mspgcc/examples/char_lcd/main.c
+%%LIBC_TARG%%/share/mspgcc/examples/char_lcd/makefile
+%%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/README.txt
+%%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/gfxbasic.c
+%%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/gfxbasic.h
+%%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/gfxcore.h
+%%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/gfxcore.s
+%%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/hardware.h
+%%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/main.c
+%%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/makefile
+%%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd/titleimage.c
+%%LIBC_TARG%%/share/mspgcc/examples/leds/README.txt
+%%LIBC_TARG%%/share/mspgcc/examples/leds/hardware.h
+%%LIBC_TARG%%/share/mspgcc/examples/leds/main.c
+%%LIBC_TARG%%/share/mspgcc/examples/leds/makefile
+%%LIBC_TARG%%/share/mspgcc/examples/makefile
+%%LIBC_TARG%%/share/mspgcc/examples/pc_keyboard/README.txt
+%%LIBC_TARG%%/share/mspgcc/examples/pc_keyboard/hardware.h
+%%LIBC_TARG%%/share/mspgcc/examples/pc_keyboard/lcd.c
+%%LIBC_TARG%%/share/mspgcc/examples/pc_keyboard/lcd.h
+%%LIBC_TARG%%/share/mspgcc/examples/pc_keyboard/main.c
+%%LIBC_TARG%%/share/mspgcc/examples/pc_keyboard/makefile
 %%LIBC_TARG%%/share/mspgcc/examples/rawsources/README
 %%LIBC_TARG%%/share/mspgcc/examples/rawsources/flash.c
 %%LIBC_TARG%%/share/mspgcc/examples/rawsources/rand.c
 %%LIBC_TARG%%/share/mspgcc/examples/reed-solomon/README
 %%LIBC_TARG%%/share/mspgcc/examples/reed-solomon/nn4.c
+%%LIBC_TARG%%/share/mspgcc/examples/tasker/Makefile
+%%LIBC_TARG%%/share/mspgcc/examples/tasker/README.txt
+%%LIBC_TARG%%/share/mspgcc/examples/tasker/config.h
+%%LIBC_TARG%%/share/mspgcc/examples/tasker/depend.mak
+%%LIBC_TARG%%/share/mspgcc/examples/tasker/environ.mak
+%%LIBC_TARG%%/share/mspgcc/examples/tasker/main.c
+%%LIBC_TARG%%/share/mspgcc/examples/tasker/task.c
+%%LIBC_TARG%%/share/mspgcc/examples/tasker/task.h
 %%LIBC_TARG%%/share/mspgcc/examples/tcpip/README
 %%LIBC_TARG%%/share/mspgcc/examples/tcpip/cs8900.c
 %%LIBC_TARG%%/share/mspgcc/examples/tcpip/cs8900.h
@@ -116,6 +161,15 @@
 %%LIBC_TARG%%/share/mspgcc/examples/tcpip/tcpip.c
 %%LIBC_TARG%%/share/mspgcc/examples/tcpip/tcpip.h
 %%LIBC_TARG%%/share/mspgcc/examples/tcpip/webside.c
+%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/README.txt
+%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/fll.h
+%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/fll.s
+%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/hardware.h
+%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/main.c
+%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/makefile
+%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/miniterm.py
+%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/swuart.h
+%%LIBC_TARG%%/share/mspgcc/examples/timerA_uart/swuart.s
 @dirrm %%LIBC_TARG%%/include/msp430
 @dirrm %%LIBC_TARG%%/include/sys
 @dirrm %%LIBC_TARG%%/include
@@ -123,9 +177,16 @@
 @dirrm %%LIBC_TARG%%/lib/msp2
 @dirrm %%LIBC_TARG%%/share/mspgcc/doc
 @dirrm %%LIBC_TARG%%/share/mspgcc/examples/adc
+@dirrm %%LIBC_TARG%%/share/mspgcc/examples/bufferedUSART
+@dirrm %%LIBC_TARG%%/share/mspgcc/examples/char_lcd
+@dirrm %%LIBC_TARG%%/share/mspgcc/examples/gfx_lcd
+@dirrm %%LIBC_TARG%%/share/mspgcc/examples/leds
+@dirrm %%LIBC_TARG%%/share/mspgcc/examples/pc_keyboard
 @dirrm %%LIBC_TARG%%/share/mspgcc/examples/rawsources
 @dirrm %%LIBC_TARG%%/share/mspgcc/examples/reed-solomon
+@dirrm %%LIBC_TARG%%/share/mspgcc/examples/tasker
 @dirrm %%LIBC_TARG%%/share/mspgcc/examples/tcpip
+@dirrm %%LIBC_TARG%%/share/mspgcc/examples/timerA_uart
 @dirrm %%LIBC_TARG%%/share/mspgcc/examples
 @dirrm %%LIBC_TARG%%/share/mspgcc
 @unexec rmdir %D/%%LIBC_TARG%%/share 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211211633.gALGXOqx011622>