From owner-cvs-all@FreeBSD.ORG Mon Mar 21 06:28:57 2011 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 EEB3A1065675; Mon, 21 Mar 2011 06:28:57 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DDFD38FC0C; Mon, 21 Mar 2011 06:28:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p2L6SvYn065295; Mon, 21 Mar 2011 06:28:57 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p2L6Svkt065294; Mon, 21 Mar 2011 06:28:57 GMT (envelope-from wen) Message-Id: <201103210628.p2L6Svkt065294@repoman.freebsd.org> From: Wen Heping Date: Mon, 21 Mar 2011 06:28:57 +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/science Makefile ports/science/py-obspy.wav Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2011 06:28:58 -0000 wen 2011-03-21 06:28:57 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/py-obspy.wav Makefile distinfo pkg-descr pkg-plist Log: The obspy.wav package contains methods in order to read and write seismogram files in the WAV(audio) format. The data are squeezed to audible frequencies. ObsPy is an open-source project dedicated to provide a Python framework for processing seismological data. It provides parsers for common file formats and seismological signal processing routines which allow the manipulation of seismological time series (see Beyreuther et. al. 2010). The goal of the ObsPy project is to facilitate rapid application development for seismology. WWW: http://www.obspy.org/ Revision Changes Path 1.211 +1 -0 ports/science/Makefile 1.1 +24 -0 ports/science/py-obspy.wav/Makefile (new) 1.1 +2 -0 ports/science/py-obspy.wav/distinfo (new) 1.1 +12 -0 ports/science/py-obspy.wav/pkg-descr (new) 1.1 +34 -0 ports/science/py-obspy.wav/pkg-plist (new)