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,10 +1,9 @@
# $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 DISTNAME= kdbg-1.0.2
CATEGORIES= devel CATEGORIES= devel
NEED_VERSION= 1.230 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
@ -13,22 +12,18 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://members.telecom.at/~johsixt/ \ MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/1.1.2/apps/ide/ \
ftp://ftp.kde.org/pub/kde/stable/1.1.2/apps/ide/ \
ftp://ftp.eudaptics.com/pub/people/jsixt/ ftp://ftp.eudaptics.com/pub/people/jsixt/
LIB_DEPENDS= qt.1.45::x11/qt \ LIB_DEPENDS= qt.1.45::x11/qt \
kdecore.1::x11/kde/libs kdecore.1::x11/kde/libs
SEPARATE_BUILD= concurrent CONFIGURE_STYLE= gnu
USE_GMAKE= Yes USE_GMAKE= Yes
GNU_CONFIGURE= Yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--with-qt-libraries="${LOCALBASE}/lib" \ --with-qt-libraries="${LOCALBASE}/lib" \
--with-qt-includes="${LOCALBASE}/include/X11/qt" \ --with-qt-includes="${LOCALBASE}/include/X11/qt" \
--with-extra-includes="${LOCALBASE}/include" \ --with-extra-includes="${LOCALBASE}/include" \
--with-extra-libs="${LOCALBASE}/lib" --with-extra-libs="${LOCALBASE}/lib"
FAKE= Yes
.include <bsd.port.mk> .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 Direct member: For certain compound data types the most important member
displayed next to the variable name, so that it is not necessary to expand the values are displayed next to the variable name, so that it is not
subtree of that variable in order to see the member value. For example, you don't necessary to expand the subtree of that variable in order to see the
need to go into a variable of type QString if you want to see the string that the variable member value. For example, you don't need to go into a variable of type
holds. (BTW, this is of course not hardcoded, but can be extended to new types.) KDbg 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. 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, Debugger at your finger tips: The basic debugger functions (step, next,
set/clear/enable/disable breakpoint) are bound to function keys F5 through F10. 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 Of course, lots of other basic functions: View source code, search text,
arguments and environment variables, display arbitrary expressions. Everything you set program arguments and environment variables, display arbitrary
need to debug a program, eh! 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 bin/kdbg
share/applnk/Development/kdbg.kdelnk share/applnk/Development/kdbg.kdelnk
share/apps/kdbg/pics/brkcond.xpm 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/doc/HTML/ru/kdbg/types.html
share/icons/kdbg.xpm share/icons/kdbg.xpm
share/icons/mini/mini-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/ru/kdbg
@dirrm share/doc/HTML/en/kdbg @dirrm share/doc/HTML/en/kdbg
@dirrm share/doc/HTML/de/kdbg @dirrm share/doc/HTML/de/kdbg