diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-10-25 10:52:15 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-10-25 10:52:15 +0800 |
commit | 1ef555554713cb501530c96fd883989a72968fa9 (patch) | |
tree | 43cf79b013b690f4979f46a74dbdceac5f0d49f4 /devel | |
parent | e536327f45519813f9f25088cdd8aae9931e1420 (diff) | |
download | freebsd-ports-gnome-1ef555554713cb501530c96fd883989a72968fa9.tar.gz freebsd-ports-gnome-1ef555554713cb501530c96fd883989a72968fa9.tar.zst freebsd-ports-gnome-1ef555554713cb501530c96fd883989a72968fa9.zip |
pygments.rb exposes the pygments syntax highlighter to Ruby
WWW: http://github.com/gitlabhq/pygments.rb
PR: ports/182768
Submitted by: Loic Blot <loic.blot@unix-experience.fr>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-gitlab-pygments.rb/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-gitlab-pygments.rb/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-gitlab-pygments.rb/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index eb552de0761d..237f1e150dc5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4103,6 +4103,7 @@ SUBDIR += rubygem-gio2 SUBDIR += rubygem-git SUBDIR += rubygem-github_api + SUBDIR += rubygem-gitlab-pygments.rb SUBDIR += rubygem-gitlab_meta SUBDIR += rubygem-glib2 SUBDIR += rubygem-gobject-introspection diff --git a/devel/rubygem-gitlab-pygments.rb/Makefile b/devel/rubygem-gitlab-pygments.rb/Makefile new file mode 100644 index 000000000000..e3214c5d5f7c --- /dev/null +++ b/devel/rubygem-gitlab-pygments.rb/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= gitlab-pygments.rb +PORTVERSION= 0.3.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Exposes the pygments syntax highlighter to Ruby + +RUN_DEPENDS= rubygem-posix-spawn>=0.3.6:${PORTSDIR}/devel/rubygem-posix-spawn \ + rubygem-yajl-ruby>=1.1.0:${PORTSDIR}/devel/rubygem-yajl-ruby + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-gitlab-pygments.rb/distinfo b/devel/rubygem-gitlab-pygments.rb/distinfo new file mode 100644 index 000000000000..0983a3a9fdef --- /dev/null +++ b/devel/rubygem-gitlab-pygments.rb/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/gitlab-pygments.rb-0.3.2.gem) = 1ec65598763bbdafa9d98520d074bf8d4f1fc7d175284b1678fdf7df3818fa8a +SIZE (rubygem/gitlab-pygments.rb-0.3.2.gem) = 1320960 diff --git a/devel/rubygem-gitlab-pygments.rb/pkg-descr b/devel/rubygem-gitlab-pygments.rb/pkg-descr new file mode 100644 index 000000000000..f0d3c4950361 --- /dev/null +++ b/devel/rubygem-gitlab-pygments.rb/pkg-descr @@ -0,0 +1,3 @@ +pygments.rb exposes the pygments syntax highlighter to Ruby + +WWW: http://github.com/gitlabhq/pygments.rb |