pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/kscope Initial import of kscope-1.0nb1 from pkgs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7885b5347b18
branches:  trunk
changeset: 488133:7885b5347b18
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Jan 25 12:19:17 2005 +0000

description:
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:

 devel/kscope/DESCR          |   7 +++++++
 devel/kscope/Makefile       |  35 +++++++++++++++++++++++++++++++++++
 devel/kscope/PLIST          |  28 ++++++++++++++++++++++++++++
 devel/kscope/distinfo       |   4 ++++
 devel/kscope/files/kscoperc |   8 ++++++++
 5 files changed, 82 insertions(+), 0 deletions(-)

diffs (102 lines):

diff -r b654b68fe250 -r 7885b5347b18 devel/kscope/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/kscope/DESCR        Tue Jan 25 12:19:17 2005 +0000
@@ -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 -r b654b68fe250 -r 7885b5347b18 devel/kscope/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/kscope/Makefile     Tue Jan 25 12:19:17 2005 +0000
@@ -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@localhost
+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 -r b654b68fe250 -r 7885b5347b18 devel/kscope/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/kscope/PLIST        Tue Jan 25 12:19:17 2005 +0000
@@ -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 -r b654b68fe250 -r 7885b5347b18 devel/kscope/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/kscope/distinfo     Tue Jan 25 12:19:17 2005 +0000
@@ -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 -r b654b68fe250 -r 7885b5347b18 devel/kscope/files/kscoperc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/kscope/files/kscoperc       Tue Jan 25 12:19:17 2005 +0000
@@ -0,0 +1,8 @@
+[General]
+FirstTime=true
+
+[Programs]
+CScope=@LOCALBASE@/bin/cscope
+CTags=@LOCALBASE@/bin/exctags
+VerboseCScope=false
+



Home | Main Index | Thread Index | Old Index