From owner-svn-ports-head@FreeBSD.ORG Sat Sep 27 16:04:44 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5618DB3F; Sat, 27 Sep 2014 16:04:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 34680E55; Sat, 27 Sep 2014 16:04:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8RG4igH033983; Sat, 27 Sep 2014 16:04:44 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8RG4hGO033978; Sat, 27 Sep 2014 16:04:43 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201409271604.s8RG4hGO033978@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sat, 27 Sep 2014 16:04:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369400 - in head/textproc: . rubygem-gitlab-linguist 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.18-1 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: Sat, 27 Sep 2014 16:04:44 -0000 Author: xmj Date: Sat Sep 27 16:04:42 2014 New Revision: 369400 URL: http://svnweb.freebsd.org/changeset/ports/369400 QAT: https://qat.redports.org/buildarchive/r369400/ Log: textproc/rubygem-gitlab-linguist: create port GitHub Language detection WWW: https://github.com/github/linguist Differential Revision: https://reviews.freebsd.org/D859 Approved by: swills (mentor) Added: head/textproc/rubygem-gitlab-linguist/ head/textproc/rubygem-gitlab-linguist/Makefile (contents, props changed) head/textproc/rubygem-gitlab-linguist/distinfo (contents, props changed) head/textproc/rubygem-gitlab-linguist/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Sep 27 15:52:54 2014 (r369399) +++ head/textproc/Makefile Sat Sep 27 16:04:42 2014 (r369400) @@ -1321,6 +1321,7 @@ SUBDIR += rubygem-github-markdown SUBDIR += rubygem-github-markup SUBDIR += rubygem-gitlab-grit + SUBDIR += rubygem-gitlab-linguist SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-htmlentities Added: head/textproc/rubygem-gitlab-linguist/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gitlab-linguist/Makefile Sat Sep 27 16:04:42 2014 (r369400) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= gitlab-linguist +PORTVERSION= 3.0.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= GitHub Language detection + +LICENSE= MIT + +RUN_DEPENDS= rubygem-charlock_holmes>=0.6.6:${PORTSDIR}/textproc/rubygem-charlock_holmes \ + rubygem-escape_utils-rails4>=0.3.1:${PORTSDIR}/textproc/rubygem-escape_utils-rails4 \ + rubygem-mime-types1>=1.19:${PORTSDIR}/misc/rubygem-mime-types1 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/linguist + +.include Added: head/textproc/rubygem-gitlab-linguist/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gitlab-linguist/distinfo Sat Sep 27 16:04:42 2014 (r369400) @@ -0,0 +1,2 @@ +SHA256 (rubygem/gitlab-linguist-3.0.0.gem) = 6652604cdf0168832ba5fe6662251f792730fbcb9253869625658cb1e8d9563c +SIZE (rubygem/gitlab-linguist-3.0.0.gem) = 260096 Added: head/textproc/rubygem-gitlab-linguist/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gitlab-linguist/pkg-descr Sat Sep 27 16:04:42 2014 (r369400) @@ -0,0 +1,3 @@ +GitHub Language detection + +WWW: https://github.com/github/linguist