port cleanup from maintainer. removes explicit FAKE, and uses CONFIGURE_STYLE.

this also updates the PLIST.
This commit is contained in:
danh 2000-07-13 18:06:17 +00:00
parent 890ff9a091
commit 24a8b9b8de
3 changed files with 46 additions and 33 deletions

View File

@ -1,34 +1,29 @@
# $OpenBSD: Makefile,v 1.2 2000/04/05 13:19:05 kevlo Exp $
# $OpenBSD: Makefile,v 1.3 2000/07/13 18:06:17 danh Exp $
DISTNAME= kdbg-1.0.2
CATEGORIES= devel
NEED_VERSION= 1.230
DISTNAME= kdbg-1.0.2
CATEGORIES= devel
NEED_VERSION= 1.312
HOMEPAGE= http://members.nextra.at/johsixt/kdbg.html
HOMEPAGE= members.telecom.at/~johsixt/kdbgdownload.html
MAINTAINER= seanc@cginfo.sk.ca
MAINTAINER= seanc@cginfo.sk.ca
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://members.telecom.at/~johsixt/ \
ftp://ftp.kde.org/pub/kde/stable/1.1.2/apps/ide/ \
ftp://ftp.eudaptics.com/pub/people/jsixt/
MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/1.1.2/apps/ide/ \
ftp://ftp.eudaptics.com/pub/people/jsixt/
LIB_DEPENDS= qt.1.45::x11/qt \
kdecore.1::x11/kde/libs
LIB_DEPENDS= qt.1.45::x11/qt \
kdecore.1::x11/kde/libs
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
USE_GMAKE= Yes
GNU_CONFIGURE= Yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--with-qt-libraries="${LOCALBASE}/lib" \
--with-qt-includes="${LOCALBASE}/include/X11/qt" \
--with-extra-includes="${LOCALBASE}/include" \
--with-extra-libs="${LOCALBASE}/lib"
FAKE= Yes
.include <bsd.port.mk>

View File

@ -1,26 +1,29 @@
KDbg is a graphical frontend for GDB and KDE.
KDbg is a graphical frontend for GDB and KDE.
Features (From the webpage at http://members.telecom.at/~johsixt/kdbg.html)
Features:
Inspection of variable values in a tree structure.
Inspection of variable values in a tree structure.
Direct member: For certain compound data types the most important member values are
displayed next to the variable name, so that it is not necessary to expand the
subtree of that variable in order to see the member value. For example, you don't
need to go into a variable of type QString if you want to see the string that the variable
holds. (BTW, this is of course not hardcoded, but can be extended to new types.) KDbg
can also display Qt 2.0's QString values, which are Unicode strings.
Direct member: For certain compound data types the most important member
values are displayed next to the variable name, so that it is not
necessary to expand the subtree of that variable in order to see the
member value. For example, you don't need to go into a variable of type
QString if you want to see the string that the variable holds. (BTW,
this is of course not hardcoded, but can be extended to new types.) KDbg
can also display Qt 2.0's QString values, which are Unicode strings.
Debugger at your finger tips: The basic debugger functions (step, next, run, finish, until,
set/clear/enable/disable breakpoint) are bound to function keys F5 through F10.
Debugger at your finger tips: The basic debugger functions (step, next,
run, finish, until, set/clear/enable/disable breakpoint) are bound to
function keys F5 through F10.
Quick and easy.
Quick and easy.
Of course, lots of other basic functions: View source code, search text, set program
arguments and environment variables, display arbitrary expressions. Everything you
need to debug a program, eh!
Of course, lots of other basic functions: View source code, search text,
set program arguments and environment variables, display arbitrary
expressions. Everything you need to debug a program, eh!
Debugging of core dumps, attaching to running processes is possible.
Debugging of core dumps, attaching to running processes is possible.
Conditional breakpoints.
Conditional breakpoints.
WWW: ${HOMEPAGE}

View File

@ -1,3 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2000/07/13 18:06:18 danh Exp $
bin/kdbg
share/applnk/Development/kdbg.kdelnk
share/apps/kdbg/pics/brkcond.xpm
@ -29,6 +30,20 @@ share/doc/HTML/ru/kdbg/index.html
share/doc/HTML/ru/kdbg/types.html
share/icons/kdbg.xpm
share/icons/mini/mini-kdbg.xpm
share/locale/cs/LC_MESSAGES/kdbg.mo
share/locale/da/LC_MESSAGES/kdbg.mo
share/locale/de/LC_MESSAGES/kdbg.mo
share/locale/es/LC_MESSAGES/kdbg.mo
share/locale/fr/LC_MESSAGES/kdbg.mo
share/locale/hr/LC_MESSAGES/kdbg.mo
share/locale/it/LC_MESSAGES/kdbg.mo
share/locale/no/LC_MESSAGES/kdbg.mo
share/locale/pl/LC_MESSAGES/kdbg.mo
share/locale/pt/LC_MESSAGES/kdbg.mo
share/locale/ro/LC_MESSAGES/kdbg.mo
share/locale/ru/LC_MESSAGES/kdbg.mo
share/locale/sk/LC_MESSAGES/kdbg.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/kdbg.mo
@dirrm share/doc/HTML/ru/kdbg
@dirrm share/doc/HTML/en/kdbg
@dirrm share/doc/HTML/de/kdbg