# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # audio/py-pysndfile # audio/py-pysndfile/Makefile # audio/py-pysndfile/distinfo # audio/py-pysndfile/pkg-descr # echo c - audio/py-pysndfile mkdir -p audio/py-pysndfile > /dev/null 2>&1 echo x - audio/py-pysndfile/Makefile sed 's/^X//' >audio/py-pysndfile/Makefile << '28eb7ac2cebb765b2b92a5c6e3e12562' X# Created by: Yuri Victorovich X# $FreeBSD$ X XPORTNAME= pysndfile XPORTVERSION= 1.0.0 XCATEGORIES= audio python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= yuri@rawbw.com XCOMMENT= Cython wrapper class for reading/writing soundfiles using libsndfile X XLICENSE= LGPL3 X XBUILD_DEPENDS= ${LOCALBASE}/bin/cython:lang/cython \ X ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy XLIB_DEPENDS= libsndfile.so:audio/libsndfile X XUSES= python localbase XUSE_PYTHON= distutils autoplist X Xpost-install: X ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pysndfile/_pysndfile.so X X.include 28eb7ac2cebb765b2b92a5c6e3e12562 echo x - audio/py-pysndfile/distinfo sed 's/^X//' >audio/py-pysndfile/distinfo << 'd009364627028cd0d7482cbe29c638c0' XTIMESTAMP = 1503631978 XSHA256 (pysndfile-1.0.0.tar.gz) = 181d751d8c2c6784241a354f394b64210c1dadc3dc064c22a55eddc5239a2b9e XSIZE (pysndfile-1.0.0.tar.gz) = 562614 d009364627028cd0d7482cbe29c638c0 echo x - audio/py-pysndfile/pkg-descr sed 's/^X//' >audio/py-pysndfile/pkg-descr << '370c337d7861e1edacf69ee4df81473d' Xpysndfile is a python package providing PySndfile, a Cython wrapper class Xaround libsndfile. PySndfile provides methods for reading and writing a Xlarge variety of soundfile formats on a variety of plattforms. PySndfile Xprovides a rather complete access to the different sound file manipulation Xoptions that are available in libsndfile. X XDue to the use of libsndfile nearly all sound file formats, (besides mp3 Xand derived formats) can be read and written with PySndfile. X XThe interface has been designed such that a rather large subset of the Xfunctionality of libsndfile can be used, notably the reading and writing of Xstrings into soundfile formats that support these, and a number of sf_commands Xthat allow to control the way libsndfile reads and writes the samples. One of Xthe most important ones is the use of the clipping command. X XWWW: http://forge.ircam.fr/p/pysndfile 370c337d7861e1edacf69ee4df81473d exit