diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-07-03 09:57:04 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-07-03 09:57:04 +0000 |
commit | e18bfbd7dd217335a7035211c29f96ef495549d2 (patch) | |
tree | 5c7f4e2f27983d153db0523397305d5ef0376c7f /net-p2p | |
parent | 737b8faa1b1715dc5c445a0fdb85a6c971d00b0d (diff) | |
download | ports-e18bfbd7dd217335a7035211c29f96ef495549d2.tar.gz ports-e18bfbd7dd217335a7035211c29f96ef495549d2.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/verlihub/files/pkg-message.in | 8 | ||||
-rw-r--r-- | net-p2p/verlihub/pkg-descr | 14 | ||||
-rw-r--r-- | net-p2p/verlihub/pkg-plist | 34 |
3 files changed, 26 insertions, 30 deletions
diff --git a/net-p2p/verlihub/files/pkg-message.in b/net-p2p/verlihub/files/pkg-message.in index fb9c412655ad..050b54c64223 100644 --- a/net-p2p/verlihub/files/pkg-message.in +++ b/net-p2p/verlihub/files/pkg-message.in @@ -4,18 +4,18 @@ Documentation has been installed in %%PREFIX%%/share/doc Scripts and the executable have been installed in %%PREFIX%%/bin -This port requires a working mysql server installation, either +This port requires a working MySQL server installation, either locally or remotely. -Once you have a properly-running mysql server, please run the install +Once you have a properly-running MySQL server, please run the install script: -%%PREFIX%%/bin/vh_install + %%PREFIX%%/bin/vh_install Follow the instructions given. Visit http://www.verlihub-project.org/ for the project's homepage or http://www.verlihubforums.com/ for the project's forums. The verlihub -manual is available online at http://www.danomac.org/verlihub +manual is available online at http://www.danomac.org/verlihub/. ------------------------------------------------------------------- diff --git a/net-p2p/verlihub/pkg-descr b/net-p2p/verlihub/pkg-descr index 4c1dc788c5af..aa496d5a0ec7 100644 --- a/net-p2p/verlihub/pkg-descr +++ b/net-p2p/verlihub/pkg-descr @@ -1,10 +1,6 @@ -Verlihub is a Linux/Unix Direct Connect protocol server (Hub). -It is written in c++, has relatively low CPU and RAM usage, -and has many useful features. It also uses a MySQL Database. -Additional functionality is available through a versatile -'plugin' system. - -WWW: http://www.verlihub-project.org/ +Verlihub is a Linux/Unix Direct Connect protocol server (Hub). It is +written in C++, has relatively low CPU and RAM usage, and has many useful +features. It also uses MySQL database. Additional functionality is +available through a versatile plugin system. --Hurbold -hurbold@yahoo.com +WWW: http://www.verlihub-project.org/ diff --git a/net-p2p/verlihub/pkg-plist b/net-p2p/verlihub/pkg-plist index 5f38c8eef304..ba3e55e74f93 100644 --- a/net-p2p/verlihub/pkg-plist +++ b/net-p2p/verlihub/pkg-plist @@ -101,21 +101,21 @@ lib/libvhapi.a lib/libvhapi.la lib/libvhapi.so lib/libvhapi.so.0 -share/verlihub/config/faq -share/verlihub/config/help_admin -share/verlihub/config/help_cheef -share/verlihub/config/help_master -share/verlihub/config/help_op -share/verlihub/config/help_reg -share/verlihub/config/help_usr -share/verlihub/config/help_vip -share/verlihub/config/motd -share/verlihub/config/rules -share/verlihub/sql/default_pi_plug.sql -share/verlihub/sql/default_conn_types.sql -share/verlihub/sql/default_file_trigger.sql -share/verlihub/sql/default_reglist.sql +%%DATADIR%%/config/faq +%%DATADIR%%/config/help_admin +%%DATADIR%%/config/help_cheef +%%DATADIR%%/config/help_master +%%DATADIR%%/config/help_op +%%DATADIR%%/config/help_reg +%%DATADIR%%/config/help_usr +%%DATADIR%%/config/help_vip +%%DATADIR%%/config/motd +%%DATADIR%%/config/rules +%%DATADIR%%/sql/default_pi_plug.sql +%%DATADIR%%/sql/default_conn_types.sql +%%DATADIR%%/sql/default_file_trigger.sql +%%DATADIR%%/sql/default_reglist.sql @dirrm include/verlihub -@dirrm share/verlihub/config -@dirrm share/verlihub/sql -@dirrm share/verlihub +@dirrm %%DATADIR%%/config +@dirrm %%DATADIR%%/sql +@dirrm %%DATADIR%% |