mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Convert to UCL & cleanup pkg-message (categories h-k)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You'll have to add this port's directory (%%PREFIX%%/lib/X11/fonts/culmus
|
||||
to you're X font path. Here's how:
|
||||
|
||||
@@ -11,3 +14,6 @@ X-server.
|
||||
If you're using XFS it is also a good idea to add this directory to
|
||||
your "catalogue" line in the XFS configuration file:
|
||||
%%PREFIX%%/lib/X11/fs/config
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You'll have to add this port's directory PREFIX/lib/X11/fonts/hebrew
|
||||
to your X font path:
|
||||
|
||||
@@ -6,3 +9,6 @@ $ xset fp rehash
|
||||
|
||||
or by adding a FontPath line for it in the X-server configuration file (usually
|
||||
/etc/X11/xorg.conf) and restarting the X-server.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
I've installed a sample config file for you in
|
||||
${PREFIX}/share/he2/.he2rc.sample
|
||||
|
||||
You may want to copy it to either your home directory, or to a file named
|
||||
${PREFIX}/share/he2/.he2rc to set some system-wide defaults.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The recommended usage of this port is first to teach your terminal to display
|
||||
hebrew fonts, like this:
|
||||
|
||||
@@ -15,4 +17,6 @@ hspell file.txt | bidiv
|
||||
|
||||
Plus, Hspell can use Ispell as a slave (option -i or executable hspell-i).
|
||||
Ispell can be found in %%PORTSDIR%%/textproc/ispell .
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,15 +1,18 @@
|
||||
|
||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Anope now installs to %%LOCALBASE%%/anope
|
||||
|
||||
EOM
|
||||
}
|
||||
{ type: upgrade
|
||||
maximum_version: 2.0.0
|
||||
message: <<EOM
|
||||
If you are upgrading from <2.0.0, you will need
|
||||
to migrate your configs to the new format. There
|
||||
is also a guide to migrate your databases to the
|
||||
new format. Please read the release notes for 2.0.0.
|
||||
|
||||
https://www.anope.org/news.php?id=79
|
||||
|
||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Your sample configuration files have been installed in:
|
||||
%%EXAMPLESDIR%%/bip.conf
|
||||
|
||||
@@ -6,4 +8,6 @@ You must create a directory named .bip in your home directory,
|
||||
copy bip.conf there and edit it for your settings.
|
||||
|
||||
bip will not start if you don't do this.
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
/************************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To configure bitlbee, do the following:
|
||||
|
||||
Copy %%EXAMPLESDIR%%/bitlbee.conf
|
||||
@@ -19,5 +21,6 @@ To instead launch bitlbee as a daemon, add the following line to
|
||||
/etc/rc.conf:
|
||||
|
||||
bitlbee_enable="YES"
|
||||
|
||||
*************************************************************************/
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Before using darkbot, it must be configured.
|
||||
|
||||
Configuration is achieved using:
|
||||
|
||||
# sh %%ETCDIR%%/configure
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
##################################################################
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
A default dircproxy configuration file has been installed as:
|
||||
%%DATADIR%%/dircproxyrc.sample
|
||||
|
||||
Please read this and the dircproxy(1) manpage to set up dircproxy.
|
||||
|
||||
##################################################################
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
========================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
This Port of Eggdrop differs from a normal eggdrop installation, because
|
||||
it does respect hier(7). That means your eggdrop.conf goes to
|
||||
%%PREFIX%%/etc/eggdrop.conf and .chan, .notes, .user files go to
|
||||
%%PREFIX%%/share/eggdrop. Modules will go to %%PREFIX%%/lib/eggdrop and
|
||||
documentation can be found in %%PREFIX%%/share/doc/eggdrop, scripts go
|
||||
to %%PREFIX%%/share/eggdrop/scripts.
|
||||
|
||||
========================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
========================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
This Port of Eggdrop differs from a normal eggdrop installation, because
|
||||
it does respect hier(7). That means your eggdrop.conf goes to
|
||||
%%PREFIX%%/etc/eggdrop.conf and .chan, .notes, .user files go to
|
||||
%%PREFIX%%/share/eggdrop. Modules will go to %%PREFIX%%/lib/eggdrop and
|
||||
documentation can be found in %%PREFIX%%/share/doc/eggdrop, scripts go
|
||||
to %%PREFIX%%/share/eggdrop/scripts.
|
||||
|
||||
========================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
EPIC is a toolkit, much akin to a box of legos. It strives to let you
|
||||
build a client the way you want it. You will not find EPIC usable without
|
||||
a script of some sort.
|
||||
|
||||
Some of the more popular scripts can be found at:
|
||||
http://epicsol.org/doku.php?id=scripts
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You will find EPIC to be a bit primitive without a script of some sort.
|
||||
|
||||
Some of the more popular scripts can be found at:
|
||||
http://scripts.epicsol.org/doku.php/scripts
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You will need to edit %%PREFIX%%/etc/ezb.conf and read the docs in
|
||||
%%DOCSDIR%%/README to set up this program.
|
||||
------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,2 +1,8 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Please add the line source %%PREFIX%%/etc/gseen.conf at the end of
|
||||
your eggdrop config file and .rehash your bot
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
===============================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
HexChat has been installed.
|
||||
|
||||
If you want spell-check to work, you need to install Aspell
|
||||
@@ -7,5 +8,6 @@ dictionary for your language.
|
||||
|
||||
For FiSH Protection it is best to use irc/py-fishcrypt, HexChat has one
|
||||
Option FiSHLiM which doesn't work good.
|
||||
|
||||
===============================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
ircd-hybrid has now been installed.
|
||||
|
||||
*** IMPORTANT: ***
|
||||
@@ -14,3 +17,6 @@ ircd_hybrid_enable="YES"
|
||||
into your /etc/rc.conf. You may then start the server by running:
|
||||
|
||||
%%PREFIX%%/etc/rc.d/ircd-hybrid start
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
------------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
ircd-ratbox-devel has been successfully installed.
|
||||
|
||||
Sample 'ircd.conf' and 'ircd.motd' files have been created in the
|
||||
@@ -28,4 +30,6 @@ should be added as a configuration setting (use_sslonly) in the
|
||||
ircd.conf file in order to activate the +S channel mode.
|
||||
|
||||
Be sure to check out 'ratbox-services' if you need a services package.
|
||||
------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
------------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
ircd-ratbox has been successfully installed.
|
||||
|
||||
Sample 'ircd.conf' and 'ircd.motd' files have been created in the
|
||||
@@ -33,4 +35,6 @@ For more information on upgrading, see:
|
||||
http://svn.ratbox.org/svnroot/ircd-ratbox/trunk/INSTALL
|
||||
|
||||
Be sure to check out 'ratbox-services' if you need a services package.
|
||||
------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
ircd-RU has now been installed.
|
||||
|
||||
This port create user ircd and group ircd
|
||||
@@ -12,5 +12,6 @@ You should now edit %%PREFIX%%/ircd-RU/etc/ircd.conf
|
||||
You may then start the server by running:
|
||||
echo ircd_enable=\"YES\" >> /etc/rc.conf
|
||||
%%PREFIX%%/etc/rc.d/ircd.sh start
|
||||
|
||||
----------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user