From owner-cvs-ports@FreeBSD.ORG Thu Feb 19 06:47:09 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 7BD911065780; Thu, 19 Feb 2009 06:47:09 +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 6AB7C8FC1C; Thu, 19 Feb 2009 06:47:09 +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 n1J6l9AO000663; Thu, 19 Feb 2009 06:47:09 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1J6l91S000662; Thu, 19 Feb 2009 06:47:09 GMT (envelope-from clsung) Message-Id: <200902190647.n1J6l91S000662@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 19 Feb 2009 06:47:09 +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-httparty 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:47:10 -0000 clsung 2009-02-19 06:47:09 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/rubygem-httparty Makefile distinfo pkg-descr Log: httparty is a Ruby library that makes HTTP fun again! It's feautures: * Easy get, post, put, delete requests * Basic http authentication * Default request query string parameters (ie: for api keys that are needed on each request) * Automatic parsing of JSON and XML into ruby hashes based on response content-type WWW: http://rubyforge.org/projects/httparty/ PR: ports/128661 Submitted by: Wen Heping Revision Changes Path 1.2267 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/rubygem-httparty/Makefile (new) 1.1 +3 -0 ports/www/rubygem-httparty/distinfo (new) 1.1 +12 -0 ports/www/rubygem-httparty/pkg-descr (new)