From tilman@arved.de  Sun May 12 16:34:16 2002
Return-Path: <tilman@arved.de>
Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218])
	by hub.freebsd.org (Postfix) with ESMTP id AD81337B403
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 May 2002 16:34:13 -0700 (PDT)
Received: from sauna.arved.de (sauna.arved.de [192.168.2.4])
	by 21322530218.direct.eti.at (8.11.6/8.11.6) with ESMTP id g4CNa6X71513
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 May 2002 01:36:06 +0200 (CEST)
	(envelope-from tilman@arved.de)
Received: (from tilman@localhost)
	by sauna.arved.de (8.11.6/8.11.6) id g4CNYGJ25830;
	Mon, 13 May 2002 01:34:16 +0200 (CEST)
	(envelope-from tilman)
Message-Id: <200205122334.g4CNYGJ25830@sauna.arved.de>
Date: Mon, 13 May 2002 01:34:16 +0200 (CEST)
From: Tilman Linneweh <tilman@arved.de>
Reply-To: Tilman Linneweh <tilman@arved.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: tilman@arved.de
Subject: New Port audio/alienwah
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         38008
>Category:       ports
>Synopsis:       New Port audio/alienwah
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 12 16:40:01 PDT 2002
>Closed-Date:    Fri Sep 20 19:16:29 PDT 2002
>Last-Modified:  Fri Sep 20 19:16:29 PDT 2002
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
BSD Usergroup Austria
>Environment:
System: FreeBSD sauna.arved.de 4.5-STABLE FreeBSD 4.5-STABLE #2: Tue Feb 19 15:30:21 CET 2002 root@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386


	
>Description:
	Yet another LADPA Plugin
	
>How-To-Repeat:
	
>Fix:

	
# 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:
#
#       alienwah/
#       alienwah/Makefile
#       alienwah/distinfo
#       alienwah/files
#       alienwah/files/patch-Makefile
#       alienwah/pkg-comment
#       alienwah/pkg-plist
#       alienwah/pkg-descr
#
echo c - alienwah/
mkdir -p alienwah/ > /dev/null 2>&1
echo x - alienwah/Makefile
sed 's/^X//' >alienwah/Makefile << 'END-of-alienwah/Makefile'
X# New ports collection Makefile for:   alienwah
X# Date created:                        13 May 2002
X# Whom:                                Tilman Linneweh <freebsdports@arved.de
X#
X# $FreeBSD$
X
XPORTNAME=      alienwah
XPORTVERSION=   1.13
XCATEGORIES=    audio
XMASTER_SITES=  http://plugin.org.uk/releases/alienwah/
X
XMAINTAINER=    freebsdports@arved.de
X
XBUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
X
XINSTALLS_SHLIB=        yes
XUSE_GMAKE=     yes
X
Xdo-install:
X       @${INSTALL_DATA} ${WRKSRC}/aw.so ${LOCALBASE}/lib/ladspa/
X
X.include <bsd.port.mk>
END-of-alienwah/Makefile
echo x - alienwah/distinfo
sed 's/^X//' >alienwah/distinfo << 'END-of-alienwah/distinfo'
XMD5 (alienwah-1.13.tar.gz) = 29ed06ae0975da8ae2bec40ae7a7d111
END-of-alienwah/distinfo
echo c - alienwah/files
mkdir -p alienwah/files > /dev/null 2>&1
echo x - alienwah/files/patch-Makefile
sed 's/^X//' >alienwah/files/patch-Makefile << 'END-of-alienwah/files/patch-Makefile'
X--- Makefile.orig      Sun Jan  6 18:34:24 2002
X+++ Makefile   Mon May 13 01:20:42 2002
X@@ -1,25 +1,16 @@
X # parts taken from ladspa-sdk src/makefile
X
X-INCLUDES      =       -I/usr/local/include
X-#LIBRARIES    =       -ldl -lm
X-CFLAGS                =       $(INCLUDES) -Wall -Werror -O3 -fPIC
X-CXXFLAGS      =       $(CFLAGS)
X+CXXFLAGS      +=      -I${LOCALBASE}/include
X PLUGINS               =       aw.so
X-CC            =       cc
X-CPP           =       c++
X
X ###############################################################################
X #
X # RULES TO BUILD PLUGINS FROM C OR C++ CODE
X #
X
X-%.so: %.c
X-      $(CC) $(CFLAGS) -c $*.c
X-      $(LD) -o $*.so $*.o -shared
X-
X %.so: %.cpp
X-      $(CPP) $(CXXFLAGS) -c $*.cpp
X-      $(CPP) -o $*.so $*.o -shared
X+      $(CXX) $(CXXFLAGS) -c $*.cpp
X+      $(CXX) -o $*.so $*.o -shared
X
X ###############################################################################
X #
X@@ -29,7 +20,7 @@
X all: $(PLUGINS)
X
X install:
X-      cp aw.so /usr/local/lib/ladspa/
X+      cp aw.so ${LOCALBASE}/lib/ladspa/
X
X clean:
X       -rm -f *.o *.so
END-of-alienwah/files/patch-Makefile
echo x - alienwah/pkg-comment
sed 's/^X//' >alienwah/pkg-comment << 'END-of-alienwah/pkg-comment'
XPaul Nasca's AlienWah LADSPA Plugin
END-of-alienwah/pkg-comment
echo x - alienwah/pkg-plist
sed 's/^X//' >alienwah/pkg-plist << 'END-of-alienwah/pkg-plist'
Xlib/ladspa/aw.so
END-of-alienwah/pkg-plist
echo x - alienwah/pkg-descr
sed 's/^X//' >alienwah/pkg-descr << 'END-of-alienwah/pkg-descr'
XPaul Nasca's AlienWah LADSPA Plugin. The DSP code for the plugin was written
Xby Paul Nasca and the conversion to LADSPA was done by Paul Thompson.
X
XAuthor: Paul Nasca <paulnasca@email.ro>
XWWW: http://plugin.org.uk/releases/alienwah/
X
X- Tilman Linneweh
Xfreebsdports@arved.de
END-of-alienwah/pkg-descr
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Fri Sep 20 19:16:14 PDT 2002 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38008 
>Unformatted:
