git: b35d0e3d48 - main - content/en: adjust paths to point at cgit.freebsd.org

Stefan Eßer se at FreeBSD.org
Thu Apr 29 18:48:56 UTC 2021


The branch main has been updated by se (ports, src committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=b35d0e3d482143756f11bd26348d564010b9f1e1

commit b35d0e3d482143756f11bd26348d564010b9f1e1
Author:     Stefan Eßer <se at FreeBSD.org>
AuthorDate: 2021-04-29 18:13:24 +0000
Commit:     Stefan Eßer <se at FreeBSD.org>
CommitDate: 2021-04-29 18:32:49 +0000

    content/en: adjust paths to point at cgit.freebsd.org
    
    An attempt has been made to provide the same kind of information as
    before, but the layout and information displayed by cgit is different
    from that of svnweb in some cases.
    
    The reference to the commit log of Mk/bsd.port.subdir.mk did no longer
    lead to a description of the supported parameters of "make search".
    It has been replaced by an explicit description of all search modes.
    
    Reviewed by:    wosch
    Differential Revision:  https://reviews.freebsd.org/D29853
---
 website/content/en/art.adoc                | 4 ++--
 website/content/en/copyright/_index.adoc   | 2 +-
 website/content/en/gnome/docs/porting.adoc | 4 ++--
 website/content/en/java/_index.adoc        | 2 +-
 website/content/en/platforms/arm.adoc      | 2 +-
 website/content/en/platforms/mips.adoc     | 2 +-
 website/content/en/ports/references.adoc   | 2 +-
 website/content/en/ports/searching.adoc    | 2 +-
 website/content/en/ports/updating.adoc     | 2 +-
 9 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/website/content/en/art.adoc b/website/content/en/art.adoc
index 9c4c1620e8..cdbfe371c4 100644
--- a/website/content/en/art.adoc
+++ b/website/content/en/art.adoc
@@ -22,7 +22,7 @@ image:../gifs/daemon-phk.png[BSD Daemon,width=191,height=208]
 
 [.center]
 Created by {phk-name} +
-Source: https://svnweb.freebsd.org/base/head/share/examples/BSD_daemon/[/usr/share/examples/BSD_daemon/] on FreeBSD systems.
+Source: https://cgit.freebsd.org/src/tree/share/examples/BSD_daemon/[/usr/share/examples/BSD_daemon/] on FreeBSD systems.
 
 [.center]
 link:../../gifs/daemon_hammer.jpg[image:../../gifs/daemon_hammer-tn25.jpg[BSD Daemon wielding a hammer,width=150,height=178]] image:../../gifs/power.jpg[BSD Daemon waiting tables,width=160,height=246]
@@ -62,7 +62,7 @@ image:../gifs/freebsd-advert.gif[Adv Banner1,width=455,height=60] image:../gifs/
 
 The "Powered by FreeBSD" logos above may be link:../gifs/powerlogo.gif[downloaded] and displayed on personal or commercial home pages served by FreeBSD machines. Use of this logo or the likeliness of the link:../copyright/daemon/[BSD Daemons] for profitable gain requires the consent of mailto:taob at risc.org[Brian Tao] (creator of the "power" logo) and mailto:mckusick at mckusick.com[Marshall Kirk McKusick] (copyright holder for the BSD Daemon image).
 
-{phk-name}'s rendering of the BSD Daemon is released under "THE BEER-WARE LICENSE". See the https://svnweb.freebsd.org/base/head/share/examples/BSD_daemon/README?view=markup[README] for more information.
+{phk-name}'s rendering of the BSD Daemon is released under "THE BEER-WARE LICENSE". See the https://cgit.freebsd.org/src/plain/share/examples/BSD_daemon/README[README] for more information.
 
 [[trademark]]
 == Trademarks
diff --git a/website/content/en/copyright/_index.adoc b/website/content/en/copyright/_index.adoc
index 82c154c68a..4d2111b28d 100644
--- a/website/content/en/copyright/_index.adoc
+++ b/website/content/en/copyright/_index.adoc
@@ -15,7 +15,7 @@ sidenav: about
 
 == link:daemon[The BSD Daemon]
 
-== http://svnweb.FreeBSD.org/ports/head/LEGAL?revision=HEAD&view=co[FreeBSD Ports redistribution restrictions]
+== https://cgit.FreeBSD.org/ports/plain/LEGAL[FreeBSD Ports redistribution restrictions]
 
 == link:COPYING[GNU GENERAL PUBLIC LICENSE]
 
diff --git a/website/content/en/gnome/docs/porting.adoc b/website/content/en/gnome/docs/porting.adoc
index 22977520c9..fb3b88c879 100644
--- a/website/content/en/gnome/docs/porting.adoc
+++ b/website/content/en/gnome/docs/porting.adoc
@@ -152,7 +152,7 @@ If your port install files like `application/x-portname.xml` in `share/mime`, yo
 
 Also make sure `shared-mime-info` is among the dependencies of your port. If your port use `gtk20`, you will have `shared-mime-info` indirectly. You can check indirect dependencies with `make describe`.
 
-Example port to look at: https://svnweb.FreeBSD.org/ports/head/deskutils/drivel/[`deskutils/drivel`]
+Example port to look at: https://cgit.FreeBSD.org/ports/tree/emulators/tilem/[`emulators/tilem`]
 
 == Desktop database
 
@@ -169,7 +169,7 @@ Also add following to the `post-install` target in port's Makefile:
 - at update-desktop-database
 ....
 
-Example port to look at: https://svnweb.FreeBSD.org/ports/head/editors/leafpad/[`editors/leafpad`]
+Example port to look at: https://cgit.FreeBSD.org/ports/tree/editors/leafpad/[`editors/leafpad`]
 
 [[libtool]]
 == Libtool Issues
diff --git a/website/content/en/java/_index.adoc b/website/content/en/java/_index.adoc
index 71e77949db..8d528b6ae9 100644
--- a/website/content/en/java/_index.adoc
+++ b/website/content/en/java/_index.adoc
@@ -32,7 +32,7 @@ The OpenJDK(R) project provides a native open-source implementation of the Java(
 
 *powerpc64*: `openjdk8`, `openjdk11`, `openjdk12`, `openjdk13`
 
-OpenJDK(R) is frequently updated, and it is suggested to refer to https://svnweb.freebsd.org/ports/head/java/[revision logs] for detailed release history. Additionally, one may choose to review more information at https://www.freshports.org/search.php?query=openjdk&search=go&num=10&stype=name&method=match&deleted=excludedeleted&start=1&casesensitivity=caseinsensitive[FreshPorts].
+OpenJDK(R) is frequently updated, and it is suggested to refer to https://cgit.freebsd.org/ports/log/java/[revision logs] for detailed release history. Additionally, one may choose to review more information at https://www.freshports.org/search.php?query=openjdk&search=go&num=10&stype=name&method=match&deleted=excludedeleted&start=1&casesensitivity=caseinsensitive[FreshPorts].
 
 To install OpenJDK(R) package use the link:https://www.freebsd.org/cgi/man.cgi?query=pkg[`pkg`] utility or the ports system:
 
diff --git a/website/content/en/platforms/arm.adoc b/website/content/en/platforms/arm.adoc
index f990539a45..6531aa353e 100644
--- a/website/content/en/platforms/arm.adoc
+++ b/website/content/en/platforms/arm.adoc
@@ -33,7 +33,7 @@ Initial support for 64-bit ARM is complete. 64-bit ARM platforms follow a set of
 
 FreeBSD/arm and FreeBSD/armv6 support a large range of ARM CPUs and development boards. Not every peripheral is supported on every CPU or board, though work continues towards this and contributions are always welcome. Conversely, many CPUs and boards not listed may work with only minimal changes needed.
 
-Listing all supported devices on all CPUs and boards is impractical here, however much information can be obtained from the mailing list and archives, https://wiki.freebsd.org/FreeBSD/arm[the FreeBSD/arm Wiki pages], and also from the https://svnweb.freebsd.org/base/head/sys/arm/conf/[Kernel Configuration files]
+Listing all supported devices on all CPUs and boards is impractical here, however much information can be obtained from the mailing list and archives, https://wiki.freebsd.org/FreeBSD/arm[the FreeBSD/arm Wiki pages], and also from the https://cgit.freebsd.org/src/tree/sys/arm/conf/[Kernel Configuration files]
 
 === Cores Supported
 
diff --git a/website/content/en/platforms/mips.adoc b/website/content/en/platforms/mips.adoc
index ab29b40770..e70abddd0c 100644
--- a/website/content/en/platforms/mips.adoc
+++ b/website/content/en/platforms/mips.adoc
@@ -27,7 +27,7 @@ MIPS is a link:{committers-guide}#archs[Tier 2] architecture, and as such is not
 
 FreeBSD/MIPS is a port of the FreeBSD operating system to platforms based around MIPS processors. At the moment, several MIPS32 and MIPS64 development boards and embedded platforms are being targeted.
 
-Listing all supported devices on all CPUs and boards is impractical here, however much information can be obtained from the mailing list and archives, https://wiki.freebsd.org/FreeBSD/MIPS[the FreeBSD/MIPS Wiki pages], and also from the https://svnweb.freebsd.org/base/head/sys/mips/conf/[Kernel Configuration files]
+Listing all supported devices on all CPUs and boards is impractical here, however much information can be obtained from the mailing list and archives, https://wiki.freebsd.org/FreeBSD/MIPS[the FreeBSD/MIPS Wiki pages], and also from the https://cgit.freebsd.org/src/tree/sys/mips/conf/[Kernel Configuration files]
 
 === CPUs
 
diff --git a/website/content/en/ports/references.adoc b/website/content/en/ports/references.adoc
index 7b8725e310..d5417016cd 100644
--- a/website/content/en/ports/references.adoc
+++ b/website/content/en/ports/references.adoc
@@ -22,4 +22,4 @@ You may also find the following to be useful:
 * https://www.FreshPorts.org[FreshPorts.org] is a valuable tool for further information about individual ports, such as current version, last checkin, and many other useful statistics. You may subscribe to a mailing list to get the latest information about your favorite ports.
 * The manual pages for link:https://www.FreeBSD.org/cgi/man.cgi?query=ftp[`ftp`], link:https://www.FreeBSD.org/cgi/man.cgi?query=pkg&sektion=8[`pkg`], and link:https://www.FreeBSD.org/cgi/man.cgi?query=ports[`ports`].
 * The link:../../portmgr/[Ports Management Team] (portmgr) pages.
-* The https://svnweb.FreeBSD.org/ports[Web Interface to the Source Repository] allows you to browse the files in the source repository. Changes that affect the entire port system are now documented in the https://svnweb.FreeBSD.org/ports/head/CHANGES?view=markup[CHANGES] file. Changes that affect individual ports are now documented in the https://svnweb.FreeBSD.org/ports/head/UPDATING?view=markup[UPDATING] file. However, the definitive answer to any question is undoubtedly to read the source code of https://svnweb.FreeBSD.org/ports/head/Mk/bsd.port.mk?view=markup[bsd.port.mk], and associated files.
+* The https://cgit.FreeBSD.org/ports/tree[Web Interface to the Source Repository] allows you to browse the files in the source repository. Changes that affect the entire port system are now documented in the https://cgit.FreeBSD.org/ports/tree/CHANGES[CHANGES] file. Changes that affect individual ports are now documented in the https://cgit.FreeBSD.org/ports/tree/UPDATING[UPDATING] file. However, the definitive answer to any question is undoubtedly to read the source code of https://cgit.FreeBSD.org/ports/tree/Mk/bsd.port.mk[bsd.port.mk], and associated files.
diff --git a/website/content/en/ports/searching.adoc b/website/content/en/ports/searching.adoc
index 5fc81596d3..1eb385770e 100644
--- a/website/content/en/ports/searching.adoc
+++ b/website/content/en/ports/searching.adoc
@@ -11,6 +11,6 @@ sidenav: ports
 
 The form above will allow you to search for ports on this site. A completed search will take you to a link:https://www.FreeBSD.org/cgi/ports.cgi[more complete search page].
 
-However, if you already have the Ports Collection installed on your machine, you may also search by changing to the `/usr/ports` directory and performing `make search name=`__string__. See http://svnweb.FreeBSD.org/ports/head/Mk/bsd.port.subdir.mk?view=log[bsd.port.subdir.mk] for all the options.
+However, if you already have the Ports Collection installed on your machine, you may also search by changing to the `/usr/ports` directory and performing `make search name=`__string__. Instead of by `name` you can search by port path (`path`), port information (`info`), maintainer (`maint`), port category (`cat`), build dependencies (`bdeps`), run dependencies (`rdeps`), the project web site (`www`), or any of these fields (`key`). Use `make quicksearch ...` to only display the port name, port directory, and one line description of the port.
 
 Another option is to visit https://www.FreshPorts.org[FreshPorts.org] and either browse the site or subscribe to the lists hosted there.
diff --git a/website/content/en/ports/updating.adoc b/website/content/en/ports/updating.adoc
index 4c6bad0010..be8e8dabb4 100644
--- a/website/content/en/ports/updating.adoc
+++ b/website/content/en/ports/updating.adoc
@@ -13,7 +13,7 @@ include::shared/en/urls.adoc[]
 
 The ports listed on these web pages are continually being updated. It is strongly recommended that you refresh the entire collection together, as many ports depend on other parts of the tree, even where that might seem counterintuitive (e.g. `japanese/`.)
 
-Changes that affect the entire port system are now documented in the http://svnweb.FreeBSD.org/ports/head/CHANGES?view=markup[CHANGES] file. Changes that affect individual ports are now documented in the http://svnweb.FreeBSD.org/ports/head/UPDATING?view=markup[UPDATING] file.
+Changes that affect the entire port system are now documented in the https://cgit.FreeBSD.org/ports/tree/CHANGES[CHANGES] file. Changes that affect individual ports are now documented in the https://cgit.FreeBSD.org/ports/tree/UPDATING[UPDATING] file.
 
 For more information about new, changed or removed ports/packages, or if you wish to search for a specific application to see if it's available as a port/package, you may use the form above; alternatively, you may wish to visit https://www.FreshPorts.org[FreshPorts.org] and either browse the site or subscribe to the lists hosted there.
 


More information about the dev-commits-doc-all mailing list