Exuberant ctags mixed with anjuta-tags with patches applied by the

Arduino team.

WWW: https://github.com/arduino/ctags

PR:		213398
Submitted by:	bsdports@kyle-evans.net
This commit is contained in:
Boris Samorodov 2016-10-12 18:18:24 +00:00
parent 11ebb6cabe
commit e58691df20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423877
4 changed files with 39 additions and 0 deletions

View File

@ -96,6 +96,7 @@
SUBDIR += arcanist
SUBDIR += arduino
SUBDIR += arduino-builder
SUBDIR += arduino-ctags
SUBDIR += arduino-glcd
SUBDIR += arduino-irremote
SUBDIR += arduino-mk

View File

@ -0,0 +1,31 @@
# $FreeBSD$
PORTNAME= arduino-ctags
PORTVERSION= 5.8
DISTVERSIONSUFFIX= -arduino10
CATEGORIES= devel
MAINTAINER= bsdports@kyle-evans.net
COMMENT= Feature-filled tagfile generator used by Arduino 1.6
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BINDIR= arduino/tools-builder/ctags/${PORTVERSION}${DISTVERSIONSUFFIX}
PLIST_FILES= ${BINDIR}/ctags
USE_GITHUB= yes
GH_ACCOUNT= arduino
GH_PROJECT= ctags
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-macro-patterns --bindir="${STAGEDIR}${PREFIX}/${BINDIR}"
USES= desthack
ALl_TARGET= ctags
INSTALL_TARGET= install-cbin
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${BINDIR}/ctags
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1476229916
SHA256 (arduino-ctags-5.8-arduino10_GH0.tar.gz) = 1f9ee0e9a0c80fc4f0d40b9225c3f665f3a637e9eec55511a198f868e7e65a83
SIZE (arduino-ctags-5.8-arduino10_GH0.tar.gz) = 489720

View File

@ -0,0 +1,4 @@
Exuberant ctags mixed with anjuta-tags with patches applied by the
Arduino team.
WWW: https://github.com/arduino/ctags