From owner-svn-ports-head@FreeBSD.ORG Thu Oct 24 19:06:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D5132E98; Thu, 24 Oct 2013 19:06:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A862C238F; Thu, 24 Oct 2013 19:06:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OJ63mC095515; Thu, 24 Oct 2013 19:06:03 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9OJ62xj095509; Thu, 24 Oct 2013 19:06:02 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310241906.r9OJ62xj095509@svn.freebsd.org> From: Steve Wills Date: Thu, 24 Oct 2013 19:06:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331515 - in head/textproc: . rubygem-github-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.14 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: Thu, 24 Oct 2013 19:06:03 -0000 Author: swills Date: Thu Oct 24 19:06:02 2013 New Revision: 331515 URL: http://svnweb.freebsd.org/changeset/ports/331515 Log: GitHub Language detection WWW: https://github.com/github/linguist PR: ports/182735 Submitted by: Loic Blot Added: head/textproc/rubygem-github-linguist/ head/textproc/rubygem-github-linguist/Makefile (contents, props changed) head/textproc/rubygem-github-linguist/distinfo (contents, props changed) head/textproc/rubygem-github-linguist/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Oct 24 19:01:13 2013 (r331514) +++ head/textproc/Makefile Thu Oct 24 19:06:02 2013 (r331515) @@ -1301,6 +1301,7 @@ SUBDIR += rubygem-ferret SUBDIR += rubygem-gemoji SUBDIR += rubygem-gherkin + SUBDIR += rubygem-github-linguist SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-htmlentities Added: head/textproc/rubygem-github-linguist/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-github-linguist/Makefile Thu Oct 24 19:06:02 2013 (r331515) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= github-linguist +PORTVERSION= 2.9.4 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= GitHub Language detection + +RUN_DEPENDS= rubygem-charlock_holmes>=0.6.6:${PORTSDIR}/textproc/rubygem-charlock_holmes \ + rubygem-escape_utils>=0.3.1:${PORTSDIR}/textproc/rubygem-escape_utils \ + rubygem-mime-types>=1.19:${PORTSDIR}/misc/rubygem-mime-types \ + rubygem-pygments.rb>=0.5.2:${PORTSDIR}/devel/rubygem-pygments.rb + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/textproc/rubygem-github-linguist/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-github-linguist/distinfo Thu Oct 24 19:06:02 2013 (r331515) @@ -0,0 +1,2 @@ +SHA256 (rubygem/github-linguist-2.9.4.gem) = bcd5a296f4cf08520f9025e4370a48471ff2965ee3fe12f2fb16b49980112d6f +SIZE (rubygem/github-linguist-2.9.4.gem) = 240640 Added: head/textproc/rubygem-github-linguist/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-github-linguist/pkg-descr Thu Oct 24 19:06:02 2013 (r331515) @@ -0,0 +1,3 @@ +GitHub Language detection + +WWW: https://github.com/github/linguist