Date: Thu, 24 Oct 2013 19:06:02 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> 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 Message-ID: <201310241906.r9OJ62xj095509@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <loic.blot@unix-experience.fr> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310241906.r9OJ62xj095509>