From owner-cvs-ports@FreeBSD.ORG Thu May 28 23:36:11 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 1F4E6106566B; Thu, 28 May 2009 23:36:11 +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 0D40A8FC08; Thu, 28 May 2009 23:36:11 +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 n4SNaAGC022161; Thu, 28 May 2009 23:36:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4SNaAXY022160; Thu, 28 May 2009 23:36:10 GMT (envelope-from miwi) Message-Id: <200905282336.n4SNaAXY022160@repoman.freebsd.org> From: Martin Wilke Date: Thu, 28 May 2009 23:36:10 +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/libsbml Makefile distinfo pkg-descr pkg-plist ports/biology/libsbml/files patch-Makefile.in 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, 28 May 2009 23:36:11 -0000 miwi 2009-05-28 23:36:10 UTC FreeBSD ports repository Modified files: biology Makefile Added files: biology/libsbml Makefile distinfo pkg-descr pkg-plist biology/libsbml/files patch-Makefile.in Log: LibSBML is an open-source programming library to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with example programs), but rather a library you can embed in your own applications. LibSBML understands all Levels and Versions of SBML, as well as the SBML Layout proposal by Gauges, Rost, Sahle and Wegner. It's written in ISO C and C++ but can be used from all the languages listed in the right-hand box. WWW: http://www.sbml.org/ PR: ports/135022 Submitted by: Wen Heping Revision Changes Path 1.106 +1 -0 ports/biology/Makefile 1.1 +56 -0 ports/biology/libsbml/Makefile (new) 1.1 +3 -0 ports/biology/libsbml/distinfo (new) 1.1 +34 -0 ports/biology/libsbml/files/patch-Makefile.in (new) 1.1 +11 -0 ports/biology/libsbml/pkg-descr (new) 1.1 +238 -0 ports/biology/libsbml/pkg-plist (new)