From owner-cvs-all@FreeBSD.ORG Sun Apr 13 12:53:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F14F1065672; Sun, 13 Apr 2008 12:53:21 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5BE678FC1C; Sun, 13 Apr 2008 12:53:21 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3DCrL6x030819; Sun, 13 Apr 2008 12:53:21 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3DCrLwK030818; Sun, 13 Apr 2008 12:53:21 GMT (envelope-from rafan) Message-Id: <200804131253.m3DCrLwK030818@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 13 Apr 2008 12:53:21 +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-platform Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2008 12:53:21 -0000 rafan 2008-04-13 12:53:21 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rubygem-platform Makefile distinfo pkg-descr pkg-plist Log: The Platform library offers a simple, reliable, means of determining what platform Ruby is running on. Underlying Platform is the RUBY_PLATFORM constant. This library is parsing this constant for information. You could easily do this yourself. We've just taken the hassle out of it for you and hopefully covered a few of the more unusual cases you mightn't have thought of yourself. WWW: http://platform.rubyforge.org/ PR: ports/122708 Submitted by: IWATSUKI Hiroyuki Revision Changes Path 1.3035 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/rubygem-platform/Makefile (new) 1.1 +3 -0 ports/devel/rubygem-platform/distinfo (new) 1.1 +8 -0 ports/devel/rubygem-platform/pkg-descr (new) 1.1 +20 -0 ports/devel/rubygem-platform/pkg-plist (new)