From trasz@pin.if.uz.zgora.pl  Sat Jan 20 12:07:00 2007
Return-Path: <trasz@pin.if.uz.zgora.pl>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 24A4516A401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Jan 2007 12:07:00 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: from pin.if.uz.zgora.pl (pin.if.uz.zgora.pl [212.109.128.251])
	by mx1.freebsd.org (Postfix) with ESMTP id A5E5013C44B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Jan 2007 12:06:59 +0000 (UTC)
	(envelope-from trasz@pin.if.uz.zgora.pl)
Received: by pin.if.uz.zgora.pl (Postfix, from userid 1001)
	id 295E939DBA; Sat, 20 Jan 2007 13:09:59 +0100 (CET)
Message-Id: <20070120120959.295E939DBA@pin.if.uz.zgora.pl>
Date: Sat, 20 Jan 2007 13:09:59 +0100 (CET)
From: trasz <trasz@pin.if.uz.zgora.pl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] audio/hexter: DSSI softsynth that models the sound generation of a Yamaha DX7
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108147
>Category:       ports
>Synopsis:       [NEW PORT] audio/hexter: DSSI softsynth that models the sound generation of a Yamaha DX7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 20 12:10:20 GMT 2007
>Closed-Date:    Wed Jan 24 20:43:39 GMT 2007
>Last-Modified:  Wed Jan 24 20:50:27 GMT 2007
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006
>Description:
hexter is a software synthesizer that models the sound generation
of a Yamaha DX7 synthesizer. It can easily load most DX7 patch bank
files, accept patch editing commands via MIDI sys-ex messages (ALSA
systems only), and recreate the sound of the DX7 with greater
accuracy than any previous open-source emulation (that the author
is aware of....)

hexter operates as a plugin for the Disposable Soft Synth Interface
(DSSI).

WWW:	http://dssi.sourceforge.net/hexter.html

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- hexter-0.5.9.shar begins here ---
# 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:
#
#	hexter
#	hexter/pkg-descr
#	hexter/Makefile
#	hexter/pkg-plist
#	hexter/files
#	hexter/files/patch-configure
#	hexter/distinfo
#
echo c - hexter
mkdir -p hexter > /dev/null 2>&1
echo x - hexter/pkg-descr
sed 's/^X//' >hexter/pkg-descr << 'END-of-hexter/pkg-descr'
Xhexter is a software synthesizer that models the sound generation
Xof a Yamaha DX7 synthesizer. It can easily load most DX7 patch bank
Xfiles, accept patch editing commands via MIDI sys-ex messages (ALSA
Xsystems only), and recreate the sound of the DX7 with greater
Xaccuracy than any previous open-source emulation (that the author
Xis aware of....)
X
Xhexter operates as a plugin for the Disposable Soft Synth Interface
X(DSSI).
X
XWWW:	http://dssi.sourceforge.net/hexter.html
END-of-hexter/pkg-descr
echo x - hexter/Makefile
sed 's/^X//' >hexter/Makefile << 'END-of-hexter/Makefile'
X# New ports collection makefile for:	hexter
X# Date created:		2007-01-20
X# Whom:			trasz <trasz@pin.if.uz.zgora.pl>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	hexter
XPORTVERSION=	0.5.9
XCATEGORIES=	audio
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	dssi
X
XMAINTAINER=	trasz@pin.if.uz.zgora.pl
XCOMMENT=	DSSI softsynth that models the sound generation of a Yamaha DX7
X
XLIB_DEPENDS=	dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
X		lo.6:${PORTSDIR}/audio/liblo \
X		jack.0:${PORTSDIR}/audio/jack
XBUILD_DEPENDS=	${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_GNOME=	gtk20
X
X.include <bsd.port.mk>
END-of-hexter/Makefile
echo x - hexter/pkg-plist
sed 's/^X//' >hexter/pkg-plist << 'END-of-hexter/pkg-plist'
Xlib/dssi/hexter.so
Xlib/dssi/hexter.la
Xlib/dssi/hexter/hexter_gtk
X%%DATADIR%%/dx7_roms.dx7
X%%DATADIR%%/fb01_roms_converted_12.dx7
X%%DATADIR%%/fb01_roms_converted_34.dx7
X%%DATADIR%%/fb01_roms_converted_5.dx7
X%%DATADIR%%/tx7_roms.dx7
X@dirrm %%DATADIR%%
X@dirrm lib/dssi/hexter
END-of-hexter/pkg-plist
echo c - hexter/files
mkdir -p hexter/files > /dev/null 2>&1
echo x - hexter/files/patch-configure
sed 's/^X//' >hexter/files/patch-configure << 'END-of-hexter/files/patch-configure'
X--- configure.orig	Sat Jan 20 12:27:18 2007
X+++ configure	Sat Jan 20 12:27:30 2007
X@@ -20697,7 +20697,7 @@
X echo "GTK support: $with_gtk"
X 
X case "${host_os}" in
X-darwin*)
X+darwin* | freebsd*)
X   darwin=yes
X 
X   succeeded=no
END-of-hexter/files/patch-configure
echo x - hexter/distinfo
sed 's/^X//' >hexter/distinfo << 'END-of-hexter/distinfo'
XMD5 (hexter-0.5.9.tar.gz) = ad337feac0ec7f208e697cd9f123f076
XSHA256 (hexter-0.5.9.tar.gz) = f4d0263011a04a4eedcdf6b7290e74c269b7bdf6f35560278d77724dcef2e3ab
XSIZE (hexter-0.5.9.tar.gz) = 435876
END-of-hexter/distinfo
exit
--- hexter-0.5.9.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jan 20 12:10:34 UTC 2007 
Responsible-Changed-Why:  
miwi@ wants this PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108147 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Jan 24 20:43:37 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108147 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108147: commit references a PR
Date: Wed, 24 Jan 2007 20:42:24 +0000 (UTC)

 miwi        2007-01-24 20:42:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio                Makefile 
   Added files:
     audio/hexter         Makefile distinfo pkg-descr pkg-plist 
     audio/hexter/files   patch-configure 
   Log:
   hexter is a software synthesizer that models the sound generation
   of a Yamaha DX7 synthesizer. It can easily load most DX7 patch bank
   files, accept patch editing commands via MIDI sys-ex messages (ALSA
   systems only), and recreate the sound of the DX7 with greater
   accuracy than any previous open-source emulation (that the author
   is aware of....)
   
   hexter operates as a plugin for the Disposable Soft Synth Interface
   (DSSI).
   
   WWW:    http://dssi.sourceforge.net/hexter.html
   
   PR:             ports/108147
   Submitted by:   trasz <trasz at pin.if.uz.zgora.pl>
   
   Revision  Changes    Path
   1.822     +1 -0      ports/audio/Makefile
   1.1       +26 -0     ports/audio/hexter/Makefile (new)
   1.1       +3 -0      ports/audio/hexter/distinfo (new)
   1.1       +11 -0     ports/audio/hexter/files/patch-configure (new)
   1.1       +11 -0     ports/audio/hexter/pkg-descr (new)
   1.1       +10 -0     ports/audio/hexter/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
