svn commit: r51679 - in head: en_US.ISO8859-1/articles en_US.ISO8859-1/articles/committers-guide en_US.ISO8859-1/articles/p4-primer en_US.ISO8859-1/books/dev-model en_US.ISO8859-1/htdocs en_US.ISO8...
Gordon Tetlow
gordon at FreeBSD.org
Sun May 20 23:11:26 UTC 2018
Author: gordon (src,ports committer)
Date: Sun May 20 23:11:23 2018
New Revision: 51679
URL: https://svnweb.freebsd.org/changeset/doc/51679
Log:
Remove references to Perforce from the website.
Perforce no longer provides server binaries for FreeBSD and we haven't
used Perforce for project development in several years.
Reviewed by: bjk (previous version)
Differential Revision: https://reviews.freebsd.org/D15392
Deleted:
head/en_US.ISO8859-1/articles/p4-primer/
Modified:
head/en_US.ISO8859-1/articles/Makefile
head/en_US.ISO8859-1/articles/committers-guide/article.xml
head/en_US.ISO8859-1/books/dev-model/book.xml
head/en_US.ISO8859-1/htdocs/administration.xml
head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl
head/en_US.ISO8859-1/htdocs/docs/books.xml
head/en_US.ISO8859-1/htdocs/internal/developer.xml
head/en_US.ISO8859-1/share/xml/teams.ent
head/share/xml/header.ent
Modified: head/en_US.ISO8859-1/articles/Makefile
==============================================================================
--- head/en_US.ISO8859-1/articles/Makefile Sun May 20 22:03:21 2018 (r51678)
+++ head/en_US.ISO8859-1/articles/Makefile Sun May 20 23:11:23 2018 (r51679)
@@ -24,7 +24,6 @@ SUBDIR+= linux-users
SUBDIR+= mailing-list-faq
SUBDIR+= nanobsd
SUBDIR+= new-users
-SUBDIR+= p4-primer
SUBDIR+= pam
SUBDIR+= pgpkeys
SUBDIR+= port-mentor-guidelines
Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.xml Sun May 20 22:03:21 2018 (r51678)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Sun May 20 23:11:23 2018 (r51679)
@@ -658,8 +658,8 @@ You need a Passphrase to protect your secret key.</scr
<listitem>
<para><emphasis>/projects</emphasis> and
- <emphasis>/user</emphasis> feature a branch work area,
- like in Perforce. As above, the
+ <emphasis>/user</emphasis> feature a branch work area.
+ As above, the
<emphasis>/user</emphasis> directory does not contain
branches itself.</para>
</listitem>
@@ -868,7 +868,7 @@ You need a Passphrase to protect your secret key.</scr
<sect3 xml:id="svn-daily-use-editing-and-committing">
<title>Editing and Committing</title>
- <para>Unlike Perforce, <acronym>SVN</acronym> does not need to
+ <para><acronym>SVN</acronym> does not need to
be told in advance about file editing.</para>
<para>To commit all changes in
Modified: head/en_US.ISO8859-1/books/dev-model/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/dev-model/book.xml Sun May 20 22:03:21 2018 (r51678)
+++ head/en_US.ISO8859-1/books/dev-model/book.xml Sun May 20 23:11:23 2018 (r51679)
@@ -2054,7 +2054,7 @@
<para>
The major support tools for supporting the development process are
- Perforce, Bugzilla, Mailman, and OpenSSH. These are externally
+ Bugzilla, Mailman, and OpenSSH. These are externally
developed tools and are commonly used in the open source world.
</para>
@@ -2100,24 +2100,6 @@
</para>
</section>
-
- <section xml:id="tool-perforce" xreflabel="Perforce">
- <title>Perforce</title>
- <para>
- Perforce is a commercial software configuration management
- system developed by Perforce
- Systems that is available on over 50 operating systems. It
- is a collection of clients built around the Perforce server
- that contains the central file repository and
- tracks the operations done upon it. The clients are both
- clients for accessing the repository and administration of
- its configuration.
-
- <!-- REF: http://www.perforce.com/perforce/products.html -->
-
- </para>
- </section>
-
<section xml:id="tool-pgp" xreflabel="PGP">
<title>Pretty Good Privacy</title>
Modified: head/en_US.ISO8859-1/htdocs/administration.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/administration.xml Sun May 20 22:03:21 2018 (r51678)
+++ head/en_US.ISO8859-1/htdocs/administration.xml Sun May 20 23:11:23 2018 (r51679)
@@ -69,8 +69,6 @@
Testing Administrators</a></li>
<li><a href="#t-mirror-admin">FTP/WWW Mirror Site
Coordinators</a></li>
- <li><a href="#t-perforce-admin">Perforce Repository
- Administrators</a></li>
<li><a href="#t-phabric-admin">Phabricator Code Review
Administration</a></li>
<li><a href="#t-postmaster">Postmaster Team</a></li>
@@ -447,22 +445,6 @@
<ul>
<li>&a.kuriyama.email;</li>
- </ul>
-
- <h3><a name="t-perforce-admin">Perforce Repository Administrators</a>
- <<a href="mailto:perforce-admin at FreeBSD.org">perforce-admin at FreeBSD.org</a>></h3>
-
- <p>The Perforce Repository Administrators are responsible for
- administrating the FreeBSD perforce source repository and setting up new
- perforce accounts. All requests concerning new perforce accounts
- for non-committers should be directed to the perforce
- administrators.</p>
-
- <ul>
- <li>&a.gibbs.email;</li>
- <li>&a.gordon.email;</li>
- <li>&a.rwatson.email;</li>
- <li>&a.peter.email;</li>
</ul>
<h3><a name="t-phabric-admin">Phabricator Code Review Application
Modified: head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Sun May 20 22:03:21 2018 (r51678)
+++ head/en_US.ISO8859-1/htdocs/cgi/cgi-style.pl Sun May 20 23:11:23 2018 (r51679)
@@ -152,7 +152,6 @@ $i_topbar = qq`
<ul>
<li><a href="$hsty_base/projects/ideas/ideas.html">Project Ideas</a></li>
<li><a href="//svnweb.FreeBSD.org">SVN Repository</a></li>
- <li><a href="//p4web.FreeBSD.org">Perforce Repository</a></li>
</ul>
</li>
</ul>
Modified: head/en_US.ISO8859-1/htdocs/docs/books.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/docs/books.xml Sun May 20 22:03:21 2018 (r51678)
+++ head/en_US.ISO8859-1/htdocs/docs/books.xml Sun May 20 23:11:23 2018 (r51679)
@@ -199,12 +199,6 @@
Steps</a> (new-users)<br/>
For people coming to FreeBSD and &unix; for the first time.</p>
- <p><a href="&url.articles;/p4-primer/index.html">Perforce in
- FreeBSD Development</a> (p4-primer)<br/>
- A guide to the Perforce version control system. It also
- describes how to manage experimental projects with the FreeBSD
- Perforce server.</p>
-
<p><a href="&url.articles;/pam/index.html">Pluggable
Authentication Modules</a> (pam)<br/>
A guide to the PAM system and modules under FreeBSD.</p>
Modified: head/en_US.ISO8859-1/htdocs/internal/developer.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/internal/developer.xml Sun May 20 22:03:21 2018 (r51678)
+++ head/en_US.ISO8859-1/htdocs/internal/developer.xml Sun May 20 23:11:23 2018 (r51679)
@@ -79,8 +79,6 @@
<li><a
href="../copyright/copyright.html">Copyright</a></li>
<li><a href="http://wiki.FreeBSD.org">&os; Wiki</a></li>
- <li><a href="http://perforce.FreeBSD.org">Perforce Repository
- for works in progress</a></li>
</ul>
<p><a href="internal.html">&os; Internal Home</a></p>
Modified: head/en_US.ISO8859-1/share/xml/teams.ent
==============================================================================
--- head/en_US.ISO8859-1/share/xml/teams.ent Sun May 20 22:03:21 2018 (r51678)
+++ head/en_US.ISO8859-1/share/xml/teams.ent Sun May 20 23:11:23 2018 (r51679)
@@ -37,8 +37,6 @@
<!ENTITY a.ncvs "CVS src Repository Meisters <email xmlns='http://docbook.org/ns/docbook'>ncvs at FreeBSD.org</email>">
-<!ENTITY a.perforce-admin "Perforce Repository Meisters <email xmlns='http://docbook.org/ns/docbook'>perforce-admin at FreeBSD.org</email>">
-
<!ENTITY a.pcvs "CVS ports Repository Meisters <email xmlns='http://docbook.org/ns/docbook'>pcvs at FreeBSD.org</email>">
<!ENTITY a.portmgr "Ports Management Team <email xmlns='http://docbook.org/ns/docbook'>portmgr at FreeBSD.org</email>">
Modified: head/share/xml/header.ent
==============================================================================
--- head/share/xml/header.ent Sun May 20 22:03:21 2018 (r51678)
+++ head/share/xml/header.ent Sun May 20 23:11:23 2018 (r51679)
@@ -137,7 +137,6 @@
<li><a href="https://wiki.FreeBSD.org/IdeasPage">Project Ideas</a></li>
<li><a href="https://svnweb.FreeBSD.org">SVN Repository</a></li>
<li><a href="https://github.com/freebsd">GIT Repository</a></li>
- <li><a href="http://p4web.FreeBSD.org">Perforce Repository</a></li>
</ul>
</li>
</ul>
More information about the svn-doc-head
mailing list