Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
3e8820 1 #
SA 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
5 #
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
9 #
10
11 #
12 # Copyright (c) 2016 Sergey Avseyev
13 #
ff7a3c 14 BUILD_BITS=            64
3e8820 15 include ../../../make-rules/shared-macros.mk
SA 16
17 COMPONENT_NAME=        exuberant-ctags
18 COMPONENT_VERSION=    5.8
ff7a3c 19 COMPONENT_REVISION=    1
AW 20 COMPONENT_PROJECT_URL=    https://ctags.sourceforge.net/
3e8820 21 COMPONENT_SUMMARY=    A C programming language indexing and/or cross-reference tool
SA 22 COMPONENT_DESCRIPTION=    \
23 Ctags generates an index (or tag) file of C language objects found in \
24 C source and header files.  The index makes it easy for text editors or \
25 other utilities to locate the indexed items.  Ctags can also generate a \
26 cross reference file which lists information about the various objects \
27 found in a set of C language files in human readable form.  Exuberant \
28 Ctags improves on ctags because it can find all types of C language tags, \
29 including macro definitions, enumerated values (values inside enum{...}), \
30 function and method definitions, enum/struct/union tags, external \
31 function prototypes, typedef names and variable declarations.  Exuberant \
32 Ctags is far less likely to be fooled by code containing \#if preprocessor \
33 conditional constructs than ctags.  Exuberant ctags supports output of \
34 Emacs style TAGS files and can be used to print out a list of selected \
35 objects found in source files.
36 COMPONENT_FMRI=         developer/exuberant-ctags
37 COMPONENT_CLASSIFICATION=    Development/Editors
38 COMPONENT_SRC=        ctags-$(COMPONENT_VERSION)
39 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
40 COMPONENT_ARCHIVE_HASH=    sha256:0e44b45dcabe969e0bbbb11e30c246f81abe5d32012db37395eb57d66e9e99c7
ff7a3c 41 COMPONENT_ARCHIVE_URL=    https://downloads.sourceforge.net/ctags/$(COMPONENT_ARCHIVE)
3e8820 42 COMPONENT_LICENSE=    GPLv2+ and LGPLv2+ and Public Domain
SA 43 COMPONENT_LICENSE_FILE=    COPYING
44
ff7a3c 45 TEST_TARGET=        $(NO_TESTS)
AW 46 include $(WS_MAKE_RULES)/common.mk
3e8820 47
SA 48 COMPONENT_BUILD_ENV=    DEST_DIR=$(PROTO_DIR)
49 COMPONENT_INSTALL_ENV=    DEST_DIR=$(PROTO_DIR)
50
ff7a3c 51 # Auto-generated dependencies
3e8820 52 REQUIRED_PACKAGES += system/library