mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 0.43.0
PR: 158494 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
bc3afa3515
commit
41f7d7f537
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279347
10 changed files with 87 additions and 118 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= pd
|
PORTNAME= pd
|
||||||
DISTVERSION= 0.42-6
|
DISTVERSION= 0.43-0
|
||||||
DISTVERSIONSUFFIX= .src
|
DISTVERSIONSUFFIX= .src
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= http://www-crca.ucsd.edu/~msp/Software/
|
MASTER_SITES= http://www-crca.ucsd.edu/~msp/Software/
|
||||||
|
@ -14,26 +14,29 @@ MASTER_SITES= http://www-crca.ucsd.edu/~msp/Software/
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= MIDI-capable real-time audio processor/synthesizer
|
COMMENT= MIDI-capable real-time audio processor/synthesizer
|
||||||
|
|
||||||
|
LICENSE= BSD
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME:S;.src;/src;}
|
WRKSRC= ${WRKDIR}/${DISTNAME:S;.src;/src;}
|
||||||
PATCH_WRKSRC= ${WRKSRC}/..
|
PATCH_WRKSRC= ${WRKSRC}/..
|
||||||
|
|
||||||
USE_TCL= yes
|
|
||||||
USE_TK= yes
|
|
||||||
USE_TCL_BUILD= yes
|
USE_TCL_BUILD= yes
|
||||||
USE_TK_BUILD= yes
|
USE_TK_BUILD= yes
|
||||||
|
USE_TK_WRAPPER= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
|
||||||
MAKEFILE= makefile
|
MAKEFILE= makefile
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
MAN1= pd.1 pdreceive.1 pdsend.1
|
MAN1= pd.1 pdreceive.1 pdsend.1
|
||||||
|
|
||||||
CPPFLAGS= -I${LOCALBASE}/include -I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR} \
|
CPPFLAGS= -I${TCL_INCLUDEDIR}
|
||||||
${PTHREAD_CFLAGS}
|
LDFLAGS= -L${LOCALBASE}/lib
|
||||||
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@${FIND} ${PATCH_WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||||
|
's|__FreeBSD_kernel__|__FreeBSD__|g ; \
|
||||||
|
s|<alloca\.h>|<stdlib.h>|g'
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
's|-lpthread|${PTHREAD_LIBS}|g ; \
|
's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||||
s|CPPFLAGS="-D|CPPFLAGS="$$CPPFLAGS -D|g ; \
|
s|CPPFLAGS="-D|CPPFLAGS="$$CPPFLAGS -D|g ; \
|
||||||
|
@ -48,15 +51,9 @@ post-patch:
|
||||||
s|x_midi.c ||g ; \
|
s|x_midi.c ||g ; \
|
||||||
s|s_midi.c ||g ; \
|
s|s_midi.c ||g ; \
|
||||||
s|INCLUDE) -o|INCLUDE) $$(LDFLAGS) -o|g' ${WRKSRC}/makefile.in
|
s|INCLUDE) -o|INCLUDE) $$(LDFLAGS) -o|g' ${WRKSRC}/makefile.in
|
||||||
.for file in m_binbuf.c ../extra/bonk~/bonk~.c ../extra/sigmund~/sigmund~.c
|
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
's|<alloca\.h>|<stdlib.h>|g' ${WRKSRC}/${file}
|
's|PD_BASEDIR/LICENSE|${DOCSDIR}/LICENSE|g ; \
|
||||||
.endfor
|
s|PD_BASEDIR/doc/1|${DOCSDIR}/1|g' \
|
||||||
@${REINPLACE_CMD} -e \
|
|
||||||
's|^#!.*$$|#!${WISH}|g' ${WRKSRC}/u_main.tk
|
|
||||||
@${REINPLACE_CMD} -e \
|
|
||||||
's|PD_BASEDIR/LICENSE|${PREFIX}/share/doc/pd/LICENSE|g ; \
|
|
||||||
s|PD_BASEDIR/doc/1|${PREFIX}/share/doc/pd/1|g' \
|
|
||||||
${WRKSRC}/../doc/1.manual/1.introduction.txt
|
${WRKSRC}/../doc/1.manual/1.introduction.txt
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
@ -74,10 +71,9 @@ do-install:
|
||||||
@${FIND} ${PREFIX}/lib/pd -type d -exec ${CHMOD} 755 {} \;
|
@${FIND} ${PREFIX}/lib/pd -type d -exec ${CHMOD} 755 {} \;
|
||||||
@${FIND} ${PREFIX}/lib/pd -type f -exec ${CHMOD} ${LIBMODE} {} \;
|
@${FIND} ${PREFIX}/lib/pd -type f -exec ${CHMOD} ${LIBMODE} {} \;
|
||||||
@${MKDIR} ${PREFIX}/lib/pd/bin
|
@${MKDIR} ${PREFIX}/lib/pd/bin
|
||||||
.for file in pd-gui pd-watchdog
|
${INSTALL_PROGRAM} ${WRKSRC}/../bin/pd-watchdog ${PREFIX}/lib/pd/bin
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/../bin/${file} ${PREFIX}/lib/pd/bin
|
@${MKDIR} ${PREFIX}/lib/pd/tcl
|
||||||
.endfor
|
${INSTALL_DATA} ${WRKSRC}/../tcl/*.tcl ${PREFIX}/lib/pd/tcl
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/../bin/pd.tk ${PREFIX}/lib/pd/bin
|
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
@(${TAR} -C ${WRKSRC}/../doc --exclude "*.bak" --exclude "*.orig" \
|
@(${TAR} -C ${WRKSRC}/../doc --exclude "*.bak" --exclude "*.orig" \
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (pd-0.42-6.src.tar.gz) = f95c38b7702c8dfdaf083790bb00f7c027cf283073fb93f1a6c41ad386ccaa11
|
SHA256 (pd-0.43-0.src.tar.gz) = e2fbc8f854397368fe428c6dc358a46e00065daf7bd9dc18c85304b9513fd8e1
|
||||||
SIZE (pd-0.42-6.src.tar.gz) = 2021037
|
SIZE (pd-0.43-0.src.tar.gz) = 2194131
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- extra/pd~/pd~.c.orig 2008-12-12 01:29:02.000000000 +0900
|
--- extra/pd~/pd~.c.orig 2010-07-29 05:55:17.000000000 +0900
|
||||||
+++ extra/pd~/pd~.c 2009-01-12 01:36:46.000000000 +0900
|
+++ extra/pd~/pd~.c 2011-04-06 19:18:20.000000000 +0900
|
||||||
@@ -11,6 +11,7 @@
|
@@ -11,6 +11,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
@ -8,12 +8,3 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
@@ -47,7 +48,7 @@
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
-#ifdef __linux__
|
|
||||||
+#if defined(__linux__) || defined(__FreeBSD__)
|
|
||||||
#ifdef __x86_64__
|
|
||||||
static char pd_tilde_dllextent[] = ".l_ia64",
|
|
||||||
pd_tilde_dllextent2[] = ".pd_linux";
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- src/m_sched.c.orig 2008-03-15 09:03:00.000000000 +0900
|
--- src/m_sched.c.orig 2011-03-10 15:02:41.000000000 +0900
|
||||||
+++ src/m_sched.c 2008-08-23 22:07:34.000000000 +0900
|
+++ src/m_sched.c 2011-04-06 19:40:16.000000000 +0900
|
||||||
@@ -394,8 +394,10 @@
|
@@ -394,8 +394,10 @@
|
||||||
the audio I/O system is still busy with previous transfers.
|
the audio I/O system is still busy with previous transfers.
|
||||||
*/
|
*/
|
||||||
|
@ -41,10 +41,10 @@
|
||||||
if (sys_pollgui())
|
if (sys_pollgui())
|
||||||
{
|
{
|
||||||
if (!didsomething)
|
if (!didsomething)
|
||||||
@@ -522,11 +530,15 @@
|
@@ -523,11 +531,15 @@
|
||||||
|
|
||||||
void sched_audio_callbackfn(void)
|
void sched_audio_callbackfn(void)
|
||||||
{
|
{
|
||||||
|
sys_lock();
|
||||||
+#if !defined(__FreeBSD__)
|
+#if !defined(__FreeBSD__)
|
||||||
sys_setmiditimediff(0, 1e-6 * sys_schedadvance);
|
sys_setmiditimediff(0, 1e-6 * sys_schedadvance);
|
||||||
+#endif
|
+#endif
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
sys_addhist(3);
|
sys_addhist(3);
|
||||||
sys_pollgui();
|
sys_pollgui();
|
||||||
sys_addhist(5);
|
sys_addhist(5);
|
||||||
@@ -536,7 +548,9 @@
|
@@ -538,7 +550,9 @@
|
||||||
|
|
||||||
static void m_callbackscheduler(void)
|
static void m_callbackscheduler(void)
|
||||||
{
|
{
|
||||||
|
@ -66,4 +66,4 @@
|
||||||
+#endif
|
+#endif
|
||||||
while (!sys_quit)
|
while (!sys_quit)
|
||||||
{
|
{
|
||||||
#ifdef MSW
|
double timewas = sys_time;
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- src/s_audio_oss.c.orig Sat Oct 18 22:44:55 2003
|
|
||||||
+++ src/s_audio_oss.c Tue Nov 11 21:15:24 2003
|
|
||||||
@@ -5,7 +5,7 @@
|
|
||||||
|
|
||||||
/* this file inputs and outputs audio using the OSS API available on linux. */
|
|
||||||
|
|
||||||
-#include <linux/soundcard.h>
|
|
||||||
+#include <sys/soundcard.h>
|
|
||||||
|
|
||||||
#include "m_pd.h"
|
|
||||||
#include "s_stuff.h"
|
|
|
@ -1,15 +1,6 @@
|
||||||
--- src/s_inter.c.orig 2008-03-15 09:03:00.000000000 +0900
|
--- src/s_inter.c.orig 2011-03-20 07:22:27.000000000 +0900
|
||||||
+++ src/s_inter.c 2008-08-23 21:40:09.000000000 +0900
|
+++ src/s_inter.c 2011-04-06 20:20:35.000000000 +0900
|
||||||
@@ -839,7 +839,7 @@
|
@@ -1251,7 +1251,11 @@
|
||||||
|
|
||||||
static int sys_watchfd;
|
|
||||||
|
|
||||||
-#ifdef __linux__
|
|
||||||
+#if defined(__linux__) || defined(__FreeBSD__)
|
|
||||||
void glob_watchdog(t_pd *dummy)
|
|
||||||
{
|
|
||||||
if (write(sys_watchfd, "\n", 1) < 1)
|
|
||||||
@@ -1263,7 +1263,11 @@
|
|
||||||
sys_gui("pdtk_watchdog\n");
|
sys_gui("pdtk_watchdog\n");
|
||||||
#endif
|
#endif
|
||||||
sys_get_audio_apis(buf);
|
sys_get_audio_apis(buf);
|
||||||
|
@ -18,17 +9,6 @@
|
||||||
+#else
|
+#else
|
||||||
sys_get_midi_apis(buf2);
|
sys_get_midi_apis(buf2);
|
||||||
+#endif
|
+#endif
|
||||||
sys_vgui("pdtk_pd_startup {%s} %s %s {%s} %s\n", pd_version, buf, buf2,
|
sys_set_searchpath(); /* tell GUI about path and startup flags */
|
||||||
sys_font, sys_fontweight);
|
sys_set_extrapath();
|
||||||
}
|
sys_set_startup();
|
||||||
@@ -1285,8 +1289,10 @@
|
|
||||||
#ifndef __linux__ /* sys_close_audio() hangs if you're in a signal? */
|
|
||||||
fprintf(stderr, "closing audio...\n");
|
|
||||||
sys_close_audio();
|
|
||||||
+#if !defined(__FreeBSD__)
|
|
||||||
fprintf(stderr, "closing MIDI...\n");
|
|
||||||
sys_close_midi();
|
|
||||||
+#endif
|
|
||||||
fprintf(stderr, "... done.\n");
|
|
||||||
#endif
|
|
||||||
exit(n);
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- src/s_main.c.orig 2008-03-15 09:03:00.000000000 +0900
|
--- src/s_main.c.orig 2011-03-07 10:11:02.000000000 +0900
|
||||||
+++ src/s_main.c 2008-08-23 21:44:26.000000000 +0900
|
+++ src/s_main.c 2011-04-06 19:30:04.000000000 +0900
|
||||||
@@ -301,7 +301,9 @@
|
@@ -300,7 +300,9 @@
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* open audio and MIDI */
|
/* open audio and MIDI */
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
sys_reopen_audio();
|
sys_reopen_audio();
|
||||||
/* run scheduler until it quits */
|
/* run scheduler until it quits */
|
||||||
return (m_mainloop());
|
return (m_mainloop());
|
||||||
@@ -633,7 +635,9 @@
|
@@ -628,7 +630,9 @@
|
||||||
}
|
}
|
||||||
else if (!strcmp(*argv, "-alsamidi"))
|
else if (!strcmp(*argv, "-alsamidi"))
|
||||||
{
|
{
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
argc--; argv++;
|
argc--; argv++;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
@@ -916,7 +920,11 @@
|
@@ -936,7 +940,11 @@
|
||||||
/* add "doc/5.reference" library to helppath */
|
/* add "doc/5.reference" library to helppath */
|
||||||
strncpy(sbuf, sys_libdir->s_name, MAXPDSTRING-30);
|
strncpy(sbuf, sys_libdir->s_name, MAXPDSTRING-30);
|
||||||
sbuf[MAXPDSTRING-30] = 0;
|
sbuf[MAXPDSTRING-30] = 0;
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
sys_helppath = namelist_append_files(sys_helppath, sbuf);
|
sys_helppath = namelist_append_files(sys_helppath, sbuf);
|
||||||
/* correct to make audio and MIDI device lists zero based. On
|
/* correct to make audio and MIDI device lists zero based. On
|
||||||
MMIO, however, "1" really means the second device (the first one
|
MMIO, however, "1" really means the second device (the first one
|
||||||
@@ -969,7 +977,9 @@
|
@@ -990,7 +998,9 @@
|
||||||
for (i = 0; i < naudiooutdev; i++)
|
for (i = 0; i < naudiooutdev; i++)
|
||||||
audiooutdev[i] = sys_soundoutdevlist[i];
|
audiooutdev[i] = sys_soundoutdevlist[i];
|
||||||
}
|
}
|
||||||
|
@ -42,10 +42,10 @@
|
||||||
if (sys_nmidiin >= 0)
|
if (sys_nmidiin >= 0)
|
||||||
{
|
{
|
||||||
post("sys_nmidiin %d, nmidiindev %d", sys_nmidiin, nmidiindev);
|
post("sys_nmidiin %d, nmidiindev %d", sys_nmidiin, nmidiindev);
|
||||||
@@ -992,7 +1002,9 @@
|
@@ -1015,7 +1025,9 @@
|
||||||
sys_set_audio_settings(naudioindev, audioindev, nchindev, chindev,
|
sys_set_audio_settings(naudioindev, audioindev, nchindev, chindev,
|
||||||
naudiooutdev, audiooutdev, nchoutdev, choutdev, rate, advance,
|
naudiooutdev, audiooutdev, nchoutdev, choutdev, rate, advance,
|
||||||
callback);
|
callback, blocksize);
|
||||||
+#if !defined(__FreeBSD__)
|
+#if !defined(__FreeBSD__)
|
||||||
sys_open_midi(nmidiindev, midiindev, nmidioutdev, midioutdev, 0);
|
sys_open_midi(nmidiindev, midiindev, nmidioutdev, midioutdev, 0);
|
||||||
+#endif
|
+#endif
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- src/s_stuff.h.orig Thu Jul 31 18:26:16 2003
|
|
||||||
+++ src/s_stuff.h Tue Nov 11 21:50:10 2003
|
|
||||||
@@ -131,10 +131,8 @@
|
|
||||||
#define API_PORTAUDIO 4
|
|
||||||
#define API_JACK 5
|
|
||||||
|
|
||||||
-#ifdef __linux__
|
|
||||||
#define API_DEFAULT API_OSS
|
|
||||||
#define API_DEFSTRING "OSS"
|
|
||||||
-#endif
|
|
||||||
#ifdef MSW
|
|
||||||
#define API_DEFAULT API_MMIO
|
|
||||||
#define API_DEFSTRING "MMIO"
|
|
|
@ -1,13 +0,0 @@
|
||||||
--- src/t_tkcmd.c.orig Sat Dec 31 21:08:37 2005
|
|
||||||
+++ src/t_tkcmd.c Sun Mar 25 12:12:15 2007
|
|
||||||
@@ -50,6 +50,10 @@
|
|
||||||
#define STARTGUI
|
|
||||||
#endif
|
|
||||||
|
|
||||||
+#ifdef __FreeBSD__
|
|
||||||
+#define STARTGUI
|
|
||||||
+#endif
|
|
||||||
+
|
|
||||||
#define FIRSTPORTNUM 5600
|
|
||||||
|
|
||||||
void tcl_mess(char *s);
|
|
|
@ -2,24 +2,26 @@ bin/pd
|
||||||
bin/pdreceive
|
bin/pdreceive
|
||||||
bin/pdsend
|
bin/pdsend
|
||||||
include/m_pd.h
|
include/m_pd.h
|
||||||
|
lib/pd/Makefile.am
|
||||||
lib/pd/README.txt
|
lib/pd/README.txt
|
||||||
lib/pd/bin/pd-gui
|
|
||||||
lib/pd/bin/pd-watchdog
|
lib/pd/bin/pd-watchdog
|
||||||
lib/pd/bin/pd.tk
|
lib/pd/bonk~/GNUmakefile.am
|
||||||
lib/pd/bonk~/bonk~-help.pd
|
lib/pd/bonk~/bonk~-help.pd
|
||||||
lib/pd/bonk~/bonk~.c
|
lib/pd/bonk~/bonk~.c
|
||||||
lib/pd/bonk~/bonk~.pd_linux
|
lib/pd/bonk~/bonk~.pd_linux
|
||||||
lib/pd/bonk~/makefile
|
lib/pd/bonk~/makefile
|
||||||
lib/pd/bonk~/templates.txt
|
lib/pd/bonk~/templates.txt
|
||||||
|
lib/pd/choice/GNUmakefile.am
|
||||||
lib/pd/choice/choice-help.pd
|
lib/pd/choice/choice-help.pd
|
||||||
lib/pd/choice/choice.c
|
lib/pd/choice/choice.c
|
||||||
lib/pd/choice/choice.pd_linux
|
lib/pd/choice/choice.pd_linux
|
||||||
lib/pd/choice/makefile
|
lib/pd/choice/makefile
|
||||||
lib/pd/complex-mod~-help.pd
|
lib/pd/complex-mod~-help.pd
|
||||||
lib/pd/complex-mod~.pd
|
lib/pd/complex-mod~.pd
|
||||||
%%PORTDOCS%%lib/pd/doc
|
lib/pd/doc
|
||||||
lib/pd/expr-help.pd
|
lib/pd/expr-help.pd
|
||||||
lib/pd/expr.pd_linux
|
lib/pd/expr.pd_linux
|
||||||
|
lib/pd/expr~/GNUmakefile.am
|
||||||
lib/pd/expr~/LICENSE.txt
|
lib/pd/expr~/LICENSE.txt
|
||||||
lib/pd/expr~/README.txt
|
lib/pd/expr~/README.txt
|
||||||
lib/pd/expr~/expr.pd_linux
|
lib/pd/expr~/expr.pd_linux
|
||||||
|
@ -36,22 +38,26 @@ lib/pd/expr~/vexp_if.c
|
||||||
lib/pd/expr~/vexp_if.pd_linux_o
|
lib/pd/expr~/vexp_if.pd_linux_o
|
||||||
lib/pd/expr~.pd_linux
|
lib/pd/expr~.pd_linux
|
||||||
lib/pd/fexpr~.pd_linux
|
lib/pd/fexpr~.pd_linux
|
||||||
|
lib/pd/fiddle~/GNUmakefile.am
|
||||||
lib/pd/fiddle~/fiddle~-help.pd
|
lib/pd/fiddle~/fiddle~-help.pd
|
||||||
lib/pd/fiddle~/fiddle~.c
|
lib/pd/fiddle~/fiddle~.c
|
||||||
lib/pd/fiddle~/fiddle~.pd_linux
|
lib/pd/fiddle~/fiddle~.pd_linux
|
||||||
lib/pd/fiddle~/makefile
|
lib/pd/fiddle~/makefile
|
||||||
lib/pd/hilbert~-help.pd
|
lib/pd/hilbert~-help.pd
|
||||||
lib/pd/hilbert~.pd
|
lib/pd/hilbert~.pd
|
||||||
|
lib/pd/loop~/GNUmakefile.am
|
||||||
lib/pd/loop~/loop~-help.pd
|
lib/pd/loop~/loop~-help.pd
|
||||||
lib/pd/loop~/loop~.c
|
lib/pd/loop~/loop~.c
|
||||||
lib/pd/loop~/loop~.pd_linux
|
lib/pd/loop~/loop~.pd_linux
|
||||||
lib/pd/loop~/makefile
|
lib/pd/loop~/makefile
|
||||||
lib/pd/loop~/test-loop~.pd
|
lib/pd/loop~/test-loop~.pd
|
||||||
|
lib/pd/lrshift~/GNUmakefile.am
|
||||||
lib/pd/lrshift~/lrshift~-help.pd
|
lib/pd/lrshift~/lrshift~-help.pd
|
||||||
lib/pd/lrshift~/lrshift~.c
|
lib/pd/lrshift~/lrshift~.c
|
||||||
lib/pd/lrshift~/lrshift~.pd_linux
|
lib/pd/lrshift~/lrshift~.pd_linux
|
||||||
lib/pd/lrshift~/makefile
|
lib/pd/lrshift~/makefile
|
||||||
lib/pd/makefile
|
lib/pd/makefile.subdir
|
||||||
|
lib/pd/pd~/GNUmakefile.am
|
||||||
lib/pd/pd~/makefile
|
lib/pd/pd~/makefile
|
||||||
lib/pd/pd~/notes.txt
|
lib/pd/pd~/notes.txt
|
||||||
lib/pd/pd~/pdsched.c
|
lib/pd/pd~/pdsched.c
|
||||||
|
@ -61,6 +67,7 @@ lib/pd/pd~/pd~-subprocess.pd
|
||||||
lib/pd/pd~/pd~.c
|
lib/pd/pd~/pd~.c
|
||||||
lib/pd/pd~/pd~.pd_linux
|
lib/pd/pd~/pd~.pd_linux
|
||||||
lib/pd/pd~/z.pd
|
lib/pd/pd~/z.pd
|
||||||
|
lib/pd/pique/GNUmakefile.am
|
||||||
lib/pd/pique/makefile
|
lib/pd/pique/makefile
|
||||||
lib/pd/pique/pique-help.pd
|
lib/pd/pique/pique-help.pd
|
||||||
lib/pd/pique/pique.c
|
lib/pd/pique/pique.c
|
||||||
|
@ -73,14 +80,46 @@ lib/pd/rev2~-help.pd
|
||||||
lib/pd/rev2~.pd
|
lib/pd/rev2~.pd
|
||||||
lib/pd/rev3~-help.pd
|
lib/pd/rev3~-help.pd
|
||||||
lib/pd/rev3~.pd
|
lib/pd/rev3~.pd
|
||||||
|
lib/pd/sigmund~/GNUmakefile.am
|
||||||
lib/pd/sigmund~/makefile
|
lib/pd/sigmund~/makefile
|
||||||
lib/pd/sigmund~/sigmund~-help.pd
|
lib/pd/sigmund~/sigmund~-help.pd
|
||||||
lib/pd/sigmund~/sigmund~.c
|
lib/pd/sigmund~/sigmund~.c
|
||||||
lib/pd/sigmund~/sigmund~.pd_linux
|
lib/pd/sigmund~/sigmund~.pd_linux
|
||||||
|
lib/pd/stdout/GNUmakefile.am
|
||||||
lib/pd/stdout/makefile
|
lib/pd/stdout/makefile
|
||||||
lib/pd/stdout/stdout-help.pd
|
lib/pd/stdout/stdout-help.pd
|
||||||
lib/pd/stdout/stdout.c
|
lib/pd/stdout/stdout.c
|
||||||
lib/pd/stdout/stdout.pd_linux
|
lib/pd/stdout/stdout.pd_linux
|
||||||
|
lib/pd/tcl/AppMain.tcl
|
||||||
|
lib/pd/tcl/apple_events.tcl
|
||||||
|
lib/pd/tcl/dialog_array.tcl
|
||||||
|
lib/pd/tcl/dialog_audio.tcl
|
||||||
|
lib/pd/tcl/dialog_canvas.tcl
|
||||||
|
lib/pd/tcl/dialog_data.tcl
|
||||||
|
lib/pd/tcl/dialog_find.tcl
|
||||||
|
lib/pd/tcl/dialog_font.tcl
|
||||||
|
lib/pd/tcl/dialog_gatom.tcl
|
||||||
|
lib/pd/tcl/dialog_iemgui.tcl
|
||||||
|
lib/pd/tcl/dialog_message.tcl
|
||||||
|
lib/pd/tcl/dialog_midi.tcl
|
||||||
|
lib/pd/tcl/dialog_path.tcl
|
||||||
|
lib/pd/tcl/dialog_startup.tcl
|
||||||
|
lib/pd/tcl/helpbrowser.tcl
|
||||||
|
lib/pd/tcl/opt_parser.tcl
|
||||||
|
lib/pd/tcl/pd-gui.tcl
|
||||||
|
lib/pd/tcl/pd_bindings.tcl
|
||||||
|
lib/pd/tcl/pd_connect.tcl
|
||||||
|
lib/pd/tcl/pd_menucommands.tcl
|
||||||
|
lib/pd/tcl/pd_menus.tcl
|
||||||
|
lib/pd/tcl/pdtk_array.tcl
|
||||||
|
lib/pd/tcl/pdtk_canvas.tcl
|
||||||
|
lib/pd/tcl/pdtk_text.tcl
|
||||||
|
lib/pd/tcl/pdwindow.tcl
|
||||||
|
lib/pd/tcl/pkgIndex.tcl
|
||||||
|
lib/pd/tcl/pkg_mkIndex.tcl
|
||||||
|
lib/pd/tcl/scrollbox.tcl
|
||||||
|
lib/pd/tcl/scrollboxwindow.tcl
|
||||||
|
lib/pd/tcl/wheredoesthisgo.tcl
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/1.manual/1.introduction.txt
|
%%PORTDOCS%%%%DOCSDIR%%/1.manual/1.introduction.txt
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.1.png
|
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.1.png
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.2.jpg
|
%%PORTDOCS%%%%DOCSDIR%%/1.manual/fig1.2.jpg
|
||||||
|
@ -314,10 +353,10 @@ lib/pd/stdout/stdout.pd_linux
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/voice.pd
|
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/voice.pd
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/z.txt
|
%%PORTDOCS%%%%DOCSDIR%%/4.data.structures/z.txt
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/0_all_guis-INTRO.txt
|
%%PORTDOCS%%%%DOCSDIR%%/5.reference/0_all_guis-INTRO.txt
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/5.reference/abs~-help.pd
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/acoustics-help.pd
|
%%PORTDOCS%%%%DOCSDIR%%/5.reference/acoustics-help.pd
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/acoustics~-help.pd
|
%%PORTDOCS%%%%DOCSDIR%%/5.reference/acoustics~-help.pd
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/adc~_dac~-help.pd
|
%%PORTDOCS%%%%DOCSDIR%%/5.reference/adc~_dac~-help.pd
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/abs~-help.pd
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/append-help.pd
|
%%PORTDOCS%%%%DOCSDIR%%/5.reference/append-help.pd
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/bag-help.pd
|
%%PORTDOCS%%%%DOCSDIR%%/5.reference/bag-help.pd
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/bang-help.pd
|
%%PORTDOCS%%%%DOCSDIR%%/5.reference/bang-help.pd
|
||||||
|
@ -422,7 +461,9 @@ lib/pd/stdout/stdout.pd_linux
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabosc4~-help.pd
|
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabosc4~-help.pd
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabplay~-help.pd
|
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabplay~-help.pd
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread-help.pd
|
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread-help.pd
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread4-help.pd
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread4~-help.pd
|
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread4~-help.pd
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabread~-help.pd
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabreceive~-help.pd
|
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabreceive~-help.pd
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabsend~-help.pd
|
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabsend~-help.pd
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabwrite-help.pd
|
%%PORTDOCS%%%%DOCSDIR%%/5.reference/tabwrite-help.pd
|
||||||
|
@ -483,6 +524,7 @@ lib/pd/stdout/stdout.pd_linux
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/load-meter.pd
|
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/load-meter.pd
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/testtone.pd
|
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/testtone.pd
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/testtone16.pd
|
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/testtone16.pd
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/7.stuff/tools/z.pd
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README.txt
|
%%PORTDOCS%%%%DOCSDIR%%/README.txt
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/sound/bell.aiff
|
%%PORTDOCS%%%%DOCSDIR%%/sound/bell.aiff
|
||||||
|
@ -500,6 +542,7 @@ lib/pd/stdout/stdout.pd_linux
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/2.control.examples
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/2.control.examples
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/1.manual
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/1.manual
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||||
|
@dirrm lib/pd/tcl
|
||||||
@dirrm lib/pd/stdout
|
@dirrm lib/pd/stdout
|
||||||
@dirrm lib/pd/sigmund~
|
@dirrm lib/pd/sigmund~
|
||||||
@dirrm lib/pd/pique
|
@dirrm lib/pd/pique
|
||||||
|
|
Loading…
Add table
Reference in a new issue