From 2b73e4afb76ddb718882138b106890b38e1fd5d3 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 2 Oct 2013 12:39:50 +0200 Subject: [PATCH] ports: initial import: Overlayed with cubieboard-arm repo --- ports/.footprint | 18 ++++++++++++++++++ ports/.md5sum | 9 +++++++++ ports/Pkgfile | 20 ++++++++++++++++++++ ports/contrib.rsync.inactive | 3 +++ ports/core-arm.rsync | 3 +++ ports/core.rsync | 3 +++ ports/cubieboard-arm.rsync | 3 +++ ports/opt-arm.rsync | 3 +++ ports/opt.rsync | 3 +++ ports/xorg-arm.rsync | 3 +++ ports/xorg.rsync | 3 +++ 11 files changed, 71 insertions(+) create mode 100644 ports/.footprint create mode 100644 ports/.md5sum create mode 100644 ports/Pkgfile create mode 100644 ports/contrib.rsync.inactive create mode 100644 ports/core-arm.rsync create mode 100644 ports/core.rsync create mode 100644 ports/cubieboard-arm.rsync create mode 100644 ports/opt-arm.rsync create mode 100644 ports/opt.rsync create mode 100644 ports/xorg-arm.rsync create mode 100644 ports/xorg.rsync diff --git a/ports/.footprint b/ports/.footprint new file mode 100644 index 0000000..5cb0010 --- /dev/null +++ b/ports/.footprint @@ -0,0 +1,18 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/ports/ +-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.rsync +-rw-r--r-- root/root etc/ports/cubieboard-arm.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.rsync +-rw-r--r-- root/root etc/ports/xorg-arm.rsync +-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/man/ +drwxr-xr-x root/root usr/man/man8/ +-rw-r--r-- root/root usr/man/man8/ports.8.gz +drwxr-xr-x root/root usr/ports/ diff --git a/ports/.md5sum b/ports/.md5sum new file mode 100644 index 0000000..6634c98 --- /dev/null +++ b/ports/.md5sum @@ -0,0 +1,9 @@ +1235031f24a2a6b4fcc790ebd879c973 contrib.rsync.inactive +258abb4a71b4492775491ff9b794ebc2 core-arm.rsync +d7ede8cfe6da977021f4217363c07d6d core.rsync +f261927e795a5e28e33bb21f472ae95c cubieboard-arm.rsync +43fa89c9e106f774f02b25c47c66c164 opt-arm.rsync +ba2755e20ca669275ee837ee9cd18c50 opt.rsync +1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz +9f71ef6b0b381828629858fbb9eff78a xorg-arm.rsync +3bb81f15783c470e116e41a2fabece90 xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile new file mode 100644 index 0000000..a6e55a8 --- /dev/null +++ b/ports/Pkgfile @@ -0,0 +1,20 @@ +# 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=14 +source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ + core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ + core-arm.rsync opt-arm.rsync xorg-arm.rsync cubieboard-arm.rsync) + +build () { + cd $name-$version + make + make DESTDIR=$PKG install + + install -m 0644 $SRC/*.rsync* $PKG/etc/ports +} diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive new file mode 100644 index 0000000..55acbb4 --- /dev/null +++ b/ports/contrib.rsync.inactive @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.0/contrib/ +destination=/usr/ports/contrib diff --git a/ports/core-arm.rsync b/ports/core-arm.rsync new file mode 100644 index 0000000..a525277 --- /dev/null +++ b/ports/core-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.0/core-arm/ +destination=/usr/ports/core-arm diff --git a/ports/core.rsync b/ports/core.rsync new file mode 100644 index 0000000..4bd8401 --- /dev/null +++ b/ports/core.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.0/core/ +destination=/usr/ports/core diff --git a/ports/cubieboard-arm.rsync b/ports/cubieboard-arm.rsync new file mode 100644 index 0000000..58c82d7 --- /dev/null +++ b/ports/cubieboard-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.0/cubieboard-arm/ +destination=/usr/ports/cubieboard-arm diff --git a/ports/opt-arm.rsync b/ports/opt-arm.rsync new file mode 100644 index 0000000..b6e4ee5 --- /dev/null +++ b/ports/opt-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.0/opt-arm/ +destination=/usr/ports/opt-arm diff --git a/ports/opt.rsync b/ports/opt.rsync new file mode 100644 index 0000000..a8220d3 --- /dev/null +++ b/ports/opt.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.0/opt/ +destination=/usr/ports/opt diff --git a/ports/xorg-arm.rsync b/ports/xorg-arm.rsync new file mode 100644 index 0000000..7a38d74 --- /dev/null +++ b/ports/xorg-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.0/xorg-arm/ +destination=/usr/ports/xorg-arm diff --git a/ports/xorg.rsync b/ports/xorg.rsync new file mode 100644 index 0000000..42be5e8 --- /dev/null +++ b/ports/xorg.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.0/xorg/ +destination=/usr/ports/xorg -- 2.26.2