aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorxmj <xmj@FreeBSD.org>2014-09-28 00:04:42 +0800
committerxmj <xmj@FreeBSD.org>2014-09-28 00:04:42 +0800
commit706c9d91cb64afe2ad6a4dbc0fc6f4a1fc0a715e (patch)
tree65be2f86bb17a165120319b36a20a5abb417b6e5 /textproc
parentde7eda8ac9b4a62ff60234ff6f1d312e93451e5a (diff)
downloadfreebsd-ports-gnome-706c9d91cb64afe2ad6a4dbc0fc6f4a1fc0a715e.tar.gz
freebsd-ports-gnome-706c9d91cb64afe2ad6a4dbc0fc6f4a1fc0a715e.tar.zst
freebsd-ports-gnome-706c9d91cb64afe2ad6a4dbc0fc6f4a1fc0a715e.zip
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)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-gitlab-linguist/Makefile23
-rw-r--r--textproc/rubygem-gitlab-linguist/distinfo2
-rw-r--r--textproc/rubygem-gitlab-linguist/pkg-descr3
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 5fbd1fe899c5..6fe0daccb6b6 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/rubygem-gitlab-linguist/Makefile b/textproc/rubygem-gitlab-linguist/Makefile
new file mode 100644
index 000000000000..087e39b860b3
--- /dev/null
+++ b/textproc/rubygem-gitlab-linguist/Makefile
@@ -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 <bsd.port.mk>
diff --git a/textproc/rubygem-gitlab-linguist/distinfo b/textproc/rubygem-gitlab-linguist/distinfo
new file mode 100644
index 000000000000..84568b01bf92
--- /dev/null
+++ b/textproc/rubygem-gitlab-linguist/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gitlab-linguist-3.0.0.gem) = 6652604cdf0168832ba5fe6662251f792730fbcb9253869625658cb1e8d9563c
+SIZE (rubygem/gitlab-linguist-3.0.0.gem) = 260096
diff --git a/textproc/rubygem-gitlab-linguist/pkg-descr b/textproc/rubygem-gitlab-linguist/pkg-descr
new file mode 100644
index 000000000000..62545c9ca504
--- /dev/null
+++ b/textproc/rubygem-gitlab-linguist/pkg-descr
@@ -0,0 +1,3 @@
+GitHub Language detection
+
+WWW: https://github.com/github/linguist