Opened 10 years ago
Closed 10 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)
Change History (4)
Changed 10 years ago by slewsys (Andrew L. Moore)
Changed 10 years ago by slewsys (Andrew L. Moore)
Attachment: | patch-makefile.osx added |
---|
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | audio removed |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
Thanks.
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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 ofexec 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.
Patch to use system libsndfile