mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
[1]: Fix gitk to exec wish8.5 and not wish. [2]: Add a CONTRIB knob, default to on, which installs contrib scripts. Use COPYTREE_SHARE for installing GITWEB stuff. Whitespace cleanup in P4 OPTION definition and installation. Note CONTRIB information in pkg-message. Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.1.txt PR: [1]: ports/146016 Submitted by: [1]: Bruce Cran <bruce@cran.org.uk> [2]: Martin Sugioarto (based upon a patch via private mail)
25 lines
1.2 KiB
Text
25 lines
1.2 KiB
Text
|
|
------------------------------------------------------------------------
|
|
*************************** GITWEB *************************************
|
|
If you installed the GITWEB option please follow these instructions:
|
|
|
|
In the directory %%EXAMPLESDIR%%/gitweb you can find all files to
|
|
make gitweb work as a public repository on the web.
|
|
|
|
All you have to do to make gitweb work is:
|
|
1) Copy the files %%EXAMPLESDIR%%/gitweb/git* to a directory on
|
|
your web server (e.g. Apache2) in which you are able to execute
|
|
CGI-scripts.
|
|
2) In gitweb.cgi, adjust the variable $projectroot to point to
|
|
your git repository (that is where you have your *.git project
|
|
directories).
|
|
*************************** GITWEB *************************************
|
|
|
|
*************************** CONTRIB ************************************
|
|
If you installed the CONTRIB option please note that the scripts are
|
|
installed in %%PREFIX%%/share/git-core/contrib. Some of them require
|
|
other ports to be installed (perl, python, etc), which you may need to
|
|
install manually.
|
|
*************************** CONTRIB ************************************
|
|
------------------------------------------------------------------------
|
|
|