diff --git a/website/content/en/art.adoc b/website/content/en/art.adoc --- a/website/content/en/art.adoc +++ b/website/content/en/art.adoc @@ -22,7 +22,7 @@ [.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 @@ 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@risc.org[Brian Tao] (creator of the "power" logo) and mailto:mckusick@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 --- a/website/content/en/copyright/_index.adoc +++ b/website/content/en/copyright/_index.adoc @@ -15,7 +15,7 @@ == 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 --- a/website/content/en/gnome/docs/porting.adoc +++ b/website/content/en/gnome/docs/porting.adoc @@ -152,7 +152,7 @@ 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 @@ -@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 --- a/website/content/en/java/_index.adoc +++ b/website/content/en/java/_index.adoc @@ -32,7 +32,7 @@ *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 --- a/website/content/en/platforms/arm.adoc +++ b/website/content/en/platforms/arm.adoc @@ -33,7 +33,7 @@ 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 --- a/website/content/en/platforms/mips.adoc +++ b/website/content/en/platforms/mips.adoc @@ -27,7 +27,7 @@ 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 --- a/website/content/en/ports/references.adoc +++ b/website/content/en/ports/references.adoc @@ -22,4 +22,4 @@ * 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 --- a/website/content/en/ports/searching.adoc +++ b/website/content/en/ports/searching.adoc @@ -11,6 +11,6 @@ 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 --- a/website/content/en/ports/updating.adoc +++ b/website/content/en/ports/updating.adoc @@ -13,7 +13,7 @@ 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.