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:
parent
11ebb6cabe
commit
e58691df20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423877
@ -96,6 +96,7 @@
|
||||
SUBDIR += arcanist
|
||||
SUBDIR += arduino
|
||||
SUBDIR += arduino-builder
|
||||
SUBDIR += arduino-ctags
|
||||
SUBDIR += arduino-glcd
|
||||
SUBDIR += arduino-irremote
|
||||
SUBDIR += arduino-mk
|
||||
|
31
devel/arduino-ctags/Makefile
Normal file
31
devel/arduino-ctags/Makefile
Normal 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>
|
3
devel/arduino-ctags/distinfo
Normal file
3
devel/arduino-ctags/distinfo
Normal 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
|
4
devel/arduino-ctags/pkg-descr
Normal file
4
devel/arduino-ctags/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Exuberant ctags mixed with anjuta-tags with patches applied by the
|
||||
Arduino team.
|
||||
|
||||
WWW: https://github.com/arduino/ctags
|
Loading…
Reference in New Issue
Block a user