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

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Tue Dec 18 11:10:27 CET 2012


Revision: 19911
          http://gar.svn.sourceforge.net/gar/?rev=19911&view=rev
Author:   cgrzemba
Date:     2012-12-18 10:10:27 +0000 (Tue, 18 Dec 2012)
Log Message:
-----------
ctags/trunk: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/ctags/
    csw/mgar/pkg/ctags/Makefile
    csw/mgar/pkg/ctags/branches/
    csw/mgar/pkg/ctags/tags/
    csw/mgar/pkg/ctags/trunk/
    csw/mgar/pkg/ctags/trunk/Makefile
    csw/mgar/pkg/ctags/trunk/checksums
    csw/mgar/pkg/ctags/trunk/files/

Added: csw/mgar/pkg/ctags/Makefile
===================================================================
--- csw/mgar/pkg/ctags/Makefile	                        (rev 0)
+++ csw/mgar/pkg/ctags/Makefile	2012-12-18 10:10:27 UTC (rev 19911)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/ctags/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/ctags/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ctags/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/ctags/trunk/Makefile	2012-12-18 10:10:27 UTC (rev 19911)
@@ -0,0 +1,42 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = ctags
+VERSION = 5.8
+GARTYPE = v2
+
+DESCRIPTION = Exuberant Ctags
+define BLURB
+  Exuberant Ctags is a multilanguage reimplementation of the Unix ctags utility. Ctags generates an index of source code definitions which is used by numerous editors and utilities to instantly locate the definitions.
+endef
+
+MASTER_SITES = $(SFMIRROS)
+DISTFILES  = $(DISTNAME).tar.gz
+VENDOR_URL = http://ctags.sourceforge.net/
+
+INCOMPATIBLE_PKGS = CSWemacs-bin-common
+INCOMPATIBLE_PKGS = CSWemacs-common
+
+REINPLACE_MATCH = /usr/local/etc
+REINPLACE_WITH = /etc/opt/csw
+REINPLACE_FILES += options.c 
+REINPLACE_FILES += ctags.1
+
+CHECKPKG_OVERRIDES_CSWctags += file-collision|/opt/csw/bin/ctags|CSWctags|CSWemacs-bin-common
+CHECKPKG_OVERRIDES_CSWctags += file-collision|/opt/csw/share/man/man1/ctags.1|CSWctags|CSWemacs-common
+
+# no traget check
+SKIPTEST = 1
+# no DESTDIR support
+INSTALL_SCRIPTS = custom
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
+install-custom:
+	@ginstall -d $(DESTDIR)$(bindir)
+	@ginstall -d $(DESTDIR)$(mandir)/man1
+	@gcp -fp $(WORKSRC)/ctags $(DESTDIR)$(bindir)
+	@gcp -fp $(WORKSRC)/ctags.1 $(DESTDIR)$(mandir)/man1
+	@$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/ctags/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/ctags/trunk/checksums
===================================================================
--- csw/mgar/pkg/ctags/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/ctags/trunk/checksums	2012-12-18 10:10:27 UTC (rev 19911)
@@ -0,0 +1 @@
+c00f82ecdcc357434731913e5b48630d  ctags-5.8.tar.gz

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