Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2000 17:14:23 -0700 (PDT)
From:      Jake Burkholder <jake@io.yi.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17803: new port: devel/gdb11
Message-ID:  <200004050014.RAA16977@io.yi.org>

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

>Number:         17803
>Category:       ports
>Synopsis:       new port: devel/gdb11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr  4 17:20:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jake Burkholder
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
none
>Environment:

n/a

>Description:

Gdb 4.18 debugger and simulator for the 68hc11 microcontroller.
For use with the binutils11 and gcc11 ports.

>How-To-Repeat:

n/a

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	gdb11
#	gdb11/files
#	gdb11/files/md5
#	gdb11/pkg
#	gdb11/pkg/PLIST
#	gdb11/pkg/COMMENT
#	gdb11/pkg/DESCR
#	gdb11/Makefile
#
echo c - gdb11
mkdir -p gdb11 > /dev/null 2>&1
echo c - gdb11/files
mkdir -p gdb11/files > /dev/null 2>&1
echo x - gdb11/files/md5
sed 's/^X//' >gdb11/files/md5 << 'END-of-gdb11/files/md5'
XMD5 (gdb-4.18.tar.gz) = 828d28487af6cec074639c1102569473
XMD5 (gdb-4.18-m68hc11-20000224.diffs.gz) = 3e9b152c434d410a8c1909ddffda8adf
END-of-gdb11/files/md5
echo c - gdb11/pkg
mkdir -p gdb11/pkg > /dev/null 2>&1
echo x - gdb11/pkg/PLIST
sed 's/^X//' >gdb11/pkg/PLIST << 'END-of-gdb11/pkg/PLIST'
Xbin/m6811-elf-run
Xbin/m6811-elf-gdb
Xinclude/readline/readline.h
Xinclude/readline/chardefs.h
Xinclude/readline/keymaps.h
Xinclude/readline/history.h
Xinclude/readline/tilde.h
Xinfo/readline.info
Xinfo/history.info
Xlib/libmmalloc.a
Xlib/libreadline.a
Xlib/libhistory.a
Xlib/libm6811-elf-sim.a
X@dirrm include/readline
END-of-gdb11/pkg/PLIST
echo x - gdb11/pkg/COMMENT
sed 's/^X//' >gdb11/pkg/COMMENT << 'END-of-gdb11/pkg/COMMENT'
XThe gdb-4.18 debugger and simulator for the 6811
END-of-gdb11/pkg/COMMENT
echo x - gdb11/pkg/DESCR
sed 's/^X//' >gdb11/pkg/DESCR << 'END-of-gdb11/pkg/DESCR'
XThis is a 6811 debugger and simulator for FreeBSD.
X
XThe GNU Debugger contains both a source level debugger and a 68HC11 simulator.
XThe debugger allows source debugging (C, C++, ADA, and many others) as well as
Xassembly-level debugging. The simulator handles all 68HC11 instructions and
Xsupports some 68HC11 devices (timer, serial device, eeprom).
X
XWWW: http://home.worldnet.fr/~stcarrez/m68hc11_port.html
X
X-- 
Xjburkhol@home.com
END-of-gdb11/pkg/DESCR
echo x - gdb11/Makefile
sed 's/^X//' >gdb11/Makefile << 'END-of-gdb11/Makefile'
X# New ports collection makefile for:	gdb11
X# Date created:		Fri Feb  4 12:27:19 PST 2000
X# Whom:			jburkhol@home.com
X#
X# $FreeBSD$
X#
X
XDISTNAME=	gdb-4.18
XPORTNAME=	gdb11
XPORTVERSION=	4.18
XCATEGORIES=	devel
XMASTER_SITES=	${MASTER_SITE_GNU}
XMASTER_SITE_SUBDIR=	gdb
X
XPATCH_SITES=	http://home.worldnet.fr/~stcarrez/snapshots/
XPATCH_DIST_STRIP=	-p1
X
XMAINTAINER=	jburkhol@home.com
X
XPATCHFILES=	gdb-4.18-m68hc11-20000224.diffs.gz
X
XUSE_GMAKE=	yes
XHAS_CONFIGURE=	yes
XCONFIGURE_ARGS=	--prefix=${PREFIX} --target=m6811-elf	\
X			--program-prefix=m6811-elf-
X
XMAN1=		m6811-elf-gdb.1
XMAN3=		readline.3
X
X.include <bsd.port.mk>
END-of-gdb11/Makefile
exit


>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?200004050014.RAA16977>