Opened 9 years ago

Closed 9 years ago

#47016 closed submission (fixed)

New port: chuck (music programming language)

Reported by: slewsys (Andrew L. Moore) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: chuck

Description

Chuck is a strongly-timed, concurrent, and on-the-fly music programming language.

Attachments (2)

Portfile (1.9 KB) - added by slewsys (Andrew L. Moore) 9 years ago.
patch-makefile.osx (458 bytes) - added by slewsys (Andrew L. Moore) 9 years ago.
Patch to use system libsndfile

Download all attachments as: .zip

Change History (4)

Changed 9 years ago by slewsys (Andrew L. Moore)

Attachment: Portfile added

Changed 9 years ago by slewsys (Andrew L. Moore)

Attachment: patch-makefile.osx added

Patch to use system libsndfile

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: audio removed
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

Thanks.

comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Committed in r133522 with these changes:

  • corrected homepage (added slash to the end)
  • added missing "# $Id$" line
  • corrected license ("GPL" means any version of GPL is acceptable, but this software is only licensed under GPL version 2 or later)
  • changed tabs to spaces
  • added bison and flex build dependencies, since it does use them
  • added build.args to use the MacPorts-specified compiler, and -arch flags, and added universal variant
  • used copy instead of exec cp -a in the destroot phase
  • installed examples into ${destroot}${prefix}/share/examples/${name} instead of ${destroot}${prefix}/share/doc/${name}/examples
  • installed more documentation files into ${destroot}${prefix}/share/examples/${name}
Note: See TracTickets for help on using tickets.