diff --git a/docs/README.md b/docs/README.md index 7a66a01805575d5a22736d8e9242a8aa34867d5a..89ee9052811f3d1cf06942c56d274fb68a19bc56 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,13 @@ ## Содержание +### Для пользователей + 1. [Введение](intro.md) 2. [Управление программным обеспечением](package-manage.md) 3. [Обновление системы портов до новой версии](update-port-system.md) -4. [Создание портов](create-ports.md) + +### Для разработчиков/создателей портов + +1. [Создание портов](create-ports.md) +2. [Обновление портов](update-ports.md) diff --git a/docs/update-ports.md b/docs/update-ports.md new file mode 100644 index 0000000000000000000000000000000000000000..7e91a2746ec3572f9c00255bd9dad5e8f824dc61 --- /dev/null +++ b/docs/update-ports.md @@ -0,0 +1,10 @@ +# Обновление портов [FOR DEVELOPERS] + +Для обновления порта в СП требуется отредактировать файл `port.toml`. Требуется +обновить сведения в параметре или секции параметров `package.version`, `deps` и +`port`. При необходимости актуализируются сборочные инструкции в файле +`install`, а если список файлов новой версии порта отличается от списка файлов +старой версии порта (файлов, которые устанавливает порт в систему), то +выполняется перегенерация файла `files.list`. + +> При обновлении порта не используется скрипт `Ports/ports/mk`! diff --git a/ports.txz b/ports.txz index a8f7c141ea5489691b98ae227ff31a33c39e63c3..139e3b64cbc125f89f9b07241f6d3d7212fb631b 100644 Binary files a/ports.txz and b/ports.txz differ diff --git a/ports/metadata.toml b/ports/metadata.toml index 2ce95d01bdcf40dd953a58183e4eb4397a2dddd6..ff44d592e35c134d250ce0f9d0a2037485bf58e5 100644 --- a/ports/metadata.toml +++ b/ports/metadata.toml @@ -1,4 +1,4 @@ -ports = [ "base/acl", "base/binutils", "base/cmake", "base/libuv", "base/make-ca", "base/p11-kit", "base/sys_configs", "editors/gvim", "general/icu", "general/doxygen", "general/libxml2", "general/llvm", "general/nodejs", "general/which_orig", "general/which_script", "postcpl/cracklib", "postcpl/btrfs-progs", "postcpl/dosfstools", "postcpl/fuse", "postcpl/ntfs-3g", "xorg/x11-libs/libXau", "xorg/x11-libs/libXdmcp", "xorg/x11-libs/libxcb", "xorg/x11-libs/libxcvt", "xorg/x11-libs/xlibs", "xorg/x11-minimal/XBE", "xorg/x11-minimal/xorgproto", "xorg/x11-minimal/util-macros", "xorg/x11-minimal/xcb-proto", "xorg/x11-minimal/xcb-util", "xorg/x11-minimal/xcb-util-image", "xorg/x11-minimal/xcb-util-keysyms", "xorg/x11-minimal/xcb-util-renderutil", "wayland/wayland", "xorg/x11-minimal/xcb-util-wm", "xorg/x11-minimal/xcb-util-cursor", "xorg/x11-minimal/mesa", "xorg/x11-minimal/xbitmaps", "xorg/x11-minimal/xapps", "xorg/x11-minimal/xcursor-themes", "xorg/x11-minimal/xfonts", "xorg/x11-minimal/xkeyboard-config", "xorg/x11-minimal/xwayland", "xorg/x11-minimal/xorg-server", "xorg/x11-minimal/xterm", "xorg/x11-minimal/xclock", "xorg/x11-minimal/xinit", "xorg/x11-minimal/xlegacy", "general/pixman", "general/libpng", "postcpl/linux-pam", "postcpl/libpwquality", "xorg/x11-drivers/libvdpau", "base/cport", "base/cport", "cross_compiler/binutils", "cross_compiler/gcc", "cross_compiler/linux", "cross_compiler/glibc", "cross_compiler/libstdcxx", "toolchain/m4", "toolchain/ncurses", "general/fontconfig", "wayland/wayland-protocols", "toolchain/bash", "toolchain/bash",] +ports = [ "base/acl", "base/binutils", "base/cmake", "base/libuv", "base/make-ca", "base/p11-kit", "base/sys_configs", "editors/gvim", "general/icu", "general/doxygen", "general/libxml2", "general/llvm", "general/nodejs", "general/which_orig", "general/which_script", "postcpl/cracklib", "postcpl/btrfs-progs", "postcpl/dosfstools", "postcpl/fuse", "postcpl/ntfs-3g", "xorg/x11-libs/libXau", "xorg/x11-libs/libXdmcp", "xorg/x11-libs/libxcb", "xorg/x11-libs/libxcvt", "xorg/x11-libs/xlibs", "xorg/x11-minimal/XBE", "xorg/x11-minimal/xorgproto", "xorg/x11-minimal/util-macros", "xorg/x11-minimal/xcb-proto", "xorg/x11-minimal/xcb-util", "xorg/x11-minimal/xcb-util-image", "xorg/x11-minimal/xcb-util-keysyms", "xorg/x11-minimal/xcb-util-renderutil", "wayland/wayland", "xorg/x11-minimal/xcb-util-wm", "xorg/x11-minimal/xcb-util-cursor", "xorg/x11-minimal/mesa", "xorg/x11-minimal/xbitmaps", "xorg/x11-minimal/xapps", "xorg/x11-minimal/xcursor-themes", "xorg/x11-minimal/xfonts", "xorg/x11-minimal/xkeyboard-config", "xorg/x11-minimal/xwayland", "xorg/x11-minimal/xorg-server", "xorg/x11-minimal/xterm", "xorg/x11-minimal/xclock", "xorg/x11-minimal/xinit", "xorg/x11-minimal/xlegacy", "general/pixman", "general/libpng", "postcpl/linux-pam", "postcpl/libpwquality", "xorg/x11-drivers/libvdpau", "base/cport", "cross_compiler/binutils", "cross_compiler/gcc", "cross_compiler/linux", "cross_compiler/glibc", "cross_compiler/libstdcxx", "toolchain/m4", "toolchain/ncurses", "general/fontconfig", "wayland/wayland-protocols", "toolchain/bash", "toolchain/coreutils", "toolchain/diffutils", "toolchain/file", "toolchain/findutils", "toolchain/gawk", "toolchain/grep", "toolchain/gzip", "toolchain/make", "toolchain/patch", "toolchain/sed", "toolchain/tar",] [system] release = [ "v2.0a1", "v2.0a2", "v2.0",] diff --git a/ports/toolchain/bash/install b/ports/toolchain/bash/install index aacf6cfe0d1da109716b331a74f8642cff9ffe43..291e19396974f886004f443a957e9c44586e2dca 100644 --- a/ports/toolchain/bash/install +++ b/ports/toolchain/bash/install @@ -5,7 +5,7 @@ NAME="bash" VERSION="5.1.16" -cd /usr/src/"$NAME-$VERSION" +cd $CALM/usr/src/"$NAME-$VERSION" ./configure --prefix=/usr \ --build=$(support/config.guess) \ diff --git a/ports/toolchain/coreutils/install b/ports/toolchain/coreutils/install new file mode 100644 index 0000000000000000000000000000000000000000..0c9fec7d3b767ccd18f4994e2d24dee442decb6c --- /dev/null +++ b/ports/toolchain/coreutils/install @@ -0,0 +1,26 @@ +#!/bin/bash -e +# Build script for 'coreutils' package +# Copyright (C) 2021, 2022 Michail Krasnov ⚪️🔵️⚪️ + +NAME="coreutils" +VERSION="9.1" + +cd $CALM/usr/src/"$NAME-$VERSION" + +./configure --prefix=/usr \ + --host=$CALM_TGT \ + --build=$(build-aux/config.guess) \ + --enable-install-program=hostname \ + --enable-no-install-program=kill,uptime + +make +make DESTDIR=$CALM install + +mv -v $CALM/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} $CALM/bin +mv -v $CALM/usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} $CALM/bin +mv -v $CALM/usr/bin/{rmdir,stty,sync,true,uname} $CALM/bin +mv -v $CALM/usr/bin/{head,nice,sleep,touch} $CALM/bin +mv -v $CALM/usr/bin/chroot $CALM/usr/sbin +mkdir -pv $CALM/usr/share/man/man8 +mv -v $CALM/usr/share/man/man1/chroot.1 $CALM/usr/share/man/man8/chroot.8 +sed -i 's/"1"/"8"/' $CALM/usr/share/man/man8/chroot.8 diff --git a/ports/toolchain/coreutils/port.toml b/ports/toolchain/coreutils/port.toml new file mode 100644 index 0000000000000000000000000000000000000000..dd28d04ec3a4a5dfa08aef6c8f3876bbe4897e67 --- /dev/null +++ b/ports/toolchain/coreutils/port.toml @@ -0,0 +1,16 @@ +[package] +name = "coreutils" +version = "9.1" +description = "Utilities for showing and setting the basic system characteristics" +maintainer = "Michail Krasnov ⚪️🔵️⚪️ " +releases = ['v2.0a1', 'v2.0a2', 'v2.0a3'] +priority = "system" +usage = 158 +upgrade_mode = "soft" +build_time = 0.6 + +[deps] + +[port] +url = "none" +md5 = "none" diff --git a/ports/toolchain/diffutils/install b/ports/toolchain/diffutils/install new file mode 100644 index 0000000000000000000000000000000000000000..463af2c5f4511c992e669877c64dc9d5347677de --- /dev/null +++ b/ports/toolchain/diffutils/install @@ -0,0 +1,13 @@ +#!/bin/bash -e +# Build script for 'diffutils' package +# Copyright (C) 2021, 2022 Michail Krasnov ⚪️🔵️⚪️ + +NAME="diffutils" +VERSION="3.8" + +cd $CALM/usr/src/"$NAME-$VERSION" + +./configure --prefix=/usr --host=$LFS_TGT + +make +make DESTDIR=$CALM install diff --git a/ports/toolchain/diffutils/port.toml b/ports/toolchain/diffutils/port.toml new file mode 100644 index 0000000000000000000000000000000000000000..ff6fedaa868662d076614d5c7046ef357501ba46 --- /dev/null +++ b/ports/toolchain/diffutils/port.toml @@ -0,0 +1,16 @@ +[package] +name = "diffutils" +version = "3.8" +description = "Programs that show the differences between files or directories" +maintainer = "Michail Krasnov ⚪️🔵️⚪️ " +releases = ['v2.0a1', 'v2.0a2', 'v2.0a3'] +priority = "system" +usage = 27 +upgrade_mode = "hard" +build_time = 0.2 + +[deps] + +[port] +url = "none" +md5 = "none" diff --git a/ports/toolchain/file/install b/ports/toolchain/file/install new file mode 100644 index 0000000000000000000000000000000000000000..9304b2ab364ae3cffc8ec739d2ecfddfdac217a1 --- /dev/null +++ b/ports/toolchain/file/install @@ -0,0 +1,22 @@ +#!/bin/bash -e +# Build script for 'file' package +# Copyright (C) 2021, 2022 Michail Krasnov ⚪️🔵️⚪️ + +NAME="file" +VERSION="5.42" + +cd $CALM/usr/src/"$NAME-$VERSION" + +mkdir build +pushd build + ../configure --disable-bzlib \ + --disable-libseccomp \ + --disable-xzlib \ + --disable-zlib + make +popd + +./configure --prefix=/usr --host=$CALM_TGT --build=$(./config.guess) + +make FILE_COMPILE=$(pwd)/build/src/file +make DESTDIR=$CALM install diff --git a/ports/toolchain/file/port.toml b/ports/toolchain/file/port.toml new file mode 100644 index 0000000000000000000000000000000000000000..94246236fdb64f5c0f86b7a48734273064972b9e --- /dev/null +++ b/ports/toolchain/file/port.toml @@ -0,0 +1,16 @@ +[package] +name = "file" +version = "5.42" +description = "Utility for determining the type of a given file or files" +maintainer = "Michail Krasnov ⚪️🔵️⚪️ " +releases = ['v2.0a1', 'v2.0a2', 'v2.0a3'] +priority = "system" +usage = 32 +upgrade_mode = "hard" +build_time = 0.1 + +[deps] + +[port] +url = "none" +md5 = "none" diff --git a/ports/toolchain/findutils/install b/ports/toolchain/findutils/install new file mode 100644 index 0000000000000000000000000000000000000000..0dcda3d598a331ac23180a6753020883157ebba9 --- /dev/null +++ b/ports/toolchain/findutils/install @@ -0,0 +1,19 @@ +#!/bin/bash -e +# Build script for 'findutils' package +# Copyright (C) 2021, 2022 Michail Krasnov ⚪️🔵️⚪️ + +NAME="findutils" +VERSION="4.9.0" + +cd $CALM/usr/src/"$NAME-$VERSION" + +./configure --prefix=/usr \ + --localstatedir=/var/lib/locate \ + --host=$CALM_TGT \ + --build=$(build-aux/config.guess) + +make +make DESTDIR=$CALM install + +mv -v $CALM/usr/bin/find $CALM/bin +sed -i 's|find:=${BINDIR}|find:=/bin|' $CALM/usr/bin/updatedb diff --git a/ports/toolchain/findutils/port.toml b/ports/toolchain/findutils/port.toml new file mode 100644 index 0000000000000000000000000000000000000000..c45bf7d739bf5c9d0b688e8a662b857f83c057b5 --- /dev/null +++ b/ports/toolchain/findutils/port.toml @@ -0,0 +1,16 @@ +[package] +name = "findutils" +version = "4.9.0" +description = "The Findutils package contains programs to find files. These programs are provided to recursively search through a directory tree and to create, maintain, and search a database (often faster than the recursive find, but is unreliable if the database has not been recently updated)" +maintainer = "Michail Krasnov ⚪️🔵️⚪️ " +releases = ['v2.0a1', 'v2.0a2', 'v2.0a3'] +priority = "system" +usage = 42 +upgrade_mode = "soft" +build_time = 0.2 + +[deps] + +[port] +url = "none" +md5 = "none" diff --git a/ports/toolchain/gawk/install b/ports/toolchain/gawk/install new file mode 100644 index 0000000000000000000000000000000000000000..10b451a3157f94c3dde72d2cdb7551c40c6e6b64 --- /dev/null +++ b/ports/toolchain/gawk/install @@ -0,0 +1,17 @@ +#!/bin/bash -e +# Build script for 'gawk' package +# Copyright (C) 2021, 2022 Michail Krasnov ⚪️🔵️⚪️ + +NAME="gawk" +VERSION="5.1.1" + +cd $CALM/usr/src/"$NAME-$VERSION" + +sed -i 's/extras//' Makefile.in + +./configure --prefix=/usr \ + --host=$CALM_TGT \ + --build=$(build-aux/config.guess) + +make +make DESTDIR=$CALM install diff --git a/ports/toolchain/gawk/port.toml b/ports/toolchain/gawk/port.toml new file mode 100644 index 0000000000000000000000000000000000000000..67c7d2712d81bbbb27be0f2c0921145f0a715ec3 --- /dev/null +++ b/ports/toolchain/gawk/port.toml @@ -0,0 +1,16 @@ +[package] +name = "gawk" +version = "5.1.1" +description = "Programs for manipulating text file" +maintainer = "Michail Krasnov ⚪️🔵️⚪️ " +releases = ['v2.0a1', 'v2.0a2', 'v2.0a3'] +priority = "system" +usage = 45 +upgrade_mode = "hard" +build_time = 0.2 + +[deps] + +[port] +url = "none" +md5 = "none" diff --git a/ports/toolchain/grep/install b/ports/toolchain/grep/install new file mode 100644 index 0000000000000000000000000000000000000000..7e5911a4ed1d01d6fb0137c84c8c38f815635c4a --- /dev/null +++ b/ports/toolchain/grep/install @@ -0,0 +1,15 @@ +#!/bin/bash -e +# Build script for 'grep' package +# Copyright (C) 2021, 2022 Michail Krasnov ⚪️🔵️⚪️ + +NAME="grep" +VERSION="3.7" + +cd $CALM/usr/src/"$NAME-$VERSION" + +./configure --prefix=/usr \ + --host=$CALM_TGT \ + --bindir=/bin + +make +make DESTDIR=$CALM install diff --git a/ports/toolchain/grep/port.toml b/ports/toolchain/grep/port.toml new file mode 100644 index 0000000000000000000000000000000000000000..ebd44d509fbe4f9f81d38a078fbd78cf924f73d4 --- /dev/null +++ b/ports/toolchain/grep/port.toml @@ -0,0 +1,16 @@ +[package] +name = "grep" +version = "3.7" +description = "Programs for searching through the contents of files" +maintainer = "Michail Krasnov ⚪️🔵️⚪️ " +releases = ['v2.0a1', 'v2.0a2', 'v2.0a3'] +priority = "system" +usage = 26 +upgrade_mode = "hard" +build_time = 0.2 + +[deps] + +[port] +url = "none" +md5 = "none" diff --git a/ports/toolchain/gzip/install b/ports/toolchain/gzip/install new file mode 100644 index 0000000000000000000000000000000000000000..b549a9246f9ac7b128437e576f99afe2caf50f8a --- /dev/null +++ b/ports/toolchain/gzip/install @@ -0,0 +1,15 @@ +#!/bin/bash -e +# Build script for 'gzip' package +# Copyright (C) 2021, 2022 Michail Krasnov ⚪️🔵️⚪️ + +NAME="gzip" +VERSION="1.12" + +cd $CALM/usr/src/"$NAME-$VERSION" + +./configure --prefix=/usr --host=$CALM_TGT + +make +make DESTDIR=$CALM install + +mv -v $CALM/usr/bin/gzip $CALM/bin diff --git a/ports/toolchain/gzip/port.toml b/ports/toolchain/gzip/port.toml new file mode 100644 index 0000000000000000000000000000000000000000..27b452607192f7cc5e73f4a141a6b01e89ca37dc --- /dev/null +++ b/ports/toolchain/gzip/port.toml @@ -0,0 +1,16 @@ +[package] +name = "gzip" +version = "1.12" +description = "Programs for compressing and decompressing files" +maintainer = "Michail Krasnov ⚪️🔵️⚪️ " +releases = ['v2.0a1', 'v2.0a2', 'v2.0a3'] +priority = "system" +usage = 11 +upgrade_mode = "hard" +build_time = 0.1 + +[deps] + +[port] +url = "none" +md5 = "none" diff --git a/ports/toolchain/m4/install b/ports/toolchain/m4/install index ab1b5fc347dc51d108aed71865613813102f9493..b8b23e72dfd0ae4d9fa25d4af44975e7341a099a 100755 --- a/ports/toolchain/m4/install +++ b/ports/toolchain/m4/install @@ -5,7 +5,7 @@ NAME="m4" VERSION="1.4.19" -cd /usr/src/"$NAME-$VERSION" +cd $CALM/usr/src/"$NAME-$VERSION" ./configure --prefix=/usr \ --host=$CALM_TGT \ diff --git a/ports/toolchain/make/install b/ports/toolchain/make/install new file mode 100644 index 0000000000000000000000000000000000000000..8acaf6736d2a6849e915ff813c18baa3de9ef95b --- /dev/null +++ b/ports/toolchain/make/install @@ -0,0 +1,16 @@ +#!/bin/bash -e +# Build script for 'make' package +# Copyright (C) 2021, 2022 Michail Krasnov ⚪️🔵️⚪️ + +NAME="make" +VERSION="4.3" + +cd $CALM/usr/src/"$NAME-$VERSION" + +./configure --prefix=/usr \ + --without-guile \ + --host=$CALM_TGT \ + --build=$(build-aux/config.guess) + +make +make DESTDIR=$CALM install diff --git a/ports/toolchain/make/port.toml b/ports/toolchain/make/port.toml new file mode 100644 index 0000000000000000000000000000000000000000..2d163ac910fb465391512023d62288bf4c826d3b --- /dev/null +++ b/ports/toolchain/make/port.toml @@ -0,0 +1,16 @@ +[package] +name = "make" +version = "4.3" +description = "Program for controlling the generation of executables and other non-source files of a package from source files" +maintainer = "Michail Krasnov ⚪️🔵️⚪️ " +releases = ['v2.0a1', 'v2.0a2', 'v2.0a3'] +priority = "system" +usage = 15 +upgrade_mode = "hard" +build_time = 0.1 + +[deps] + +[port] +url = "none" +md5 = "none" diff --git a/ports/toolchain/patch/install b/ports/toolchain/patch/install new file mode 100644 index 0000000000000000000000000000000000000000..b95d6258d0fd2b6c223d73045d857f877779f0d4 --- /dev/null +++ b/ports/toolchain/patch/install @@ -0,0 +1,15 @@ +#!/bin/bash -e +# Build script for 'patch' package +# Copyright (C) 2021, 2022 Michail Krasnov ⚪️🔵️⚪️ + +NAME="patch" +VERSION="2.7.6" + +cd $CALM/usr/src/"$NAME-$VERSION" + +./configure --prefix=/usr \ + --host=$CALM_TGT \ + --build=$(build-aux/config.guess) + +make +make DESTDIR=$CALM install diff --git a/ports/toolchain/patch/port.toml b/ports/toolchain/patch/port.toml new file mode 100644 index 0000000000000000000000000000000000000000..3686ce1d2ae249b30ed4c3b96db5dae5023eb690 --- /dev/null +++ b/ports/toolchain/patch/port.toml @@ -0,0 +1,16 @@ +[package] +name = "patch" +version = "2.7.6" +description = "Program for modifying or creating files by applying a “patch” file typically created by the diff program" +maintainer = "Michail Krasnov ⚪️🔵️⚪️ " +releases = ['v2.0a1', 'v2.0a2', 'v2.0a3'] +priority = "system" +usage = 12 +upgrade_mode = "hard" +build_time = 0.1 + +[deps] + +[port] +url = "none" +md5 = "none" diff --git a/ports/toolchain/sed/install b/ports/toolchain/sed/install new file mode 100644 index 0000000000000000000000000000000000000000..0c5e28187a12fb64516d5a491321a4f1940aa6fe --- /dev/null +++ b/ports/toolchain/sed/install @@ -0,0 +1,13 @@ +#!/bin/bash -e +# Build script for 'sed' package +# Copyright (C) 2021, 2022 Michail Krasnov ⚪️🔵️⚪️ + +NAME="sed" +VERSION="4.8" + +cd $CALM/usr/src/"$NAME-$VERSION" + +./configure --prefix=/usr --host=$CALM_TGT --bindir=/bin + +make +make DESTDIR=$CALM install diff --git a/ports/toolchain/sed/port.toml b/ports/toolchain/sed/port.toml new file mode 100644 index 0000000000000000000000000000000000000000..b842452ec2b74eb451be82c2b7a6dbf86b1c4091 --- /dev/null +++ b/ports/toolchain/sed/port.toml @@ -0,0 +1,16 @@ +[package] +name = "sed" +version = "4.8" +description = "Stream editor" +maintainer = "Michail Krasnov ⚪️🔵️⚪️ " +releases = ['v2.0a1', 'v2.0a2', 'v2.0a3'] +priority = "system" +usage = 20 +upgrade_mode = "hard" +build_time = 0.1 + +[deps] + +[port] +url = "none" +md5 = "none" diff --git a/ports/toolchain/tar/install b/ports/toolchain/tar/install new file mode 100644 index 0000000000000000000000000000000000000000..7a22dc4c3e8636474c537577e0ea4a5951cee09e --- /dev/null +++ b/ports/toolchain/tar/install @@ -0,0 +1,16 @@ +#!/bin/bash -e +# Build script for 'tar' package +# Copyright (C) 2021, 2022 Michail Krasnov ⚪️🔵️⚪️ + +NAME="tar" +VERSION="1.34" + +cd $CALM/usr/src/"$NAME-$VERSION" + +./configure --prefix=/usr \ + --bindir=/bin \ + --host=$CALM_TGT \ + --build=$(build-aux/config.guess) + +make +make DESTDIR=$CALM install diff --git a/ports/toolchain/tar/port.toml b/ports/toolchain/tar/port.toml new file mode 100644 index 0000000000000000000000000000000000000000..70d49b16e0d51d3c50a7495fe2bf885e14c8ffa3 --- /dev/null +++ b/ports/toolchain/tar/port.toml @@ -0,0 +1,16 @@ +[package] +name = "tar" +version = "1.34" +description = "The Tar package provides the ability to create tar archives as well as perform various other kinds of archive manipulation. Tar can be used on previously created archives to extract files, to store additional files, or to update or list files which were already stored" +maintainer = "Michail Krasnov ⚪️🔵️⚪️ " +releases = ['v2.0a1', 'v2.0a2', 'v2.0a3'] +priority = "system" +usage = 38 +upgrade_mode = "hard" +build_time = 0.2 + +[deps] + +[port] +url = "none" +md5 = "none"