| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/utf8proc/ |
| H A D | NEWS.md | 274 [#6]: https://github.com/JuliaLang/utf8proc/issues/6 275 [#13]: https://github.com/JuliaLang/utf8proc/issues/13 276 [#17]: https://github.com/JuliaLang/utf8proc/issues/17 277 [#20]: https://github.com/JuliaLang/utf8proc/issues/20 278 [#22]: https://github.com/JuliaLang/utf8proc/issues/22 279 [#24]: https://github.com/JuliaLang/utf8proc/issues/24 280 [#27]: https://github.com/JuliaLang/utf8proc/issues/27 281 [#28]: https://github.com/JuliaLang/utf8proc/issues/28 300 [#84]: https://github.com/JuliaLang/utf8proc/pull/84 301 [#88]: https://github.com/JuliaLang/utf8proc/pull/88 [all …]
|
| H A D | README.md | 2 [](https://travis-ci.org/JuliaLang… 3 [. 65 the [utf8proc issues page on Github](https://github.com/JuliaLang/utf8proc/issues). 69 An independent Lua translation of this library, [lua-mojibake](https://github.com/differentprogramm…
|
| /freebsd-12.1/sys/contrib/libsodium/ |
| H A D | README.markdown | 1 [](https://travis-ci.org… 2 [](ht… 3 [](https://scan.cov… 5  24 The documentation is available on Gitbook and built from the [libsodium-doc](https://github.com/jed… 26 * [libsodium documentation](https://download.libsodium.org/doc/) - 28 * [offline documentation](https://www.gitbook.com/book/jedisct1/libsodium/details) 34 are available in the [installation](https://download.libsodium.org/doc/installation/index.html#inte… 46 [ISC license](https://en.wikipedia.org/wiki/ISC_license).
|
| /freebsd-12.1/contrib/unbound/ |
| H A D | README.md | 3 [](https://travis-… 4 [](https://repology.org/proje… 5 [](https://… 10 [create an issue on Github](https://github.com/NLnetLabs/unbound/issues/new) 11 or post a message on the [Unbound mailing list](https://lists.nlnetlabs.nl/mailman/listinfo/unbound… 13 [documentation](https://nlnetlabs.nl/documentation/unbound/). 35 [documentation page](https://nlnetlabs.nl/documentation/unbound/). 38 [doc/example.conf](https://github.com/NLnetLabs/unbound/blob/master/doc/example.conf.in).
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | README | 1 See https://www.openssh.com/releasenotes.html#7.8p1 for the release notes. 3 Please read https://www.openssh.com/report.html for bug reporting 19 and Dug Song. It has a homepage at https://www.openssh.com/ 37 refer to https://www.openssh.com/list.html for details on how to join. 57 [0] https://www.openssh.com/ 60 [3] https://www.zlib.net/ 61 [4] https://www.openssl.org/ 62 [5] https://www.openpam.org 63 https://www.kernel.org/pub/linux/libs/pam/ 65 [6] https://thrysoee.dk/editline/ (portable version) [all …]
|
| /freebsd-12.1/contrib/googletest/ |
| H A D | README.md | 4 [](https://travis-ci.org/… 5 [ (irc.oftc.net) #gtest available. Please 35 * An [xUnit](https://en.wikipedia.org/wiki/XUnit) test framework. 66 * [Protocol Buffers](https://github.com/google/protobuf), Google's data 69 …* [tiny-dnn](https://github.com/tiny-dnn/tiny-dnn): header only, dependency-free deep learning fra… 75 [Google Test UI](https://github.com/ospector/gtest-gbar) is test runner that runs 80 [GTest TAP Listener](https://github.com/kinow/gtest-tap-listener) is an event 82 [TAP protocol](https://en.wikipedia.org/wiki/Test_Anything_Protocol) for test [all …]
|
| H A D | CONTRIBUTING.md | 13 [individual CLA](https://developers.google.com/open-source/cla/individual). 16 [corporate CLA](https://developers.google.com/open-source/cla/corporate). 29 [issue tracker](https://github.com/google/googletest). 80 we use a fairly rigid coding style, as defined by the [google-styleguide](https://github.com/google… 81 to conform to the style outlined [here](https://google.github.io/styleguide/cppguide.html). 89 * [Python](https://www.python.org/) v2.3 or newer (for running some of 91 * [CMake](https://cmake.org/) v2.6.4 or newer 92 * [GNU Build System](https://en.wikipedia.org/wiki/GNU_Build_System)
|
| /freebsd-12.1/usr.bin/login/ |
| H A D | motd | 5 Release Notes, Errata: https://www.FreeBSD.org/releases/ 6 Security Advisories: https://www.FreeBSD.org/security/ 7 FreeBSD Handbook: https://www.FreeBSD.org/handbook/ 8 FreeBSD FAQ: https://www.FreeBSD.org/faq/ 9 Questions List: https://lists.FreeBSD.org/mailman/listinfo/freebsd-questions/ 10 FreeBSD Forums: https://forums.FreeBSD.org/
|
| /freebsd-12.1/sys/contrib/zstd/ |
| H A D | README.md | 1 <p align="center"><img src="https://raw.githubusercontent.com/facebook/zstd/dev/doc/images/zstd_log… 5 It's backed by a very fast entropy stage, provided by [Huff0 and FSE library](https://github.com/Cy… 14 [travisDevBadge]: https://travis-ci.org/facebook/zstd.svg?branch=dev "Continuous Integration test s… 15 [travisLink]: https://travis-ci.org/facebook/zstd 17 [AppveyorLink]: https://ci.appveyor.com/project/YannCollet/zstd-p0yf0 18 [CircleDevBadge]: https://circleci.com/gh/facebook/zstd/tree/dev.svg?style=shield "Short test suite" 19 [CircleLink]: https://circleci.com/gh/facebook/zstd 30 [lzbench]: https://github.com/inikep/lzbench 32 [gcc]: https://gcc.gnu.org/ 78 …e `github-users` [sample set](https://github.com/facebook/zstd/releases/tag/v1.1.3), created from … [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | README.md | 3 This experimental backend is for the 8-bit Atmel [AVR](https://en.wikipedia.org/wiki/Atmel_AVR) mic… 7 * [Unresolved bugs](https://llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&… 8 * [Architecture notes](https://github.com/avr-llvm/architecture)
|
| /freebsd-12.1/contrib/libxo/packaging/ |
| H A D | libxo.rb.base.in | 3 # https://github.com/mxcl/homebrew 9 homepage 'https://github.com/Juniper/@PACKAGE_NAME@' 10 …url 'https://github.com/Juniper/@PACKAGE_NAME@/releases/download/@PACKAGE_VERSION@/@PACKAGE_NAME@-…
|
| /freebsd-12.1/contrib/libdivsufsort/ |
| H A D | CHANGELOG.md | 3 See full changelog at: https://github.com/y-256/libdivsufsort/commits 20 [Unreleased]: https://github.com/y-256/libdivsufsort/compare/2.0.1...HEAD 21 [2.0.1]: https://github.com/y-256/libdivsufsort/compare/2.0.0...2.0.1
|
| /freebsd-12.1/contrib/tzdata/ |
| H A D | CONTRIBUTING | 22 <https://www.iana.org/time-zones/repository/theory.html> or the file 24 <https://mm.icann.org/pipermail/tz/> for examples of patches that tend 26 reliable sources as justification. Citations should use https: URLs 30 <https://www.iana.org/time-zones> or the master branch of the development 36 git clone https://github.com/eggert/tz.git 81 <https://mm.icann.org/pipermail/tz/2018-February/026122.html>.
|
| H A D | africa | 31 # https://www.jstor.org/stable/1774359 223 # https://www.timeanddate.com/worldclock/city.html?n=53 260 # [1] https://bugzilla.redhat.com/show_bug.cgi?id=492263 275 # https://www.mena.org.eg/index.aspx 392 # https://books.google.com/books?id=ErA-AQAAIAAJ&pg=PA70 398 # https://books.google.com/books?id=MbA-AQAAIAAJ&pg=PA75 410 # https://books.google.com/books?id=1ao-AQAAIAAJ&pg=PA22 417 # https://books.google.com/books?id=Das-AQAAIAAJ&pg=PA48 518 # https://dds.crl.edu/item/217517 (p.101) 1225 # https://dre.pt/pdf1sdip/1911/05/12500/23132313.pdf [all …]
|
| H A D | leapseconds | 10 # <https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list> 15 # <https://www.eecis.udel.edu/~mills/leap.html>. 21 # <https://www.itu.int/rec/R-REC-TF.460-6-200202-I/>. 26 # <https://hpiers.obspm.fr/iers/bul/bulc/Leap_Second.dat>. 29 # <https://ieeexplore.ieee.org/document/7909995>.
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | README | 9 https://www.tcpdump.org 43 https://www.tcpdump.org/papers/bpf-usenix93.ps.Z 47 https://www.tcpdump.org/papers/bpf-usenix93.ps.gz 51 https://www.tcpdump.org/papers/bpf-usenix93.pdf 68 https://www.tcpdump.org/other/bpfext42.tar.Z 87 Current versions can be found at https://www.tcpdump.org.
|
| /freebsd-12.1/contrib/subversion/ |
| H A D | get-deps.sh | 53 GTEST_URL=https://github.com/google/googletest/archive 55 GMOCK_URL=https://github.com/google/googlemock/archive 97 $HTTP_FETCH https://archive.apache.org/dist/serf/$SERF.tar.bz2 121 $HTTP_FETCH https://www.sqlite.org/$SQLITE_VERSION_REL_YEAR/$SQLITE.zip
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | README.txt | 16 * https://github.com/kripken/emscripten/wiki/New-WebAssembly-Backend 26 * https://www.hellorust.com/ 36 * https://github.com/WebAssembly/tool-conventions/blob/master/Linking.md 40 * https://lld.llvm.org/WebAssembly.html 43 * https://webassembly.github.io/ 47 * https://github.com/WebAssembly/design/blob/master/Semantics.md 48 * https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md 51 https://wasm-stat.us 58 https://github.com/WebAssembly/waterfall/blob/master/src/compile_torture_tests.py
|
| /freebsd-12.1/sys/contrib/libsodium/packaging/dotnet-core/ |
| H A D | README.md | 4 bindings such as [NSec](https://github.com/ektrah/nsec). It does not provide a 11 to [nuget.org](https://nuget.org/). 14 [download.libsodium.org](https://download.libsodium.org/libsodium/releases/). 16 [Homebrew libsodium bottle](https://bintray.com/homebrew/bottles/libsodium). 59 [nuget.org](https://nuget.org/).
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | README.pullrequests | 3 The NTP project's github repository is at https://github.com/ntp-project/ntp. 39 …- If you don't have one, create one first. (read: https://help.github.com/articles/signing-up-for-… 41 (read: https://help.github.com/articles/generating-ssh-keys/) 42 ii) Go to https://github.com/ntp-project/ntp 72 pull requests @ https://help.github.com/articles/using-pull-requests) 75 https://help.github.com/articles/creating-a-pull-request/
|
| /freebsd-12.1/tools/tools/portsinfo/ |
| H A D | portsinfo.sh | 10 host=https://www.freebsd.org 34 https://www.freebsd.org/handbook/ports.html 36 https://www.freebsd.org/ports/
|
| /freebsd-12.1/contrib/llvm/tools/lld/docs/ |
| H A D | ReleaseNotes.rst | 25 <https://reviews.llvm.org/rL339364>`_) 31 size. (`r342746 <https://reviews.llvm.org/rL342746>`_) 37 (`r349524 <https://reviews.llvm.org/rL349524>`_) 42 (`r347854 <https://reviews.llvm.org/rL347854>`_) 57 (`r350681 <https://reviews.llvm.org/rL350681>`_) 121 See: https://github.com/WebAssembly/tool-conventions/blob/master/DynamicLinking.md
|
| /freebsd-12.1/sys/contrib/zstd/doc/educational_decoder/ |
| H A D | README.md | 13 [Zstandard format specification]: https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_fo… 14 [format specification]: https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md 29 [tests]: https://github.com/facebook/zstd/blob/dev/tests/
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | CONTRIBUTING | 4 (Please visit https://www.openssl.org/community/getting-started.html for 7 Development is done on GitHub, https://github.com/openssl/openssl. 21 https://www.openssl.org/policies/cla.html for details. If your 34 https://www.openssl.org/source/license.html 41 https://www.openssl.org/policies/codingstyle.html) and compile
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | dh1024.pem | 8 Protocol Version 2 (IKEv2)": https://tools.ietf.org/html/rfc5996 10 See https://tools.ietf.org/html/rfc2412 for how they were generated.
|