1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

This is a small mixed library of some useful

stuff for and extensions of Ruby that are not
really good/big enough for a real library.

WWW: http://github.com/flori/spruz

PR:		ports/147170
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
This commit is contained in:
Martin Wilke 2010-06-02 15:40:49 +00:00
parent acfccc306c
commit aebde9189a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255548
4 changed files with 31 additions and 0 deletions

View File

@ -3042,6 +3042,7 @@
SUBDIR += rubygem-sequel
SUBDIR += rubygem-sexp_processor
SUBDIR += rubygem-soap4r
SUBDIR += rubygem-spruz
SUBDIR += rubygem-stemmer
SUBDIR += rubygem-stomp
SUBDIR += rubygem-stream

View File

@ -0,0 +1,22 @@
# Ports collection makefile for: rubygem-spruz
# Date created: 28 May 2010
# Whom: Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#
PORTNAME= spruz
PORTVERSION= 0.1.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= freebsdports@chillibear.com
COMMENT= A small Ruby library of mixed utils/extensions
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/enum
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/spruz-0.1.1.gem) = d3f2a000bafc7c5d3cd6740d227c74d1
SHA256 (rubygem/spruz-0.1.1.gem) = c791030d74796c644885ded5144041c7f11c084b9667fbac907b7017833b5fbb
SIZE (rubygem/spruz-0.1.1.gem) = 14848

View File

@ -0,0 +1,5 @@
This is a small mixed library of some useful
stuff for and extensions of Ruby that are not
really good/big enough for a real library.
WWW: http://github.com/flori/spruz