diff options
author | markd <markd@pkgsrc.org> | 2005-01-25 12:19:17 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-01-25 12:19:17 +0000 |
commit | 9453e57622260e337e1c2ef374898ca4fd84df50 (patch) | |
tree | 2d91be12fc9c539c56ac81799774f56ec0c81f25 /devel | |
parent | ac465ddfabab620e4db44ed348bb5551ca0210f7 (diff) | |
download | pkgsrc-9453e57622260e337e1c2ef374898ca4fd84df50.tar.gz |
Initial import of kscope-1.0nb1 from pkgsrc-wip. Packaged by Martijn
van Buul.
KScope is a source-editing environment for KDE. Primarily, it is a
front-end to the veteran Cscope, a source-code browser originally
developed at Bell XLabs. Cscope works by parsing a set of source files,
creating a cross- reference database, and allowing the user to query
this database. KScope, however, extends the feature-set of Cscope with
a contemporary user Xinterface, editor integration, project management
capabilities, and multiple query result windows.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/kscope/DESCR | 7 | ||||
-rw-r--r-- | devel/kscope/Makefile | 35 | ||||
-rw-r--r-- | devel/kscope/PLIST | 28 | ||||
-rw-r--r-- | devel/kscope/distinfo | 4 | ||||
-rw-r--r-- | devel/kscope/files/kscoperc | 8 |
5 files changed, 82 insertions, 0 deletions
diff --git a/devel/kscope/DESCR b/devel/kscope/DESCR new file mode 100644 index 00000000000..b7eaa6718d1 --- /dev/null +++ b/devel/kscope/DESCR @@ -0,0 +1,7 @@ +KScope is a source-editing environment for KDE. Primarily, it is a +front-end to the veteran Cscope, a source-code browser originally +developed at Bell XLabs. Cscope works by parsing a set of source files, +creating a cross- reference database, and allowing the user to query +this database. KScope, however, extends the feature-set of Cscope with +a contemporary user Xinterface, editor integration, project management +capabilities, and multiple query result windows. diff --git a/devel/kscope/Makefile b/devel/kscope/Makefile new file mode 100644 index 00000000000..ae03ebc3fba --- /dev/null +++ b/devel/kscope/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/25 12:19:17 markd Exp $ +# + +DISTNAME= kscope-1.0 +PKGREVISION= 1 +CATEGORIES= devel kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kscope/} + +MAINTAINER= martijn.van.buul@gmail.com +HOMEPAGE= http://kscope.sourceforge.net/ +COMMENT= KDE frontend for cscope + +DEPENDS+= cscope>=15.4:../../devel/cscope +DEPENDS+= exctags>=5.5.4:../../devel/exctags + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes +USE_GNU_TOOLS+= make + +USE_LIBTOOL= yes +USE_LANGUAGES= c c++ + +post-build: + @${SED} -e "s,@LOCALBASE@,${LOCALBASE},g" \ + ${FILESDIR}/kscoperc > ${WRKDIR}/kscoperc + +pre-install: + ${INSTALL_DATA} ${WRKDIR}/kscoperc ${KDEDIR}/share/kde/config + +.include "../../meta-pkgs/kde3/kde3.mk" + +.include "../../x11/kdebase3/buildlink3.mk" +.include "../../x11/kdelibs3/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" + diff --git a/devel/kscope/PLIST b/devel/kscope/PLIST new file mode 100644 index 00000000000..61fa3a6af85 --- /dev/null +++ b/devel/kscope/PLIST @@ -0,0 +1,28 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/25 12:19:17 markd Exp $ +bin/kscope +share/doc/kde/HTML/en/kscope/call_tree.png +share/doc/kde/HTML/en/kscope/common +share/doc/kde/HTML/en/kscope/frontend.png +share/doc/kde/HTML/en/kscope/index.cache.bz2 +share/doc/kde/HTML/en/kscope/index.docbook +share/doc/kde/HTML/en/kscope/main_window.png +share/doc/kde/HTML/en/kscope/options.png +share/doc/kde/HTML/en/kscope/project_files.png +share/doc/kde/HTML/en/kscope/project_new.png +share/doc/kde/HTML/en/kscope/project_open.png +share/doc/kde/HTML/en/kscope/query_dlg.png +share/kde/applnk/Utilities/kscope.desktop +share/kde/apps/kscope/kscopeui.rc +share/kde/apps/kscope/pics/file_ro.png +share/kde/apps/kscope/pics/file_rw.png +share/kde/apps/kscope/pics/file_save.png +share/kde/apps/kscope/pics/query_locked.png +share/kde/apps/kscope/pics/query_unlocked.png +share/kde/config/kscoperc +share/kde/icons/hicolor/16x16/apps/kscope.png +share/kde/icons/hicolor/32x32/apps/kscope.png +share/kde/icons/locolor/16x16/apps/kscope.png +share/kde/icons/locolor/32x32/apps/kscope.png +@dirrm share/kde/apps/kscope/pics +@dirrm share/kde/apps/kscope +@dirrm share/doc/kde/HTML/en/kscope diff --git a/devel/kscope/distinfo b/devel/kscope/distinfo new file mode 100644 index 00000000000..069a2b79bc2 --- /dev/null +++ b/devel/kscope/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/01/25 12:19:17 markd Exp $ + +SHA1 (kscope-1.0.tar.gz) = 16c08829b536ff571c599d2614b924b330c9f8cc +Size (kscope-1.0.tar.gz) = 980422 bytes diff --git a/devel/kscope/files/kscoperc b/devel/kscope/files/kscoperc new file mode 100644 index 00000000000..71b14e306fb --- /dev/null +++ b/devel/kscope/files/kscoperc @@ -0,0 +1,8 @@ +[General] +FirstTime=true + +[Programs] +CScope=@LOCALBASE@/bin/cscope +CTags=@LOCALBASE@/bin/exctags +VerboseCScope=false + |