diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-30 18:44:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-30 18:44:29 +0000 |
commit | 71f51f5b92856ecba1a38d225fbe4b6a6324a1dd (patch) | |
tree | d9be05090d5d3d93d0994ff7bb95de2e9a1dbf7e /devel/lxr/files/pkg_message.in | |
parent | The dnsreflector daemon listens for DNS queries on a local UDP port (diff) |
A general purpose source code indexer and cross-referencer that
provides web-based browsing of source code with links to the
definition and usage of any identifier.
WWW: http://sourceforge.net/projects/lxr/
PR: ports/134145
Submitted by: Eygene Ryabinkin
Diffstat (limited to 'devel/lxr/files/pkg_message.in')
-rw-r--r-- | devel/lxr/files/pkg_message.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/lxr/files/pkg_message.in b/devel/lxr/files/pkg_message.in new file mode 100644 index 000000000000..35f9754d4e1d --- /dev/null +++ b/devel/lxr/files/pkg_message.in @@ -0,0 +1,28 @@ +Configuring LXR +=============== + +First-time installation +----------------------- + +For the first-time installations you should copy the template files +for LXR to your installation + + cp %%LXRDIR%%/templates/* %%LXRDIR%%/ + +Then you should glance over configuration file at + %%LXRDIR%%/lxr.conf + +It has some reasonable values for the helper programs, but you should +customize variables like 'baseurl', 'virtroot' and others. + +Upgrades +-------- + +You should look at the contents of the directory + %%LXRDIR%%/templates/ +and possibly merge new stuff from it to the corresponding files in + %%LXRDIR%%/ + + +Happy cross-referencing and code mining! + |