From owner-cvs-all@FreeBSD.ORG Sat Mar 22 00:42:55 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 96D93106566B; Sat, 22 Mar 2008 00:42:55 +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 777638FC25; Sat, 22 Mar 2008 00:42:55 +0000 (UTC) (envelope-from clsung@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 m2M0gtsj060109; Sat, 22 Mar 2008 00:42:55 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2M0gtjW060108; Sat, 22 Mar 2008 00:42:55 GMT (envelope-from clsung) Message-Id: <200803220042.m2M0gtjW060108@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sat, 22 Mar 2008 00:42:55 +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/net Makefile ports/net/p5-Net-Jifty 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: Sat, 22 Mar 2008 00:42:55 -0000 clsung 2008-03-22 00:42:55 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-Jifty Makefile distinfo pkg-descr pkg-plist Log: Jifty is a full-stack web framework. It provides an optional REST interface for applications. Using this module, you can interact with that REST interface to write client-side utilities. You can use this module directly, but you'll be better off subclassing it. This module also provides a number of convenient methods for writing short scripts. For example, passing use_config => 1 to new will look at the config file for the username and password (or SID) of the user. If neither is available, it will prompt the user for them. WWW: http://search.cpan.org/dist/Net-Jifty/ Revision Changes Path 1.1975 +1 -0 ports/net/Makefile 1.1 +32 -0 ports/net/p5-Net-Jifty/Makefile (new) 1.1 +3 -0 ports/net/p5-Net-Jifty/distinfo (new) 1.1 +12 -0 ports/net/p5-Net-Jifty/pkg-descr (new) 1.1 +5 -0 ports/net/p5-Net-Jifty/pkg-plist (new)