diff options
author | swills <swills@FreeBSD.org> | 2011-10-29 22:57:45 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-10-29 22:57:45 +0800 |
commit | d32ee7f579c33e1e5f5c97669f5a353a4dfd8401 (patch) | |
tree | 25f3d84b8863eeffa989ef97f6db3d92d17de1de | |
parent | 3f3c1f3a3ddbb23565b0e578f99081fc30fa5d18 (diff) | |
download | freebsd-ports-gnome-d32ee7f579c33e1e5f5c97669f5a353a4dfd8401.tar.gz freebsd-ports-gnome-d32ee7f579c33e1e5f5c97669f5a353a4dfd8401.tar.zst freebsd-ports-gnome-d32ee7f579c33e1e5f5c97669f5a353a4dfd8401.zip |
Ruby wrapper for pygmentize.
WWW: https://github.com/github/albino
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-albino/Makefile | 24 | ||||
-rw-r--r-- | textproc/rubygem-albino/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-albino/pkg-descr | 3 |
4 files changed, 30 insertions, 0 deletions
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 <swills@rubick> +# +# $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 <bsd.port.mk> 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 |