diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-11 20:42:49 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-11 20:42:49 +0000 |
commit | 6b14a00d1bb5bbe3e94a3fdc9945c9cb7d3c86f0 (patch) | |
tree | e8be6964df84faa00fa82a9a81d9b127f23a3320 /devel/rubygem-stringex | |
parent | 65eafa664050f6ac66feb0eef957a17fa9fd7d88 (diff) | |
download | ports-6b14a00d1bb5bbe3e94a3fdc9945c9cb7d3c86f0.tar.gz ports-6b14a00d1bb5bbe3e94a3fdc9945c9cb7d3c86f0.zip |
Some [hopefully] useful extensions to Ruby's String class. Stringex is made
up of three libraries: ActsAsUrl [permalink solution with better character
translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions
[miscellaneous helper methods for the String class].
WWW: http://rubygems.org/gems/stringex
Notes
Notes:
svn path=/head/; revision=256405
Diffstat (limited to 'devel/rubygem-stringex')
-rw-r--r-- | devel/rubygem-stringex/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-stringex/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-stringex/pkg-descr | 6 |
3 files changed, 29 insertions, 0 deletions
diff --git a/devel/rubygem-stringex/Makefile b/devel/rubygem-stringex/Makefile new file mode 100644 index 000000000000..7fd0c148e23a --- /dev/null +++ b/devel/rubygem-stringex/Makefile @@ -0,0 +1,20 @@ +# Ports collection makefile for: rubygem-stringex +# Date created: 11 Jun 2010 +# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> +# +# $FreeBSD$ + +PORTNAME= stringex +PORTVERSION= 1.1.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Some useful extensions to the Ruby String class + +USE_RUBY= yes +USE_RAKE= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-stringex/distinfo b/devel/rubygem-stringex/distinfo new file mode 100644 index 000000000000..810552f20eda --- /dev/null +++ b/devel/rubygem-stringex/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/stringex-1.1.0.gem) = 8356386d63bbfaaccf8382df05079e5e +SHA256 (rubygem/stringex-1.1.0.gem) = 394f283261c23b7d1f1a11bd1b37b8356c0d0bdf6eb664730e89a3210b03eeba +SIZE (rubygem/stringex-1.1.0.gem) = 102912 diff --git a/devel/rubygem-stringex/pkg-descr b/devel/rubygem-stringex/pkg-descr new file mode 100644 index 000000000000..1499ad436953 --- /dev/null +++ b/devel/rubygem-stringex/pkg-descr @@ -0,0 +1,6 @@ +Some [hopefully] useful extensions to Ruby's String class. Stringex is made +up of three libraries: ActsAsUrl [permalink solution with better character +translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions +[miscellaneous helper methods for the String class]. + +WWW: http://rubygems.org/gems/stringex |