From db3f46c0735429ffbefd2c0a86194c884314a27c Mon Sep 17 00:00:00 2001 From: swills Date: Sun, 3 Apr 2011 15:28:18 +0000 Subject: Ruby C bindings to libbzip2 WWW: http://rubygems.org/gems/bzip2-ruby --- textproc/Makefile | 1 + textproc/rubygem-bzip2/Makefile | 22 ++++++++++++++++++++++ textproc/rubygem-bzip2/distinfo | 2 ++ textproc/rubygem-bzip2/pkg-descr | 3 +++ 4 files changed, 28 insertions(+) create mode 100644 textproc/rubygem-bzip2/Makefile create mode 100644 textproc/rubygem-bzip2/distinfo create mode 100644 textproc/rubygem-bzip2/pkg-descr (limited to 'textproc') diff --git a/textproc/Makefile b/textproc/Makefile index a893478d451f..7d03befe14c7 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1140,6 +1140,7 @@ SUBDIR += ruby-xslt SUBDIR += ruby-xtemplate SUBDIR += rubygem-augeas + SUBDIR += rubygem-bzip2 SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-ezamar SUBDIR += rubygem-ferret diff --git a/textproc/rubygem-bzip2/Makefile b/textproc/rubygem-bzip2/Makefile new file mode 100644 index 000000000000..2d6851ec17ab --- /dev/null +++ b/textproc/rubygem-bzip2/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: rubygem-bzip2 +# Date created: 2011-03-29 +# Whom: Steve Wills +# +# $FreeBSD$ +# + +PORTNAME= bzip2 +PORTVERSION= 0.2.7 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby C bindings to libbzip2 + +USE_RUBY= yes +USE_RUBYGEMS= yes +GEM_NAME= ${PORTNAME}-ruby-${PORTVERSION} +RUBYGEM_AUTOPLIST= yes + +.include diff --git a/textproc/rubygem-bzip2/distinfo b/textproc/rubygem-bzip2/distinfo new file mode 100644 index 000000000000..033803768330 --- /dev/null +++ b/textproc/rubygem-bzip2/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/bzip2-ruby-0.2.7.gem) = 8b78907b568617533fcbcd0f52219788aa716b3a2aa503b5562dea94725ac2f9 +SIZE (rubygem/bzip2-ruby-0.2.7.gem) = 20480 diff --git a/textproc/rubygem-bzip2/pkg-descr b/textproc/rubygem-bzip2/pkg-descr new file mode 100644 index 000000000000..b1cb6605c3fa --- /dev/null +++ b/textproc/rubygem-bzip2/pkg-descr @@ -0,0 +1,3 @@ +Ruby C bindings to libbzip2 + +WWW: http://rubygems.org/gems/bzip2-ruby -- cgit