Use https instead of http where possible
This commit is contained in:
committed by
Duncaen
parent
f20032efa3
commit
a12f22de86
14
README.md
14
README.md
@ -36,17 +36,17 @@ to handle binary packages and repositories. Some highlights:
|
|||||||
To build this you'll need:
|
To build this you'll need:
|
||||||
|
|
||||||
- A C99 compiler (clang 3.x, gcc 4.x, pcc 1.1.0 tested)
|
- A C99 compiler (clang 3.x, gcc 4.x, pcc 1.1.0 tested)
|
||||||
- [GNU make](http://www.gnu.org/software/make/)
|
- [GNU make](https://www.gnu.org/software/make/)
|
||||||
- [pkg-config](http://www.freedesktop.org/wiki/Software/pkg-config/)
|
- [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)
|
||||||
- [zlib](http://www.zlib.net)
|
- [zlib](https://www.zlib.net)
|
||||||
- [openssl < 1.1](http://www.openssl.org) or [libressl](https://www.libressl.org/)
|
- [openssl < 1.1](https://www.openssl.org) or [libressl](https://www.libressl.org/)
|
||||||
- [libarchive >= 3.2.0](http://www.libarchive.org)
|
- [libarchive >= 3.2.0](https://www.libarchive.org)
|
||||||
|
|
||||||
and optionally:
|
and optionally:
|
||||||
|
|
||||||
- [graphviz](http://www.graphviz.org) and [doxygen](http://www.doxygen.org)
|
- [graphviz](https://www.graphviz.org) and [doxygen](https://www.doxygen.org)
|
||||||
(--enable-api-docs) to build API documentation.
|
(--enable-api-docs) to build API documentation.
|
||||||
- [atf >= 0.15](http://code.google.com/p/kyua) (--enable-tests) to build the
|
- [atf >= 0.15](https://github.com/jmmv/kyua) (--enable-tests) to build the
|
||||||
Kyua test suite.
|
Kyua test suite.
|
||||||
|
|
||||||
### Tests
|
### Tests
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -44,7 +44,7 @@ for instance \`--prefix=\$HOME'.
|
|||||||
--enable-fulldebug Enables extra debugging code (default disabled)
|
--enable-fulldebug Enables extra debugging code (default disabled)
|
||||||
--enable-static Build XBPS static utils (default disabled)
|
--enable-static Build XBPS static utils (default disabled)
|
||||||
--enable-tests Build and install Kyua tests (default disabled)
|
--enable-tests Build and install Kyua tests (default disabled)
|
||||||
Needs atf >= 0.15 (http://code.google.com/p/kyua)
|
Needs atf >= 0.15 (https://code.google.com/p/kyua)
|
||||||
_EOF
|
_EOF
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
repository=http://repo.voidlinux.eu/current
|
repository=https://repo.voidlinux.eu/current
|
||||||
|
@ -48,11 +48,11 @@
|
|||||||
|
|
||||||
## REPOSITORY MIRRORS
|
## REPOSITORY MIRRORS
|
||||||
#
|
#
|
||||||
# - http://repo2.voidlinux.eu/current
|
# - https://repo2.voidlinux.eu/current
|
||||||
# - http://repo2.voidlinux.eu/current/nonfree
|
# - https://repo2.voidlinux.eu/current/nonfree
|
||||||
# - http://repo2.voidlinux.eu/current/multilib
|
# - https://repo2.voidlinux.eu/current/multilib
|
||||||
# - http://repo2.voidlinux.eu/current/multilib/nonfree
|
# - https://repo2.voidlinux.eu/current/multilib/nonfree
|
||||||
# - http://repo2.voidlinux.eu/current/debug
|
# - https://repo2.voidlinux.eu/current/debug
|
||||||
#
|
#
|
||||||
# - http://repo3.voidlinux.eu/current
|
# - http://repo3.voidlinux.eu/current
|
||||||
# - http://repo3.voidlinux.eu/current/nonfree
|
# - http://repo3.voidlinux.eu/current/nonfree
|
||||||
|
@ -79,8 +79,8 @@ Note that remote repositories must be signed using
|
|||||||
.Xr xbps-rindex 1 ,
|
.Xr xbps-rindex 1 ,
|
||||||
example:
|
example:
|
||||||
.Pp
|
.Pp
|
||||||
.Bl -tag -compact -width repository=http://repo.voidlinux.eu/current
|
.Bl -tag -compact -width repository=https://repo.voidlinux.eu/current
|
||||||
.It Sy repository=http://repo.voidlinux.eu/current
|
.It Sy repository=https://repo.voidlinux.eu/current
|
||||||
.It Sy repository=/hostdir/binpkgs
|
.It Sy repository=/hostdir/binpkgs
|
||||||
.El
|
.El
|
||||||
.It Sy rootdir=path
|
.It Sy rootdir=path
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# that follow. The default is UTF-8 which is also the encoding used for all
|
# that follow. The default is UTF-8 which is also the encoding used for all
|
||||||
# text before the first occurrence of this tag. Doxygen uses libiconv (or the
|
# text before the first occurrence of this tag. Doxygen uses libiconv (or the
|
||||||
# iconv built into libc) for the transcoding. See
|
# iconv built into libc) for the transcoding. See
|
||||||
# http://www.gnu.org/software/libiconv for the list of possible encodings.
|
# https://www.gnu.org/software/libiconv for the list of possible encodings.
|
||||||
|
|
||||||
DOXYFILE_ENCODING = UTF-8
|
DOXYFILE_ENCODING = UTF-8
|
||||||
|
|
||||||
@ -255,7 +255,7 @@ EXTENSION_MAPPING =
|
|||||||
|
|
||||||
# If MARKDOWN_SUPPORT is enabled (the default) then doxygen pre-processes all
|
# If MARKDOWN_SUPPORT is enabled (the default) then doxygen pre-processes all
|
||||||
# comments according to the Markdown format, which allows for more readable
|
# comments according to the Markdown format, which allows for more readable
|
||||||
# documentation. See http://daringfireball.net/projects/markdown/ for details.
|
# documentation. See https://daringfireball.net/projects/markdown/ for details.
|
||||||
# The output of markdown processing is further processed by doxygen, so you
|
# The output of markdown processing is further processed by doxygen, so you
|
||||||
# can mix doxygen, HTML, and XML commands with Markdown formatting.
|
# can mix doxygen, HTML, and XML commands with Markdown formatting.
|
||||||
# Disable only in case of backward compatibilities issues.
|
# Disable only in case of backward compatibilities issues.
|
||||||
@ -589,7 +589,7 @@ LAYOUT_FILE =
|
|||||||
# containing the references data. This must be a list of .bib files. The
|
# containing the references data. This must be a list of .bib files. The
|
||||||
# .bib extension is automatically appended if omitted. Using this command
|
# .bib extension is automatically appended if omitted. Using this command
|
||||||
# requires the bibtex tool to be installed. See also
|
# requires the bibtex tool to be installed. See also
|
||||||
# http://en.wikipedia.org/wiki/BibTeX for more info. For LaTeX the style
|
# https://en.wikipedia.org/wiki/BibTeX for more info. For LaTeX the style
|
||||||
# of the bibliography can be controlled using LATEX_BIB_STYLE. To use this
|
# of the bibliography can be controlled using LATEX_BIB_STYLE. To use this
|
||||||
# feature you need bibtex and perl available in the search path.
|
# feature you need bibtex and perl available in the search path.
|
||||||
|
|
||||||
@ -660,7 +660,7 @@ INPUT = ..
|
|||||||
# This tag can be used to specify the character encoding of the source files
|
# This tag can be used to specify the character encoding of the source files
|
||||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
||||||
# also the default input encoding. Doxygen uses libiconv (or the iconv built
|
# also the default input encoding. Doxygen uses libiconv (or the iconv built
|
||||||
# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
|
# into libc) for the transcoding. See https://www.gnu.org/software/libiconv for
|
||||||
# the list of possible encodings.
|
# the list of possible encodings.
|
||||||
|
|
||||||
INPUT_ENCODING = UTF-8
|
INPUT_ENCODING = UTF-8
|
||||||
@ -826,7 +826,7 @@ REFERENCES_LINK_SOURCE = YES
|
|||||||
# If the USE_HTAGS tag is set to YES then the references to source code
|
# If the USE_HTAGS tag is set to YES then the references to source code
|
||||||
# will point to the HTML generated by the htags(1) tool instead of doxygen
|
# will point to the HTML generated by the htags(1) tool instead of doxygen
|
||||||
# built-in source browser. The htags tool is part of GNU's global source
|
# built-in source browser. The htags tool is part of GNU's global source
|
||||||
# tagging system (see http://www.gnu.org/software/global/global.html). You
|
# tagging system (see https://www.gnu.org/software/global/global.html). You
|
||||||
# will need version 4.8.6 or higher.
|
# will need version 4.8.6 or higher.
|
||||||
|
|
||||||
USE_HTAGS = NO
|
USE_HTAGS = NO
|
||||||
@ -931,7 +931,7 @@ HTML_EXTRA_FILES =
|
|||||||
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
|
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
|
||||||
# Doxygen will adjust the colors in the style sheet and background images
|
# Doxygen will adjust the colors in the style sheet and background images
|
||||||
# according to this color. Hue is specified as an angle on a colorwheel,
|
# according to this color. Hue is specified as an angle on a colorwheel,
|
||||||
# see http://en.wikipedia.org/wiki/Hue for more information.
|
# see https://en.wikipedia.org/wiki/Hue for more information.
|
||||||
# For instance the value 0 represents red, 60 is yellow, 120 is green,
|
# For instance the value 0 represents red, 60 is yellow, 120 is green,
|
||||||
# 180 is cyan, 240 is blue, 300 purple, and 360 is red again.
|
# 180 is cyan, 240 is blue, 300 purple, and 360 is red again.
|
||||||
# The allowed range is 0 to 359.
|
# The allowed range is 0 to 359.
|
||||||
@ -984,7 +984,7 @@ HTML_INDEX_NUM_ENTRIES = 100
|
|||||||
# directory and running "make install" will install the docset in
|
# directory and running "make install" will install the docset in
|
||||||
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find
|
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find
|
||||||
# it at startup.
|
# it at startup.
|
||||||
# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
|
# See https://developer.apple.com/tools/creatingdocsetswithdoxygen.html
|
||||||
# for more information.
|
# for more information.
|
||||||
|
|
||||||
GENERATE_DOCSET = YES
|
GENERATE_DOCSET = YES
|
||||||
@ -1182,7 +1182,7 @@ FORMULA_FONTSIZE = 10
|
|||||||
FORMULA_TRANSPARENT = YES
|
FORMULA_TRANSPARENT = YES
|
||||||
|
|
||||||
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
|
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
|
||||||
# (see http://www.mathjax.org) which uses client side Javascript for the
|
# (see https://www.mathjax.org) which uses client side Javascript for the
|
||||||
# rendering instead of using prerendered bitmaps. Use this if you do not
|
# rendering instead of using prerendered bitmaps. Use this if you do not
|
||||||
# have LaTeX installed or if you want to formulas look prettier in the HTML
|
# have LaTeX installed or if you want to formulas look prettier in the HTML
|
||||||
# output. When enabled you may also need to install MathJax separately and
|
# output. When enabled you may also need to install MathJax separately and
|
||||||
@ -1198,7 +1198,7 @@ USE_MATHJAX = NO
|
|||||||
# the MathJax Content Delivery Network so you can quickly see the result without
|
# the MathJax Content Delivery Network so you can quickly see the result without
|
||||||
# installing MathJax.
|
# installing MathJax.
|
||||||
# However, it is strongly recommended to install a local
|
# However, it is strongly recommended to install a local
|
||||||
# copy of MathJax from http://www.mathjax.org before deployment.
|
# copy of MathJax from https://www.mathjax.org before deployment.
|
||||||
|
|
||||||
MATHJAX_RELPATH = http://www.mathjax.org/mathjax
|
MATHJAX_RELPATH = http://www.mathjax.org/mathjax
|
||||||
|
|
||||||
@ -1322,7 +1322,7 @@ LATEX_SOURCE_CODE = NO
|
|||||||
|
|
||||||
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
|
# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
|
||||||
# bibliography, e.g. plainnat, or ieeetr. The default style is "plain". See
|
# bibliography, e.g. plainnat, or ieeetr. The default style is "plain". See
|
||||||
# http://en.wikipedia.org/wiki/BibTeX for more info.
|
# https://en.wikipedia.org/wiki/BibTeX for more info.
|
||||||
|
|
||||||
LATEX_BIB_STYLE = plain
|
LATEX_BIB_STYLE = plain
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ digraph pkg_props_dictionary {
|
|||||||
main [label="Package dictionary"];
|
main [label="Package dictionary"];
|
||||||
main -> homepage [label="string"];
|
main -> homepage [label="string"];
|
||||||
homepage -> homepage_value;
|
homepage -> homepage_value;
|
||||||
homepage_value [style=filled,fillcolor="yellowgreen",label="http://code.google.com/p/xbps"];
|
homepage_value [style=filled,fillcolor="yellowgreen",label="https://code.google.com/p/xbps"];
|
||||||
main -> license [label="string"];
|
main -> license [label="string"];
|
||||||
license -> license_value;
|
license -> license_value;
|
||||||
license_value [style=filled,fillcolor="yellowgreen",label="BSD"];
|
license_value [style=filled,fillcolor="yellowgreen",label="BSD"];
|
||||||
|
Reference in New Issue
Block a user