Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 02:53:55 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/178597: audio/nekobee: Update to version 0.1.8
Message-ID:  <20130514025355.6c331e47e1a41eb7c839a3ca@yahoo.com>
Resent-Message-ID: <201305131810.r4DIA9fv091235@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178597
>Category:       ports
>Synopsis:       audio/nekobee: Update to version 0.1.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 13 18:10:09 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update to version 0.1.8

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/nekobee/Makefile audio/nekobee/Makefile
--- /usr/ports/audio/nekobee/Makefile	2012-11-08 05:40:50.000000000 +0900
+++ audio/nekobee/Makefile	2013-05-14 00:00:49.000000000 +0900
@@ -1,27 +1,42 @@
-# New ports collection makefile for:	nekobee
-# Date created:		2007-01-20
-# Whom:			trasz <trasz@pin.if.uz.zgora.pl>
-#
+# Created by: trasz <trasz@pin.if.uz.zgora.pl>
 # $FreeBSD: head/audio/nekobee/Makefile 300895 2012-07-14 12:56:14Z beat $
-#
 
 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@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>
diff -urN /usr/ports/audio/nekobee/distinfo audio/nekobee/distinfo
--- /usr/ports/audio/nekobee/distinfo	2012-11-08 05:40:50.000000000 +0900
+++ audio/nekobee/distinfo	2013-05-14 00:00:49.000000000 +0900
@@ -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
diff -urN /usr/ports/audio/nekobee/pkg-descr audio/nekobee/pkg-descr
--- /usr/ports/audio/nekobee/pkg-descr	2012-11-08 05:40:50.000000000 +0900
+++ audio/nekobee/pkg-descr	2013-05-14 00:00:49.000000000 +0900
@@ -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
diff -urN /usr/ports/audio/nekobee/pkg-plist audio/nekobee/pkg-plist
--- /usr/ports/audio/nekobee/pkg-plist	2012-11-08 05:40:50.000000000 +0900
+++ audio/nekobee/pkg-plist	2013-05-14 00:00:49.000000000 +0900
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130514025355.6c331e47e1a41eb7c839a3ca>