diff --git a/ports/.footprint b/ports/.footprint new file mode 100644 index 0000000..51ef6b1 --- /dev/null +++ b/ports/.footprint @@ -0,0 +1,16 @@ +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/jornada7xx-arm.httpup +-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/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..3dd020a --- /dev/null +++ b/ports/.md5sum @@ -0,0 +1,6 @@ +eda17ce353fc24b421c59ea6916ba13a contrib.rsync.inactive +3004d426e9190cc80e49f1d7cb65faaa core.rsync +29fc22eace17643ffc840dafeceb8550 jornada7xx-arm.httpup +68b49eb43b12d4c4118b98e23c96b0c2 opt.rsync +902e3ddb9b4930975c7edb5c3c749c8c ports-1.6.tar.gz +648c609e615c493a2dbde95207c9330f xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile new file mode 100644 index 0000000..7567d83 --- /dev/null +++ b/ports/Pkgfile @@ -0,0 +1,19 @@ +# Description: CRUX ports system tools +# URL: https://crux.nu +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu + +name=ports +version=1.6 +release=3 +source=(https://crux.nu/files/tools/ports/$name-$version.tar.gz \ + core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ + jornada7xx-arm.httpup) + +build () { + cd $name-$version + make + make DESTDIR=$PKG MANDIR=/usr/share/man install + + install -m 0644 $SRC/*.{httpup,rsync,inactive} $PKG/etc/ports +} diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive new file mode 100644 index 0000000..9e06f91 --- /dev/null +++ b/ports/contrib.rsync.inactive @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-2.6/contrib/ +destination=/usr/ports/contrib diff --git a/ports/core.rsync b/ports/core.rsync new file mode 100644 index 0000000..ea4adee --- /dev/null +++ b/ports/core.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-2.6/core/ +destination=/usr/ports/core diff --git a/ports/jornada7xx-arm.httpup b/ports/jornada7xx-arm.httpup new file mode 100644 index 0000000..2453a6d --- /dev/null +++ b/ports/jornada7xx-arm.httpup @@ -0,0 +1,8 @@ +# +# /etc/ports/jornada7xx-arm.httpup: CRUX-ARM ports overlay for HP Jornada 710/720/728 +# + +ROOT_DIR=/usr/ports/jornada7xx-arm +URL=https://raw.githubusercontent.com/crux-arm/crux-ports-jornada7xx-arm/2.6/ + +# End of file diff --git a/ports/opt.rsync b/ports/opt.rsync new file mode 100644 index 0000000..dffab37 --- /dev/null +++ b/ports/opt.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-2.6/opt/ +destination=/usr/ports/opt diff --git a/ports/xorg.rsync b/ports/xorg.rsync new file mode 100644 index 0000000..8bea785 --- /dev/null +++ b/ports/xorg.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-2.6/xorg/ +destination=/usr/ports/xorg