Skip to content

Commit

Permalink
ports: update to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sepen committed Jan 6, 2024
1 parent 3a3ed90 commit 16dfd1a
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ports/.footprint
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions ports/.md5sum
Original file line number Diff line number Diff line change
@@ -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
19 changes: 19 additions & 0 deletions ports/Pkgfile
Original file line number Diff line number Diff line change
@@ -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
}
3 changes: 3 additions & 0 deletions ports/contrib.rsync.inactive
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
host=crux.nu
collection=ports/crux-2.6/contrib/
destination=/usr/ports/contrib
3 changes: 3 additions & 0 deletions ports/core.rsync
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
host=crux.nu
collection=ports/crux-2.6/core/
destination=/usr/ports/core
8 changes: 8 additions & 0 deletions ports/jornada7xx-arm.httpup
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions ports/opt.rsync
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
host=crux.nu
collection=ports/crux-2.6/opt/
destination=/usr/ports/opt
3 changes: 3 additions & 0 deletions ports/xorg.rsync
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
host=crux.nu
collection=ports/crux-2.6/xorg/
destination=/usr/ports/xorg

0 comments on commit 16dfd1a

Please sign in to comment.