CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ports: added overlayed port for the pine64 device
authorVictor Martinez <pitillo@ono.com>
Fri, 3 Jun 2016 06:14:19 +0000 (08:14 +0200)
committerVictor Martinez <pitillo@ono.com>
Fri, 3 Jun 2016 06:14:19 +0000 (08:14 +0200)
12 files changed:
ports/.footprint [new file with mode: 0644]
ports/.md5sum [new file with mode: 0644]
ports/Pkgfile [new file with mode: 0644]
ports/contrib.rsync.inactive [new file with mode: 0644]
ports/core-arm.rsync [new file with mode: 0644]
ports/core-arm64.rsync [new file with mode: 0644]
ports/core.rsync [new file with mode: 0644]
ports/opt-arm.rsync [new file with mode: 0644]
ports/opt.rsync [new file with mode: 0644]
ports/pine64-arm.rsync [new file with mode: 0644]
ports/xorg-arm.rsync [new file with mode: 0644]
ports/xorg.rsync [new file with mode: 0644]

diff --git a/ports/.footprint b/ports/.footprint
new file mode 100644 (file)
index 0000000..d3b47d4
--- /dev/null
@@ -0,0 +1,19 @@
+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-arm64.rsync
+-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-arm.rsync
+-rw-r--r--     root/root       etc/ports/opt.rsync
+-rw-r--r--     root/root       etc/ports/pine64-arm.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/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 (file)
index 0000000..5bc4d6d
--- /dev/null
@@ -0,0 +1,9 @@
+50fce84f0327ee5c100f66594024b5f2  contrib.rsync.inactive
+4302ffea9d448303374417f5cfb605d2  core-arm64.rsync
+faedd8944bd5ecc397f73bf73bd624d4  core.rsync
+28d8032789237523d07c04e5c43ffbf3  opt-arm.rsync
+eded5385d3637f1918a82f4409abc64a  opt.rsync
+a2844c5bbb460cde1409420c7b378e48  pine64-arm.rsync
+1f178e2bb1beab9782993931c9832280  ports-1.5.tar.gz
+7024e8d783cff5f3f179550a0c84b1ef  xorg-arm.rsync
+c24101073a06fc58a02c99bf5d56bea7  xorg.rsync
diff --git a/ports/Pkgfile b/ports/Pkgfile
new file mode 100644 (file)
index 0000000..925a9aa
--- /dev/null
@@ -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=17
+source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
+        core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \
+        pine64-arm.rsync core-arm64.rsync opt-arm.rsync xorg-arm.rsync)
+
+build () {
+    cd $name-$version
+    make
+    make DESTDIR=$PKG MANDIR=/usr/share/man 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 (file)
index 0000000..f69aa5d
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux.nu
+collection=ports/crux-3.2/contrib/
+destination=/usr/ports/contrib
diff --git a/ports/core-arm.rsync b/ports/core-arm.rsync
new file mode 100644 (file)
index 0000000..93b44fd
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux-arm.nu
+collection=ports/crux-3.2/core-arm/
+destination=/usr/ports/core-arm
diff --git a/ports/core-arm64.rsync b/ports/core-arm64.rsync
new file mode 100644 (file)
index 0000000..ab2c005
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux-arm.nu
+collection=ports/crux-3.2/core-arm64/
+destination=/usr/ports/core-arm64
diff --git a/ports/core.rsync b/ports/core.rsync
new file mode 100644 (file)
index 0000000..8dc4ec3
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux.nu
+collection=ports/crux-3.2/core/
+destination=/usr/ports/core
diff --git a/ports/opt-arm.rsync b/ports/opt-arm.rsync
new file mode 100644 (file)
index 0000000..04db905
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux-arm.nu
+collection=ports/crux-3.2-aarch64/opt-arm/
+destination=/usr/ports/opt-arm
diff --git a/ports/opt.rsync b/ports/opt.rsync
new file mode 100644 (file)
index 0000000..73f531a
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux.nu
+collection=ports/crux-3.2/opt/
+destination=/usr/ports/opt
diff --git a/ports/pine64-arm.rsync b/ports/pine64-arm.rsync
new file mode 100644 (file)
index 0000000..96c0a29
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux-arm.nu
+collection=ports/crux-3.2/pine64-arm/
+destination=/usr/ports/pin64-arm
diff --git a/ports/xorg-arm.rsync b/ports/xorg-arm.rsync
new file mode 100644 (file)
index 0000000..21017e7
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux-arm.nu
+collection=ports/crux-3.2-aarch64/xorg-arm/
+destination=/usr/ports/xorg-arm
diff --git a/ports/xorg.rsync b/ports/xorg.rsync
new file mode 100644 (file)
index 0000000..842965f
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux.nu
+collection=ports/crux-3.2/xorg/
+destination=/usr/ports/xorg