mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Convert to UCL & cleanup pkg-message (categories e-g)
This commit is contained in:
parent
1e9db8ea3e
commit
79698c8457
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508837
274 changed files with 1684 additions and 612 deletions
|
@ -1,5 +1,11 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
To remotely edit a file on this host connect via SSH with remote
|
To remotely edit a file on this host connect via SSH with remote
|
||||||
port forwarding:
|
port forwarding:
|
||||||
|
|
||||||
ssh -R 52698:127.0.0.1:52698 user@example.org \
|
ssh -R 52698:127.0.0.1:52698 user@example.org \
|
||||||
gomate /path/to/the/file.txt
|
gomate /path/to/the/file.txt
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
To enable LSP support for configured languages just add following
|
To enable LSP support for configured languages just add following
|
||||||
commands to your kakrc:
|
commands to your kakrc:
|
||||||
|
|
||||||
|
@ -7,3 +10,6 @@ eval %sh{
|
||||||
-s $kak_session
|
-s $kak_session
|
||||||
}
|
}
|
||||||
lsp-enable
|
lsp-enable
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
###############################################################################
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The Lazarus RAD was installed
|
The Lazarus RAD was installed
|
||||||
|
|
||||||
1) You can run it using:
|
1) You can run it using:
|
||||||
|
@ -32,5 +33,6 @@ The Lazarus RAD was installed
|
||||||
how use it
|
how use it
|
||||||
|
|
||||||
6) Enjoy it ;)
|
6) Enjoy it ;)
|
||||||
|
EOM
|
||||||
###############################################################################
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
**************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
An example configuration file is located in
|
An example configuration file is located in
|
||||||
%%DOCSDIR%%/sample.ledrc; to use it,
|
%%DOCSDIR%%/sample.ledrc; to use it,
|
||||||
copy it to ~/.ledrc and edit it to your liking.
|
copy it to ~/.ledrc and edit it to your liking.
|
||||||
|
EOM
|
||||||
**************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
=========================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The default color scheme for GUI drivers changed in version 5.30 to a
|
The default color scheme for GUI drivers changed in version 5.30 to a
|
||||||
dark background and softer colors. If you want to revert to the classic
|
dark background and softer colors. If you want to revert to the classic
|
||||||
bright colors on white background theme, edit the configuration file
|
bright colors on white background theme, edit the configuration file
|
||||||
|
@ -19,5 +20,6 @@ bright colors on white background theme, edit the configuration file
|
||||||
mp.colors.tag.gui = [ 0x8888ff, 0xffffff ];
|
mp.colors.tag.gui = [ 0x8888ff, 0xffffff ];
|
||||||
mp.colors.spell.gui = [ 0xff8888, 0xffffff ];
|
mp.colors.spell.gui = [ 0xff8888, 0xffffff ];
|
||||||
mp.colors.search.gui = [ 0x000000, 0x00cc77 ];
|
mp.colors.search.gui = [ 0x000000, 0x00cc77 ];
|
||||||
|
EOM
|
||||||
=========================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Apache OpenOffice Build %%AOOTAG%% Personal Install How-To
|
Apache OpenOffice Build %%AOOTAG%% Personal Install How-To
|
||||||
|
|
||||||
Written by: Martin Blapp <mbr@freebsd.org>
|
Written by: Martin Blapp <mbr@freebsd.org>
|
||||||
|
@ -48,3 +51,6 @@ installation with the extension manager is no longer needed.
|
||||||
If you somehow run into problems, please remove the already installed
|
If you somehow run into problems, please remove the already installed
|
||||||
"%%AOOUDIR%%" directory in your home directory, then redo the
|
"%%AOOUDIR%%" directory in your home directory, then redo the
|
||||||
user installation and the problems should go away.
|
user installation and the problems should go away.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Apache OpenOffice Build %%AOOTAG%% Personal Install How-To
|
Apache OpenOffice Build %%AOOTAG%% Personal Install How-To
|
||||||
|
|
||||||
Written by: Martin Blapp <mbr@freebsd.org>
|
Written by: Martin Blapp <mbr@freebsd.org>
|
||||||
|
@ -43,3 +46,6 @@ OpenOffice does need $LANG to be set to a suitable value.
|
||||||
If you somehow run into problems, please remove the already installed
|
If you somehow run into problems, please remove the already installed
|
||||||
"%%AOOUDIR%%" directory in your home directory, then redo the
|
"%%AOOUDIR%%" directory in your home directory, then redo the
|
||||||
user installation and the problems should go away.
|
user installation and the problems should go away.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
===================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
You should add the following line to your ~/.emacs:
|
You should add the following line to your ~/.emacs:
|
||||||
|
|
||||||
(require 'paredit)
|
(require 'paredit)
|
||||||
|
EOM
|
||||||
===================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
In order to use pynvim in Neovim it is required to specify add the following line
|
In order to use pynvim in Neovim it is required to specify add the following line
|
||||||
to ~/.config/nvim/init.vim:
|
to ~/.config/nvim/init.vim:
|
||||||
|
|
||||||
|
@ -5,3 +8,6 @@ let g:python%%SUFFIX_FOR_PYTHON_3%%_host_prog='%%PYTHON_CMD%%'
|
||||||
|
|
||||||
See Neovim Wiki for more information:
|
See Neovim Wiki for more information:
|
||||||
https://github.com/neovim/neovim/wiki/Installing-Neovim
|
https://github.com/neovim/neovim/wiki/Installing-Neovim
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
======================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
To activate SLIME, add these lines to your Emacs initialization.
|
To activate SLIME, add these lines to your Emacs initialization.
|
||||||
|
|
||||||
(setq inferior-lisp-program "PATH_TO_YOUR_LISP_BINARY")
|
(setq inferior-lisp-program "PATH_TO_YOUR_LISP_BINARY")
|
||||||
|
@ -7,4 +9,6 @@ To activate SLIME, add these lines to your Emacs initialization.
|
||||||
"%%SLIME_LISPDIR%%/contrib")
|
"%%SLIME_LISPDIR%%/contrib")
|
||||||
(require 'slime)
|
(require 'slime)
|
||||||
(slime-setup '(slime-repl))
|
(slime-setup '(slime-repl))
|
||||||
======================================================================
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Enabling Tamago
|
Enabling Tamago
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
@ -8,3 +11,6 @@ Japanese: (set-language-environment "Japanese")
|
||||||
Korean: (set-language-environment "Korean")
|
Korean: (set-language-environment "Korean")
|
||||||
Chinese-GB: (set-language-environment "Chinese-GB")
|
Chinese-GB: (set-language-environment "Chinese-GB")
|
||||||
Chinese-CNS: (set-language-environment "Chinese-CNS")
|
Chinese-CNS: (set-language-environment "Chinese-CNS")
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Powerful and compact editor with nongraphical user interface
|
Powerful and compact editor with nongraphical user interface
|
||||||
|
|
||||||
The FreeBSD port implements pretty well all that the Linux version does.
|
The FreeBSD port implements pretty well all that the Linux version does.
|
||||||
|
@ -35,3 +38,6 @@ inconsistent, and thus of limited use.
|
||||||
|
|
||||||
Before starting to use tecoc, see the sections "DESCRIPTION/Command
|
Before starting to use tecoc, see the sections "DESCRIPTION/Command
|
||||||
names" and "SEE ALSO" in the manual page.
|
names" and "SEE ALSO" in the manual page.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
======================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Tetradraw is now installed! Press ESC+h in the editor to get help menu
|
Tetradraw is now installed! Press ESC+h in the editor to get help menu
|
||||||
You have to have TERM=cons25 when running tetradraw
|
You have to have TERM=cons25 when running tetradraw
|
||||||
======================================================================
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
*******************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
TreeForm works best if you have the DOULOS SIL font installed from:
|
TreeForm works best if you have the DOULOS SIL font installed from:
|
||||||
|
|
||||||
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=DoulosSIL_download#dc835487
|
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=DoulosSIL_download#dc835487
|
||||||
*******************************************************************************
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
===========================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Bochs requires a .bochsrc file to be present in either your current
|
Bochs requires a .bochsrc file to be present in either your current
|
||||||
directory or your home directory before starting. A sample .bochsrc
|
directory or your home directory before starting. A sample .bochsrc
|
||||||
file can be found in %%DOCSDIR%%/bochsrc-sample.txt
|
file can be found in %%DOCSDIR%%/bochsrc-sample.txt
|
||||||
|
EOM
|
||||||
===========================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
===========================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
|
|
||||||
In order for Cannonball to work you need to provide a copy of the
|
In order for Cannonball to work you need to provide a copy of the
|
||||||
|
@ -13,4 +15,6 @@ which defaults to $HOME/.local/share/cannonball/config.xml
|
||||||
|
|
||||||
NOTE: The directories will be created on the first run of Cannonball
|
NOTE: The directories will be created on the first run of Cannonball
|
||||||
if they do not exist.
|
if they do not exist.
|
||||||
===========================================================================
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Additional files were installed into %%EXAMPLESDIR%%/.
|
Additional files were installed into %%EXAMPLESDIR%%/.
|
||||||
|
|
||||||
See http://members.iinet.net.au/~tom-hunter/dtcyber.pdf for usage
|
See http://members.iinet.net.au/~tom-hunter/dtcyber.pdf for usage
|
||||||
instructions.
|
instructions.
|
||||||
|
EOM
|
||||||
************************************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
*******************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
From http://www.msx.org/newspost149.html:
|
From http://www.msx.org/newspost149.html:
|
||||||
|
|
||||||
Also a tip for X11 users: if you get 'Opening window... FAILED'
|
Also a tip for X11 users: if you get 'Opening window... FAILED'
|
||||||
|
@ -7,6 +9,8 @@ when starting fMSX and you're using -DBPP32, try compiling with
|
||||||
|
|
||||||
For FreeBSD users: run "make clean config" and unselect BPP32 and
|
For FreeBSD users: run "make clean config" and unselect BPP32 and
|
||||||
select BPP16 or BPP24 as options.
|
select BPP16 or BPP24 as options.
|
||||||
*******************************************************************
|
|
||||||
|
|
||||||
See ftp://ftp.komkon.org//pub/EMUL8/MSX/Carts for cartridge ROMs
|
See ftp://ftp.komkon.org//pub/EMUL8/MSX/Carts for cartridge ROMs
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
###############################################################################
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
GnGeo has been installed.
|
GnGeo has been installed.
|
||||||
|
|
||||||
1) You need to manually download neogeo-bios or neogeo-unibios. It's available
|
1) You need to manually download neogeo-bios or neogeo-unibios. It's available
|
||||||
|
@ -31,5 +32,6 @@ GnGeo has been installed.
|
||||||
Note: Use rom's name (romname) without zip extension.
|
Note: Use rom's name (romname) without zip extension.
|
||||||
|
|
||||||
5) Enjoy it ;)
|
5) Enjoy it ;)
|
||||||
|
EOM
|
||||||
##############################################################################
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
######################################################################
|
[
|
||||||
|
{ type: install
|
||||||
IMPORTANT
|
message: <<EOM
|
||||||
|
|
||||||
Be sure to have a look at the docs and edit the hercules.cnf file to
|
Be sure to have a look at the docs and edit the hercules.cnf file to
|
||||||
your needs (The sample is in ${PREFIX}/share/doc/hercules)
|
your needs (The sample is in ${PREFIX}/share/doc/hercules)
|
||||||
|
EOM
|
||||||
######################################################################
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel
|
Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel
|
||||||
configuration. This is incompatible with Wine. The maximum possible
|
configuration. This is incompatible with Wine. The maximum possible
|
||||||
is KVA_PAGES=500, which should still be enough for ZFS.
|
is KVA_PAGES=500, which should still be enough for ZFS.
|
||||||
|
@ -7,3 +10,6 @@ additional programs that are not in the manual pages under
|
||||||
%%PREFIX%%/share/doc/wine
|
%%PREFIX%%/share/doc/wine
|
||||||
There is more in the source tree but the others are only useful in
|
There is more in the source tree but the others are only useful in
|
||||||
conjunction with the rest of the source tree.
|
conjunction with the rest of the source tree.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel
|
Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel
|
||||||
configuration. This is incompatible with Wine. The maximum possible
|
configuration. This is incompatible with Wine. The maximum possible
|
||||||
is KVA_PAGES=500, which should still be enough for ZFS.
|
is KVA_PAGES=500, which should still be enough for ZFS.
|
||||||
|
@ -7,3 +10,6 @@ additional programs that are not in the manual pages under
|
||||||
%%PREFIX%%/share/doc/wine
|
%%PREFIX%%/share/doc/wine
|
||||||
There is more in the source tree but the others are only useful in
|
There is more in the source tree but the others are only useful in
|
||||||
conjunction with the rest of the source tree.
|
conjunction with the rest of the source tree.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
[
|
||||||
=============================================================
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
jzIntv is now installed. To use the emulator, you will need
|
jzIntv is now installed. To use the emulator, you will need
|
||||||
an EXEC image (exec.bin), a GROM image (grom.bin), and a
|
an EXEC image (exec.bin), a GROM image (grom.bin), and a
|
||||||
GAME image. Each file must be copied to this directory :
|
GAME image. Each file must be copied to this directory :
|
||||||
|
@ -15,6 +15,6 @@ http://www.intellivisiongames.com
|
||||||
|
|
||||||
You can test the emulator by running 'jzintv emu_ver'. If
|
You can test the emulator by running 'jzintv emu_ver'. If
|
||||||
everything is ok, run 'jzintv <game>' to play. Enjoy !
|
everything is ok, run 'jzintv <game>' to play. Enjoy !
|
||||||
|
EOM
|
||||||
=============================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
!!! KLH10 contains a setuid that accepts network connections.
|
[
|
||||||
!!! Consider using a firewall to limit access to KLH10.
|
{ type: install
|
||||||
!!! See the %%DOCSDIR%%/pubits/adm
|
message: <<EOM
|
||||||
!!! for firewall documentation.
|
KLH10 contains a setuid that accepts network connections.
|
||||||
|
Consider using a firewall to limit access to KLH10.
|
||||||
|
See the %%DOCSDIR%%/pubits/adm
|
||||||
|
for firewall documentation.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
Install notice:
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
KLH10 contains a setuid that accepts network connections.
|
KLH10 contains a setuid that accepts network connections.
|
||||||
Consider using a firewall to limit access to KLH10.
|
Consider using a firewall to limit access to KLH10.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Some programs need linprocfs mounted on /compat/linux/proc. Add the
|
Some programs need linprocfs mounted on /compat/linux/proc. Add the
|
||||||
following line to /etc/fstab:
|
following line to /etc/fstab:
|
||||||
|
|
||||||
|
@ -11,3 +14,6 @@ following line to /etc/fstab:
|
||||||
tmpfs /compat/linux/dev/shm tmpfs rw,mode=1777 0 0
|
tmpfs /compat/linux/dev/shm tmpfs rw,mode=1777 0 0
|
||||||
|
|
||||||
Then run "mount /compat/linux/dev/shm".
|
Then run "mount /compat/linux/dev/shm".
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Some programs need linprocfs mounted on /compat/linux/proc. Add the
|
Some programs need linprocfs mounted on /compat/linux/proc. Add the
|
||||||
following line to /etc/fstab:
|
following line to /etc/fstab:
|
||||||
|
|
||||||
|
@ -18,3 +21,6 @@ following line to /etc/fstab:
|
||||||
tmpfs /compat/linux/dev/shm tmpfs rw,mode=1777 0 0
|
tmpfs /compat/linux/dev/shm tmpfs rw,mode=1777 0 0
|
||||||
|
|
||||||
Then run "mount /compat/linux/dev/shm".
|
Then run "mount /compat/linux/dev/shm".
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
==============================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
An example configuration file has been installed in
|
An example configuration file has been installed in
|
||||||
"%%EXAMPLESDIR%%/%%MTARGET%%.ini"
|
"%%EXAMPLESDIR%%/%%MTARGET%%.ini"
|
||||||
Should you create a "~/.%%MTARGET%%" directory and place it here or
|
Should you create a "~/.%%MTARGET%%" directory and place it here or
|
||||||
launch "%%MTARGET%% -createconfig" and place the %%MTARGET%%.ini created instead.
|
launch "%%MTARGET%% -createconfig" and place the %%MTARGET%%.ini created instead.
|
||||||
|
EOM
|
||||||
==============================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
###############################################################################
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
1) Run mednafen [OPTION] [FILE]
|
1) Run mednafen [OPTION] [FILE]
|
||||||
|
|
||||||
2) See complete documentation at:
|
2) See complete documentation at:
|
||||||
|
@ -7,5 +8,6 @@
|
||||||
%%DOCSDIR%%/mednafen.html
|
%%DOCSDIR%%/mednafen.html
|
||||||
|
|
||||||
3) Enjoy it ;)
|
3) Enjoy it ;)
|
||||||
|
EOM
|
||||||
###############################################################################
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Please verify %%PREFIX%%/etc/mtools.conf for your machine.
|
Please verify %%PREFIX%%/etc/mtools.conf for your machine.
|
||||||
************************************************************
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
###############################################################################
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The mupen64plus emulator was installed
|
The mupen64plus emulator was installed
|
||||||
|
|
||||||
1) If you have installed/upgraded any new plugins or are upgrading from a
|
1) If you have installed/upgraded any new plugins or are upgrading from a
|
||||||
|
@ -28,5 +29,6 @@ video) of Mupen64Plus and
|
||||||
emulators/wxmupen64plus
|
emulators/wxmupen64plus
|
||||||
|
|
||||||
6) Enjoy it ;)
|
6) Enjoy it ;)
|
||||||
|
EOM
|
||||||
###############################################################################
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
===============================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
* The Odyessey2 ROM is included in the source, although the documentation says
|
* The Odyessey2 ROM is included in the source, although the documentation says
|
||||||
it isn't.
|
it isn't.
|
||||||
* The main voice samples are included with this port, but not the sidsamp
|
* The main voice samples are included with this port, but not the sidsamp
|
||||||
|
@ -14,4 +16,6 @@
|
||||||
- be compliant with allegro 4.1.12
|
- be compliant with allegro 4.1.12
|
||||||
|
|
||||||
Read O2EM.txt.
|
Read O2EM.txt.
|
||||||
===============================================================================
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
This port installs the Pipelight plugin wrapper for running Silverlight,
|
This port installs the Pipelight plugin wrapper for running Silverlight,
|
||||||
Flash and others. Before enabling Pipelight for your users, run the
|
Flash and others. Before enabling Pipelight for your users, run the
|
||||||
following as root:
|
following as root:
|
||||||
|
@ -16,3 +19,6 @@ To create the UFS filesystem
|
||||||
|
|
||||||
To remove the UFS filesystem
|
To remove the UFS filesystem
|
||||||
# pipelight-mkufs --delete <username>
|
# pipelight-mkufs --delete <username>
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Known issues:
|
Known issues:
|
||||||
- %%DATADIR%%/assets/gamecontrollerdb.txt cannot be used
|
- %%DATADIR%%/assets/gamecontrollerdb.txt cannot be used
|
||||||
as is because SDL_JoystickGetGUID is a stub on FreeBSD. Create the
|
as is because SDL_JoystickGetGUID is a stub on FreeBSD. Create the
|
||||||
file using controllermap (or antimicro) then check with testgamecontroller
|
file using controllermap (or antimicro) then check with testgamecontroller
|
||||||
it's detected (pay attention to guid). If you have trouble making it
|
it's detected (pay attention to guid). If you have trouble making it
|
||||||
work try OLDJOY option for v1.3 behavior.
|
work try OLDJOY option for v1.3 behavior.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
FreeBSD host notes
|
FreeBSD host notes
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
@ -180,3 +183,6 @@ processing error - resetting ehci HC
|
||||||
http://wiki.freebsd.org/FabioChecconi/PortingLinuxKVMToFreeBSD
|
http://wiki.freebsd.org/FabioChecconi/PortingLinuxKVMToFreeBSD
|
||||||
|
|
||||||
)
|
)
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
FreeBSD host notes
|
FreeBSD host notes
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
@ -170,3 +173,6 @@ processing error - resetting ehci HC
|
||||||
while using pcap.
|
while using pcap.
|
||||||
|
|
||||||
)
|
)
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
FreeBSD host notes
|
FreeBSD host notes
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
@ -180,3 +183,6 @@ processing error - resetting ehci HC
|
||||||
http://wiki.freebsd.org/FabioChecconi/PortingLinuxKVMToFreeBSD
|
http://wiki.freebsd.org/FabioChecconi/PortingLinuxKVMToFreeBSD
|
||||||
|
|
||||||
)
|
)
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
FreeBSD host notes
|
FreeBSD host notes
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
@ -180,3 +183,6 @@ processing error - resetting ehci HC
|
||||||
http://wiki.freebsd.org/FabioChecconi/PortingLinuxKVMToFreeBSD
|
http://wiki.freebsd.org/FabioChecconi/PortingLinuxKVMToFreeBSD
|
||||||
|
|
||||||
)
|
)
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
FreeBSD host notes
|
FreeBSD host notes
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
@ -180,3 +183,6 @@ processing error - resetting ehci HC
|
||||||
http://wiki.freebsd.org/FabioChecconi/PortingLinuxKVMToFreeBSD
|
http://wiki.freebsd.org/FabioChecconi/PortingLinuxKVMToFreeBSD
|
||||||
|
|
||||||
)
|
)
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
==============================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
QMC2 has been installed.
|
QMC2 has been installed.
|
||||||
|
|
||||||
You can download game preview images (screenshots) and flyer images here:
|
You can download game preview images (screenshots) and flyer images here:
|
||||||
|
@ -8,5 +9,6 @@ http://www.mameworld.net/mamecat/download.html
|
||||||
|
|
||||||
Extract them to a directory (like "~/.qmc2/prv" and "~/.qmc2/fly") and tell
|
Extract them to a directory (like "~/.qmc2/prv" and "~/.qmc2/fly") and tell
|
||||||
the program where to find them in the path configuration.
|
the program where to find them in the path configuration.
|
||||||
|
EOM
|
||||||
==============================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
*********************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Note that the executable files for some simulators have been renamed
|
Note that the executable files for some simulators have been renamed
|
||||||
to remove conflicts with other ports. In such cases, the name is now
|
to remove conflicts with other ports. In such cases, the name is now
|
||||||
prefixed with 'simh'. Affected simulators are:
|
prefixed with 'simh'. Affected simulators are:
|
||||||
|
@ -14,5 +15,6 @@ if they want to use the old names.
|
||||||
The file needed by the VAX emulator is located in:
|
The file needed by the VAX emulator is located in:
|
||||||
|
|
||||||
%%DATADIR%%
|
%%DATADIR%%
|
||||||
|
EOM
|
||||||
*********************************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
-----------------------------------------------------------------
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The default configuration file has been installed as
|
The default configuration file has been installed as
|
||||||
%%LOCALBASE%%/bin/VisualBoyAdvance.cfg-default. Please copy it to
|
%%LOCALBASE%%/bin/VisualBoyAdvance.cfg-default. Please copy it to
|
||||||
%%LOCALBASE%%/bin/VisualBoyAdvance.cfg before you start the emulator.
|
%%LOCALBASE%%/bin/VisualBoyAdvance.cfg before you start the emulator.
|
||||||
|
@ -6,4 +8,6 @@ The default configuration file has been installed as
|
||||||
If all you see after loading a ROM is a black screen and/or
|
If all you see after loading a ROM is a black screen and/or
|
||||||
VisualBoy Advance crashes, try switching the video filter.
|
VisualBoy Advance crashes, try switching the video filter.
|
||||||
Either change it in the global config file or use the -f switch.
|
Either change it in the global config file or use the -f switch.
|
||||||
-----------------------------------------------------------------
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The VICE port can use /dev/joy* for joystick support for video games. To enable
|
The VICE port can use /dev/joy* for joystick support for video games. To enable
|
||||||
the joystick port, add
|
the joystick port, add
|
||||||
|
|
||||||
|
@ -8,3 +11,6 @@ and the following lines to /etc/devfs.conf (for additional joysticks use
|
||||||
|
|
||||||
own /dev/joy0 root:wheel
|
own /dev/joy0 root:wheel
|
||||||
perm /dev/joy0 0666
|
perm /dev/joy0 0666
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
=============================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
VirtualBox Guest Additions were installed.
|
VirtualBox Guest Additions were installed.
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,5 +18,6 @@ features (clipboard sharing, window scaling) to the wheel group.
|
||||||
Reboot the machine to load the needed kernel modules.
|
Reboot the machine to load the needed kernel modules.
|
||||||
|
|
||||||
For detailed informations please visit http://wiki.freebsd.org/VirtualBox
|
For detailed informations please visit http://wiki.freebsd.org/VirtualBox
|
||||||
|
EOM
|
||||||
=============================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
=============================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
VirtualBox was installed.
|
VirtualBox was installed.
|
||||||
|
|
||||||
You need to load the vboxdrv kernel module via /boot/loader.conf:
|
You need to load the vboxdrv kernel module via /boot/loader.conf:
|
||||||
|
@ -63,5 +64,6 @@ Check wiki page for known issues and troubleshooting:
|
||||||
http://wiki.freebsd.org/VirtualBox
|
http://wiki.freebsd.org/VirtualBox
|
||||||
|
|
||||||
Please report any problems to emulation@. Thanks!
|
Please report any problems to emulation@. Thanks!
|
||||||
|
EOM
|
||||||
=============================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel
|
Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel
|
||||||
configuration. This is incompatible with Wine. The maximum possible
|
configuration. This is incompatible with Wine. The maximum possible
|
||||||
is KVA_PAGES=500, which should still be enough for ZFS.
|
is KVA_PAGES=500, which should still be enough for ZFS.
|
||||||
|
@ -7,3 +10,6 @@ additional programs that are not in the manual pages under
|
||||||
%%PREFIX%%/share/doc/wine
|
%%PREFIX%%/share/doc/wine
|
||||||
There is more in the source tree but the others are only useful in
|
There is more in the source tree but the others are only useful in
|
||||||
conjunction with the rest of the source tree.
|
conjunction with the rest of the source tree.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel
|
Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel
|
||||||
configuration. This is incompatible with Wine. The maximum possible
|
configuration. This is incompatible with Wine. The maximum possible
|
||||||
is KVA_PAGES=500, which should still be enough for ZFS.
|
is KVA_PAGES=500, which should still be enough for ZFS.
|
||||||
|
@ -7,3 +10,6 @@ additional programs that are not in the manual pages under
|
||||||
%%PREFIX%%/share/doc/wine
|
%%PREFIX%%/share/doc/wine
|
||||||
There is more in the source tree but the others are only useful in
|
There is more in the source tree but the others are only useful in
|
||||||
conjunction with the rest of the source tree.
|
conjunction with the rest of the source tree.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The winetricks port requires a 32 bit version of Wine
|
The winetricks port requires a 32 bit version of Wine
|
||||||
|
|
||||||
Please install one of the following packages:
|
Please install one of the following packages:
|
||||||
wine or wine-devel on i386
|
wine or wine-devel on i386
|
||||||
i386-wine or i386-wine-devel on amd64
|
i386-wine or i386-wine-devel on amd64
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
-------------------------------------------------------
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Instructions
|
Instructions
|
||||||
-------------------------------------------------------
|
|
||||||
- Start a HP 50g with "hp50g"
|
- Start a HP 50g with "hp50g"
|
||||||
|
|
||||||
- Start a HP 49G+ with "hp49g+"
|
- Start a HP 49G+ with "hp49g+"
|
||||||
|
@ -31,10 +33,12 @@
|
||||||
When finished:
|
When finished:
|
||||||
umount /mnt
|
umount /mnt
|
||||||
mdconfig -d -u 0
|
mdconfig -d -u 0
|
||||||
-------------------------------------------------------
|
|
||||||
Known limitations
|
Known limitations
|
||||||
-------------------------------------------------------
|
|
||||||
- Cannot write to port 2. Libs will eat up your RAM.
|
- Cannot write to port 2. Libs will eat up your RAM.
|
||||||
|
|
||||||
- HPGCC2/3 SD I/O is unstable.
|
- HPGCC2/3 SD I/O is unstable.
|
||||||
-------------------------------------------------------
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Please add the following entries in order to boot the xen kernel
|
Please add the following entries in order to boot the xen kernel
|
||||||
|
|
||||||
In /etc/sysctl.conf:
|
In /etc/sysctl.conf:
|
||||||
|
@ -12,3 +15,6 @@ In /boot/loader.conf for a dom0 with 2G memory and 4 vcpus:
|
||||||
|
|
||||||
Add to the above xen_cmdline in order to activate the serial console:
|
Add to the above xen_cmdline in order to activate the serial console:
|
||||||
console=com1
|
console=com1
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
*****************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Please see %%DOCSDIR%%/README for instructions. Copy
|
Please see %%DOCSDIR%%/README for instructions. Copy
|
||||||
the example config file from %%PREFIX%%/share/examples/xhomer/xhomer.cfg
|
the example config file from %%PREFIX%%/share/examples/xhomer/xhomer.cfg
|
||||||
to your home directory as '.xhomerrc' and set 'rd_dir' line to point
|
to your home directory as '.xhomerrc' and set 'rd_dir' line to point
|
||||||
to the directory containing disk images downloaded from
|
to the directory containing disk images downloaded from
|
||||||
http://xhomer.isani.org/xhomer/.
|
http://xhomer.isani.org/xhomer/.
|
||||||
*****************************************************************************
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
o Make sure your kernel has been configured with options SHMMAXPGS=4096
|
o Make sure your kernel has been configured with options SHMMAXPGS=4096
|
||||||
when you run on display 16bpp or deeper color.
|
when you run on display 16bpp or deeper color.
|
||||||
|
|
||||||
|
@ -13,3 +15,6 @@ o pcm0 sound device doesn't work well with this program for now.
|
||||||
`-devdsp none' command line option as the last resort.
|
`-devdsp none' command line option as the last resort.
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
================================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Quick start instructions:
|
Quick start instructions:
|
||||||
|
|
||||||
# cd %%DATADIR%%
|
# cd %%DATADIR%%
|
||||||
# python%%PYTHON_VER%% create_local_settings.py
|
# python%%PYTHON_VER%% create_local_settings.py
|
||||||
# python%%PYTHON_VER%% manage.py migrate
|
# python%%PYTHON_VER%% manage.py migrate
|
||||||
# python%%PYTHON_VER%% manage.py runserver
|
# python%%PYTHON_VER%% manage.py runserver
|
||||||
|
EOM
|
||||||
================================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
For hardware wallet devices to work you need to be in the operator group
|
For hardware wallet devices to work you need to be in the operator group
|
||||||
and need r/w permissions to the appropriate /dev/usb/* device.
|
and need r/w permissions to the appropriate /dev/usb/* device.
|
||||||
|
|
||||||
|
@ -12,3 +15,6 @@ Edit your configuration:
|
||||||
Then restart devd to load the new rules:
|
Then restart devd to load the new rules:
|
||||||
|
|
||||||
% /etc/rc.d/devd restart
|
% /etc/rc.d/devd restart
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
*******************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
FrontAccounting has been installed into the following directory:
|
FrontAccounting has been installed into the following directory:
|
||||||
%%WWWDIR%%
|
%%WWWDIR%%
|
||||||
|
|
||||||
Be sure to adjust your web server's configuration to allow you to
|
Be sure to adjust your web server's configuration to allow you to
|
||||||
access that directory.
|
access that directory.
|
||||||
|
EOM
|
||||||
*******************************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
--------------------------------------------------------------------
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The bankdata included with the ktoblzcheck distribution is outdated.
|
The bankdata included with the ktoblzcheck distribution is outdated.
|
||||||
You should update this bankdata upon installation and periodically
|
You should update this bankdata upon installation and periodically
|
||||||
afterwards. New bankdata is typically available every three months.
|
afterwards. New bankdata is typically available every three months.
|
||||||
|
@ -10,4 +12,6 @@ To update the bankdata, run (as root):
|
||||||
The script is interactive and will present you with the bankdata
|
The script is interactive and will present you with the bankdata
|
||||||
available for download. Follow the prompts and it will write the
|
available for download. Follow the prompts and it will write the
|
||||||
new bankdata to %%DATADIR%%.
|
new bankdata to %%DATADIR%%.
|
||||||
--------------------------------------------------------------------
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
=================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
LedgerSMB has now been installed.
|
LedgerSMB has now been installed.
|
||||||
|
|
||||||
To enable Apache web access, add the following to your
|
To enable Apache web access, add the following to your
|
||||||
|
@ -8,5 +9,6 @@ To enable Apache web access, add the following to your
|
||||||
Include %%PREFIX%%/etc/ledger-smb-httpd.conf
|
Include %%PREFIX%%/etc/ledger-smb-httpd.conf
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
EOM
|
||||||
=================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
[
|
||||||
=================================================================
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
LedgerSMB has now been installed.
|
LedgerSMB has now been installed.
|
||||||
|
|
||||||
To enable Apache web access, add the following to your httpd.conf:
|
To enable Apache web access, add the following to your httpd.conf:
|
||||||
|
@ -8,5 +8,6 @@ To enable Apache web access, add the following to your httpd.conf:
|
||||||
Include %%PREFIX%%/etc/ledger-smb-httpd.conf
|
Include %%PREFIX%%/etc/ledger-smb-httpd.conf
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
=================================================================
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
=============================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
1 Congratulations! You have successfully installed
|
1 Congratulations! You have successfully installed
|
||||||
PRESTASHOP e-Commerce platform.
|
PRESTASHOP e-Commerce platform.
|
||||||
|
|
||||||
|
@ -21,4 +23,6 @@ PRESTASHOP e-Commerce platform.
|
||||||
|
|
||||||
4 More detailed document could be found here:
|
4 More detailed document could be found here:
|
||||||
http://www.prestashop.com/wiki/Installing_And_Updating_PrestaShop_Software/
|
http://www.prestashop.com/wiki/Installing_And_Updating_PrestaShop_Software/
|
||||||
=============================================
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
SaberNet DCS Client is now installed.
|
SaberNet DCS Client is now installed.
|
||||||
Change the settings in %%PREFIX%%/etc/sndcs/sndcs2.conf
|
Change the settings in %%PREFIX%%/etc/sndcs/sndcs2.conf
|
||||||
to suit your needs.
|
to suit your needs.
|
||||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
=================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
SQL-Ledger has now been installed.
|
SQL-Ledger has now been installed.
|
||||||
|
|
||||||
To enable Apache web access, add the following to your
|
To enable Apache web access, add the following to your
|
||||||
|
@ -9,5 +10,6 @@ To enable Apache web access, add the following to your
|
||||||
Include %%PREFIX%%/etc/sql-ledger-httpd.conf
|
Include %%PREFIX%%/etc/sql-ledger-httpd.conf
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
EOM
|
||||||
=================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
POST-INSTALL CONFIGURATION FOR TRYTOND
|
[
|
||||||
==================================================
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Before you start the trytond server, you should:
|
Before you start the trytond server, you should:
|
||||||
|
|
||||||
1) Install a PostgreSQL server.
|
1) Install a PostgreSQL server.
|
||||||
|
@ -11,5 +11,6 @@ to customize the daemon.
|
||||||
For more information, see the DOCUMENTATION:
|
For more information, see the DOCUMENTATION:
|
||||||
|
|
||||||
http://www.tryton.org/documentation.html
|
http://www.tryton.org/documentation.html
|
||||||
|
EOM
|
||||||
====================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
[
|
||||||
POST-INSTALL CONFIGURATION FOR webERP
|
{ type: install
|
||||||
=====================================
|
message: <<EOM
|
||||||
1) Add the following to your Apache configuration, and
|
1) Add the following to your Apache configuration, and
|
||||||
restart the server:
|
restart the server:
|
||||||
|
|
||||||
|
@ -17,5 +17,6 @@ POST-INSTALL CONFIGURATION FOR webERP
|
||||||
Before you start webERP, please read carefully the INSTALL file:
|
Before you start webERP, please read carefully the INSTALL file:
|
||||||
/usr/local/www/weberp/doc/INSTALL.txt
|
/usr/local/www/weberp/doc/INSTALL.txt
|
||||||
for detailed information.
|
for detailed information.
|
||||||
|
EOM
|
||||||
=====================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
To run Code_Aster through ASTK, type:
|
To run Code_Aster through ASTK, type:
|
||||||
%%tools_dir%%/astk
|
%%tools_dir%%/astk
|
||||||
|
|
||||||
On i386 or amd64 platforms, we suggest you install the ports french/gibi
|
On i386 or amd64 platforms, we suggest you install the ports french/gibi
|
||||||
and french/homard, two additional meshing tools.
|
and french/homard, two additional meshing tools.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
After Code_Aster installation you could install ASTK
|
After Code_Aster installation you could install ASTK
|
||||||
[cad/astk-serveur and cad/astk-client].
|
[cad/astk-serveur and cad/astk-client].
|
||||||
ASTK is a graphic interface to run Code_Aster.
|
ASTK is a graphic interface to run Code_Aster.
|
||||||
|
|
||||||
On i386 platform, we suggest you install the ports french/gibi and
|
On i386 platform, we suggest you install the ports french/gibi and
|
||||||
french/homard, two additional meshing tools.
|
french/homard, two additional meshing tools.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
******************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
fortune %%PREFIX%%/share/games/fortune/zarathoustra
|
fortune %%PREFIX%%/share/games/fortune/zarathoustra
|
||||||
|
|
||||||
See fortune(6) for details.
|
See fortune(6) for details.
|
||||||
******************************************************
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Avertissement
|
Avertissement
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
@ -17,3 +20,6 @@ port french/aster).
|
||||||
|
|
||||||
If you want to use homard for any other purpose, you have to acquire a
|
If you want to use homard for any other purpose, you have to acquire a
|
||||||
license: please contact the Homard's administrators at <homard@edf.fr>.
|
license: please contact the Homard's administrators at <homard@edf.fr>.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
**** NOTE ****
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
|
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
|
||||||
in %%WWWDIR%% and modify it to fit your MySQL.
|
in %%WWWDIR%% and modify it to fit your MySQL.
|
||||||
Maybe you need 'mysqladmin create wordpress' first.
|
Maybe you need 'mysqladmin create wordpress' first.
|
||||||
If you are upgrading from 1.x or 2.x or 3.x to 4.x, please run
|
If you are upgrading from 1.x or 2.x or 3.x to 4.x, please run
|
||||||
http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 4.x
|
http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 4.x
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
=============================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
You will also need to read "Configuration" and "Supplement information" parts
|
You will also need to read "Configuration" and "Supplement information" parts
|
||||||
of the %%DOCSDIR%%/INSTALL file from the package
|
of the %%DOCSDIR%%/INSTALL file from the package
|
||||||
documentation for the subsequent configuration steps:
|
documentation for the subsequent configuration steps:
|
||||||
|
@ -10,4 +12,6 @@ Please note:
|
||||||
- The example configuration files are available in the
|
- The example configuration files are available in the
|
||||||
%%EXAMPLESDIR%% directory.
|
%%EXAMPLESDIR%% directory.
|
||||||
- The manual page for the FTP server is available as ftpd-ssl(8).
|
- The manual page for the FTP server is available as ftpd-ssl(8).
|
||||||
=============================================================================
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
**************************************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Don't forget to create %%PREFIX%%/etc/frox.conf.
|
Don't forget to create %%PREFIX%%/etc/frox.conf.
|
||||||
See an example in %%EXAMPLESDIR%%/frox.conf
|
See an example in %%EXAMPLESDIR%%/frox.conf
|
||||||
|
|
||||||
|
@ -12,4 +14,6 @@ Add `frox_enable="YES"' in /etc/rc.conf and run %%PREFIX%%/etc/rc.d/frox.sh
|
||||||
frox stream tcp nowait nobody %%PREFIX%%/sbin/frox frox
|
frox stream tcp nowait nobody %%PREFIX%%/sbin/frox frox
|
||||||
* assign a port number for frox inside /etc/services (e.g. 2121):
|
* assign a port number for frox inside /etc/services (e.g. 2121):
|
||||||
frox 2121/tcp
|
frox 2121/tcp
|
||||||
**************************************************************************
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
To make net2ftp available through your Apache web server,
|
To make net2ftp available through your Apache web server,
|
||||||
add something similar to the following to httpd.conf:
|
add something similar to the following to httpd.conf:
|
||||||
|
|
||||||
|
@ -11,3 +13,6 @@ add something similar to the following to httpd.conf:
|
||||||
Deny from all
|
Deny from all
|
||||||
Allow from 127.0.0.1 .example.com
|
Allow from 127.0.0.1 .example.com
|
||||||
</Directory>
|
</Directory>
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
================================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
oftpd only runs standalone, not from inetd.
|
oftpd only runs standalone, not from inetd.
|
||||||
Create a README file in the root anonymous FTP dir to have it displayed to
|
Create a README file in the root anonymous FTP dir to have it displayed to
|
||||||
users upon login.
|
users upon login.
|
||||||
================================================================================
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
--------------------------------------------------------------------------
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
You have installed p5-Net-FTPServer, a full-featured ftp daemon written in
|
You have installed p5-Net-FTPServer, a full-featured ftp daemon written in
|
||||||
Perl. For more information, please type `perldoc Net::FTPServer'. The
|
Perl. For more information, please type `perldoc Net::FTPServer'. The
|
||||||
ftpd is installed as %%PREFIX%%/sbin/ftpd.pl, with an example config
|
ftpd is installed as %%PREFIX%%/sbin/ftpd.pl, with an example config
|
||||||
file in %%PREFIX%%/share/examples/Net-FTPServer.
|
file in %%PREFIX%%/share/examples/Net-FTPServer.
|
||||||
--------------------------------------------------------------------------
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Before you can start using this module;
|
Before you can start using this module;
|
||||||
- Make sure you have configured client.conf to point to your FastDFS cluster
|
- Make sure you have configured client.conf to point to your FastDFS cluster
|
||||||
and that you see the cluster with fdfs_monitor
|
and that you see the cluster with fdfs_monitor
|
||||||
- Add this to your php.ini file
|
- Add this to your php.ini file
|
||||||
==================================================================
|
|
||||||
fastdfs_client.base_path = /var/tmp
|
fastdfs_client.base_path = /var/tmp
|
||||||
fastdfs_client.connect_timeout = 2
|
fastdfs_client.connect_timeout = 2
|
||||||
fastdfs_client.network_timeout = 60
|
fastdfs_client.network_timeout = 60
|
||||||
|
@ -13,3 +16,6 @@ fastdfs_client.tracker_group_count = 1
|
||||||
fastdfs_client.tracker_group0 = /usr/local/etc/fdfs/client.conf
|
fastdfs_client.tracker_group0 = /usr/local/etc/fdfs/client.conf
|
||||||
fastdfs_client.use_connection_pool = false
|
fastdfs_client.use_connection_pool = false
|
||||||
fastdfs_client.connection_pool_max_idle_time = 3600
|
fastdfs_client.connection_pool_max_idle_time = 3600
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Now you need to examine %%EXAMPLESDIR%%/pam.d/pure-ftpd
|
Now you need to examine %%EXAMPLESDIR%%/pam.d/pure-ftpd
|
||||||
and add the relevant PAM configuration lines to your /etc/pam.conf file.
|
and add the relevant PAM configuration lines to your /etc/pam.conf file.
|
||||||
|
|
||||||
|
@ -5,3 +8,6 @@ If you defined call upload script in pure-ftpd config define corresponding
|
||||||
vars in rc.conf. pure-ftpd will not listen TCP socket without it.
|
vars in rc.conf. pure-ftpd will not listen TCP socket without it.
|
||||||
|
|
||||||
See FAQ: https://github.com/jedisct1/pure-ftpd/blob/master/FAQ
|
See FAQ: https://github.com/jedisct1/pure-ftpd/blob/master/FAQ
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
================================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
This port relies on a number of configuration files in %%PREFIX%%/etc.
|
This port relies on a number of configuration files in %%PREFIX%%/etc.
|
||||||
At the very least, create a ftpusers file with the usernams of users you don't
|
At the very least, create a ftpusers file with the usernams of users you don't
|
||||||
want to connect (root, toor, etc.). This will allow non-listed users to log in.
|
want to connect (root, toor, etc.). This will allow non-listed users to log in.
|
||||||
|
@ -7,4 +9,6 @@ Copying /etc/ftpusers to %%PREFIX%%/etc/ftpusers should be sufficient.
|
||||||
See the man pages and examples in %%EXAMPLESDIR%% for more
|
See the man pages and examples in %%EXAMPLESDIR%% for more
|
||||||
information. The man pages and configuration files for FreeBSD's built-in ftpd
|
information. The man pages and configuration files for FreeBSD's built-in ftpd
|
||||||
can also be of use as examples/additional info.
|
can also be of use as examples/additional info.
|
||||||
================================================================================
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
===============================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
4st Attack has been installed.
|
4st Attack has been installed.
|
||||||
|
|
||||||
All options are given only in the config file.
|
All options are given only in the config file.
|
||||||
|
@ -17,5 +18,6 @@ You could manually change Permissions with:
|
||||||
exit
|
exit
|
||||||
|
|
||||||
Have fun!
|
Have fun!
|
||||||
|
EOM
|
||||||
===============================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
You need the following files to play OpenTomb:
|
You need the following files to play OpenTomb:
|
||||||
* Data folders from each game. Get them from your retail game CDs or
|
* Data folders from each game. Get them from your retail game CDs or
|
||||||
Steam/GOG bundles.
|
Steam/GOG bundles.
|
||||||
|
@ -12,3 +15,6 @@ You need the following files to play OpenTomb:
|
||||||
* Loading screens for TR1-3 and TR5. For TR3, get them from pix
|
* Loading screens for TR1-3 and TR5. For TR3, get them from pix
|
||||||
directory of your installed official game. For other versions
|
directory of your installed official game. For other versions
|
||||||
download them from http://trep.trlevel.de/temp/loading_screens.zip
|
download them from http://trep.trlevel.de/temp/loading_screens.zip
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,2 +1,7 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
After installation please read manual in %%DOCSDIR%%.
|
After installation please read manual in %%DOCSDIR%%.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
==============================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The Aleph One data has been installed.
|
The Aleph One data has been installed.
|
||||||
|
|
||||||
In addition, wrapper scripts for the selected games were installed.
|
In addition, wrapper scripts for the selected games were installed.
|
||||||
|
@ -9,5 +10,6 @@ Marathon 2: Durandal - alephone-durandal
|
||||||
Marathon Infinity - alephone-infinity
|
Marathon Infinity - alephone-infinity
|
||||||
|
|
||||||
Texture Packs for all scenarios can be found on a http://www.simplici7y.com.
|
Texture Packs for all scenarios can be found on a http://www.simplici7y.com.
|
||||||
|
EOM
|
||||||
==============================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
==============================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The Aleph One scenarios have been installed.
|
The Aleph One scenarios have been installed.
|
||||||
|
|
||||||
In addition, wrapper scripts for the selected games were installed.
|
In addition, wrapper scripts for the selected games were installed.
|
||||||
|
@ -11,5 +12,6 @@ Red - alephone-red
|
||||||
Rubicon X - alephone-rubicon
|
Rubicon X - alephone-rubicon
|
||||||
Tempus Irae - alephone-tempus_irae
|
Tempus Irae - alephone-tempus_irae
|
||||||
The Gray Incident - alephone-gray
|
The Gray Incident - alephone-gray
|
||||||
|
EOM
|
||||||
==============================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
==============================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Aleph One has been installed.
|
Aleph One has been installed.
|
||||||
|
|
||||||
This package does not include any Aleph One data files. To obtain the original
|
This package does not include any Aleph One data files. To obtain the original
|
||||||
|
@ -8,5 +9,6 @@ contains more (unofficial) scenarios. In addition, you can search for game
|
||||||
stuff here:
|
stuff here:
|
||||||
|
|
||||||
* http://www.simplici7y.com/
|
* http://www.simplici7y.com/
|
||||||
|
EOM
|
||||||
==============================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
###############################################################################
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Alien Arena (native version) has been installed.
|
Alien Arena (native version) has been installed.
|
||||||
|
|
||||||
1) The OSS (native FreeBSD sound) version of Alien Arena 2011 (named
|
1) The OSS (native FreeBSD sound) version of Alien Arena 2011 (named
|
||||||
|
@ -13,5 +14,6 @@ delay is 11025, and the SDL version uses 22050). The value of "sndspeed" will
|
||||||
be saved in the configuration file for future runs.
|
be saved in the configuration file for future runs.
|
||||||
|
|
||||||
2) Enjoy it :)
|
2) Enjoy it :)
|
||||||
|
EOM
|
||||||
###############################################################################
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Remember that Allacrost is still a work in progress, and this release
|
Remember that Allacrost is still a work in progress, and this release
|
||||||
remains a fair distance from what we want this game to eventually
|
remains a fair distance from what we want this game to eventually
|
||||||
become. Please share with us your comments, critiques, and thoughts
|
become. Please share with us your comments, critiques, and thoughts
|
||||||
|
@ -11,3 +14,6 @@ NOTE: If you experience sound problems with allacrost (music is
|
||||||
harsh and choppy), try creating ~/.openalrc with single line:
|
harsh and choppy), try creating ~/.openalrc with single line:
|
||||||
|
|
||||||
(define devices '(sdl))
|
(define devices '(sdl))
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The following method was only tested with Aquaria release from Humble
|
The following method was only tested with Aquaria release from Humble
|
||||||
Indie Bundle. In order to play the game copy data files under
|
Indie Bundle. In order to play the game copy data files under
|
||||||
%%DATADIR%% or specify the path to them via environment variable e.g.,
|
%%DATADIR%% or specify the path to them via environment variable e.g.,
|
||||||
|
@ -10,3 +13,6 @@ or
|
||||||
|
|
||||||
$ cp -R %%DATADIR%%/override /path/to/aquaria/data/
|
$ cp -R %%DATADIR%%/override /path/to/aquaria/data/
|
||||||
$ AQUARIA_DATA_PATH=/path/to/aquaria/data aquaria
|
$ AQUARIA_DATA_PATH=/path/to/aquaria/data aquaria
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
==========================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Arx Libertatis requires data files from either full version or a demo
|
Arx Libertatis requires data files from either full version or a demo
|
||||||
of Arx Fatalis. Copy the following files and directories to
|
of Arx Fatalis. Copy the following files and directories to
|
||||||
either %%PREFIX%%/share/arx or ~/.local/share/arx:
|
either %%PREFIX%%/share/arx or ~/.local/share/arx:
|
||||||
|
@ -10,5 +11,6 @@ either %%PREFIX%%/share/arx or ~/.local/share/arx:
|
||||||
|
|
||||||
See http://arx.parpg.net/Getting_the_game_data for the information on
|
See http://arx.parpg.net/Getting_the_game_data for the information on
|
||||||
getting the game data.
|
getting the game data.
|
||||||
|
EOM
|
||||||
==========================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
- to start the game type 'asc' in an x-windows console
|
- to start the game type 'asc' in an x-windows console
|
||||||
- if the music temporary stops during the computers moves,
|
- if the music temporary stops during the computers moves,
|
||||||
turn it off. This will increase the speed of the computers moves!
|
turn it off. This will increase the speed of the computers moves!
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
===============================================================================
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Free Awale has been installed.
|
Free Awale has been installed.
|
||||||
|
|
||||||
To start Free Awale please use
|
To start Free Awale please use
|
||||||
|
@ -12,5 +13,6 @@ for CLI
|
||||||
for GUI
|
for GUI
|
||||||
|
|
||||||
%%PREFIX%%/share/applications/awale.desktop
|
%%PREFIX%%/share/applications/awale.desktop
|
||||||
|
EOM
|
||||||
===============================================================================
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---------------------------------------------------------------------------
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
%%PORTNAME%% looks in /usr/share/dict for a dictionary-file. If you want
|
%%PORTNAME%% looks in /usr/share/dict for a dictionary-file. If you want
|
||||||
more words, please install more dictionary-file.
|
more words, please install more dictionary-file.
|
||||||
|
EOM
|
||||||
---------------------------------------------------------------------------
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Barony requires the original game files from Barony: Blessed Edition
|
Barony requires the original game files from Barony: Blessed Edition
|
||||||
(e.g. 3.2.x) to work properly. These can come from the GOG.com
|
(e.g. 3.2.x) to work properly. These can come from the GOG.com
|
||||||
or the Steam versions of the game.
|
or the Steam versions of the game.
|
||||||
|
@ -23,3 +26,6 @@ for example:
|
||||||
$ barony -datadir=$HOME/.barony
|
$ barony -datadir=$HOME/.barony
|
||||||
|
|
||||||
You do not have to fix file permissions in this case.
|
You do not have to fix file permissions in this case.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,13 +1,17 @@
|
||||||
- --------------------------------------------------------------------- -
|
[
|
||||||
- Beneath a Steel Sky (bass) PORT NOTES ported by atrull -
|
{ type: install
|
||||||
- --------------------------------------------------------------------- -
|
message: <<EOM
|
||||||
- How to Get Playing: -
|
Beneath a Steel Sky (bass) PORT NOTES ported by atrull
|
||||||
- -
|
|
||||||
- i) Type scummvm to start the game interpreter -
|
How to Get Playing:
|
||||||
- ii) Click 'Add Game...', Browse to %%DATADIR%% -
|
|
||||||
- iii) Click 'Choose' then click 'OK' -
|
i) Type scummvm to start the game interpreter
|
||||||
- iv) Select 'Beneath a Steel Sky' from the Menu and click 'Start' -
|
ii) Click 'Add Game...', Browse to %%DATADIR%%
|
||||||
- -
|
iii) Click 'Choose' then click 'OK'
|
||||||
- Have fun, Be Vigilant! -
|
iv) Select 'Beneath a Steel Sky' from the Menu and click 'Start'
|
||||||
- - atrull -
|
|
||||||
- --------------------------------------------------------------------- -
|
Have fun, Be Vigilant!
|
||||||
|
- atrull
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Black Shades Elite has been installed. To start the game, type
|
Black Shades Elite has been installed. To start the game, type
|
||||||
`blackshades'.
|
`blackshades'.
|
||||||
|
|
||||||
|
@ -5,3 +8,6 @@ Also, you may find those key combinations useful:
|
||||||
|
|
||||||
Alt+Enter: toggle fullscreen
|
Alt+Enter: toggle fullscreen
|
||||||
Ctrl+G: toggle mouse grab
|
Ctrl+G: toggle mouse grab
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
You can put custom configuration file in the same directory where you
|
You can put custom configuration file in the same directory where you
|
||||||
run cake binary from, named `config.ini'. Some default values are:
|
run cake binary from, named `config.ini'. Some default values are:
|
||||||
|
|
||||||
|
@ -15,3 +18,6 @@ NOTE: cake requires a gfx card that supports following extensions:
|
||||||
|
|
||||||
* GL_EXT_compiled_vertex_array
|
* GL_EXT_compiled_vertex_array
|
||||||
* GL_ARB_multitexture
|
* GL_ARB_multitexture
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
******************************************************
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
The default location for a configuration files and
|
The default location for a configuration files and
|
||||||
saves is no longer ~/.chocolate-doom, current one is
|
saves is no longer ~/.chocolate-doom, current one is
|
||||||
~/.local/share/chocolate-doom/.
|
~/.local/share/chocolate-doom/.
|
||||||
|
@ -40,5 +41,6 @@ Examples:
|
||||||
If you choose either Gravis Ultrasound emulation or
|
If you choose either Gravis Ultrasound emulation or
|
||||||
native MIDI and provide no path, there will be no
|
native MIDI and provide no path, there will be no
|
||||||
music.
|
music.
|
||||||
|
EOM
|
||||||
******************************************************
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
Before Conquest can be run it must be configured, you need to
|
Before Conquest can be run it must be configured, you need to
|
||||||
initialise and enable the game:
|
initialise and enable the game:
|
||||||
|
|
||||||
|
@ -5,3 +8,6 @@ initialise and enable the game:
|
||||||
# sbin/conqoper -Ie -E
|
# sbin/conqoper -Ie -E
|
||||||
|
|
||||||
Conqoper is documented in %%DOCSDIR%%/README.
|
Conqoper is documented in %%DOCSDIR%%/README.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
NOTE:
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
At the moment, game assets (graphics, sounds, levels, translations, etc.)
|
At the moment, game assets (graphics, sounds, levels, translations, etc.)
|
||||||
are loaded from the original game files. Therefore, you will require a
|
are loaded from the original game files. Therefore, you will require a
|
||||||
pre-existing Theme Hospital install in order to use CorsixTH. If you've
|
pre-existing Theme Hospital install in order to use CorsixTH. If you've
|
||||||
|
@ -10,3 +11,6 @@ this for the theme_hospital_install setting later. If you are unable to
|
||||||
acquire the full game data files, then the demo can be downloaded easily
|
acquire the full game data files, then the demo can be downloaded easily
|
||||||
and used instead (though the demo only has one level, and lacks most of
|
and used instead (though the demo only has one level, and lacks most of
|
||||||
the management screens).
|
the management screens).
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
These tablebases do not include the pawn tablebases, which are quite
|
These tablebases do not include the pawn tablebases, which are quite
|
||||||
large. This port alone will eat up around 2G. The pawn ending
|
large. This port alone will eat up around 2G. The pawn ending
|
||||||
tablebases will need to be installed with the
|
tablebases will need to be installed with the
|
||||||
|
@ -18,3 +18,6 @@ added to your ~/.craftyrc file:
|
||||||
|
|
||||||
egtb
|
egtb
|
||||||
cache 12M
|
cache 12M
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
This package is set to allow per-user config files, and a shared books
|
This package is set to allow per-user config files, and a shared books
|
||||||
directory. To accomplish this, crafty is setgid nobody, and the books
|
directory. To accomplish this, crafty is setgid nobody, and the books
|
||||||
and learning information are owned by the user 'nobody.'
|
and learning information are owned by the user 'nobody.'
|
||||||
|
@ -17,3 +20,6 @@ where n is a number between 1 and 100. 100 is max (default) skill.
|
||||||
Skill 70 will drop the playing Elo by about 200 points. Skill 50 will
|
Skill 70 will drop the playing Elo by about 200 points. Skill 50 will
|
||||||
drop it about 400 points. The curve is not linear, and the closer you
|
drop it about 400 points. The curve is not linear, and the closer you
|
||||||
get to 1, the lower the rating.
|
get to 1, the lower the rating.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
You need to get datafiles from original Descent 2 or 1 game.
|
You need to get datafiles from original Descent 2 or 1 game.
|
||||||
Descent has also shareware edition, which is freely downloadable
|
Descent has also shareware edition, which is freely downloadable
|
||||||
from d2x home page. Read file installation.txt for more information.
|
from d2x home page. Read file installation.txt for more information.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
[
|
||||||
|
{ type: install
|
||||||
|
message: <<EOM
|
||||||
This game requires a datafile from the original Diablo(tm) CD or the GOG release.
|
This game requires a datafile from the original Diablo(tm) CD or the GOG release.
|
||||||
If you don't own it yet, you can buy it at https://www.gog.com/game/diablo
|
If you don't own it yet, you can buy it at https://www.gog.com/game/diablo
|
||||||
|
|
||||||
|
@ -9,3 +12,6 @@ https://github.com/diasurgical/devilutionX/issues
|
||||||
|
|
||||||
Note that only 32-bit builds are currently supported, amd64 is experimental but
|
Note that only 32-bit builds are currently supported, amd64 is experimental but
|
||||||
seems to be working fine as far as I've tested.
|
seems to be working fine as far as I've tested.
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue