[csw-devel] SF.net SVN: gar:[6974] csw/mgar/pkg

aubreyli at users.sourceforge.net aubreyli at users.sourceforge.net
Mon Oct 26 14:04:55 CET 2009


Revision: 6974
          http://gar.svn.sourceforge.net/gar/?rev=6974&view=rev
Author:   aubreyli
Date:     2009-10-26 13:04:55 +0000 (Mon, 26 Oct 2009)

Log Message:
-----------
cscope: initial commit

Added Paths:
-----------
    csw/mgar/pkg/cscope/
    csw/mgar/pkg/cscope/branches/
    csw/mgar/pkg/cscope/tags/
    csw/mgar/pkg/cscope/trunk/
    csw/mgar/pkg/cscope/trunk/Makefile
    csw/mgar/pkg/cscope/trunk/checksums
    csw/mgar/pkg/cscope/trunk/files/
    csw/mgar/pkg/cscope/trunk/files/CSWcscope.gspec


Property changes on: csw/mgar/pkg/cscope/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/cscope/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cscope/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/cscope/trunk/Makefile	2009-10-26 13:04:55 UTC (rev 6974)
@@ -0,0 +1,31 @@
+GARNAME = cscope
+GARVERSION = 15.7a
+CATEGORIES = utils
+
+DESCRIPTION = A text screen-based source browser
+define BLURB
+  cscope is a developer's tool for browsing source code. It has an impeccable
+  Unix pedigree, having been originally developed at Bell Labs back in the days
+  of the PDP-11. Cscope was part of the official AT&T Unix distribution for many
+  years, and has been used to manage projects involving 20 million lines of code! 
+endef
+
+MASTER_SITES = http://ncu.dl.sourceforge.net/project/cscope/cscope/$(GARVERSION)/
+
+DISTFILES = $(DISTNAME).tar.bz2
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+# If the url used to check for software update is different of MASTER_SITES, then 
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES = 
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+TEST_TARGET = check
+
+# Test suite won't run as root!
+TEST_SCRIPTS =
+
+include gar/category.mk

Added: csw/mgar/pkg/cscope/trunk/checksums
===================================================================
--- csw/mgar/pkg/cscope/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/cscope/trunk/checksums	2009-10-26 13:04:55 UTC (rev 6974)
@@ -0,0 +1 @@
+da43987622ace8c36bbf14c15a350ec1  cscope-15.7a.tar.bz2

Added: csw/mgar/pkg/cscope/trunk/files/CSWcscope.gspec
===================================================================
--- csw/mgar/pkg/cscope/trunk/files/CSWcscope.gspec	                        (rev 0)
+++ csw/mgar/pkg/cscope/trunk/files/CSWcscope.gspec	2009-10-26 13:04:55 UTC (rev 6974)
@@ -0,0 +1,4 @@
+%var            bitname cscope
+%var            pkgname CSWcscope
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright      url file://%{WORKSRC}/COPYING


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list