From b38409b6fdc01b48504c109320c70e38709c7279 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 8 Mar 2017 21:07:36 +0000 Subject: [PATCH] ports: initial import --- ports/.footprint | 23 +++++++++++++++++++++ ports/.md5sum | 13 ++++++++++++ ports/Pkgfile | 32 ++++++++++++++++++++++++++++++ ports/contrib.pub | 2 ++ ports/contrib.rsync.inactive | 3 +++ ports/core-arm.rsync | 3 +++ ports/core.pub | 2 ++ ports/core.rsync | 3 +++ ports/opt-arm.rsync | 3 +++ ports/opt.pub | 2 ++ ports/opt.rsync | 3 +++ ports/samsung-chromebook-arm.rsync | 3 +++ ports/xorg-arm.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-arm.rsync create mode 100644 ports/core.pub create mode 100644 ports/core.rsync create mode 100644 ports/opt-arm.rsync create mode 100644 ports/opt.pub create mode 100644 ports/opt.rsync create mode 100644 ports/samsung-chromebook-arm.rsync create mode 100644 ports/xorg-arm.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..b6c02d5 --- /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-arm.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-arm.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/samsung-chromebook-arm.rsync +-rw-r--r-- root/root etc/ports/xorg-arm.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..7b1c36a --- /dev/null +++ b/ports/.md5sum @@ -0,0 +1,13 @@ +804bb419e539a70ad80e4c03df3c3411 contrib.pub +c3d44c0ae8fce9d4d9571a3eec12ef01 contrib.rsync.inactive +d0c0f9e58754c36dd698474f3a722350 core-arm.rsync +b8dd0aad383810cad920d6548cd1cb56 core.pub +3d659cabe8cf59ef5a036c9375716090 core.rsync +8ea7e4396e011e5b1f64fe19a3b6d248 opt-arm.rsync +0d1f1fde50a9bd743d9cac6b235f038c opt.pub +8e7b8a473c4caefbdc1e33505e4a6050 opt.rsync +1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz +06889d129d0529f1e8280297211cbf45 samsung-chromebook-arm.rsync +5363578b4bef055ef7102d6cdc38ca5d xorg-arm.rsync +69927e5d0ae5dc3455faeaac916c4db2 xorg.pub +3e278ef7c4ff9529184560eac57e22a6 xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile new file mode 100644 index 0000000..21ef0a4 --- /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 \ + core-arm.rsync opt-arm.rsync xorg-arm.rsync samsung-chromebook-arm.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/samsung-chromebook-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/core-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/opt-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/xorg-arm.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..5f1a901 --- /dev/null +++ b/ports/contrib.rsync.inactive @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.3/contrib/ +destination=/usr/ports/contrib diff --git a/ports/core-arm.rsync b/ports/core-arm.rsync new file mode 100644 index 0000000..e8745d0 --- /dev/null +++ b/ports/core-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.3/core-arm/ +destination=/usr/ports/core-arm 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..b98b9ba --- /dev/null +++ b/ports/core.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.3/core/ +destination=/usr/ports/core diff --git a/ports/opt-arm.rsync b/ports/opt-arm.rsync new file mode 100644 index 0000000..0ad76ab --- /dev/null +++ b/ports/opt-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.3/opt-arm/ +destination=/usr/ports/opt-arm 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..5b914bb --- /dev/null +++ b/ports/opt.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.3/opt/ +destination=/usr/ports/opt diff --git a/ports/samsung-chromebook-arm.rsync b/ports/samsung-chromebook-arm.rsync new file mode 100644 index 0000000..f3cf423 --- /dev/null +++ b/ports/samsung-chromebook-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.3/samsung-chromebook-arm/ +destination=/usr/ports/samsung-chromebook-arm diff --git a/ports/xorg-arm.rsync b/ports/xorg-arm.rsync new file mode 100644 index 0000000..816e1a3 --- /dev/null +++ b/ports/xorg-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.3/xorg-arm/ +destination=/usr/ports/xorg-arm 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..b326f15 --- /dev/null +++ b/ports/xorg.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.3/xorg/ +destination=/usr/ports/xorg -- 2.26.2