Port details |
- nekobee DSSI plugin that emulates the sound of the TB-303 Bassline
- 0.1.8_3 audio
=0 0.1.8_3Version 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-01-24 20:49:16
- Last Update: 2020-01-27 15:34:18
- SVN Revision: 524263
- License: GPLv2+
- WWW:
- https://github.com/gordonjcp/nekobee
- Description:
- nekobee is a DSSI soft synth plugin that emulates the sound of the
TB-303 Bassline. It is not an exact copy; rather than make it "just like
the real thing", the design concentrates on modelling the circuitry and
was adjusted by comparing the sounds achievable with it to those heard
on classic acid house tracks. It includes a switchable square/saw wave
VCO, 24dB/octave VCF, an adjustable decay time for the VCF, a fixed
decay time for the VCA, and an interesting bit of circuitry around the
"Accent" control.
WWW: https://github.com/gordonjcp/nekobee
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: nekobee
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (gordonjcp-nekobee-0.1.8_GH0.tar.gz) = b9c8283611a5979ed0340759067755e16fadb770e137bd416ee3d898f38493de
SIZE (gordonjcp-nekobee-0.1.8_GH0.tar.gz) = 350234
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:
-
- dssi.h : audio/dssi
- pkgconf>=1.3.0_1 : devel/pkgconf
- python2.7 : lang/python27
- Library dependencies:
-
- libdssialsacompat.so : audio/libdssialsacompat
- liblo.so : audio/liblo
- libjack.so : audio/jack
- libatk-1.0.so : accessibility/atk
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- gnome pkgconfig python:2.7,build waf
- 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.1.8_3 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.1.8_3 14 Jan 2020 09:27:19 |
antoine |
Switch version of python used in USES=waf to default version of python
Reviewed by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23143 |
0.1.8_3 26 Dec 2019 07:54:29 |
antoine |
Deprecate a few ports
With hat: portmgr |
0.1.8_3 08 Nov 2019 09:27:57 |
tobik |
a-b: Add missing USES={gnome,php,sdl,xorg} |
0.1.8_3 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.1.8_3 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.1.8_3 06 May 2015 12:57:56 |
mat |
Update ports in the a* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.1.8_3 08 Apr 2015 15:05:49 |
bapt |
Add a new USES=waf to handle the waf building system, allowing to factorise code
Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be
reused
Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting
_MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed
to really disable parallelisation with waf
WAF_CMD has been created to allow one to override the location of the waf script
relatively to WRKSRC
CONFIGURE_TARGET is by default defined to "configure"
ALL_TARGET is by default defined to "build"
INSTALL_TARGET is by default defined to "install"
USES=waf is by default stagedir safe |
0.1.8_3 19 Mar 2015 16:44:59 |
bdrewery |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
0.1.8_3 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
0.1.8_2 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
0.1.8_2 21 May 2014 05:40:08 |
miwi |
- Fix build with clang
PR: 188137
Submitted by: Ports Fury |
0.1.8_1 11 Apr 2014 21:26:21 |
pawel |
- Add staging support
- Fix build with clang34 (uknown linker flags) |
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.1.8_1 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.1.8_1 12 Sep 2013 00:21:11 |
marino |
Add explicit dependency on pkgconf (27 ports) |
0.1.8_1 25 Jul 2013 15:06:53 |
marino |
audio/nekobee: directly link libraries
Fixes indirect linking errors on modern binutils (fix from dports)
Also remove redundant MAKE_JOBS_SAFE while we are here.
Approved by: bapt (mentor) |
0.1.8_1 13 Jul 2013 17:23:19 |
deischen |
Bump PORTREVISION after upgrade to audio/liblo.
After discussion with: pawel and MAINTAINER. |
0.1.8 16 May 2013 10:32:08 |
miwi |
- Update to version 0.1.8
PR: 178597
Submitted by: Ports Fury |
0.1.7_5 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.1.7_4 02 Aug 2011 20:58:23 |
ehaupt |
Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared. |
0.1.7_4 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.1.7_4 25 Oct 2010 20:09:07 |
trasz |
Drop maintainership for ports I can't maintain anymore. |
0.1.7_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.1.7_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.1.7_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.1.7_1 31 Mar 2009 05:25:03 |
trasz |
Update audio/liblo to 0.26. |
0.1.7 19 Feb 2009 22:51:18 |
trasz |
Update to 0.1.7. |
0.1.6_1 06 Jun 2008 13:07:20 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.1.6 27 Aug 2007 20:20:19 |
trasz |
- Update to 0.1.6.
- Update website URL.
Approved by: miwi (mentor, implicit) |
0.1.5_1 11 Jul 2007 22:06:17 |
trasz |
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat |
0.1.5_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.1.5 13 Apr 2007 13:03:49 |
trasz |
Change my email address to trasz@FreeBSD.org.
Approved by: miwi (mentor) |
0.1.5 24 Jan 2007 20:43:28 |
miwi |
nekobee is a DSSI soft synth plugin that emulates the sound of the
TB-303 Bassline. It is not an exact copy; rather than make it "just
like the real thing", the design concentrates on modelling the
circuitry and was adjusted by comparing the sounds achievable with
it to those heard on classic acid house tracks. It includes a
switchable square/saw wave VCO, 24dB/octave VCF, an adjustable decay
time for the VCF, a fixed decay time for the VCA, and an interesting
bit of circuitry around the "Accent" control.
WWW: http://freshmeat.net/projects/nekobee/
PR: ports/108148
Submitted by: trasz <trasz at pin.if.uz.zgora.pl> |