From owner-cvs-ports@FreeBSD.ORG Thu Apr 2 18:25:00 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 352FA1065675; Thu, 2 Apr 2009 18:25:00 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 238778FC1D; Thu, 2 Apr 2009 18:25:00 +0000 (UTC) (envelope-from miwi@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 n32IP07R087575; Thu, 2 Apr 2009 18:25:00 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n32IP0uK087574; Thu, 2 Apr 2009 18:25:00 GMT (envelope-from miwi) Message-Id: <200904021825.n32IP0uK087574@repoman.freebsd.org> From: Martin Wilke Date: Thu, 2 Apr 2009 18:24:59 +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/biology Makefile ports/biology/p5-Bio-Glite Makefile distinfo pkg-descr pkg-plist 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, 02 Apr 2009 18:25:00 -0000 miwi 2009-04-02 18:24:59 UTC FreeBSD ports repository Modified files: biology Makefile Added files: biology/p5-Bio-Glite Makefile distinfo pkg-descr pkg-plist Log: Bio::Glite is an interface to G-language Genome Analysis Environment through its REST web service (http://www.g-language.org). This module allows almost everything G-language GAE can do, without installing all necessary tookits and modules. Advantage of this module over the standard installation of G-language GAE package is: 1. Easy installation from CPAN 2. Extremely light-weight (less than 1000 lines of code) 3. Does not require much CPU/RAM (all calculation is done on the cloud) Disadvantages includes: 1. Slower analysis speed 2. Internet connection is required 3. No other software interfaces such as the G-language Shell WWW: http://search.cpan.org/dist/Bio-Glite/ PR: ports/133273 Submitted by: Wen Heping Revision Changes Path 1.105 +1 -0 ports/biology/Makefile 1.1 +25 -0 ports/biology/p5-Bio-Glite/Makefile (new) 1.1 +3 -0 ports/biology/p5-Bio-Glite/distinfo (new) 1.1 +18 -0 ports/biology/p5-Bio-Glite/pkg-descr (new) 1.1 +5 -0 ports/biology/p5-Bio-Glite/pkg-plist (new)