From owner-cvs-ports@FreeBSD.ORG Thu Feb 19 06:41:43 2009 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 C4726106564A; Thu, 19 Feb 2009 06:41:43 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B36498FC0C; Thu, 19 Feb 2009 06:41:43 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1J6fh6O000187; Thu, 19 Feb 2009 06:41:43 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1J6fhiS000186; Thu, 19 Feb 2009 06:41:43 GMT (envelope-from clsung) Message-Id: <200902190641.n1J6fhiS000186@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 19 Feb 2009 06:41:43 +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/www Makefile ports/www/rubygem-activeresource 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: Thu, 19 Feb 2009 06:41:44 -0000 clsung 2009-02-19 06:41:43 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/rubygem-activeresource Makefile distinfo pkg-descr Log: - required by rubygem-rails 2.2 - need rubygem-activesupport 2.2 Active Resource Active Resource attempts to provide a coherent wrapper object-relational mapping for REST web services. It follows the same philosophy as Active Record, in that one of its prime aims is to reduce the amount of code needed to map to these resources. This is made possible by relying on a number of code- and protocol-based conventions that make it easy for Active Resource to infer complex relations and structures. These conventions are outlined in detail in the documentation for ActiveResource::Base. WWW: http://www.rubyonrails.org/ WWW: http://rubyforge.org/projects/activeresource/ PR: ports/131280 Submitted by: clsung Revision Changes Path 1.2266 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/rubygem-activeresource/Makefile (new) 1.1 +3 -0 ports/www/rubygem-activeresource/distinfo (new) 1.1 +14 -0 ports/www/rubygem-activeresource/pkg-descr (new)