Revamping of porting.sgml part 2. This commit contains the actual
changes. It's still nowhere near what it has to be but I can't hold on to them forever. At least it lists all the necessary topics now, I think. Also, move the porting section to the end of ports section, so it will be a little more visible. It will also move all the headings up one level. This part approved by: jkh
This commit is contained in:
parent
b87b75d332
commit
0489609b40
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3756
3 changed files with 780 additions and 274 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: ports.sgml,v 1.32 1998-11-07 06:37:02 asami Exp $ -->
|
||||
<!-- $Id: ports.sgml,v 1.33 1998-11-07 11:50:45 asami Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<chapt><heading>Installing Applications: The Ports collection<label id="ports"></heading>
|
||||
|
@ -290,7 +290,7 @@ installed. Here is the Makefile for ElectricFence:-
|
|||
# Date created: 13 November 1997
|
||||
# Whom: jraynard
|
||||
#
|
||||
# $Id: ports.sgml,v 1.32 1998-11-07 06:37:02 asami Exp $
|
||||
# $Id: ports.sgml,v 1.33 1998-11-07 11:50:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ElectricFence-2.0.5
|
||||
|
@ -403,11 +403,6 @@ name="packages directory">, though check your local mirror first, please!
|
|||
|
||||
</enum>
|
||||
|
||||
<sect><heading>I Want to Make a Port!</heading>
|
||||
|
||||
<p>Great! Please see the <ref id="porting" name="guidelines">
|
||||
for detailed instructions on how to do this.
|
||||
|
||||
<sect><heading>Some Questions and Answers</heading>
|
||||
<p>
|
||||
<itemize>
|
||||
|
@ -783,3 +778,5 @@ url="file://localhost/usr/share/mk/" name="makefiles directory.">
|
|||
(Note: readers with an aversion to intricate shell-scripts are advised
|
||||
not to follow this link...)
|
||||
</itemize>
|
||||
|
||||
&porting;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: submitters.sgml,v 1.246 1998-11-05 09:28:35 vanilla Exp $ -->
|
||||
<!-- $Id: submitters.sgml,v 1.247 1998-11-07 11:50:46 asami Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<chapt><heading>Contributing to FreeBSD<label id="contrib"></heading>
|
||||
|
@ -449,8 +449,6 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
For your convenience, a copy of this text can be found in
|
||||
<tt>/usr/share/examples/etc/bsd-style-copyright</tt>.
|
||||
|
||||
&porting;
|
||||
|
||||
<sect1><heading>Money, Hardware or Internet access</heading>
|
||||
<p>We are always very happy to accept donations to further the cause of
|
||||
the FreeBSD Project and, in a volunteer effort like ours, a little can go
|
||||
|
|
Loading…
Reference in a new issue