# 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: # # cgdb # cgdb/pkg-descr # cgdb/Makefile # cgdb/distinfo # echo c - cgdb mkdir -p cgdb > /dev/null 2>&1 echo x - cgdb/pkg-descr sed 's/^X//' >cgdb/pkg-descr << 'END-of-cgdb/pkg-descr' XCGDB is a curses-based interface to the GNU Debugger (GDB). The goal of XCGDB is to be lightweight and responsive; not encumbered with Xunnecessary features. X XThe interface is designed to deliver the familiar GDB text interface, Xwith a split screen showing the source as it executes. The UI is modeled Xon the classic Unix text editor, vi. Those familiar with vi should feel Xright at home using CGDB. X XWWW: http://cgdb.sourceforge.net/ END-of-cgdb/pkg-descr echo x - cgdb/Makefile sed 's/^X//' >cgdb/Makefile << 'END-of-cgdb/Makefile' X# New ports collection makefile for: cgdb X# Date created: 2005-12-18 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= cgdb XPORTVERSION= 0.5.3 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= gslin@gslin.org XCOMMENT= A curses-based interface to the GNU Debugger X XGNU_CONFIGURE= yes XUSE_REINPLACE= yes X XPLIST_FILES= bin/cgdb X Xpost-patch: X ${REINPLACE_CMD} -e 's,libutil\.h,,g' ${WRKSRC}/configure X X.include END-of-cgdb/Makefile echo x - cgdb/distinfo sed 's/^X//' >cgdb/distinfo << 'END-of-cgdb/distinfo' XMD5 (cgdb-0.5.3.tar.gz) = 51adf1db0307adaba24336ef3a18e0c3 XSHA256 (cgdb-0.5.3.tar.gz) = 3db7b273baf08d45505765d2594d992583f0bbd299616c1e98160bdefce647b6 XSIZE (cgdb-0.5.3.tar.gz) = 527341 END-of-cgdb/distinfo exit