From e6fa6533c11e883b565e273cb2075621c4564300 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 2 Mar 2017 00:27:59 +0100 Subject: [PATCH 01/10] Initial commit. Added README file. --- README | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..e69de29 -- 2.26.2 From 037bbc668b52ce3d1db254b8342806d02bd3d570 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 4 Oct 2017 04:09:02 +0200 Subject: [PATCH 02/10] pkgutils: initial import --- pkgutils/.footprint | 21 +++++++++++++++++++++ pkgutils/.md5sum | 2 ++ pkgutils/Pkgfile | 17 +++++++++++++++++ pkgutils/pkgmk.conf.patch | 14 ++++++++++++++ 4 files changed, 54 insertions(+) create mode 100644 pkgutils/.footprint create mode 100644 pkgutils/.md5sum create mode 100644 pkgutils/Pkgfile create mode 100644 pkgutils/pkgmk.conf.patch diff --git a/pkgutils/.footprint b/pkgutils/.footprint new file mode 100644 index 0000000..675aac2 --- /dev/null +++ b/pkgutils/.footprint @@ -0,0 +1,21 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/pkgadd.conf +-rw-r--r-- root/root etc/pkgmk.conf +-rw-r--r-- root/root etc/rejmerge.conf +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/pkgadd +lrwxrwxrwx root/root usr/bin/pkginfo -> pkgadd +-rwxr-xr-x root/root usr/bin/pkgmk +lrwxrwxrwx root/root usr/bin/pkgrm -> pkgadd +-rwxr-xr-x root/root usr/bin/rejmerge +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/pkgmk.conf.5.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/pkgadd.8.gz +-rw-r--r-- root/root usr/share/man/man8/pkginfo.8.gz +-rw-r--r-- root/root usr/share/man/man8/pkgmk.8.gz +-rw-r--r-- root/root usr/share/man/man8/pkgrm.8.gz +-rw-r--r-- root/root usr/share/man/man8/rejmerge.8.gz diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum new file mode 100644 index 0000000..804cd9e --- /dev/null +++ b/pkgutils/.md5sum @@ -0,0 +1,2 @@ +0bb619da9da7b08a6a61bab306793f2d pkgmk.conf.patch +86a599c296d0311995e6432c40284cc1 pkgutils-5.40.4.tar.xz diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile new file mode 100644 index 0000000..94accfe --- /dev/null +++ b/pkgutils/Pkgfile @@ -0,0 +1,17 @@ +# Description: A set of utilities to manage software packages +# URL: http://crux.nu/gitweb/?p=tools/pkgutils.git +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: libarchive + +name=pkgutils +version=5.40.4 +release=1 +source=(http://crux.nu/files/$name-$version.tar.xz \ + pkgmk.conf.patch) + +build () { + cd $name-$version + patch -p0 -i $SRC/pkgmk.conf.patch + make DESTDIR=$PKG install MANDIR=/usr/share/man +} diff --git a/pkgutils/pkgmk.conf.patch b/pkgutils/pkgmk.conf.patch new file mode 100644 index 0000000..77d1c13 --- /dev/null +++ b/pkgutils/pkgmk.conf.patch @@ -0,0 +1,14 @@ +--- pkgmk.conf.orig 2014-10-16 15:59:34.057394811 +0000 ++++ pkgmk.conf 2014-10-16 16:00:18.437371591 +0000 +@@ -2,9 +2,8 @@ + # /etc/pkgmk.conf: pkgmk(8) configuration + # + +-export CFLAGS="-O2 -march=x86-64 -pipe" +-export CXXFLAGS="${CFLAGS}" +- ++export CFLAGS="-O2 -pipe -march=armv8-a+crc -mabi=lp64 -mlittle-endian" ++export CXXFLAGS="$CFLAGS" + # export MAKEFLAGS="-j2" + + case ${PKGMK_ARCH} in -- 2.26.2 From 1fb221f77543a7b7fb8db984232189457a221465 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 4 Oct 2017 04:09:23 +0200 Subject: [PATCH 03/10] ports: initial import --- ports/.footprint | 23 +++++++++++++++++++++++ ports/.md5sum | 13 +++++++++++++ ports/Pkgfile | 32 ++++++++++++++++++++++++++++++++ ports/contrib.pub | 2 ++ ports/contrib.rsync.inactive | 3 +++ ports/core-arm64.rsync | 3 +++ ports/core.pub | 2 ++ ports/core.rsync | 3 +++ ports/opt-arm64.rsync | 3 +++ ports/opt.pub | 2 ++ ports/opt.rsync | 3 +++ ports/raspberrypi3-arm.rsync | 3 +++ ports/xorg-arm64.rsync | 3 +++ ports/xorg.pub | 2 ++ ports/xorg.rsync | 3 +++ 15 files changed, 100 insertions(+) create mode 100644 ports/.footprint create mode 100644 ports/.md5sum create mode 100644 ports/Pkgfile create mode 100644 ports/contrib.pub create mode 100644 ports/contrib.rsync.inactive create mode 100644 ports/core-arm64.rsync create mode 100644 ports/core.pub create mode 100644 ports/core.rsync create mode 100644 ports/opt-arm64.rsync create mode 100644 ports/opt.pub create mode 100644 ports/opt.rsync create mode 100644 ports/raspberrypi3-arm.rsync create mode 100644 ports/xorg-arm64.rsync create mode 100644 ports/xorg.pub create mode 100644 ports/xorg.rsync diff --git a/ports/.footprint b/ports/.footprint new file mode 100644 index 0000000..7c39821 --- /dev/null +++ b/ports/.footprint @@ -0,0 +1,23 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/ports/ +-rw-r--r-- root/root etc/ports/contrib.pub +-rw-r--r-- root/root etc/ports/contrib.rsync.inactive +-rw-r--r-- root/root etc/ports/core-arm64.rsync +-rw-r--r-- root/root etc/ports/core.pub +-rw-r--r-- root/root etc/ports/core.rsync +drwxr-xr-x root/root etc/ports/drivers/ +-rw-r--r-- root/root etc/ports/opt-arm64.rsync +-rw-r--r-- root/root etc/ports/opt.pub +-rw-r--r-- root/root etc/ports/opt.rsync +-rw-r--r-- root/root etc/ports/raspberrypi3-arm.rsync +-rw-r--r-- root/root etc/ports/xorg-arm64.rsync +-rw-r--r-- root/root etc/ports/xorg.pub +-rw-r--r-- root/root etc/ports/xorg.rsync +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/ports +drwxr-xr-x root/root usr/ports/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/ports.8.gz diff --git a/ports/.md5sum b/ports/.md5sum new file mode 100644 index 0000000..9d760fa --- /dev/null +++ b/ports/.md5sum @@ -0,0 +1,13 @@ +804bb419e539a70ad80e4c03df3c3411 contrib.pub +50fce84f0327ee5c100f66594024b5f2 contrib.rsync.inactive +4302ffea9d448303374417f5cfb605d2 core-arm64.rsync +b8dd0aad383810cad920d6548cd1cb56 core.pub +faedd8944bd5ecc397f73bf73bd624d4 core.rsync +ff09785708a0f8af34aa5dbe6f8353a2 opt-arm64.rsync +0d1f1fde50a9bd743d9cac6b235f038c opt.pub +eded5385d3637f1918a82f4409abc64a opt.rsync +1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz +78a76d3e1838a7ec2870b07e0ae746b9 raspberrypi3-arm.rsync +3c1a462992de8230977707537e6e27f9 xorg-arm64.rsync +69927e5d0ae5dc3455faeaac916c4db2 xorg.pub +c24101073a06fc58a02c99bf5d56bea7 xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile new file mode 100644 index 0000000..63ed3ad --- /dev/null +++ b/ports/Pkgfile @@ -0,0 +1,32 @@ +# Description: CRUX ports system tools +# URL: http://crux.nu +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: + +name=ports +version=1.5 +release=22 +source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ + core.pub opt.pub xorg.pub contrib.pub \ + core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ + raspberrypi3-arm.rsync core-arm64.rsync opt-arm64.rsync xorg-arm64.rsync) + +build () { + cd $name-$version + make + make DESTDIR=$PKG MANDIR=/usr/share/man install + + install -m 0644 $SRC/core.rsync $PKG/etc/ports + install -m 0644 $SRC/opt.rsync $PKG/etc/ports + install -m 0644 $SRC/xorg.rsync $PKG/etc/ports + install -m 0644 $SRC/contrib.rsync.inactive $PKG/etc/ports + install -m 0644 $SRC/core.pub $PKG/etc/ports + install -m 0644 $SRC/opt.pub $PKG/etc/ports + install -m 0644 $SRC/xorg.pub $PKG/etc/ports + install -m 0644 $SRC/contrib.pub $PKG/etc/ports + install -m 0644 $SRC/raspberrypi3-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/core-arm64.rsync $PKG/etc/ports + install -m 0644 $SRC/opt-arm64.rsync $PKG/etc/ports + install -m 0644 $SRC/xorg-arm64.rsync $PKG/etc/ports +} diff --git a/ports/contrib.pub b/ports/contrib.pub new file mode 100644 index 0000000..81d31e5 --- /dev/null +++ b/ports/contrib.pub @@ -0,0 +1,2 @@ +untrusted comment: contrib public key +RWSagIOpLGJF3/J2edPyOdE4VWoyvvVvt3gdvOArUkvBrgSHjsBEdmrS diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive new file mode 100644 index 0000000..f69aa5d --- /dev/null +++ b/ports/contrib.rsync.inactive @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.2/contrib/ +destination=/usr/ports/contrib diff --git a/ports/core-arm64.rsync b/ports/core-arm64.rsync new file mode 100644 index 0000000..ab2c005 --- /dev/null +++ b/ports/core-arm64.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.2/core-arm64/ +destination=/usr/ports/core-arm64 diff --git a/ports/core.pub b/ports/core.pub new file mode 100644 index 0000000..a09d3ac --- /dev/null +++ b/ports/core.pub @@ -0,0 +1,2 @@ +untrusted comment: core public key +RWRJc1FUaeVeqsGlEPc66dguintWWomCSORUNseged62IATuMVCK0zu6 diff --git a/ports/core.rsync b/ports/core.rsync new file mode 100644 index 0000000..8dc4ec3 --- /dev/null +++ b/ports/core.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.2/core/ +destination=/usr/ports/core diff --git a/ports/opt-arm64.rsync b/ports/opt-arm64.rsync new file mode 100644 index 0000000..7db5181 --- /dev/null +++ b/ports/opt-arm64.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.2/opt-arm64/ +destination=/usr/ports/opt-arm64 diff --git a/ports/opt.pub b/ports/opt.pub new file mode 100644 index 0000000..346b688 --- /dev/null +++ b/ports/opt.pub @@ -0,0 +1,2 @@ +untrusted comment: opt public key +RWSE3ohX2g5d/Zmwm/W4S8ZzNNTjXE7bI8XmnpawKOnQ+MiVa7TD0YC9 diff --git a/ports/opt.rsync b/ports/opt.rsync new file mode 100644 index 0000000..73f531a --- /dev/null +++ b/ports/opt.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.2/opt/ +destination=/usr/ports/opt diff --git a/ports/raspberrypi3-arm.rsync b/ports/raspberrypi3-arm.rsync new file mode 100644 index 0000000..0a585a7 --- /dev/null +++ b/ports/raspberrypi3-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.3/raspberrypi3-arm/ +destination=/usr/ports/raspberrypi3-arm diff --git a/ports/xorg-arm64.rsync b/ports/xorg-arm64.rsync new file mode 100644 index 0000000..83f0aae --- /dev/null +++ b/ports/xorg-arm64.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.2/xorg-arm64/ +destination=/usr/ports/xorg-arm64 diff --git a/ports/xorg.pub b/ports/xorg.pub new file mode 100644 index 0000000..983eb51 --- /dev/null +++ b/ports/xorg.pub @@ -0,0 +1,2 @@ +untrusted comment: xorg public key +RWTSGWF5Q7TndIlWcgmz/x/4xBWLbyPRmI3LyI8rsN/iahlpFpgNIwSR diff --git a/ports/xorg.rsync b/ports/xorg.rsync new file mode 100644 index 0000000..842965f --- /dev/null +++ b/ports/xorg.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.2/xorg/ +destination=/usr/ports/xorg -- 2.26.2 From f7e4b138d3c505a3d4ea3f0d64acad79b79dd29a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 4 Oct 2017 04:13:11 +0200 Subject: [PATCH 04/10] prt-get: initial import --- prt-get/.footprint | 17 ++++++++++++++ prt-get/.md5sum | 3 +++ prt-get/Pkgfile | 22 +++++++++++++++++ prt-get/README | 9 +++++++ prt-get/prt-get.aliases | 9 +++++++ prt-get/prt-get.conf | 52 +++++++++++++++++++++++++++++++++++++++++ 6 files changed, 112 insertions(+) create mode 100644 prt-get/.footprint create mode 100644 prt-get/.md5sum create mode 100644 prt-get/Pkgfile create mode 100644 prt-get/README create mode 100644 prt-get/prt-get.aliases create mode 100644 prt-get/prt-get.conf diff --git a/prt-get/.footprint b/prt-get/.footprint new file mode 100644 index 0000000..7304127 --- /dev/null +++ b/prt-get/.footprint @@ -0,0 +1,17 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/prt-get.conf +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/prt-cache -> prt-get +-rwxr-xr-x root/root usr/bin/prt-get +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/prt-get.conf.5.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/prt-cache.8.gz +-rw-r--r-- root/root usr/share/man/man8/prt-get.8.gz +drwxr-xr-x root/root var/ +drwxr-xr-x root/root var/lib/ +drwxr-xr-x root/root var/lib/pkg/ +-rw-r--r-- root/root var/lib/pkg/prt-get.aliases diff --git a/prt-get/.md5sum b/prt-get/.md5sum new file mode 100644 index 0000000..3265a39 --- /dev/null +++ b/prt-get/.md5sum @@ -0,0 +1,3 @@ +b41d93f001adaf6926a7e98e903058fe prt-get-5.19.1.tar.xz +4f6b710e4d2b18c70cfe5e4a593938b7 prt-get.aliases +a2bede4fb8efe16f1317fb52e37a2835 prt-get.conf diff --git a/prt-get/Pkgfile b/prt-get/Pkgfile new file mode 100644 index 0000000..22e53c9 --- /dev/null +++ b/prt-get/Pkgfile @@ -0,0 +1,22 @@ +# Description: A utility to simplify ports searching/installing +# URL: http://jw.smts.ch/files/crux/prt-get_quickstart.html +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: + +name=prt-get +version=5.19.1 +release=1 +source=(http://crux.nu/files/prt-get-$version.tar.xz + prt-get.conf prt-get.aliases) + +build() { + cd ${name}-${version} + + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + + install -m 644 $SRC/prt-get.conf $PKG/etc/ + install -D -m 644 $SRC/prt-get.aliases $PKG/var/lib/pkg/prt-get.aliases +} diff --git a/prt-get/README b/prt-get/README new file mode 100644 index 0000000..a38f6c4 --- /dev/null +++ b/prt-get/README @@ -0,0 +1,9 @@ +NOTE: + +Some people have reported problems when using optimizations larger than +-O2; typical symptoms are "prt-get install X" saying that a package is +installed while "prt-get update X" saying it's not, or "prt-get listinst" +printing just nothing. + +If you experience strange effects, please try recompiling with + CXXFLAGS="-O2 -pipe" diff --git a/prt-get/prt-get.aliases b/prt-get/prt-get.aliases new file mode 100644 index 0000000..2e7af63 --- /dev/null +++ b/prt-get/prt-get.aliases @@ -0,0 +1,9 @@ +j2sdk: j2re +j2sdk: jre +jdk: jre +openmotif: lesstif +postfix: sendmail +exim: sendmail +qmail: sendmail +masqmail: sendmail +xorg: x11 diff --git a/prt-get/prt-get.conf b/prt-get/prt-get.conf new file mode 100644 index 0000000..6d17899 --- /dev/null +++ b/prt-get/prt-get.conf @@ -0,0 +1,52 @@ +### +### prt-get conf +### + +# note: the order matters: the package found first is used +prtdir /usr/ports/raspberrypi3-arm +prtdir /usr/ports/core-arm64 +prtdir /usr/ports/opt-arm64 +prtdir /usr/ports/xorg-arm64 +prtdir /usr/ports/core +prtdir /usr/ports/opt +prtdir /usr/ports/xorg + +# the following line enables the user maintained contrib collection +#prtdir /usr/ports/contrib + +### use mypackage form local directory +# prtdir /home/packages/build:mypackage + +### log options: +# writelog enabled # (enabled|disabled) +# logmode overwrite # (append|overwrite) +# rmlog_on_success yes # (no|yes) +logfile /var/log/pkgbuild/%n.log + # path, %p=path to port dir, %n=port name + # %v=version, %r=release + +### use alternate cache file (default: /var/lib/pkg/prt-get.cache +# cachefile /mnt/nfs/cache + +### print README information: +# readme verbose # (verbose|compact|disabled) + +### prefer higher versions in sysup / diff +# preferhigher no # (yes|no) + +### use regexp search +# useregex no # (yes|no) + +### run pre- and post-installs scripts; yes is equivalent to the +### --install-scripts option +# runscripts no # (no|yes) + + +### EXPERT SECTION ### + +### alternative commands +# makecommand pkgmk +# addcommand pkgadd +# removecommand pkgrm +# runscriptcommand sh + -- 2.26.2 From 3916fcc2f51311514b9b5d9e97be8d82a794c86e Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 16 Oct 2017 04:19:54 +0200 Subject: [PATCH 05/10] pkgutils: updated to 5.40.5 --- pkgutils/.md5sum | 4 ++-- pkgutils/Pkgfile | 2 +- pkgutils/pkgmk.conf.patch | 11 +++++------ 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum index 804cd9e..b4d686f 100644 --- a/pkgutils/.md5sum +++ b/pkgutils/.md5sum @@ -1,2 +1,2 @@ -0bb619da9da7b08a6a61bab306793f2d pkgmk.conf.patch -86a599c296d0311995e6432c40284cc1 pkgutils-5.40.4.tar.xz +525395cd07ac66b086a6ca3168bf4691 pkgmk.conf.patch +140b41e4356e7ada18fed331f3b801b9 pkgutils-5.40.5.tar.xz diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 94accfe..6d98697 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libarchive name=pkgutils -version=5.40.4 +version=5.40.5 release=1 source=(http://crux.nu/files/$name-$version.tar.xz \ pkgmk.conf.patch) diff --git a/pkgutils/pkgmk.conf.patch b/pkgutils/pkgmk.conf.patch index 77d1c13..f28f0e2 100644 --- a/pkgutils/pkgmk.conf.patch +++ b/pkgutils/pkgmk.conf.patch @@ -1,14 +1,13 @@ ---- pkgmk.conf.orig 2014-10-16 15:59:34.057394811 +0000 -+++ pkgmk.conf 2014-10-16 16:00:18.437371591 +0000 -@@ -2,9 +2,8 @@ +--- pkgutils-5.40.5/pkgmk.conf 2017-09-20 17:49:39.000000000 +0200 ++++ pkgmk.conf 2017-10-16 04:12:32.000000000 +0200 +@@ -2,8 +2,8 @@ # /etc/pkgmk.conf: pkgmk(8) configuration # -export CFLAGS="-O2 -march=x86-64 -pipe" -export CXXFLAGS="${CFLAGS}" -- +export CFLAGS="-O2 -pipe -march=armv8-a+crc -mabi=lp64 -mlittle-endian" +export CXXFLAGS="$CFLAGS" - # export MAKEFLAGS="-j2" - case ${PKGMK_ARCH} in + # export JOBS=$(nproc) + # export MAKEFLAGS="-j $JOBS" -- 2.26.2 From 0b03abf4880bb9b368cda7328d6fa4f9d8055908 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 1 Feb 2018 02:23:06 +0100 Subject: [PATCH 06/10] pkgutils: updated to 5.40.6 --- pkgutils/.md5sum | 2 +- pkgutils/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum index b4d686f..8e0160b 100644 --- a/pkgutils/.md5sum +++ b/pkgutils/.md5sum @@ -1,2 +1,2 @@ 525395cd07ac66b086a6ca3168bf4691 pkgmk.conf.patch -140b41e4356e7ada18fed331f3b801b9 pkgutils-5.40.5.tar.xz +451af98d3c02add9e4ae2a5362cc2e5d pkgutils-5.40.6.tar.xz diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 6d98697..13e6ee8 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libarchive name=pkgutils -version=5.40.5 +version=5.40.6 release=1 source=(http://crux.nu/files/$name-$version.tar.xz \ pkgmk.conf.patch) -- 2.26.2 From 00587cbdac28485a814ecd201136621ae6465ced Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 20 Feb 2018 02:00:08 +0100 Subject: [PATCH 07/10] pkgutils: updated to 5.40.7 --- pkgutils/.md5sum | 2 +- pkgutils/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum index 8e0160b..5cbcbd2 100644 --- a/pkgutils/.md5sum +++ b/pkgutils/.md5sum @@ -1,2 +1,2 @@ 525395cd07ac66b086a6ca3168bf4691 pkgmk.conf.patch -451af98d3c02add9e4ae2a5362cc2e5d pkgutils-5.40.6.tar.xz +526c897cb2ba8f1659545608fe629cab pkgutils-5.40.7.tar.xz diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 13e6ee8..1e5f59c 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libarchive name=pkgutils -version=5.40.6 +version=5.40.7 release=1 source=(http://crux.nu/files/$name-$version.tar.xz \ pkgmk.conf.patch) -- 2.26.2 From 2eae66246978d732923242ae9f87446cfcd083e2 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 10 Jul 2018 06:58:31 +0200 Subject: [PATCH 08/10] ports: updated to 23 --- ports/.md5sum | 16 ++++++++-------- ports/Pkgfile | 4 ++-- ports/contrib.rsync.inactive | 2 +- ports/core-arm64.rsync | 2 +- ports/core.rsync | 2 +- ports/opt-arm64.rsync | 2 +- ports/opt.rsync | 2 +- ports/raspberrypi3-arm.rsync | 2 +- ports/xorg-arm64.rsync | 2 +- ports/xorg.rsync | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/ports/.md5sum b/ports/.md5sum index 9d760fa..b87da86 100644 --- a/ports/.md5sum +++ b/ports/.md5sum @@ -1,13 +1,13 @@ 804bb419e539a70ad80e4c03df3c3411 contrib.pub -50fce84f0327ee5c100f66594024b5f2 contrib.rsync.inactive -4302ffea9d448303374417f5cfb605d2 core-arm64.rsync +85da0c1d6c822bc6fb20b0ecdd06b3f5 contrib.rsync.inactive +9d2281b074956b09826c8dcb697c1306 core-arm64.rsync b8dd0aad383810cad920d6548cd1cb56 core.pub -faedd8944bd5ecc397f73bf73bd624d4 core.rsync -ff09785708a0f8af34aa5dbe6f8353a2 opt-arm64.rsync +87528a9bc5205ed8589e7964e34571ae core.rsync +2bcb297c7873bd18e0a8772f567cbcfd opt-arm64.rsync 0d1f1fde50a9bd743d9cac6b235f038c opt.pub -eded5385d3637f1918a82f4409abc64a opt.rsync +b1302ff270238b1450c1a025c42fd8e1 opt.rsync 1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz -78a76d3e1838a7ec2870b07e0ae746b9 raspberrypi3-arm.rsync -3c1a462992de8230977707537e6e27f9 xorg-arm64.rsync +a030a48f5a29bdf74850a1bbf9dff0fd raspberrypi3-arm.rsync +0408bc71c0eeabdaf977812716f722f8 xorg-arm64.rsync 69927e5d0ae5dc3455faeaac916c4db2 xorg.pub -c24101073a06fc58a02c99bf5d56bea7 xorg.rsync +89768ed603f9f19e48de1951191594f8 xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile index 63ed3ad..ae38e72 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -6,9 +6,9 @@ name=ports version=1.5 -release=22 +release=23 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ - core.pub opt.pub xorg.pub contrib.pub \ + core.pub opt.pub xorg.pub contrib.pub \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ raspberrypi3-arm.rsync core-arm64.rsync opt-arm64.rsync xorg-arm64.rsync) diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive index f69aa5d..1bbd05b 100644 --- a/ports/contrib.rsync.inactive +++ b/ports/contrib.rsync.inactive @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/contrib/ +collection=ports/crux-3.4/contrib/ destination=/usr/ports/contrib diff --git a/ports/core-arm64.rsync b/ports/core-arm64.rsync index ab2c005..ce2a65e 100644 --- a/ports/core-arm64.rsync +++ b/ports/core-arm64.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/core-arm64/ +collection=ports/crux-3.4/core-arm64/ destination=/usr/ports/core-arm64 diff --git a/ports/core.rsync b/ports/core.rsync index 8dc4ec3..3cba863 100644 --- a/ports/core.rsync +++ b/ports/core.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/core/ +collection=ports/crux-3.4/core/ destination=/usr/ports/core diff --git a/ports/opt-arm64.rsync b/ports/opt-arm64.rsync index 7db5181..9577274 100644 --- a/ports/opt-arm64.rsync +++ b/ports/opt-arm64.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/opt-arm64/ +collection=ports/crux-3.4/opt-arm64/ destination=/usr/ports/opt-arm64 diff --git a/ports/opt.rsync b/ports/opt.rsync index 73f531a..f3182c5 100644 --- a/ports/opt.rsync +++ b/ports/opt.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/opt/ +collection=ports/crux-3.4/opt/ destination=/usr/ports/opt diff --git a/ports/raspberrypi3-arm.rsync b/ports/raspberrypi3-arm.rsync index 0a585a7..ad5685e 100644 --- a/ports/raspberrypi3-arm.rsync +++ b/ports/raspberrypi3-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.3/raspberrypi3-arm/ +collection=ports/crux-3.4/raspberrypi3-arm/ destination=/usr/ports/raspberrypi3-arm diff --git a/ports/xorg-arm64.rsync b/ports/xorg-arm64.rsync index 83f0aae..dcacf84 100644 --- a/ports/xorg-arm64.rsync +++ b/ports/xorg-arm64.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/xorg-arm64/ +collection=ports/crux-3.4/xorg-arm64/ destination=/usr/ports/xorg-arm64 diff --git a/ports/xorg.rsync b/ports/xorg.rsync index 842965f..eb891d5 100644 --- a/ports/xorg.rsync +++ b/ports/xorg.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/xorg/ +collection=ports/crux-3.4/xorg/ destination=/usr/ports/xorg -- 2.26.2 From 9766f0d4009f961c7607499949aa4cc461d2ce7f Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 31 Aug 2018 01:55:34 +0200 Subject: [PATCH 09/10] ports: added repositories pub keys --- ports/.footprint | 4 ++++ ports/.md5sum | 4 ++++ ports/Pkgfile | 9 ++++++++- ports/core-arm64.pub | 2 ++ ports/opt-arm64.pub | 2 ++ ports/raspberrypi3-arm.pub | 2 ++ ports/xorg-arm64.pub | 2 ++ 7 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 ports/core-arm64.pub create mode 100644 ports/opt-arm64.pub create mode 100644 ports/raspberrypi3-arm.pub create mode 100644 ports/xorg-arm64.pub diff --git a/ports/.footprint b/ports/.footprint index 7c39821..6638cf2 100644 --- a/ports/.footprint +++ b/ports/.footprint @@ -2,14 +2,18 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/ports/ -rw-r--r-- root/root etc/ports/contrib.pub -rw-r--r-- root/root etc/ports/contrib.rsync.inactive +-rw-r--r-- root/root etc/ports/core-arm64.pub -rw-r--r-- root/root etc/ports/core-arm64.rsync -rw-r--r-- root/root etc/ports/core.pub -rw-r--r-- root/root etc/ports/core.rsync drwxr-xr-x root/root etc/ports/drivers/ +-rw-r--r-- root/root etc/ports/opt-arm64.pub -rw-r--r-- root/root etc/ports/opt-arm64.rsync -rw-r--r-- root/root etc/ports/opt.pub -rw-r--r-- root/root etc/ports/opt.rsync +-rw-r--r-- root/root etc/ports/raspberrypi3-arm.pub -rw-r--r-- root/root etc/ports/raspberrypi3-arm.rsync +-rw-r--r-- root/root etc/ports/xorg-arm64.pub -rw-r--r-- root/root etc/ports/xorg-arm64.rsync -rw-r--r-- root/root etc/ports/xorg.pub -rw-r--r-- root/root etc/ports/xorg.rsync diff --git a/ports/.md5sum b/ports/.md5sum index b87da86..1e65a84 100644 --- a/ports/.md5sum +++ b/ports/.md5sum @@ -1,13 +1,17 @@ 804bb419e539a70ad80e4c03df3c3411 contrib.pub 85da0c1d6c822bc6fb20b0ecdd06b3f5 contrib.rsync.inactive +3efeabfbd7104b1c566b604f802ef0c0 core-arm64.pub 9d2281b074956b09826c8dcb697c1306 core-arm64.rsync b8dd0aad383810cad920d6548cd1cb56 core.pub 87528a9bc5205ed8589e7964e34571ae core.rsync +246bdcd2c5d85192fc45e320174fb121 opt-arm64.pub 2bcb297c7873bd18e0a8772f567cbcfd opt-arm64.rsync 0d1f1fde50a9bd743d9cac6b235f038c opt.pub b1302ff270238b1450c1a025c42fd8e1 opt.rsync 1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz +aa9a0b21f8f5c14db0059b1adf794dbe raspberrypi3-arm.pub a030a48f5a29bdf74850a1bbf9dff0fd raspberrypi3-arm.rsync +c56a20ef43a22c8e294d850935f80acd xorg-arm64.pub 0408bc71c0eeabdaf977812716f722f8 xorg-arm64.rsync 69927e5d0ae5dc3455faeaac916c4db2 xorg.pub 89768ed603f9f19e48de1951191594f8 xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile index ae38e72..e170853 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -10,7 +10,10 @@ release=23 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ core.pub opt.pub xorg.pub contrib.pub \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ - raspberrypi3-arm.rsync core-arm64.rsync opt-arm64.rsync xorg-arm64.rsync) + raspberrypi3-arm.rsync raspberrypi3-arm.pub \ + core-arm64.rsync core-arm64.pub \ + opt-arm64.rsync opt-arm64.pub \ + xorg-arm64.rsync xorg-arm64.pub) build () { cd $name-$version @@ -26,7 +29,11 @@ build () { install -m 0644 $SRC/xorg.pub $PKG/etc/ports install -m 0644 $SRC/contrib.pub $PKG/etc/ports install -m 0644 $SRC/raspberrypi3-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/raspberrypi3-arm.pub $PKG/etc/ports install -m 0644 $SRC/core-arm64.rsync $PKG/etc/ports + install -m 0644 $SRC/core-arm64.pub $PKG/etc/ports install -m 0644 $SRC/opt-arm64.rsync $PKG/etc/ports + install -m 0644 $SRC/opt-arm64.pub $PKG/etc/ports install -m 0644 $SRC/xorg-arm64.rsync $PKG/etc/ports + install -m 0644 $SRC/xorg-arm64.pub $PKG/etc/ports } diff --git a/ports/core-arm64.pub b/ports/core-arm64.pub new file mode 100644 index 0000000..c89cfe5 --- /dev/null +++ b/ports/core-arm64.pub @@ -0,0 +1,2 @@ +untrusted comment: core-arm64 public key +RWSKslkvIwb+2bjA0NpslEQw6uEtQsA3dB5BXTK8G0TAc06lLrnYaGLf diff --git a/ports/opt-arm64.pub b/ports/opt-arm64.pub new file mode 100644 index 0000000..f32b156 --- /dev/null +++ b/ports/opt-arm64.pub @@ -0,0 +1,2 @@ +untrusted comment: opt-arm64 public key +RWRitF9a2DJqMTHKFbth6ZV4WjxTZLrWrN3NtnDSoGS+/8ASNjfOvBij diff --git a/ports/raspberrypi3-arm.pub b/ports/raspberrypi3-arm.pub new file mode 100644 index 0000000..2bf25d8 --- /dev/null +++ b/ports/raspberrypi3-arm.pub @@ -0,0 +1,2 @@ +untrusted comment: raspberrypi3-arm public key +RWROOThsoDo5hFYfvJsdST49wwhf962PCCDUGwO99Nz0lBNaVszQwPDu diff --git a/ports/xorg-arm64.pub b/ports/xorg-arm64.pub new file mode 100644 index 0000000..073602e --- /dev/null +++ b/ports/xorg-arm64.pub @@ -0,0 +1,2 @@ +untrusted comment: xorg-arm64 public key +RWQK42WfXMUBTNYixko6V1oqoGuisD1SHK9BLY0w9ND8jc2ur1ADpc92 -- 2.26.2 From 0753f178995ec0234b9cb469b1786bc651efef3c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 13 Mar 2019 07:27:23 +0100 Subject: [PATCH 10/10] prt-get: updated to 5.19.3 --- prt-get/.md5sum | 2 +- prt-get/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prt-get/.md5sum b/prt-get/.md5sum index 3265a39..19ab2bb 100644 --- a/prt-get/.md5sum +++ b/prt-get/.md5sum @@ -1,3 +1,3 @@ -b41d93f001adaf6926a7e98e903058fe prt-get-5.19.1.tar.xz +13ca2d5e99fb89f125f65951c41b0779 prt-get-5.19.3.tar.xz 4f6b710e4d2b18c70cfe5e4a593938b7 prt-get.aliases a2bede4fb8efe16f1317fb52e37a2835 prt-get.conf diff --git a/prt-get/Pkgfile b/prt-get/Pkgfile index 22e53c9..fa251f8 100644 --- a/prt-get/Pkgfile +++ b/prt-get/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=prt-get -version=5.19.1 +version=5.19.3 release=1 source=(http://crux.nu/files/prt-get-$version.tar.xz prt-get.conf prt-get.aliases) -- 2.26.2