Date: Mon, 24 Dec 2001 08:40:03 -0800 (PST) From: Paul Marquis <pmarquis@pobox.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/33135: New port: devel/kprof - A profiling tool for KDE. Message-ID: <200112241640.fBOGe3O85918@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/33135; it has been noted by GNATS. From: Paul Marquis <pmarquis@pobox.com> To: freebsd-gnats-submit@freebsd.org, pmarquis@pobox.com Cc: Subject: Re: ports/33135: New port: devel/kprof - A profiling tool for KDE. Date: Mon, 24 Dec 2001 11:34:05 -0500 Couple of minor nits in original port -- use the follwoing shar file instead: # 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: # # kprof # kprof/pkg-comment # kprof/Makefile # kprof/distinfo # kprof/pkg-plist # kprof/pkg-descr # echo c - kprof mkdir -p kprof > /dev/null 2>&1 echo x - kprof/pkg-comment sed 's/^X//' >kprof/pkg-comment << 'END-of-kprof/pkg-comment' XA profiling tool for KDE. END-of-kprof/pkg-comment echo x - kprof/Makefile sed 's/^X//' >kprof/Makefile << 'END-of-kprof/Makefile' X# ex:ts=8 X# Ports collection makefile for: kprof X# Date Created: 24 December 2001 X# Whom: Paul Marquis <pmarquis@pobox.com> X# X# $FreeBSD$ X# X XPORTNAME= kprof XPORTVERSION= 1.3 XCATEGORIES= devel XMASTER_SITES= http://prdownloads.sourceforge.net/kprof/ X XMAINTAINER= pmarquis@pobox.com X XUSE_KDELIBS_VER=2 XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= KDEDIR=${PREFIX} MOC=moc2 LIBQT=-lqt2 XCONFIGURE_ARGS= --prefix=${PREFIX} \ X --with-extra-includes=${PREFIX}/include \ X --with-extra-libs=${PREFIX}/lib \ X --with-qt-includes=${X11BASE}/include/qt2 \ X --with-qt-libraries=${X11BASE}/lib XMAKE_ENV= ${CONFIGURE_ENV} X X.include <bsd.port.mk> END-of-kprof/Makefile echo x - kprof/distinfo sed 's/^X//' >kprof/distinfo << 'END-of-kprof/distinfo' XMD5 (kprof-1.3.tar.gz) = bb20a4b9ccd750235d2cc3ec055d79f9 END-of-kprof/distinfo echo x - kprof/pkg-plist sed 's/^X//' >kprof/pkg-plist << 'END-of-kprof/pkg-plist' Xbin/kprof Xshare/applnk/Development/kprof.desktop Xshare/apps/kprof/kprofui.rc Xshare/doc/HTML/en/kprof/common Xshare/doc/HTML/en/kprof/index.docbook Xshare/doc/HTML/en/kprof/redo.png Xshare/icons/locolor/16x16/apps/kprof.png Xshare/icons/locolor/32x32/apps/kprof.png X@dirrm share/doc/HTML/en/kprof X@dirrm share/apps/kprof END-of-kprof/pkg-plist echo x - kprof/pkg-descr sed 's/^X//' >kprof/pkg-descr << 'END-of-kprof/pkg-descr' XKProf is a visual tool for developers, which displays the execution Xprofiling output generated by code profilers. The output of profilers Xbeing usually difficult to read (beyond the flat profile information), XKProf presents the information in list- or tree-views that make the Xinformation very easy to understand. X XWWW: http://kprof.sourceforge.net/ X X- Paul Marquis Xpmarquis@pobox.com END-of-kprof/pkg-descr exit -- Paul Marquis pmarquis@pobox.com 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?200112241640.fBOGe3O85918>