From d32ee7f579c33e1e5f5c97669f5a353a4dfd8401 Mon Sep 17 00:00:00 2001 From: swills Date: Sat, 29 Oct 2011 14:57:45 +0000 Subject: Ruby wrapper for pygmentize. WWW: https://github.com/github/albino --- textproc/Makefile | 1 + textproc/rubygem-albino/Makefile | 24 ++++++++++++++++++++++++ textproc/rubygem-albino/distinfo | 2 ++ textproc/rubygem-albino/pkg-descr | 3 +++ 4 files changed, 30 insertions(+) create mode 100644 textproc/rubygem-albino/Makefile create mode 100644 textproc/rubygem-albino/distinfo create mode 100644 textproc/rubygem-albino/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index 1ee906d26c16..701aa3e6e9f5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1212,6 +1212,7 @@ SUBDIR += ruby-xmlscan SUBDIR += ruby-xmlscan-old SUBDIR += ruby-xslt + SUBDIR += rubygem-albino SUBDIR += rubygem-augeas SUBDIR += rubygem-coderay SUBDIR += rubygem-compass diff --git a/textproc/rubygem-albino/Makefile b/textproc/rubygem-albino/Makefile new file mode 100644 index 000000000000..ec70d2628115 --- /dev/null +++ b/textproc/rubygem-albino/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: rubygem-albino +# Date created: 2011-10-29 +# Whom: Steve Wills +# +# $FreeBSD$ +# + +PORTNAME= albino +PORTVERSION= 1.3.3 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby wrapper for pygmentize + +RUN_DEPENDS= rubygem-posix-spawn>=0:${PORTSDIR}/devel/rubygem-posix-spawn \ + ${PYTHON_PKGNAMEPREFIX}pygments>=0.8:${PORTSDIR}/textproc/py-pygments + +USE_RUBY= yes +USE_PYTHON= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include diff --git a/textproc/rubygem-albino/distinfo b/textproc/rubygem-albino/distinfo new file mode 100644 index 000000000000..387fc18df932 --- /dev/null +++ b/textproc/rubygem-albino/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/albino-1.3.3.gem) = f7888f56d8337a98ac8973e3429f89292363eb82a6c8717f8d90a3c9d2681997 +SIZE (rubygem/albino-1.3.3.gem) = 10240 diff --git a/textproc/rubygem-albino/pkg-descr b/textproc/rubygem-albino/pkg-descr new file mode 100644 index 000000000000..ebe98d69c61f --- /dev/null +++ b/textproc/rubygem-albino/pkg-descr @@ -0,0 +1,3 @@ +Ruby wrapper for pygmentize. + +WWW: https://github.com/github/albino -- cgit