-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |