diff options
author | Silvino Silva <silvino@bk.ru> | 2017-03-01 21:26:01 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-03-01 21:26:01 +0000 |
commit | 40fc398cab05e1ae769554a50fb423ca38c3bfb6 (patch) | |
tree | 7bfd2a5059a40bc3ffe42d6b59b9158492f86f4d /core | |
parent | 0fd1b8a98b4d31a97070a983114e18bc6f9a7290 (diff) | |
download | doc-40fc398cab05e1ae769554a50fb423ca38c3bfb6.tar.gz |
6c37 ports configuration updated
Diffstat (limited to 'core')
-rw-r--r-- | core/conf/ports/6c37-dropin.httpup | 5 | ||||
-rw-r--r-- | core/conf/ports/6c37.httpup | 5 | ||||
-rw-r--r-- | core/configure.html | 4 | ||||
-rw-r--r-- | core/package.html | 2 | ||||
-rw-r--r-- | core/ports.html | 16 |
5 files changed, 23 insertions, 9 deletions
diff --git a/core/conf/ports/6c37-dropin.httpup b/core/conf/ports/6c37-dropin.httpup new file mode 100644 index 0000000..6dfb3e2 --- /dev/null +++ b/core/conf/ports/6c37-dropin.httpup @@ -0,0 +1,5 @@ +# Collection 6c37-dropin, by camille at airmail dot cc +# File generated by the CRUX portdb http://crux.nu/portdb/ + +ROOT_DIR=/usr/ports/6c37-dropin +URL=https://raw.githubusercontent.com/6c37/crux-ports-dropin/3.3/ diff --git a/core/conf/ports/6c37.httpup b/core/conf/ports/6c37.httpup new file mode 100644 index 0000000..dbc9422 --- /dev/null +++ b/core/conf/ports/6c37.httpup @@ -0,0 +1,5 @@ +# Collection 6c37, by kori at openmailbox dot org +# File generated by the CRUX portdb http://crux.nu/portdb/ + +ROOT_DIR=/usr/ports/6c37 +URL=https://raw.githubusercontent.com/6c37/crux-ports/3.2/ diff --git a/core/configure.html b/core/configure.html index b6b3fb5..6349b65 100644 --- a/core/configure.html +++ b/core/configure.html @@ -52,7 +52,7 @@ </pre> <p>Edit /etc/hosts to contain your hostname and FQDN, - this example uses c9.core and c9.root.cx sub-domain from + this example uses c9.core and c9.root.sx sub-domain from <a href="http://freedns.afraid.org">afraid.org</a> pointing to 10.0.0.1 ip;</p> @@ -62,7 +62,7 @@ 127.0.0.1 c9.core c9 #<ip-address> <hostname.domain.org> <aliases> - 10.0.0.1 c9.root.cx + 10.0.0.1 c9.root.sx # IPv6 #::1 ip6-localhost ip6-loopback diff --git a/core/package.html b/core/package.html index 327029e..21415ae 100644 --- a/core/package.html +++ b/core/package.html @@ -136,6 +136,7 @@ # 6c37 team provides a collection with freetype-iu, fontconfig-iu # and cairo-iu ports. + prtdir /usr/ports/6c37-dropin prtdir /usr/ports/6c37 </pre> @@ -143,6 +144,7 @@ <pre> $ sudo ports -u c9-ports + $ sudo ports -u 6c37-dropin $ sudo ports -u 6c37 </pre> diff --git a/core/ports.html b/core/ports.html index 9662e43..6a5e4a8 100644 --- a/core/ports.html +++ b/core/ports.html @@ -155,6 +155,15 @@ # note: the order matters: the package found first is used prtdir /usr/ports/core + + # ports described on this documentation + prtdir /usr/ports/c9-ports + + # 6c37 team provides a collection with freetype-iu, fontconfig-iu + # and cairo-iu ports. + prtdir /usr/ports/6c37 + prtdir /usr/ports/6c37-dropin + prtdir /usr/ports/opt prtdir /usr/ports/xorg @@ -164,13 +173,6 @@ # the following line enables the user maintained contrib collection prtdir /usr/ports/contrib - # ports described on this documentation - #prtdir /usr/ports/c9-ports - - # 6c37 team provides a collection with freetype-iu, fontconfig-iu - # and cairo-iu ports. - #prtdir /usr/ports/6c37 - ### use mypackage form local directory # prtdir /home/packages/build:mypackage |