From 6449fdca81e521f4e78481158c77a0608c34dce4 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 21 Jul 2011 12:12:51 +0200 Subject: [PATCH] ports: initial import (added rsync files for overlay collections) --- ports/.footprint | 14 ++++++++++++++ ports/.md5sum | 7 +++++++ ports/Pkgfile | 18 ++++++++++++++++++ ports/contrib.rsync.inactive | 3 +++ ports/core-arm.rsync | 3 +++ ports/core.rsync | 3 +++ ports/opt-arm.rsync | 3 +++ ports/opt.rsync | 3 +++ ports/xorg-arm.rsync | 3 +++ ports/xorg.rsync | 3 +++ 10 files changed, 60 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/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..2219c43 --- /dev/null +++ b/ports/.footprint @@ -0,0 +1,14 @@ +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.rsync +drwxr-xr-x root/root etc/ports/drivers/ +-rw-r--r-- root/root etc/ports/opt.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..ae93197 --- /dev/null +++ b/ports/.md5sum @@ -0,0 +1,7 @@ +c79603d71569837b6848c5cb320c44bd contrib.rsync.inactive +2ed3873acf5ecfec6575a69d1a200ace core-arm.rsync +b77a6e0dd97a45652de03bd3a82a416f core.rsync +c9abc72a1ccfdef8fd1ec5162617cae2 opt-arm.rsync +03246f47123cd2342ddfaf4c44fa9c89 opt.rsync +eaf090c823185bd08fa041905cee8dda xorg-arm.rsync +320d50cc72759a55097b1b2d4c40da9a xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile new file mode 100644 index 0000000..29ae61c --- /dev/null +++ b/ports/Pkgfile @@ -0,0 +1,18 @@ +# Description: CRUX ports system tools +# URL: http://crux.nu +# Maintainer: CRUX System Team, core-ports at crux dot nu + +name=ports +version=1.5 +release=10 +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) + +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..e84298f --- /dev/null +++ b/ports/contrib.rsync.inactive @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-2.7/contrib/ +destination=/usr/ports/contrib diff --git a/ports/core-arm.rsync b/ports/core-arm.rsync new file mode 100644 index 0000000..1063822 --- /dev/null +++ b/ports/core-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-2.7/core-arm/ +destination=/usr/ports/core-arm diff --git a/ports/core.rsync b/ports/core.rsync new file mode 100644 index 0000000..60540cf --- /dev/null +++ b/ports/core.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-2.7/core/ +destination=/usr/ports/core diff --git a/ports/opt-arm.rsync b/ports/opt-arm.rsync new file mode 100644 index 0000000..02059fc --- /dev/null +++ b/ports/opt-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-2.7/opt-arm/ +destination=/usr/ports/opt-arm diff --git a/ports/opt.rsync b/ports/opt.rsync new file mode 100644 index 0000000..0723133 --- /dev/null +++ b/ports/opt.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-2.7/opt/ +destination=/usr/ports/opt diff --git a/ports/xorg-arm.rsync b/ports/xorg-arm.rsync new file mode 100644 index 0000000..53049fc --- /dev/null +++ b/ports/xorg-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-2.7/xorg-arm/ +destination=/usr/ports/xorg-arm diff --git a/ports/xorg.rsync b/ports/xorg.rsync new file mode 100644 index 0000000..88077aa --- /dev/null +++ b/ports/xorg.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-2.7/xorg/ +destination=/usr/ports/xorg -- 2.26.2