From owner-svn-doc-all@FreeBSD.ORG Sat Sep 6 19:56:46 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01DE029F; Sat, 6 Sep 2014 19:56:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4CB31E1F; Sat, 6 Sep 2014 19:56:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s86JujXN089699; Sat, 6 Sep 2014 19:56:45 GMT (envelope-from allanjude@FreeBSD.org) Received: (from allanjude@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s86JujPI089696; Sat, 6 Sep 2014 19:56:45 GMT (envelope-from allanjude@FreeBSD.org) Message-Id: <201409061956.s86JujPI089696@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: allanjude set sender to allanjude@FreeBSD.org using -f From: Allan Jude Date: Sat, 6 Sep 2014 19:56:45 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45558 - head/en_US.ISO8859-1/htdocs/ports X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2014 19:56:46 -0000 Author: allanjude Date: Sat Sep 6 19:56:45 2014 New Revision: 45558 URL: http://svnweb.freebsd.org/changeset/doc/45558 Log: Replace references to pkg_add with pkg install Replace links to pkg_add man page with links to pkg-install Remove references to manually downloading packages, or specifying an ftp url Remove link to pointyhat that no longer resolves Update the svnweb link to point directly to the ports tree use &base; entity everywhere Use https where applicable PR: 193370 Reviewed by: gavin Approved by: bcr Sponsored by: ScaleEngine Inc. CR: D732 Modified: head/en_US.ISO8859-1/htdocs/ports/index.xml head/en_US.ISO8859-1/htdocs/ports/references.xml Modified: head/en_US.ISO8859-1/htdocs/ports/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/ports/index.xml Sat Sep 6 19:50:12 2014 (r45557) +++ head/en_US.ISO8859-1/htdocs/ports/index.xml Sat Sep 6 19:56:45 2014 (r45558) @@ -43,7 +43,7 @@ be committed. contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as typing -make +make install in the port directory. If you download the framework for the entire list of ports by installing the @@ -56,20 +56,18 @@ thousands of applications right at your

Each port's Makefile automatically fetches the application source code, either from a local disk, CD-ROM or via -ftp, +ftp, unpacks it on your system, applies the patches, and compiles. If all went well, a simple make install will install the application and register it with the package system.

For most ports, a precompiled package also exists, saving -the user the work of having to compile anything at all. Each port -contains a link to its corresponding package and you may either simply -download that file and then run the -pkg_add -command -on it or you can simply grab the link location and hand it straight -to pkg_add since it is capable of accepting FTP URLs as -well as filenames.

+the user the work and time of having to compile anything at all. Use +pkg +install to securely download and install the precompiled +version of a port. For more information see Using +pkg for Binary Package Management

Modified: head/en_US.ISO8859-1/htdocs/ports/references.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/ports/references.xml Sat Sep 6 19:50:12 2014 (r45557) +++ head/en_US.ISO8859-1/htdocs/ports/references.xml Sat Sep 6 19:56:45 2014 (r45558) @@ -39,7 +39,7 @@