[csw-devel] SF.net SVN: gar:[6217] csw/mgar/pkg/ctags/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Sep 7 14:13:53 CEST 2009
Revision: 6217
http://gar.svn.sourceforge.net/gar/?rev=6217&view=rev
Author: dmichelsen
Date: 2009-09-07 12:13:52 +0000 (Mon, 07 Sep 2009)
Log Message:
-----------
ctags: Update to 5.8, naming of binaries still unclear
Modified Paths:
--------------
csw/mgar/pkg/ctags/trunk/Makefile
csw/mgar/pkg/ctags/trunk/checksums
csw/mgar/pkg/ctags/trunk/files/install.diff
Removed Paths:
-------------
csw/mgar/pkg/ctags/trunk/files/CSWctags.gspec
csw/mgar/pkg/ctags/trunk/files/CSWctags.prototype
Property Changed:
----------------
csw/mgar/pkg/ctags/trunk/
Property changes on: csw/mgar/pkg/ctags/trunk
___________________________________________________________________
Modified: svn:externals
- gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Modified: csw/mgar/pkg/ctags/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ctags/trunk/Makefile 2009-09-07 11:16:14 UTC (rev 6216)
+++ csw/mgar/pkg/ctags/trunk/Makefile 2009-09-07 12:13:52 UTC (rev 6217)
@@ -1,8 +1,8 @@
GARNAME = ctags
-GARVERSION = 5.5.4
+GARVERSION = 5.8
CATEGORIES = utils
-DESCRIPTION = Exuberant ctags
+DESCRIPTION = Exuberant Ctags: A multilanguage implementation of Ctags
define BLURB
Ctags generates an index (or tag) file of language objects found in source
files that allows these items to be quickly and easily located by a text
@@ -11,18 +11,20 @@
object).
endef
-MASTER_SITES = $(SF_MIRROR)/$(GARNAME)/
+MASTER_SITES = $(SF_MIRROR)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += CSWctags.gspec CSWctags.prototype
+# Respect DESTDIR
+PATCHFILES = install.diff
+
+PACKAGES = CSWectags
+CATALOGNAME = ectags
+
# We define upstream file regex so we can be notifed of new upstream software release
UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=6556
UPSTREAM_USE_SF = 1
UFILES_REGEX = (\d+(?:\.\d+)*)
-# Respect DESTDIR
-PATCHFILES += install.diff
-
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --enable-custom-config=$(sysconfdir)/ctags.conf
Modified: csw/mgar/pkg/ctags/trunk/checksums
===================================================================
--- csw/mgar/pkg/ctags/trunk/checksums 2009-09-07 11:16:14 UTC (rev 6216)
+++ csw/mgar/pkg/ctags/trunk/checksums 2009-09-07 12:13:52 UTC (rev 6217)
@@ -1,4 +1,2 @@
-a84124caadd4103270e0b84596ecfe83 download/ctags-5.5.4.tar.gz
-9fdddaa1280d5f51201f392969060db5 download/CSWctags.gspec
-0680c5e068a114f9559da00bf167ee51 download/CSWctags.prototype
-ffee120c44f24a8b4492d1aa296c0854 download/install.diff
+c00f82ecdcc357434731913e5b48630d download/ctags-5.8.tar.gz
+31a698b2e9d2379302183fe03be9eadd download/install.diff
Deleted: csw/mgar/pkg/ctags/trunk/files/CSWctags.gspec
===================================================================
--- csw/mgar/pkg/ctags/trunk/files/CSWctags.gspec 2009-09-07 11:16:14 UTC (rev 6216)
+++ csw/mgar/pkg/ctags/trunk/files/CSWctags.gspec 2009-09-07 12:13:52 UTC (rev 6217)
@@ -1,4 +0,0 @@
-%var bitname ctags
-%var pkgname CSWctags
-%include url file://%{PKGLIB}/csw_standard.gspec
-%copyright url file://%{WORKSRC}/COPYING
Deleted: csw/mgar/pkg/ctags/trunk/files/CSWctags.prototype
===================================================================
--- csw/mgar/pkg/ctags/trunk/files/CSWctags.prototype 2009-09-07 11:16:14 UTC (rev 6216)
+++ csw/mgar/pkg/ctags/trunk/files/CSWctags.prototype 2009-09-07 12:13:52 UTC (rev 6217)
@@ -1,8 +0,0 @@
-d none /opt/csw/bin 0755 root bin
-f none /opt/csw/bin/ctags 0755 root bin
-s none /opt/csw/bin/etags=ctags
-d none /opt/csw/share 0755 root bin
-d none /opt/csw/share/man 0755 root bin
-d none /opt/csw/share/man/man1 0755 root bin
-f none /opt/csw/share/man/man1/ctags.1 0644 root bin
-s none /opt/csw/share/man/man1/etags.1=ctags.1
Modified: csw/mgar/pkg/ctags/trunk/files/install.diff
===================================================================
--- csw/mgar/pkg/ctags/trunk/files/install.diff 2009-09-07 11:16:14 UTC (rev 6216)
+++ csw/mgar/pkg/ctags/trunk/files/install.diff 2009-09-07 12:13:52 UTC (rev 6217)
@@ -1,21 +1,22 @@
-diff --speed-large-files --minimal -Nru ctags-5.5.4.orig/Makefile.in ctags-5.5.4/Makefile.in
---- ctags-5.5.4.orig/Makefile.in 2005-01-27 11:22:14.851370000 -0500
-+++ ctags-5.5.4/Makefile.in 2005-01-27 11:19:56.676032000 -0500
-@@ -16,13 +16,13 @@
+diff -Naur ctags-5.8.orig/Makefile.in ctags-5.8.patched/Makefile.in
+--- ctags-5.8.orig/Makefile.in 2009-07-04 07:29:28.000000000 +0200
++++ ctags-5.8.patched/Makefile.in 2009-09-07 14:02:27.768451180 +0200
+@@ -16,14 +16,14 @@
# GNU Autoconf variables. These are set by the "configure" script when it
# runs.
#
-exec_prefix = @exec_prefix@
+-datarootdir = @datarootdir@
-prefix = @prefix@
-bindir = @bindir@
--srcdir = @srcdir@
++exec_prefix = $(DESTDIR)@exec_prefix@
++datarootdir = $(DESTDIR)@datarootdir@
++prefix = $(DESTDIR)@prefix@
++bindir = $(DESTDIR)@bindir@
+ srcdir = @srcdir@
-libdir = @libdir@
-incdir = @includedir@
-mandir = @mandir@
-+exec_prefix = $(DESTDIR)@exec_prefix@
-+prefix = $(DESTDIR)@prefix@
-+bindir = $(DESTDIR)@bindir@
-+srcdir = @srcdir@
+libdir = $(DESTDIR)@libdir@
+incdir = $(DESTDIR)@includedir@
+mandir = $(DESTDIR)@mandir@
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