svn commit: r423877 - in head/devel: . arduino-ctags
Boris Samorodov
bsam at FreeBSD.org
Wed Oct 12 18:18:26 UTC 2016
Author: bsam
Date: Wed Oct 12 18:18:24 2016
New Revision: 423877
URL: https://svnweb.freebsd.org/changeset/ports/423877
Log:
Exuberant ctags mixed with anjuta-tags with patches applied by the
Arduino team.
WWW: https://github.com/arduino/ctags
PR: 213398
Submitted by: bsdports at kyle-evans.net
Added:
head/devel/arduino-ctags/
head/devel/arduino-ctags/Makefile (contents, props changed)
head/devel/arduino-ctags/distinfo (contents, props changed)
head/devel/arduino-ctags/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Oct 12 17:50:28 2016 (r423876)
+++ head/devel/Makefile Wed Oct 12 18:18:24 2016 (r423877)
@@ -96,6 +96,7 @@
SUBDIR += arcanist
SUBDIR += arduino
SUBDIR += arduino-builder
+ SUBDIR += arduino-ctags
SUBDIR += arduino-glcd
SUBDIR += arduino-irremote
SUBDIR += arduino-mk
Added: head/devel/arduino-ctags/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/arduino-ctags/Makefile Wed Oct 12 18:18:24 2016 (r423877)
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME= arduino-ctags
+PORTVERSION= 5.8
+DISTVERSIONSUFFIX= -arduino10
+CATEGORIES= devel
+
+MAINTAINER= bsdports at 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>
Added: head/devel/arduino-ctags/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/arduino-ctags/distinfo Wed Oct 12 18:18:24 2016 (r423877)
@@ -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
Added: head/devel/arduino-ctags/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/arduino-ctags/pkg-descr Wed Oct 12 18:18:24 2016 (r423877)
@@ -0,0 +1,4 @@
+Exuberant ctags mixed with anjuta-tags with patches applied by the
+Arduino team.
+
+WWW: https://github.com/arduino/ctags
More information about the svn-ports-head
mailing list