Date: Tue, 23 May 2000 23:24:05 +0200 (CEST) From: martin.kraft@fal.de To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18779: New port audio/xwave Message-ID: <200005232124.XAA00481@eiche.priconet.de>
next in thread | raw e-mail | index | archive | help
>Number: 18779 >Category: ports >Synopsis: New port audio/xwave >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: Tue May 23 14:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Martin Kraft >Release: FreeBSD 4.0-STABLE i386 >Organization: Priconet e.V., Braunschweig, Germany >Environment: >Description: >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: # # /usr/ports/audio/xwave/ # /usr/ports/audio/xwave/Makefile # /usr/ports/audio/xwave/pkg # /usr/ports/audio/xwave/pkg/COMMENT # /usr/ports/audio/xwave/pkg/DESCR # /usr/ports/audio/xwave/pkg/PLIST # /usr/ports/audio/xwave/files # /usr/ports/audio/xwave/files/md5 # /usr/ports/audio/xwave/patches # /usr/ports/audio/xwave/patches/patch-ab # /usr/ports/audio/xwave/patches/patch-ac # /usr/ports/audio/xwave/patches/patch-ad # echo c - /usr/ports/audio/xwave/ mkdir -p /usr/ports/audio/xwave/ > /dev/null 2>&1 echo x - /usr/ports/audio/xwave/Makefile sed 's/^X//' >/usr/ports/audio/xwave/Makefile << 'END-of-/usr/ports/audio/xwave/Makefile' X# New ports collection makefile for: xwave X# Date created: 17 May 2000 X# Whom: Martin Kraft <martin.kraft@fal.de> X# X# $FreeBSD$ X# X XPORTNAME= xwave XPORTVERSION= 0.6 XCATEGORIES= audio XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= apps/sound/editors X XMAINTAINER= ports@FreeBSD.org X XUSE_IMAKE= yes XWRKSRC= $(WRKDIR)/xwave X X# Sorry, no man page or other types of docs yet. X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/xwave ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/src/XWave ${X11BASE}/lib/X11/app-defaults X Xpost-install: X strip ${PREFIX}/bin/xwave X X.include <bsd.port.mk> END-of-/usr/ports/audio/xwave/Makefile echo c - /usr/ports/audio/xwave/pkg mkdir -p /usr/ports/audio/xwave/pkg > /dev/null 2>&1 echo x - /usr/ports/audio/xwave/pkg/COMMENT sed 's/^X//' >/usr/ports/audio/xwave/pkg/COMMENT << 'END-of-/usr/ports/audio/xwave/pkg/COMMENT' XAn audio player, recorder, editor for the XWindow System END-of-/usr/ports/audio/xwave/pkg/COMMENT echo x - /usr/ports/audio/xwave/pkg/DESCR sed 's/^X//' >/usr/ports/audio/xwave/pkg/DESCR << 'END-of-/usr/ports/audio/xwave/pkg/DESCR' XXwave is an audio editor, player, recorder for XWindow System, X - supports editing of large files (on hdd), X - cut,copy,paste,merge, X - some effects (echo,reverse,swap channels,resample,volume), X - supports RIFF,AIFF,AIFC,AU X - Linux,SGI,SUN,FreeBSD X XThe user interface of xwave is based on the Athena Widget XSet and some Widgets from FWF. X Xxwave was written and is maintained by XKai Kollmorgen <kkollmor@informatik.uni-rostock.de>. X X- Martin Kraft Xmartin.kraft@fal.de END-of-/usr/ports/audio/xwave/pkg/DESCR echo x - /usr/ports/audio/xwave/pkg/PLIST sed 's/^X//' >/usr/ports/audio/xwave/pkg/PLIST << 'END-of-/usr/ports/audio/xwave/pkg/PLIST' Xbin/xwave Xlib/X11/app-defaults/XWave END-of-/usr/ports/audio/xwave/pkg/PLIST echo c - /usr/ports/audio/xwave/files mkdir -p /usr/ports/audio/xwave/files > /dev/null 2>&1 echo x - /usr/ports/audio/xwave/files/md5 sed 's/^X//' >/usr/ports/audio/xwave/files/md5 << 'END-of-/usr/ports/audio/xwave/files/md5' XMD5 (xwave-0.6.tar.gz) = c0b062bfc444dc437aedeaa699a381e7 END-of-/usr/ports/audio/xwave/files/md5 echo c - /usr/ports/audio/xwave/patches mkdir -p /usr/ports/audio/xwave/patches > /dev/null 2>&1 echo x - /usr/ports/audio/xwave/patches/patch-ab sed 's/^X//' >/usr/ports/audio/xwave/patches/patch-ab << 'END-of-/usr/ports/audio/xwave/patches/patch-ab' X*** ../../xwave.orig/src/Imakefile Tue Nov 19 19:51:58 1996 X--- src/Imakefile Thu May 18 00:43:39 2000 X*************** X*** 21,26 **** X all:: $(PROGRAMS) X X depend:: X! $(DEPEND) $(EXTRA_INCLUDES) $(SRCS) >>Makefile X X X--- 21,26 ---- X all:: $(PROGRAMS) X X depend:: X! $(DEPEND) $(EXTRA_INCLUDES) -I/usr/X11R6/include $(SRCS) >>Makefile X X END-of-/usr/ports/audio/xwave/patches/patch-ab echo x - /usr/ports/audio/xwave/patches/patch-ac sed 's/^X//' >/usr/ports/audio/xwave/patches/patch-ac << 'END-of-/usr/ports/audio/xwave/patches/patch-ac' Xdiff -rc ../../xwave.orig/src/audio.c src/audio.c X*** ../../xwave.orig/src/audio.c Tue Nov 26 11:13:44 1996 X--- src/audio.c Thu May 18 01:27:08 2000 X*************** X*** 31,36 **** X--- 31,37 ---- X #include <sys/types.h> X #include <sys/ioctl.h> X #include <signal.h> X+ #include "types.h" X X #include <X11/Intrinsic.h> X X*************** X*** 47,53 **** X #include <sys/audioio.h> X #endif X X- #include "types.h" X #include "audio_file.h" X #include "xwave.h" X #include "xwave_widget.h" X--- 48,53 ---- Xdiff -rc ../../xwave.orig/src/types.h src/types.h X*** ../../xwave.orig/src/types.h Wed Nov 6 23:41:53 1996 X--- src/types.h Thu May 18 01:26:54 2000 X*************** X*** 27,32 **** X--- 27,34 ---- X typedef unsigned char byte; X typedef byte bool; X X+ #define FreeBSD X+ X #ifdef FreeBSD X typedef unsigned long ulong; X #endif END-of-/usr/ports/audio/xwave/patches/patch-ac echo x - /usr/ports/audio/xwave/patches/patch-ad sed 's/^X//' >/usr/ports/audio/xwave/patches/patch-ad << 'END-of-/usr/ports/audio/xwave/patches/patch-ad' Xdiff -rc ../../xwave.orig/FWF/Imakefile FWF/Imakefile X*** ../../xwave.orig/FWF/Imakefile Thu Feb 15 15:43:46 1996 X--- FWF/Imakefile Thu May 18 01:49:26 2000 X*************** X*** 9,14 **** X--- 9,15 ---- X MakeDirectories(all,$(ALLDIRS)) X X InitSubdirs($(SUBDIRS)) X+ DependSubdirs($(SUBDIRS)) X MakeObjectsSubdirs($(SUBDIRS)) X MakeExecsSubdirs($(SUBDIRS)) X GatherDescriptionSubdirs($(SUBDIRS)) Xdiff -rc ../../xwave.orig/FWF/src/Imakefile FWF/src/Imakefile X*** ../../xwave.orig/FWF/src/Imakefile Thu Feb 15 15:38:37 1996 X--- FWF/src/Imakefile Thu May 18 01:53:19 2000 X*************** X*** 34,39 **** X--- 34,40 ---- X X X InitSubdirs($(SUBDIRS)) X+ DependSubdirs($(SUBDIRS)) X MakeObjectsSubdirs($(SUBDIRS)) X MakeExecsSubdirs($(SUBDIRS)) X GatherDescriptionSubdirs($(SUBDIRS)) END-of-/usr/ports/audio/xwave/patches/patch-ad exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005232124.XAA00481>