Port details |
- py-speex Python bindings for the Speex compressor/decompressor audio codec
- 0.2_2 audio
=0 0.2_2Version of this port present on the latest quarterly branch.
- DEPRECATED: Unmaintained, uses EOLed python27
This port expired on: 2020-01-27
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2007-04-02 07:19:53
- Last Update: 2020-01-27 15:34:18
- SVN Revision: 524263
- Also Listed In: python
- License: not specified in port
- WWW:
- http://freenet.mcnabhosting.com/python/pySpeex/
- Description:
- py-speex is a Python module that provides bindings for the Speex audio
compressor/decompressor codec.
WWW: http://freenet.mcnabhosting.com/python/pySpeex/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}speex>0:audio/py-speex@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-speex
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (python/pySpeex-0.2.tar.gz) = aca41ca9650765b58de0e1c0a6676658564a8009dd544aeec08087f6c3dc6bd6
SIZE (python/pySpeex-0.2.tar.gz) = 17665
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-pyrex>=0.9.6.2 : devel/pyrex@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Library dependencies:
-
- libspeex.so : audio/speex
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2_2 27 Jan 2020 15:34:18 |
rene |
Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
0.2_2 26 Dec 2019 07:54:29 |
antoine |
Deprecate a few ports
With hat: portmgr |
0.2_2 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.2_2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.2_2 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.2_2 20 Aug 2015 10:42:32 |
amdmi3 |
- Strip library
- Pet portlint
- Regenerate patches with `make makepatch` |
0.2_1 19 Aug 2015 07:05:34 |
erwin |
Reset maintainer
<cjg@bsdmail.org>: host mx01.gmx.com[74.208.5.27] said: 550 Requested action
not taken: mailbox unavailable (in reply to RCPT TO command)
Sponsored by: DK Hostmaster A/S |
0.2_1 02 Sep 2014 16:10:32 |
adamw |
Update MASTER_SITES and WWW to new location to fix fetch.
While here, use USES=python |
0.2_1 06 Mar 2014 14:18:41 |
miwi |
- Stage support
- Convert to autoplist
- Bump PORTREVISION |
11 Dec 2013 14:35:37
|
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
0.2 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.2 12 Feb 2012 15:24:43 |
rm |
- convert to using PYTHON_SITELIBDIR (not functional change) |
0.2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.2 29 Oct 2007 21:49:49 |
erwin |
Ensure minimal version of 0.9.6.2 for devel/pyrex.
PR: 117565
Submitted by: Carl Johan Gustavsson <cjg@bsdmail.org> |
0.2 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
0.2 02 Apr 2007 07:18:13 |
clsung |
Add py-speex 0.2, python bindings for the Speex compressor/decompressor
audio codec.
PR: ports/111032
Submitted by: Carl Johan Gustavsson <cjg at bsdmail.org> |