FreeBSD Bugzilla – Attachment 166918 Details for
Bug 207143
[NEW PORT] audio/pd-osc - a collection of Pd objectclasses for OSC-messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
audio/pd-osc .shar
pd-osc.shar (text/plain), 3.39 KB, created by
Tobias Brodel
on 2016-02-13 00:18:06 UTC
(
hide
)
Description:
audio/pd-osc .shar
Filename:
MIME Type:
Creator:
Tobias Brodel
Created:
2016-02-13 00:18:06 UTC
Size:
3.39 KB
patch
obsolete
># 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: ># ># pd-osc ># pd-osc/distinfo ># pd-osc/Makefile ># pd-osc/pkg-descr ># pd-osc/files ># pd-osc/files/patch-Makefile ># pd-osc/pkg-plist ># >echo c - pd-osc >mkdir -p pd-osc > /dev/null 2>&1 >echo x - pd-osc/distinfo >sed 's/^X//' >pd-osc/distinfo << '50101f4dc0317cd899a92948ed8b845c' >XSHA256 (osc-0.2.tar.gz) = 7536c328adaab0609ec5c5c53ad145ba119f2ac314e6658b29c868ef10ad6544 >XSIZE (osc-0.2.tar.gz) = 32817 >50101f4dc0317cd899a92948ed8b845c >echo x - pd-osc/Makefile >sed 's/^X//' >pd-osc/Makefile << 'b4371a1b040643d3eec9d197e40b8c10' >X# $FreeBSD$ >X >XPORTNAME= osc >XPORTVERSION= 0.2 >XCATEGORIES= audio >XMASTER_SITES= http://puredata.info/downloads/${PORTNAME}/${PORTVERSION}/ >XPKGNAMEPREFIX= pd- >X >XMAINTAINER= brittlehaus@gmail.com >XCOMMENT= Collection of Pd objectclasses for OSC-messages >X >XLICENSE= GPLv2+ >X >XBUILD_DEPENDS= pd:${PORTSDIR}/audio/pd >XRUN_DEPENDS= pd:${PORTSDIR}/audio/pd >X >XUSES= gmake >X >X.include <bsd.port.mk> >b4371a1b040643d3eec9d197e40b8c10 >echo x - pd-osc/pkg-descr >sed 's/^X//' >pd-osc/pkg-descr << '5aa2225c249c055be0472cb47e2d2869' >XThis library allows one to construct and parse OSC messages within Pd. It >Xincludes support for ordinary OSC-messages, typetags, timetags and bundles. >X >XThese objects are transport-agnostic, so you can use them to transmit OSC over >XUDP, TCP/IP, serial port, or in fact whatever you want. However, you will have >Xto install additional libraries that will handle the transport layer (like >Xpd-iemnet or pd-comport). >X >XWWW: http://puredata.info/downloads/osc >5aa2225c249c055be0472cb47e2d2869 >echo c - pd-osc/files >mkdir -p pd-osc/files > /dev/null 2>&1 >echo x - pd-osc/files/patch-Makefile >sed 's/^X//' >pd-osc/files/patch-Makefile << '064a4295a367095e030034185b5bd0ac' >X--- Makefile.orig 2016-02-10 04:01:33 UTC >X+++ Makefile >X@@ -174,14 +174,14 @@ ifeq ($(UNAME),GNU) >X STRIP = strip --strip-unneeded -R .note -R .comment >X DISTBINDIR=$(DISTDIR)-$(OS)-$(shell uname -m) >X endif >X-ifeq ($(UNAME),GNU/kFreeBSD) >X- # Debian GNU/kFreeBSD, should work like GNU/Linux for basically all externals >X+ifeq ($(UNAME),FreeBSD) >X+ # FreeBSD, should work like GNU/Linux for basically all externals >X CPU := $(shell uname -m) >X SOURCES += $(SOURCES_linux) >X EXTENSION = pd_linux >X OS = linux >X- PD_PATH = /usr >X- OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer >X+ PD_PATH = /usr/local >X+ OPT_CFLAGS = -funroll-loops -fomit-frame-pointer >X ALL_CFLAGS += -fPIC >X ALL_LDFLAGS += -Wl,--export-dynamic -shared -fPIC >X ALL_LIBS += -lc >064a4295a367095e030034185b5bd0ac >echo x - pd-osc/pkg-plist >sed 's/^X//' >pd-osc/pkg-plist << '3ac8186ccbc0a8c4ea2e22489ebeb9f3' >Xlib/pd-externals/osc/LICENSE.txt >Xlib/pd-externals/osc/README.txt >Xlib/pd-externals/osc/osc-meta.pd >Xlib/pd-externals/osc/packOSC-help.pd >Xlib/pd-externals/osc/packOSC.pd_linux >Xlib/pd-externals/osc/packOSCstream-help.pd >Xlib/pd-externals/osc/packOSCstream.pd >Xlib/pd-externals/osc/pipelist-help.pd >Xlib/pd-externals/osc/pipelist.pd_linux >Xlib/pd-externals/osc/routeOSC-help.pd >Xlib/pd-externals/osc/routeOSC.pd_linux >Xlib/pd-externals/osc/unpackOSC.pd_linux >Xlib/pd-externals/osc/unpackOSCstream-help.pd >Xlib/pd-externals/osc/unpackOSCstream.pd >3ac8186ccbc0a8c4ea2e22489ebeb9f3 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 207143
: 166918 |
166919