From owner-svn-ports-head@freebsd.org Tue Sep 19 10:13:10 2017 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 5DCC3E0A807; Tue, 19 Sep 2017 10:13:10 +0000 (UTC) (envelope-from gahr@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 2A56E75B73; Tue, 19 Sep 2017 10:13:10 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8JAD87d080895; Tue, 19 Sep 2017 10:13:08 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8JAD82I080893; Tue, 19 Sep 2017 10:13:08 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709191013.v8JAD82I080893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 19 Sep 2017 10:13:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450108 - head/lang/io X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/lang/io X-SVN-Commit-Revision: 450108 X-SVN-Commit-Repository: ports 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: Tue, 19 Sep 2017 10:13:10 -0000 Author: gahr Date: Tue Sep 19 10:13:08 2017 New Revision: 450108 URL: https://svnweb.freebsd.org/changeset/ports/450108 Log: lang/io: install a few syntax files Modified: head/lang/io/Makefile head/lang/io/pkg-plist Modified: head/lang/io/Makefile ============================================================================== --- head/lang/io/Makefile Tue Sep 19 09:01:55 2017 (r450107) +++ head/lang/io/Makefile Tue Sep 19 10:13:08 2017 (r450108) @@ -3,6 +3,7 @@ PORTNAME= io PORTVERSION= 2017.09.06 +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= gahr@FreeBSD.org @@ -46,6 +47,11 @@ post-install: cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/samples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${DATADIR}/SyntaxHighlighters +.for syn in "Emacs IntelliJ JEdit Kate Scintilla Vim" + cd ${WRKSRC}/extras/SyntaxHighlighters && \ + ${COPYTREE_SHARE} ${syn} ${STAGEDIR}${DATADIR}/SyntaxHighlighters +.endfor do-test: cd ${BUILD_WRKSRC} && \ Modified: head/lang/io/pkg-plist ============================================================================== --- head/lang/io/pkg-plist Tue Sep 19 09:01:55 2017 (r450107) +++ head/lang/io/pkg-plist Tue Sep 19 10:13:08 2017 (r450108) @@ -4,6 +4,15 @@ lib/libbasekit.so lib/libcoroutine.so lib/libgarbagecollector.so lib/libiovmall.so +%%DATADIR%%/SyntaxHighlighters/Emacs/io-mode-old.el +%%DATADIR%%/SyntaxHighlighters/Emacs/io-mode.el +%%DATADIR%%/SyntaxHighlighters/IntelliJ/Io.xml +%%DATADIR%%/SyntaxHighlighters/IntelliJ/readme.txt +%%DATADIR%%/SyntaxHighlighters/JEdit/_ReadMe.txt +%%DATADIR%%/SyntaxHighlighters/JEdit/io.xml +%%DATADIR%%/SyntaxHighlighters/Kate/io.xml +%%DATADIR%%/SyntaxHighlighters/Scintilla/Io.properties +%%DATADIR%%/SyntaxHighlighters/Vim/io.vim %%AsyncRequest%%lib/io/addons/AsyncRequest/_build/dll/libIoAsyncRequest.so %%AsyncRequest%%lib/io/addons/AsyncRequest/CMakeLists.txt %%AsyncRequest%%lib/io/addons/AsyncRequest/depends