From owner-freebsd-ports Mon Apr 16 17:50:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19E4437B440 for ; Mon, 16 Apr 2001 17:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3H0o1x37336; Mon, 16 Apr 2001 17:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8370E37B443 for ; Mon, 16 Apr 2001 17:45:40 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3H0jew36410; Mon, 16 Apr 2001 17:45:40 -0700 (PDT) (envelope-from nobody) Message-Id: <200104170045.f3H0jew36410@freefall.freebsd.org> Date: Mon, 16 Apr 2001 17:45:40 -0700 (PDT) From: anarcat@tao.ca To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/26629: [PATCH] Cleanup of the ecasound port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26629 >Category: ports >Synopsis: [PATCH] Cleanup of the ecasound port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 16 17:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: The Anarcat >Release: 4.3-RC >Organization: Nada, Inc. >Environment: FreeBSD shall.anarcat.yi.org 4.3-RC FreeBSD 4.3-RC #0: Fri Apr 6 16:33:06 EDT 2001 root@shall.anarcat.yi.org:/usr/obj/usr/src/sys/SHALL i386 Recent port collection >Description: I cleaned up my ecasound port a bit. Mostly portlintified. :) This also upgrades the port from 1.8.5d15 to 1.9dev5, so it overrides the other PR (ports/26492), but can easily be adapted. :) More precisly, spaces have been converted to tabs in Makefile, the USE* directives have been moved to beginning of file. The leading dot in pkg-comment is also removed, etc.. The ecawave port is also coming soon, so that other pr (ports/23780) can be closed too. >How-To-Repeat: N/A >Fix: diff -u /usr/ports/audio/ecasound/Makefile ./Makefile --- /usr/ports/audio/ecasound/Makefile Sat Mar 17 08:40:04 2001 +++ ./Makefile Fri Apr 13 11:39:52 2001 @@ -6,7 +6,7 @@ # PORTNAME= ecasound -PORTVERSION= 1.8.5d15 +PORTVERSION= 1.9dev5 CATEGORIES= audio MASTER_SITES= http://ecasound.seul.org/download/ \ ${MASTER_SITE_SOURCEFORGE} @@ -14,6 +14,13 @@ MAINTAINER= anarcat@tao.ca +USE_GMAKE= yes +USE_AUTOMAKE= yes +USE_AUTOCONF= yes + +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes + .if defined(WITH_MPG123) RUN_DEPENDS+= mpg123:${PORTSDIR}/audio/mpg123 .endif @@ -27,24 +34,17 @@ .endif .if defined(WITH_AUDIOFILE) -LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile +LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile .else -CONFIGURE_ARGS+= --disable-audiofile +CONFIGURE_ARGS+= --disable-audiofile .endif .if defined(WITH_PYECASOUND) -USE_PYTHON= yes -PLIST?= ${PKGDIR}/pkg-plist.py +USE_PYTHON= yes +PLIST?= ${PKGDIR}/pkg-plist.py .else -CONFIGURE_ARGS+= --disable-pyecasound +CONFIGURE_ARGS+= --disable-pyecasound .endif - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_AUTOMAKE= yes - -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes MAN1= ecasound-iam.1 ecasound.1 ecatools.1 MAN5= ecasoundrc.5 diff -u /usr/ports/audio/ecasound/distinfo ./distinfo --- /usr/ports/audio/ecasound/distinfo Tue Dec 26 00:52:15 2000 +++ ./distinfo Fri Apr 13 11:35:13 2001 @@ -1 +1 @@ -MD5 (ecasound-1.8.5d15.tar.gz) = 9e9f1480b026c37e95efdeab16e0dec7 +MD5 (ecasound-1.9dev5.tar.gz) = 2bfe0c4bf28a036c56333da28c5b8c20 Only in /usr/ports/audio/ecasound/: files diff -u /usr/ports/audio/ecasound/pkg-comment ./pkg-comment --- /usr/ports/audio/ecasound/pkg-comment Tue Dec 26 00:52:15 2000 +++ ./pkg-comment Fri Apr 13 11:32:06 2001 @@ -1 +1 @@ -Software package designed for multitrack audio processing. +Software package designed for multitrack audio processing diff -u /usr/ports/audio/ecasound/pkg-descr ./pkg-descr --- /usr/ports/audio/ecasound/pkg-descr Tue Dec 26 00:52:15 2000 +++ ./pkg-descr Fri Apr 13 11:37:03 2001 @@ -1,9 +1,6 @@ ======================================================================= *** [Extract from] Ecasound - README *** ======================================================================= ------------------------------------------------------------------------ - What is it? ------------------------------------------------------------------------ Ecasound is a software package designed for multitrack audio processing. It can be used for simple tasks like audio playback, diff -u /usr/ports/audio/ecasound/pkg-plist ./pkg-plist --- /usr/ports/audio/ecasound/pkg-plist Sat Mar 17 08:40:04 2001 +++ ./pkg-plist Fri Apr 13 11:44:42 2001 @@ -1,4 +1,3 @@ -@name ecasound-1.8.5d15 bin/ecaconvert bin/ecafixdc bin/ecanormalize @@ -113,36 +112,23 @@ include/kvutils/procedure_timer.h include/kvutils/value_queue.h lib/libecasound.a -lib/libecasound.la lib/libecasound.so lib/libecasound.so.7 lib/libecasoundc.a -lib/libecasoundc.la lib/libecasoundc.so lib/libecasoundc.so.0 lib/libkvutils.a -lib/libkvutils.la lib/libkvutils.so lib/libkvutils.so.2 -lib/ecasound-plugins/libaudioio_af.la lib/ecasound-plugins/libaudioio_af.so -lib/ecasound-plugins/libaudioio_alsa.la lib/ecasound-plugins/libaudioio_alsa.so -lib/ecasound-plugins/libaudioio_alsa2.la lib/ecasound-plugins/libaudioio_alsa2.so -lib/ecasound-plugins/libaudioio_alsa2_plugin.la lib/ecasound-plugins/libaudioio_alsa2_plugin.so -lib/ecasound-plugins/libaudioio_alsa3.la lib/ecasound-plugins/libaudioio_alsa3.so -lib/ecasound-plugins/libaudioio_alsalb.la lib/ecasound-plugins/libaudioio_alsalb.so -lib/ecasound-plugins/libaudioio_arts.la lib/ecasound-plugins/libaudioio_arts.so share/ecasound/effect_presets share/ecasound/generic_oscillators @dirrm share/ecasound @dirrm include/ecasound @dirrm lib/ecasound-plugins -@unexec rmdir %D/lib/python1.5/site-packages 2>/dev/null || true -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R diff -u /usr/ports/audio/ecasound/pkg-plist.py ./pkg-plist.py --- /usr/ports/audio/ecasound/pkg-plist.py Sat Mar 17 08:40:04 2001 +++ ./pkg-plist.py Fri Apr 13 11:36:48 2001 @@ -1,4 +1,3 @@ -@name ecasound-1.8.5d15 bin/ecaconvert bin/ecafixdc bin/ecanormalize @@ -147,5 +146,3 @@ @dirrm include/ecasound @dirrm lib/ecasound-plugins @unexec rmdir %D/lib/python1.5/site-packages 2>/dev/null || true -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message