mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Convert to UCL & cleanup pkg-message (categories a-c)
This commit is contained in:
parent
648300c466
commit
a6c40a689b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508834
@ -1,5 +1,6 @@
|
||||
==============================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Yasr requires a text-to-speech engine to work. FreeBSD offers two: Festival
|
||||
and FLite (Festival Lite). Edit the system configuration file
|
||||
%%DATADIR%%/yasr.conf
|
||||
@ -22,5 +23,6 @@ FLite
|
||||
synthesizer port=|%%LOCALBASE%%/bin/eflite
|
||||
|
||||
See man page for more information.
|
||||
|
||||
==============================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To get XFree86 to recognize your new fonts you will need to
|
||||
add a line to your XF86Config file. Please consult XF86Config(5)
|
||||
for more information on where to find the configuration file.
|
||||
@ -6,4 +8,6 @@
|
||||
Add the following line to the "Files" section and restart XFree86.
|
||||
|
||||
FontPath "%%FONTSDIR%%"
|
||||
------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To get XFree86 to recognize your new fonts you will need to
|
||||
add a line to your XF86Config file. Please consult XF86Config(5)
|
||||
for more information on where to find the configuration file.
|
||||
@ -6,4 +8,6 @@
|
||||
Add the following line to the "Files" section and restart XFree86.
|
||||
|
||||
FontPath "%%FONTSDIR%%"
|
||||
------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
----------------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To get XFree86 or Xorg to recognize your new fonts, you will need to add a
|
||||
line to your XF86Config or xorg.conf file. Please consult XF86Config(5) or
|
||||
xorg.conf(5) for more information on where to find the configuration file.
|
||||
@ -6,4 +8,6 @@
|
||||
Add the following line to the "Files" section and restart XFree86 or Xorg:
|
||||
|
||||
FontPath "%%FONTSDIR%%"
|
||||
----------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To get XFree86 to recognize your new fonts you will need to
|
||||
add a line to your XF86Config file. Please consult XF86Config(5)
|
||||
for more information on where to find the configuration file.
|
||||
@ -13,4 +15,6 @@
|
||||
FontPath "%%PREFIX%%/share/fonts/ae_fonts1/MCS"
|
||||
FontPath "%%PREFIX%%/share/fonts/ae_fonts1/Shmookh"
|
||||
FontPath "%%PREFIX%%/share/fonts/kacst_fonts"
|
||||
------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,10 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Support for 7zip and rar archives requires the appropriate executables.
|
||||
If ark has been packaged without options 7ZIP or RAR, you can install
|
||||
archivers/p7zip (for 7ZIP) or archivers/unrar and archivers/rar (for RAR)
|
||||
to allow ark to handle those archives.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
***************************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
In addition to the manpages, see %%DOCSDIR%%/readme_*.txt
|
||||
and the comments at the head of %%DOCSDIR%%/*.cpp
|
||||
for instructions and details on usage and the algorithms employed. For
|
||||
@ -6,4 +8,6 @@ simplicity, the ".exe" suffix has been dropped from the zpsfx
|
||||
self-expanding archive stub executable, to avoid confusion with win32
|
||||
executable stubs. zpsfx can be further compressed with archivers/upx,
|
||||
to yield smaller self-expanding archives.
|
||||
***************************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
In order to mount locally a remote archive or an entire repository as a FUSE
|
||||
filesystem, it is required to load fuse module:
|
||||
|
||||
@ -20,3 +23,6 @@ and add the line
|
||||
vfs.usermount=1
|
||||
|
||||
to /etc/sysctl.conf to ensure the setting is loaded at boot time.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
archivers/urbackup-client includes an RC script:
|
||||
%%PREFIX%%/etc/rc.d/urbackup_client
|
||||
|
||||
@ -27,5 +28,6 @@ needs to have one of the following in its PATH:
|
||||
|
||||
The client can also be configured via the UrBackup Server, or
|
||||
%%PREFIX%%/bin/urbackupclientctl
|
||||
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
archivers/urbackup-server includes an RC script:
|
||||
%%PREFIX%%/etc/rc.d/urbackup_server
|
||||
|
||||
@ -25,5 +26,6 @@ This port sets the SUID/SGID bits on the following files:
|
||||
|
||||
For details, see:
|
||||
https://www.urbackup.org/administration_manual.html
|
||||
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
--------------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Astrometry was successfully installed.
|
||||
|
||||
You'll find this distribution in %%PREFIX%%/astrometry
|
||||
@ -6,4 +8,6 @@ You'll find this distribution in %%PREFIX%%/astrometry
|
||||
Although the code is released under a GPL license, you will also need
|
||||
to download some data files, and these are distributed under different
|
||||
license. See %%PREFIX%%/astrometry/doc/GETTING-INDEXES
|
||||
--------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
*****************************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
ATTACHING PROJECT
|
||||
|
||||
Just run boinc_gui (if installed), choose Attach, and follow instructions.
|
||||
@ -13,4 +15,6 @@ MANUAL INSTALLATION
|
||||
*) Attach to the project:
|
||||
cd %%BOINC_CLIENT_HOME%%
|
||||
boinccmd --project_attach %%SETI_SITE%% <account key>
|
||||
*****************************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
*****************************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
ATTACHING PROJECT
|
||||
|
||||
Just run boinc_gui (if installed), choose Attach, and follow instructions.
|
||||
@ -13,4 +15,6 @@ MANUAL INSTALLATION
|
||||
*) Attach to the project:
|
||||
cd %%BOINC_CLIENT_HOME%%
|
||||
boinccmd --project_attach %%SETI_SITE%% <account key>
|
||||
*****************************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,6 +1,12 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Google Earth needs linprocfs mounted on /compat/linux/proc. Add the
|
||||
following line to /etc/fstab:
|
||||
|
||||
linprocfs /compat/linux/proc linprocfs rw 0 0
|
||||
|
||||
Then run "mount /compat/linux/proc".
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,10 @@
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
FreeBSD NOTES:
|
||||
|
||||
Support for Garmin format input is disabled because buggy.
|
||||
Set your GPS device to NMEA mode and start gpsd before gpsdrive.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,9 @@
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Please see file:%%PREFIX%%/share/doc/gpsman/html/index.html and/or
|
||||
file:%%PREFIX%%/share/doc/gpsman/GPSMandoc.pdf
|
||||
for documentation on using GPS Manager.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
RoadMap is at an early stage of development, and is not thoroughly
|
||||
documented. It would be very unwise to rely on RoadMap for real
|
||||
navigation.
|
||||
@ -11,5 +13,6 @@ TIGER data are located in:
|
||||
Make sure that you either have a program called flite (a voice
|
||||
synthesizer) or disable (mute) audio throught the menu. Other
|
||||
voice synthesizer can be used, like festival.
|
||||
|
||||
------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
===============================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Viking has been installed.
|
||||
|
||||
When you wish to use GeoCaches Acquire Option, please make an account at
|
||||
@ -7,5 +8,6 @@ When you wish to use GeoCaches Acquire Option, please make an account at
|
||||
http://www.geocaching.com/
|
||||
|
||||
Have fun!
|
||||
|
||||
===============================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To set the default PCM to the sndio plugin, create ~/.asoundrc with
|
||||
|
||||
pcm.!default {
|
||||
@ -6,3 +9,6 @@ pcm.!default {
|
||||
|
||||
Optionally, use the 'volume' option to set the initial volume and
|
||||
'device' to set the device to use.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
======================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
In order to use certain devices (MTP, iPod...) with Amarok you need to
|
||||
be able to mount USB devices as the user running Amarok. If HAL
|
||||
automount doesn't work, read more on how to set this up on FreeBSD
|
||||
@ -9,5 +10,6 @@ http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html
|
||||
If you are not running a full KDE workspace, you should consider
|
||||
installing a Phonon backend (multimedia/phonon-gstreamer or
|
||||
multimedia/phonon-vlc) to get audio playback.
|
||||
|
||||
======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,10 @@
|
||||
[
|
||||
{ type: upgrade
|
||||
maximum_version: 2.1
|
||||
message: <<EOM
|
||||
Starting with 2.1, Audacity's settings file format is not 100% compatible
|
||||
with previous versions. If Audacity fails to start up, the affected users
|
||||
can resolve the issue by removing the ~/.audacity-data directory.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,6 +1,10 @@
|
||||
***********************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
baudline requires linprocfs(5) to be mounted. If you don't
|
||||
have it mounted already, please add this line to /etc/fstab
|
||||
and run `mount linproc`:
|
||||
linproc /compat/linux/proc linprocfs rw 0 0
|
||||
***********************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Speaker sound support:
|
||||
======================
|
||||
|
||||
@ -27,3 +30,6 @@ devfs_speaker_ruleset="speaker"
|
||||
Then restart devfs to load the new rules:
|
||||
|
||||
% /etc/rc.d/devfs restart
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The wrapper "boodler" has been installed. Use it to create
|
||||
soundscapes.
|
||||
|
||||
@ -8,3 +11,6 @@ python boodler.py module.ClassName
|
||||
|
||||
You can instead run:
|
||||
boodler module.ClassName
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,17 +1,20 @@
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
* cplay is just a front-end; to use it, you need to install one or more *
|
||||
* of the following ports (audio players): *
|
||||
* *
|
||||
* audio/madplay *
|
||||
* audio/mikmod *
|
||||
* audio/mpg123 *
|
||||
* audio/mpg321 *
|
||||
* audio/sox *
|
||||
* audio/speex *
|
||||
* audio/splay *
|
||||
* audio/vorbis-tools *
|
||||
* audio/xmp *
|
||||
* multimedia/mplayer *
|
||||
* multimedia/mpv *
|
||||
* *
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
cplay is just a front-end; to use it, you need to install one or more
|
||||
of the following ports (audio players):
|
||||
|
||||
audio/madplay
|
||||
audio/mikmod
|
||||
audio/mpg123
|
||||
audio/mpg321
|
||||
audio/sox
|
||||
audio/speex
|
||||
audio/splay
|
||||
audio/vorbis-tools
|
||||
audio/xmp
|
||||
multimedia/mplayer
|
||||
multimedia/mpv
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,8 @@
|
||||
===================-Please Note:-====================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
%%PREFIX%%/bin/mixer has been renamed to %%PREFIX%%/bin/csmixer so it
|
||||
won't conflict with /usr/bin/mixer
|
||||
=====================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
********************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Unless this file already existed, a sample configuration file
|
||||
has been placed in %%ETCDIR%%.cfg.
|
||||
|
||||
@ -16,4 +18,6 @@ present, the client will be started now. Otherwise, edit
|
||||
/etc/rc.conf and execute this command:
|
||||
|
||||
%%ETCDIR%%/rc.d/darkice start
|
||||
********************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
===========================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To use eawpats you'll need to replace your
|
||||
|
||||
%%LOCALBASE%%/lib/timidity/timidity.cfg
|
||||
@ -7,5 +8,6 @@ To use eawpats you'll need to replace your
|
||||
with
|
||||
|
||||
%%PREFIX%%/share/timidity/timidity.cfg-eawpats
|
||||
|
||||
===========================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -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
|
||||
}
|
||||
]
|
||||
|
@ -1,6 +1,10 @@
|
||||
**************************************************************************
|
||||
* You need to install at least one festvox-* package before festival can *
|
||||
* do anything other than mumble silently to itself. See the festival *
|
||||
* package description, the festdoc package (share/doc/festival/*), *
|
||||
* or the festival home page for more information. *
|
||||
**************************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You need to install at least one festvox-* package before festival can
|
||||
do anything other than mumble silently to itself. See the festival
|
||||
package description, the festdoc package (share/doc/festival/*),
|
||||
or the festival home page for more information.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,9 @@
|
||||
==========================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
For correct operation, please add %%VOICE%%_clunits
|
||||
after "(defvar default-voice-priority-list"
|
||||
in %%PREFIX%%/share/festival/lib/voices.scm
|
||||
==========================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Flacon uses external programs to perform audio conversion. Install
|
||||
them manually, depending on your needs, from the following ports or
|
||||
corresponding packages:
|
||||
@ -7,3 +10,6 @@
|
||||
audio/mp3gain audio/opus-tools
|
||||
audio/tta audio/vorbisgain
|
||||
audio/vorbis-tools audio/wavpack
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
======================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You installed foo-yc20: an implementation of 1969 designed Yamaha
|
||||
combo organ, the YC-20.
|
||||
|
||||
@ -13,4 +15,6 @@ In order to use it, please:
|
||||
* the MIDI input of foo-yc20 to the output of jack-keyboard.
|
||||
* the foo-yc20 audio output to speakers through the Jack's 'system'.
|
||||
* Play the jack-keyboard.
|
||||
======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
forked-daapd uses FFmpeg for transcoding audio playback.
|
||||
The default ports/pkg build of FFmpeg on FreeBSD has a number
|
||||
of options which could be SET/UNSET to provide support for
|
||||
@ -19,3 +22,6 @@ To then manually start forked-daapd without rebooting:
|
||||
# service dbus start
|
||||
# service avahi-daemon start
|
||||
# service forked-daapd start
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,7 @@
|
||||
=====================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Notice, that You need a full duplex soundcard to use this software.
|
||||
=====================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,9 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The GStreamer sndio plugin has been installed. It has a higher
|
||||
priority than both the OSS or PulseAudio plugins and GStreamer will
|
||||
prefer it over them by default.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,9 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The GStreamer sndio plugin has been installed. It has a higher
|
||||
priority than both the OSS or PulseAudio plugins and GStreamer will
|
||||
prefer it over them by default.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
===============================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
GVolWheel has been installed.
|
||||
|
||||
You could adjust which mixer you wish to use with
|
||||
@ -13,5 +14,6 @@ Default is used ALSA with
|
||||
You could use aumix with similar settings
|
||||
|
||||
aumix -d /dev/mixer2 -I
|
||||
|
||||
===============================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To start icecast at system boot, copy
|
||||
%%PREFIX%%/etc/icecast.xml.sample to %%PREFIX%%/etc/icecast.xml, customize
|
||||
to your environment as desired and add:
|
||||
@ -16,3 +19,6 @@ icecast_flags="-c /path/to/your/configuration.xml"
|
||||
** Also make sure that the user you choose is able to write to your **
|
||||
** configured log directory, otherwise icecast will refuse to run. **
|
||||
**********************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To start icecast at system boot, copy
|
||||
%%PREFIX%%/etc/icecast.xml.sample to %%PREFIX%%/etc/icecast.xml, customize
|
||||
to your environment as desired and add:
|
||||
@ -16,3 +19,6 @@ icecast_flags="-c /path/to/your/configuration.xml"
|
||||
** Also make sure that the user you choose is able to write to your **
|
||||
** configured log directory, otherwise icecast will refuse to run. **
|
||||
**********************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,8 +1,10 @@
|
||||
==========================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Icegenerator has now been installed. To get it up and running, copy
|
||||
${PREFIX}/etc/icegenerator.conf.dist to ${PREFIX}/etc/icegenerator.conf
|
||||
and modify it to match your setup.
|
||||
For more information see ${PREFIX}/share/doc/icegenerator/README
|
||||
|
||||
==========================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
NOTE:
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
ifp directly accesses the usb/ugen devices via libusb. So
|
||||
if you want to use this application as a non-root user, you
|
||||
have to make sure that the corresponding device nodes
|
||||
@ -6,3 +8,6 @@ have to make sure that the corresponding device nodes
|
||||
<somenumber> is dependent on your personal usb environment
|
||||
are readable and writable by the user intended to use the
|
||||
tool.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,10 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
A sample configuration file has been copied to
|
||||
%%PREFIX%%/etc/juke.conf.sample. Juke will not work without either
|
||||
%%PREFIX%%/etc/juke.conf or the running user's ~/.juke.conf being
|
||||
in place.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
AMR codecs incorporate several patents, held by Ericsson, Universite de
|
||||
Sherbrooke (VoiceAge) and Nokia. VoiceAge claims to provide patent portfolio
|
||||
for AMR codecs. Depending on law in your country, manufacturers and developers
|
||||
@ -10,3 +13,6 @@ Patent portfolio seems to be licensed by Via Licensing.
|
||||
Depending on law in your country, you may need a license for distribution, any
|
||||
use, commercial use or even development.
|
||||
You don't have permission to distribute the source code and attached .doc file.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
AMR codecs incorporate several patents, held by Ericsson, Universite de
|
||||
Sherbrooke (VoiceAge) and Nokia. VoiceAge claims to provide patent portfolio
|
||||
for AMR codecs. Depending on law in your country, manufacturers and developers
|
||||
@ -10,3 +13,6 @@ Patent portfolio seems to be licensed by Via Licensing.
|
||||
Depending on law in your country, you may need a license for distribution, any
|
||||
use, commercial use or even development.
|
||||
You don't have permission to distribute the source code and attached .doc file.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1 +1,7 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
This port requires Linux binary compatibility enabled.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
*************************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Note on security settings:
|
||||
|
||||
The slimserver service is wide open, and by default there is no password.
|
||||
@ -6,4 +8,6 @@ You can control access to your music collection by pointing your web
|
||||
browser to http://localhost:9000/, and then choosing:
|
||||
|
||||
Server Settings -> Security
|
||||
*************************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,11 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Before lauch 'lollypop', define your music path directory.
|
||||
|
||||
Replace PUTYOURMUSICDIR by your music path directory.
|
||||
|
||||
gsettings set org.gnome.Lollypop music-path "['PUTYOURMUSICDIR']"
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
A devd(8) configuration has been installed at:
|
||||
%%PREFIX%%/etc/devd/maudio-devd.conf.
|
||||
|
||||
@ -14,3 +17,6 @@ sysctl modifications:
|
||||
|
||||
hw.usb.uaudio.default_bits=16
|
||||
hw.usb.uaudio.default_rate=48000
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1 +1,7 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You can check mous-ncurses usage with 'H' after starting.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
****************************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
mpdas has been successfully installed.
|
||||
|
||||
To configure mpdas, simply create a file called .mpdasrc in
|
||||
@ -10,10 +11,6 @@ Syntax is easy. Example:
|
||||
username = lastfmuser
|
||||
password = password
|
||||
|
||||
NOTE:
|
||||
As of version 0.4.3 the password is set in plaintext, whereas
|
||||
previously it had to be an MD5 hash.
|
||||
|
||||
Use the runas variable to change the UID the process runs in.
|
||||
|
||||
For more information on configuration see:
|
||||
@ -28,5 +25,14 @@ Then start mpdas with
|
||||
%%PREFIX%%/etc/rc.d/mpdas start
|
||||
|
||||
or reboot.
|
||||
|
||||
****************************************************************
|
||||
EOM
|
||||
}
|
||||
{
|
||||
type: upgrade
|
||||
maximum_version: 0.4.3
|
||||
message: <<EOM
|
||||
As of version 0.4.3 the password is set in plaintext, whereas
|
||||
previously it had to be an MD5 hash.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,9 @@
|
||||
------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Put the expression below into your ~/.emacs.
|
||||
|
||||
(autoload 'mpg123 "mpg123" "A Front-end to mpg123" t)
|
||||
------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
****************************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The musicpd package has been successfully installed.
|
||||
|
||||
In order to run the MPD server, you need to edit the provided
|
||||
@ -37,5 +38,6 @@ NOTE: The musicpd server does not come with a client. In order
|
||||
GNOME / GTK: ario, gimmix, glurp, gmpc, sonata
|
||||
KDE / Qt: cantana, quimup, qmpdlient
|
||||
Web: phpmp
|
||||
|
||||
****************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,7 @@
|
||||
======================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To use Flash-based services you need to install www/flashplayer.
|
||||
|
||||
======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,9 +1,11 @@
|
||||
---------------------------------------------------------------------
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
This port uses installation procedure that is very different from
|
||||
the one used by 4Front and is not supported by them. All bug reports
|
||||
should go to the port maintainer via the usual PR mechanism.
|
||||
|
||||
To load OSS at boot, add oss_enable="YES" to your /etc/rc.conf.
|
||||
|
||||
---------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,7 @@
|
||||
===============================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
A huge .sap file collection can be found at: http://asma.atari.org/
|
||||
===============================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
========================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Due to toolchain issues, if you enabled the BPM option, the bpm plugin
|
||||
will probably not work out-of-the-box. Upon startup, picard will likely
|
||||
write to stderr something like:
|
||||
@ -14,5 +15,6 @@ solution can be worked out:
|
||||
$ env LD_LIBRARY_PATH=%%LOCALBASE%%/lib/gcc%%GCC_VER%% picard
|
||||
|
||||
See: https://wiki.freebsd.org/libgcc%20problem
|
||||
|
||||
========================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,9 @@
|
||||
================================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
A huge gsf collection can be found at:
|
||||
* http://www.caitsith2.com/gsf/
|
||||
* http://www.zophar.net/gsf/
|
||||
================================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,9 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The sndio module can be loaded via %%LOCALBASE%%/etc/pulse/default.pa:
|
||||
|
||||
load-module module-sndio device=snd/0
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
###############################################################
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To use pytone, you should copy %%PREFIX%%/etc/pytonerc.sample to:
|
||||
|
||||
~/.pytone/pytonerc
|
||||
@ -9,5 +10,6 @@ collection:
|
||||
|
||||
[database.main]
|
||||
musicbasedir=/root/of/your/music/collection
|
||||
|
||||
###############################################################
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
ripit can use a number of different programs to do the actual track
|
||||
extraction and audio encoding. By default ripit uses cdparanoia and
|
||||
lame respectively, so this port depends on those two having been
|
||||
@ -11,3 +14,6 @@ This will enable you to later on just type "ripit" and start doing
|
||||
your work.
|
||||
|
||||
For more help, type "ripit --help"
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,8 @@
|
||||
==============================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
A huge SID tune archive can be found at http://hvsc.c64.org/
|
||||
%%DOCS%%You can find a few examples in %%DOCSDIR%%
|
||||
==============================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,10 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The default sndiod configuration on FreeBSD already has monitor mode
|
||||
enabled. To start spectrogram run
|
||||
|
||||
env AUDIODEVICE=snd/0.monitor spectrogram
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
======================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You installed SynthPod: Lightweight Nonlinear LV2 Plugin Container
|
||||
|
||||
The major way to run it is to plug the LV2 plugin container to the
|
||||
@ -13,4 +15,6 @@ Please don't forget to connect SynthPod input and output in Jack. You
|
||||
can normally do this with the UI command qjackctl from audio/qjackctl.
|
||||
|
||||
SynthPod is currently in alpha stage.
|
||||
======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To enable/start the TeamSpeak server
|
||||
|
||||
sysrc teamspeak_enable="YES"
|
||||
@ -12,8 +14,15 @@ into the logs in %%LOGDIR%%
|
||||
|
||||
TeamSpeak DNS server (tsdns) is not handled by this port. If you
|
||||
need it, please download and install it manually.
|
||||
|
||||
EOM
|
||||
}
|
||||
{ type: upgrade
|
||||
maximum_version: 3.0.13
|
||||
message: <<EOM
|
||||
Version 3.0.13 adds ipv6 support. To disable ipv6
|
||||
printf "voice_ip=0.0.0.0\nfiletransfer_ip=0.0.0.0\n" >>\
|
||||
%%ETCDIR%%/ts3server.ini
|
||||
The default value is 0.0.0.0 / 0::0, which activates IPv6.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
========================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
"timidity.el" has been installed in ${PREFIX}/share/emacs/site-lisp/ .
|
||||
If this place is not proper for your Emacs(en), copy it to load-path.
|
||||
|
||||
@ -11,4 +13,6 @@ Add these line to your "~/.emacs"
|
||||
(setq timidity-prog-path "/usr/local/bin/timidity")
|
||||
|
||||
And then, type "M-x timidity" on Emacs. Enjoy!
|
||||
========================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,9 +1,12 @@
|
||||
========================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Please set environment variable to choose skin you like.
|
||||
|
||||
Ex.
|
||||
% setenv timidity_skin ~/.x11amp/Skins/timidity/
|
||||
or
|
||||
% setenv timidity_skin /dos/programs/winamp/skins/winamp.zip
|
||||
|
||||
========================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
======================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You installed TuxGuitar: The multitrack tablature editor and player.
|
||||
|
||||
SoundFonts pack 8MBGMSFX.SF2 for the TuxGuitar's FluidSynth plugin
|
||||
@ -6,5 +8,6 @@ has been shared with FluidSynth. The 8MBGMSFX.SF2 file has been
|
||||
installed at:
|
||||
|
||||
%%SF2_DIR%%/8MBGMSFX.SF2
|
||||
|
||||
======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,8 @@
|
||||
***
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Playlists should be created like this:
|
||||
find ~/sound -name \*.mp3 | sort > playlist
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
*******************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You will need to run the configuration script for xmcd
|
||||
to accurately recognize your cd-rom. The configure
|
||||
script is: %%PREFIX%%/lib/X11/xmcd/config/config.sh
|
||||
@ -14,5 +16,6 @@ set the suid bit yourself, or even better, allow
|
||||
access to /dev/cd0 in /etc/devfs.conf, e.g.
|
||||
|
||||
perm /dev/cd0 0664
|
||||
|
||||
*******************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You need to set up XMMS2-Scrobbler's config files.
|
||||
Config values that are specific to the AudioScrobbler server go in
|
||||
~/.config/xmms2/clients/xmms2-scrobbler/$SERVER_NAME/config.
|
||||
@ -24,3 +27,6 @@ about that proxy. This information applies to all servers and so goes in
|
||||
|
||||
If you wish for XMMS2Scrobbler to start when you start xmms2d, make a
|
||||
symbolic link from %%PREFIX%%/bin/xmms2-scrobbler to ~/.xmms2/startup.d/
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,9 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
If you run out of space for the temporary files, set the X resource
|
||||
XWave*tdir (either in /usr/X11R6/lib/X11/app-defaults/XWave or your
|
||||
~/.Xdefaults) to a suitable directory.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To configure ympd, assuming it is running on the same system as
|
||||
audio/musicpd itself:
|
||||
|
||||
@ -9,3 +12,6 @@ You may optionally configure additional flags for the daemon:
|
||||
sysrc ympd_flags="--webport localhost:9000 --user=nobody"
|
||||
|
||||
See ympd(1) for further details.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,7 +1,9 @@
|
||||
*****************************************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Just run %%SMSH%% or %%SMSH%% -large
|
||||
The first SciMark number reported is the composite score, followed by the an
|
||||
approximate Mflop rate for each kernel.
|
||||
|
||||
*****************************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,10 +1,12 @@
|
||||
*****************************************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Just run scimark2 or scimark2 -large
|
||||
|
||||
The first SciMark number reported is the composite score, followed by the an
|
||||
approximate Mflop rate for each kernel.
|
||||
|
||||
You may try to hack CC or CFLAGS in /etc/make.conf...
|
||||
|
||||
*****************************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,9 +1,11 @@
|
||||
**************************************************************************
|
||||
* *
|
||||
* The package consists of a client (thrulay) and a daemon (thrulayd). *
|
||||
* The thrulay client is usable immediately. *
|
||||
* *
|
||||
* To run thrulayd from startup, add thrulayd_enable="YES" *
|
||||
* in your /etc/rc.conf *
|
||||
* *
|
||||
**************************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The package consists of a client (thrulay) and a daemon (thrulayd).
|
||||
The thrulay client is usable immediately.
|
||||
|
||||
To run thrulayd from startup, add thrulayd_enable="YES"
|
||||
in your /etc/rc.conf
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,9 @@
|
||||
------------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
If you want to run unixbench, please type the following commands:
|
||||
|
||||
% unixbench
|
||||
------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The miscellaneous tools included with Bcftools have been installed to
|
||||
%%PREFIX%%/bin/samtools_misc
|
||||
|
||||
@ -5,3 +8,6 @@ Add that directory to your path if you want to use these tools.
|
||||
|
||||
Some of these tools depend on Perl5/Python, and it will need to be installed to
|
||||
use them.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
-----------------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
CONSED installation directory: %%PREFIX%%/share/consed
|
||||
|
||||
You must do either of following (see section 4.5 of README.txt):
|
||||
@ -9,4 +11,6 @@ Example files are installed not as world writable, which README.txt assumes.
|
||||
So you must copy the files to anywhere you have writable permissions.
|
||||
|
||||
Now you can follow README.txt from section 4.12
|
||||
-----------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,6 +1,8 @@
|
||||
=======================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
For best performance, it is recommended to build diamond on the
|
||||
target system.
|
||||
|
||||
=======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
=============================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The EMBOSS suite has been successfully installed under
|
||||
%%PREFIX%%
|
||||
|
||||
@ -23,5 +24,6 @@
|
||||
biology/embassy port. Remember, though that if you installed EMBOSS in a
|
||||
PREFIX other than the default, you will have to install EMBASSY into this
|
||||
same PREFIX.
|
||||
|
||||
=============================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The FASTA3 package has been successfully installed.
|
||||
|
||||
NB: A sample configuration file has been installed to %%PREFIX%%/etc as
|
||||
@ -11,5 +12,6 @@ variable FASTLIBS to contain the full path of the FASTA3 configuration
|
||||
file, e.g.:
|
||||
|
||||
- set FASTLIBS to: "%%PREFIX%%/etc/fastlibs"
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
=============================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The FASTA3 package has been successfully installed.
|
||||
|
||||
A sample configuration file has been installed to
|
||||
@ -12,5 +13,6 @@
|
||||
file, e.g.:
|
||||
|
||||
set FASTLIBS to: "%%PREFIX%%/etc/fastlibs"
|
||||
|
||||
==============================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,7 +1,11 @@
|
||||
NOTE:
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The default configuration for the gmap port disables all optimizations
|
||||
to maintain compatibility with the widest range of systems.
|
||||
|
||||
To get a binary optimized for your system please deinstall gmap and
|
||||
build from ports using "make config" to enable the SIMD option.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
---------------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
HMMER reads three optional environment variables:
|
||||
HMMERDB - directory location of HMM databases (e.g. PFAM)
|
||||
BLASTDB - directory location of FASTA-formatted sequence databases
|
||||
@ -10,4 +12,6 @@ variables are set, you do not have to specify the full path to your
|
||||
databases on the command line when using HMMER.
|
||||
|
||||
Please see the documentation for more information.
|
||||
---------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,9 +1,11 @@
|
||||
===============================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
All the executables, scripts, Readmes and utilities were installed
|
||||
under %%LAGAN_DIR%%
|
||||
|
||||
Add this to your PATH and set the environment variable
|
||||
LAGAN_DIR to point to this directory.
|
||||
|
||||
===============================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,10 +1,12 @@
|
||||
=====================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The data files are installed in "%%PREFIX%%/share/ncbi-toolkit".
|
||||
To use them you need to create a .ncbirc file in your home directory
|
||||
with the following lines:
|
||||
|
||||
[NCBI]
|
||||
Data=%%PREFIX%%/share/ncbi-toolkit/
|
||||
|
||||
=====================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,6 +1,10 @@
|
||||
-----------------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You must set PHRED_PARAMETER_FILE environment variable.
|
||||
|
||||
The default parameter file in the distribution is located at:
|
||||
%%DATADIR%%/phredpar.dat
|
||||
-----------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The miscellaneous tools included with Samtools have been installed to
|
||||
%%PREFIX%%/bin/samtools_misc
|
||||
|
||||
@ -5,3 +8,6 @@ Add that directory to your path if you want to use these tools.
|
||||
|
||||
Some of these tools depend on Perl5/Python, and it will need to be installed to
|
||||
use them.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Welcome to Wise2.2
|
||||
|
||||
You must set your WISECONFIGDIR to the config directory before
|
||||
@ -10,3 +13,6 @@ To try an example:
|
||||
|
||||
cd %%PREFIX%%/share/examples/wise
|
||||
genewise road.pep human.genomic
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,8 @@
|
||||
-------------------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
NOTE: To use Alliance you need to set several environment variables.
|
||||
See %%PREFIX%%/alliance/etc/profile.d/alc_env.{csh,sh} for the details.
|
||||
-------------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Des fichiers de configuration standards ont été préparés dans le répertoire
|
||||
%%inst_dir%%/ASTK_CLIENT/etc/astkrc/.
|
||||
Veuillez les vérifier, et n'oubliez pas d'installer la partie serveur
|
||||
@ -33,3 +36,6 @@ your configuration.
|
||||
|
||||
ASTK launches xterm with -display: check that Xorg is not launched with
|
||||
-nolisten tcp
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,11 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
N'oubliez pas d'installer la partie cliente sur vos stations.
|
||||
|
||||
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
||||
|
||||
Do not forget to install the client side on your stations.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
===============================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
BrickUtils has been installed.
|
||||
|
||||
After first usage you will not find
|
||||
@ -14,5 +15,6 @@ After deinstallation, some files may stay in %%DATADIR%%,
|
||||
you can delete them with
|
||||
|
||||
/bin/rm -fr %%DATADIR%%
|
||||
|
||||
===============================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
====
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To activate dinotrace Emacs extensions add the following lines
|
||||
to your Emacs configuration file (usually ~/.emacs):
|
||||
|
||||
@ -11,5 +13,6 @@ to your Emacs configuration file (usually ~/.emacs):
|
||||
;; Sim-Log mode
|
||||
(autoload 'sim-log-mode "sim-log" "Mode for Simulation Log files." t)
|
||||
(setq auto-mode-alist (append (list '("\\.log$" . sim-log-mode)) auto-mode-alist))
|
||||
|
||||
====
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,11 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
At the moment K40 Whisperer has to be run as root unless devd(8) is properly
|
||||
configured. Some notes on how it is handled on macOS and Linux can be
|
||||
found in %%DATADIR%%.
|
||||
|
||||
K40 Whisperer can be launched with a `%%WHISPERER_COMMAND%%` command.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,7 +1,11 @@
|
||||
..........................................................
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
If you plan to create 3D shapes for Printed board modules,
|
||||
install the 3D modeler wings3D (port graphics/wings).
|
||||
|
||||
Pcbnew uses the exported files in wrml (.wrl) format from
|
||||
wings3d (not the native .wings format).
|
||||
..........................................................
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
..........................................................
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
If you plan to create 3D shapes for Printed board modules,
|
||||
install the 3D modeler wings3D (port graphics/wings).
|
||||
|
||||
@ -7,4 +9,6 @@ wings3d (not the native .wings format).
|
||||
|
||||
Libraries are now available in separate packages: please
|
||||
see cad/kicad-library-* .
|
||||
..........................................................
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
On the first run, eagle needs write access to the directory
|
||||
%%PREFIX%%/share/eagle5/bin
|
||||
in order to write a program key file. This can be done by executing
|
||||
@ -8,4 +11,6 @@ Eagle usually creates an "eagle" directory in the user's home
|
||||
directory upon initial startup. If this user does no longer want to
|
||||
work on projects with eagle (e.g. the root account has been used to
|
||||
create the mentioned key file), this directory can safely be deleted.
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,9 +1,10 @@
|
||||
|
||||
*************************************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
If you installed netgen to nondefault prefix,
|
||||
make sure that you set the environment variable:
|
||||
|
||||
NETGENDIR=%%PREFIX%%/bin
|
||||
|
||||
*************************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user