Mention 'addport' instead of 'easy-import' as the method for adding new

ports.

Approved by:	jhb
This commit is contained in:
Ben Smithurst 2000-08-05 21:05:39 +00:00
parent 1477223911
commit 023e3aa0ef
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7794
2 changed files with 30 additions and 34 deletions

View file

@ -16,7 +16,7 @@
</author>
</authorgroup>
<pubdate>$Date: 2000-07-29 00:47:52 $</pubdate>
<pubdate>$Date: 2000-08-05 21:05:39 $</pubdate>
<copyright>
<year>1999</year>
@ -128,7 +128,7 @@
<envar>CVSROOT</envar> environment variable is set to
<filename>/home/ncvs</filename>, and then doing the appropriate
check-out/check-in operations. If you wish to add
something which is wholly new (like new ports, contrib-ified
something which is wholly new (like contrib-ified
sources, etc), a script called <quote>easy-import</quote> is
also provided for making the process easier. It automatically
adds the new module entry, does the appropriate thing with
@ -520,11 +520,11 @@
</itemizedlist>
<para>You'll almost certainly get a conflict because
of the <literal>$Id: article.sgml,v 1.31 2000-07-29 00:47:52 ben Exp $</literal> (or in FreeBSD's case,
of the <literal>$Id: article.sgml,v 1.32 2000-08-05 21:05:39 ben Exp $</literal> (or in FreeBSD's case,
<literal>$FreeBSD<!-- stop expansion -->$</literal>) lines, so you'll have to edit
the file to resolve the conflict (remove the marker lines and
the second <literal>$Id: article.sgml,v 1.31 2000-07-29 00:47:52 ben Exp $</literal> line, leaving the original
<literal>$Id: article.sgml,v 1.31 2000-07-29 00:47:52 ben Exp $</literal> line intact).</para>
the second <literal>$Id: article.sgml,v 1.32 2000-08-05 21:05:39 ben Exp $</literal> line, leaving the original
<literal>$Id: article.sgml,v 1.32 2000-08-05 21:05:39 ben Exp $</literal> line intact).</para>
</listitem>
<listitem>
@ -1581,18 +1581,16 @@ docs:Documentation Bug:nik:</programlisting>
copy.</para>
<para>The easiest way to import a new port is to use the
<command>easy-import</command> script on
<hostid>freefall</hostid>. It will ask you some
questions and import the port in the directory you
specify. It will also add an entry to the
<filename>CVSROOT/modules</filename> file. It was
written by &a.joerg; so please send mail to him if you
have questions about
<command>easy-import</command>.</para>
<para>One thing it will not do for you is add the port to
the parent (category) <filename>Makefile</filename>.
You have to do that yourself.</para>
<command>addport</command> script on
<hostid>freefall</hostid>. It will import a port from the
directory you specify, determining the category automatically
from the port <filename>Makefile</filename>.
It will also add an entry to the
<filename>CVSROOT/modules</filename> file and the port's
category <filename>Makefile</filename>. It was
written by &a.mharo; and &a.will;, but Will is the current
maintainer so please send questions/patches about
<command>addport</command> to him.</para>
</answer>
</qandaentry>

View file

@ -16,7 +16,7 @@
</author>
</authorgroup>
<pubdate>$Date: 2000-07-29 00:47:52 $</pubdate>
<pubdate>$Date: 2000-08-05 21:05:39 $</pubdate>
<copyright>
<year>1999</year>
@ -128,7 +128,7 @@
<envar>CVSROOT</envar> environment variable is set to
<filename>/home/ncvs</filename>, and then doing the appropriate
check-out/check-in operations. If you wish to add
something which is wholly new (like new ports, contrib-ified
something which is wholly new (like contrib-ified
sources, etc), a script called <quote>easy-import</quote> is
also provided for making the process easier. It automatically
adds the new module entry, does the appropriate thing with
@ -520,11 +520,11 @@
</itemizedlist>
<para>You'll almost certainly get a conflict because
of the <literal>$Id: article.sgml,v 1.31 2000-07-29 00:47:52 ben Exp $</literal> (or in FreeBSD's case,
of the <literal>$Id: article.sgml,v 1.32 2000-08-05 21:05:39 ben Exp $</literal> (or in FreeBSD's case,
<literal>$FreeBSD<!-- stop expansion -->$</literal>) lines, so you'll have to edit
the file to resolve the conflict (remove the marker lines and
the second <literal>$Id: article.sgml,v 1.31 2000-07-29 00:47:52 ben Exp $</literal> line, leaving the original
<literal>$Id: article.sgml,v 1.31 2000-07-29 00:47:52 ben Exp $</literal> line intact).</para>
the second <literal>$Id: article.sgml,v 1.32 2000-08-05 21:05:39 ben Exp $</literal> line, leaving the original
<literal>$Id: article.sgml,v 1.32 2000-08-05 21:05:39 ben Exp $</literal> line intact).</para>
</listitem>
<listitem>
@ -1581,18 +1581,16 @@ docs:Documentation Bug:nik:</programlisting>
copy.</para>
<para>The easiest way to import a new port is to use the
<command>easy-import</command> script on
<hostid>freefall</hostid>. It will ask you some
questions and import the port in the directory you
specify. It will also add an entry to the
<filename>CVSROOT/modules</filename> file. It was
written by &a.joerg; so please send mail to him if you
have questions about
<command>easy-import</command>.</para>
<para>One thing it will not do for you is add the port to
the parent (category) <filename>Makefile</filename>.
You have to do that yourself.</para>
<command>addport</command> script on
<hostid>freefall</hostid>. It will import a port from the
directory you specify, determining the category automatically
from the port <filename>Makefile</filename>.
It will also add an entry to the
<filename>CVSROOT/modules</filename> file and the port's
category <filename>Makefile</filename>. It was
written by &a.mharo; and &a.will;, but Will is the current
maintainer so please send questions/patches about
<command>addport</command> to him.</para>
</answer>
</qandaentry>