svn commit: r318308 - head/audio/nekobee

Martin Wilke miwi at FreeBSD.org
Thu May 16 10:32:11 UTC 2013


Author: miwi
Date: Thu May 16 10:32:07 2013
New Revision: 318308
URL: http://svnweb.freebsd.org/changeset/ports/318308

Log:
  - Update to version 0.1.8
  
  PR:		178597
  Submitted by:	Ports Fury

Modified:
  head/audio/nekobee/Makefile   (contents, props changed)
  head/audio/nekobee/distinfo   (contents, props changed)
  head/audio/nekobee/pkg-descr   (contents, props changed)
  head/audio/nekobee/pkg-plist   (contents, props changed)

Modified: head/audio/nekobee/Makefile
==============================================================================
--- head/audio/nekobee/Makefile	Thu May 16 10:31:12 2013	(r318307)
+++ head/audio/nekobee/Makefile	Thu May 16 10:32:07 2013	(r318308)
@@ -1,27 +1,42 @@
-# New ports collection makefile for:	nekobee
-# Date created:		2007-01-20
-# Whom:			trasz <trasz at pin.if.uz.zgora.pl>
-#
+# Created by: trasz <trasz at pin.if.uz.zgora.pl>
 # $FreeBSD$
-#
 
 PORTNAME=	nekobee
-PORTVERSION=	0.1.7
-PORTREVISION=	5
+PORTVERSION=	0.1.8
 CATEGORIES=	audio
-MASTER_SITES=	http://www.nekosynth.co.uk/releases/
+MASTER_SITES=	GH
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	DSSI plugin that emulates the sound of the TB-303 Bassline
 
-LIB_DEPENDS=	dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
-		lo.7:${PORTSDIR}/audio/liblo \
-		jack.0:${PORTSDIR}/audio/jack
+LICENSE=	GPLv2 # (or later)
+
 BUILD_DEPENDS=	${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
+LIB_DEPENDS=	dssialsacompat:${PORTSDIR}/audio/libdssialsacompat \
+		lo:${PORTSDIR}/audio/liblo \
+		jack:${PORTSDIR}/audio/jack
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	gordonjcp
+GH_COMMIT=	3f4737f
 
-GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gtk20
-CFLAGS+=	-I${LOCALBASE}/include/dssi
+MAKE_JOBS_SAFE=	yes
+
+CPPFLAGS+=	-I${LOCALBASE}/include/dssi -I${LOCALBASE}/include
+
+.if !defined(DISABLE_MAKE_JOBS)
+MAKE_JOBS_ARGS=	-j${MAKE_JOBS_NUMBER}
+.endif
+
+do-configure:
+	@(cd ${WRKSRC} && ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" \
+		CPPFLAGS="${CPPFLAGS}" ./waf configure --prefix=${PREFIX})
+
+do-build:
+	@(cd ${WRKSRC} && ./waf build -vvv ${MAKE_JOBS_ARGS})
+
+do-install:
+	@(cd ${WRKSRC} && ./waf install)
 
 .include <bsd.port.mk>

Modified: head/audio/nekobee/distinfo
==============================================================================
--- head/audio/nekobee/distinfo	Thu May 16 10:31:12 2013	(r318307)
+++ head/audio/nekobee/distinfo	Thu May 16 10:32:07 2013	(r318308)
@@ -1,2 +1,2 @@
-SHA256 (nekobee-0.1.7.tar.gz) = 9d379eaa25535c3590bb08045db50bca087d80c6594adf96a6b3d909038e6028
-SIZE (nekobee-0.1.7.tar.gz) = 535372
+SHA256 (nekobee-0.1.8.tar.gz) = e9044c58884e87a1f5b396938002419346498c1299d8e87afb6cc27ee163f3be
+SIZE (nekobee-0.1.8.tar.gz) = 350259

Modified: head/audio/nekobee/pkg-descr
==============================================================================
--- head/audio/nekobee/pkg-descr	Thu May 16 10:31:12 2013	(r318307)
+++ head/audio/nekobee/pkg-descr	Thu May 16 10:32:07 2013	(r318308)
@@ -1,8 +1,10 @@
 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.
+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

Modified: head/audio/nekobee/pkg-plist
==============================================================================
--- head/audio/nekobee/pkg-plist	Thu May 16 10:31:12 2013	(r318307)
+++ head/audio/nekobee/pkg-plist	Thu May 16 10:32:07 2013	(r318308)
@@ -1,6 +1,5 @@
-lib/dssi/nekobee/nekobee_gtk
 lib/dssi/nekobee/knob.png
+lib/dssi/nekobee/nekobee_gtk
 lib/dssi/nekobee/switch.png
 lib/dssi/nekobee.so
-lib/dssi/nekobee.la
 @dirrm lib/dssi/nekobee


More information about the svn-ports-all mailing list