From owner-svn-doc-head@freebsd.org Sun May 20 23:11:26 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAD10EF347A; Sun, 20 May 2018 23:11:25 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A01575A8B; Sun, 20 May 2018 23:11:25 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7B3E91CDEE; Sun, 20 May 2018 23:11:25 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4KNBPnN033224; Sun, 20 May 2018 23:11:25 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4KNBN7X033215; Sun, 20 May 2018 23:11:23 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201805202311.w4KNBN7X033215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Sun, 20 May 2018 23:11:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: 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... X-SVN-Group: doc-head X-SVN-Commit-Author: gordon X-SVN-Commit-Paths: 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.ISO8859-1/htdocs/cgi en_US.I... X-SVN-Commit-Revision: 51679 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2018 23:11:26 -0000 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. /projects and - /user feature a branch work area, - like in Perforce. As above, the + /user feature a branch work area. + As above, the /user directory does not contain branches itself. @@ -868,7 +868,7 @@ You need a Passphrase to protect your secret key. Editing and Committing - Unlike Perforce, SVN does not need to + SVN does not need to be told in advance about file editing. 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 @@ 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. @@ -2100,24 +2100,6 @@ - -
- Perforce - - 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. - - - - -
-
Pretty Good Privacy 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
  • FTP/WWW Mirror Site Coordinators
  • -
  • Perforce Repository - Administrators
  • Phabricator Code Review Administration
  • Postmaster Team
  • @@ -447,22 +445,6 @@
    • &a.kuriyama.email;
    • -
    - -

    Perforce Repository Administrators - <perforce-admin@FreeBSD.org>

    - -

    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.

    - -
      -
    • &a.gibbs.email;
    • -
    • &a.gordon.email;
    • -
    • &a.rwatson.email;
    • -
    • &a.peter.email;

    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` 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 (new-users)
    For people coming to FreeBSD and &unix; for the first time.

    -

    Perforce in - FreeBSD Development (p4-primer)
    - A guide to the Perforce version control system. It also - describes how to manage experimental projects with the FreeBSD - Perforce server.

    -

    Pluggable Authentication Modules (pam)
    A guide to the PAM system and modules under FreeBSD.

    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 @@
  • Copyright
  • &os; Wiki
  • -
  • Perforce Repository - for works in progress
  • &os; Internal Home

    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 @@ ncvs@FreeBSD.org"> -perforce-admin@FreeBSD.org"> - pcvs@FreeBSD.org"> portmgr@FreeBSD.org"> 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 @@
  • Project Ideas
  • SVN Repository
  • GIT Repository
  • -
  • Perforce Repository