From owner-cvs-ports@FreeBSD.ORG Fri Jun 11 20:42:50 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A48F1065670; Fri, 11 Jun 2010 20:42:50 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1A1858FC0C; Fri, 11 Jun 2010 20:42:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o5BKgnpg065562; Fri, 11 Jun 2010 20:42:49 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o5BKgnSw065561; Fri, 11 Jun 2010 20:42:49 GMT (envelope-from pgollucci) Message-Id: <201006112042.o5BKgnSw065561@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Fri, 11 Jun 2010 20:42:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/rubygem-stringex Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2010 20:42:50 -0000 pgollucci 2010-06-11 20:42:49 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rubygem-stringex Makefile distinfo pkg-descr Log: 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 Revision Changes Path 1.3968 +1 -0 ports/devel/Makefile 1.1 +20 -0 ports/devel/rubygem-stringex/Makefile (new) 1.1 +3 -0 ports/devel/rubygem-stringex/distinfo (new) 1.1 +6 -0 ports/devel/rubygem-stringex/pkg-descr (new)