Page MenuHomeFreeBSD

New port: audio/supercollider
ClosedPublic

Authored by tobik on Mar 18 2017, 11:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 22, 12:17 AM
Unknown Object (File)
Mar 13 2024, 4:53 PM
Unknown Object (File)
Mar 13 2024, 4:53 PM
Unknown Object (File)
Mar 13 2024, 4:53 PM
Unknown Object (File)
Mar 13 2024, 4:53 PM
Unknown Object (File)
Mar 10 2024, 11:43 AM
Unknown Object (File)
Jan 16 2024, 2:59 AM
Unknown Object (File)
Jan 3 2024, 8:13 AM
Subscribers
None

Details

Summary
New port: audio/supercollider

SuperCollider is a programming language for real time audio synthesis
and algorithmic composition.

The language interpreter runs in a cross platform IDE and communicates
via Open Sound Control with one or more synthesis servers.  The
SuperCollider synthesis server runs in a separate process or even on a
separate machine so it is ideal for realtime networked music.

SuperCollider was developed by James McCartney and originally released
in 1996.  He released it under the terms of the GNU General Public
License in 2002 when he joined the Apple Core Audio team.  It is now
maintained and developed by an active and enthusiastic community.  It
is used by musicians, scientists, and artists working with sound.

WWW: http://supercollider.github.io/

PR:	208443
Submitted by:	Tobias Brodel <brittlehaus@gmail.com>
Approved by:	??? (mentor)
Differential Revision:	https://reviews.freebsd.org/D?????
Test Plan

poudriere testport 11.0/amd64 ok
poudriere testport 10.3/i386 ok

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

audio/supercollider/Makefile
7 ↗(On Diff #26385)

Remove the http one, it redirects to the https one.

audio/supercollider/files/patch-lang_LangSource_SC__TerminalClient.h
8 ↗(On Diff #26385)

I think this is one, and the other comments are too much.

audio/supercollider/files/patch-server_plugins_DiskIO__UGens.cpp
8 ↗(On Diff #26385)

here too.

audio/supercollider/files/patch-server_scsynth_SC__CoreAudio.h
8 ↗(On Diff #26385)

same.

Remove comment hunks from patches and remove wrong http master site

This revision is now accepted and ready to land.Mar 20 2017, 4:18 PM
This revision was automatically updated to reflect the committed changes.