diff options
author | mat <mat@FreeBSD.org> | 2019-08-14 00:00:39 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2019-08-14 00:00:39 +0800 |
commit | 984f7af3a80af47e2383fb7801ec5d7fcca84ee0 (patch) | |
tree | e784ed48f7c3bb5a803cbd97b583435da971804d /audio/faust | |
parent | 8dc52147f5ad42a0ab899cb4964c62101d6f1108 (diff) | |
download | freebsd-ports-gnome-984f7af3a80af47e2383fb7801ec5d7fcca84ee0.tar.gz freebsd-ports-gnome-984f7af3a80af47e2383fb7801ec5d7fcca84ee0.tar.zst freebsd-ports-gnome-984f7af3a80af47e2383fb7801ec5d7fcca84ee0.zip |
Convert to UCL & cleanup pkg-message (categories a-c)
Diffstat (limited to 'audio/faust')
-rw-r--r-- | audio/faust/pkg-message | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/faust/pkg-message b/audio/faust/pkg-message index 559fe0a14453..eb786ce2ea22 100644 --- a/audio/faust/pkg-message +++ b/audio/faust/pkg-message @@ -1,4 +1,6 @@ -====================================================================== +[ +{ type: install + message: <<EOM You installed Faust: the programming language for realtime audio signal processing. @@ -11,4 +13,6 @@ $ faust2jaqt sine.dsp $ ./sine; It will create the window with sliders for two tunable oscillators. -====================================================================== +EOM +} +] |