Bug 33135 - New port: devel/kprof - A profiling tool for KDE.
Summary: New port: devel/kprof - A profiling tool for KDE.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-24 07:00 UTC by pmarquis
Modified: 2002-06-18 21:40 UTC (History)
0 users

See Also:


Attachments
file.shar (2.69 KB, text/plain)
2001-12-24 07:00 UTC, pmarquis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description pmarquis 2001-12-24 07:00:01 UTC
New port: devel/kprof - A profiling tool for KDE.
Comment 1 pmarquis 2001-12-24 16:34:05 UTC
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
Comment 2 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-06-18 21:40:24 UTC
State Changed
From-To: open->closed

committed, thanks