From owner-svn-ports-head@freebsd.org Wed Oct 12 18:18:25 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7136C0FC29; Wed, 12 Oct 2016 18:18:25 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6E13233; Wed, 12 Oct 2016 18:18:25 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9CIIOCb011574; Wed, 12 Oct 2016 18:18:24 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CIIOAp011570; Wed, 12 Oct 2016 18:18:24 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610121818.u9CIIOAp011570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Wed, 12 Oct 2016 18:18:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423877 - in head/devel: . arduino-ctags X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 18:18:26 -0000 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@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@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 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