CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ports: initial import
authorVictor Martinez <pitillo@ono.com>
Wed, 4 Oct 2017 02:09:23 +0000 (04:09 +0200)
committerVictor Martinez <pitillo@ono.com>
Wed, 4 Oct 2017 02:09:23 +0000 (04:09 +0200)
15 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.pub [new file with mode: 0644]
ports/contrib.rsync.inactive [new file with mode: 0644]
ports/core-arm64.rsync [new file with mode: 0644]
ports/core.pub [new file with mode: 0644]
ports/core.rsync [new file with mode: 0644]
ports/opt-arm64.rsync [new file with mode: 0644]
ports/opt.pub [new file with mode: 0644]
ports/opt.rsync [new file with mode: 0644]
ports/raspberrypi3-arm.rsync [new file with mode: 0644]
ports/xorg-arm64.rsync [new file with mode: 0644]
ports/xorg.pub [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..7c39821
--- /dev/null
@@ -0,0 +1,23 @@
+drwxr-xr-x     root/root       etc/
+drwxr-xr-x     root/root       etc/ports/
+-rw-r--r--     root/root       etc/ports/contrib.pub
+-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.pub
+-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-arm64.rsync
+-rw-r--r--     root/root       etc/ports/opt.pub
+-rw-r--r--     root/root       etc/ports/opt.rsync
+-rw-r--r--     root/root       etc/ports/raspberrypi3-arm.rsync
+-rw-r--r--     root/root       etc/ports/xorg-arm64.rsync
+-rw-r--r--     root/root       etc/ports/xorg.pub
+-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..9d760fa
--- /dev/null
@@ -0,0 +1,13 @@
+804bb419e539a70ad80e4c03df3c3411  contrib.pub
+50fce84f0327ee5c100f66594024b5f2  contrib.rsync.inactive
+4302ffea9d448303374417f5cfb605d2  core-arm64.rsync
+b8dd0aad383810cad920d6548cd1cb56  core.pub
+faedd8944bd5ecc397f73bf73bd624d4  core.rsync
+ff09785708a0f8af34aa5dbe6f8353a2  opt-arm64.rsync
+0d1f1fde50a9bd743d9cac6b235f038c  opt.pub
+eded5385d3637f1918a82f4409abc64a  opt.rsync
+1f178e2bb1beab9782993931c9832280  ports-1.5.tar.gz
+78a76d3e1838a7ec2870b07e0ae746b9  raspberrypi3-arm.rsync
+3c1a462992de8230977707537e6e27f9  xorg-arm64.rsync
+69927e5d0ae5dc3455faeaac916c4db2  xorg.pub
+c24101073a06fc58a02c99bf5d56bea7  xorg.rsync
diff --git a/ports/Pkgfile b/ports/Pkgfile
new file mode 100644 (file)
index 0000000..63ed3ad
--- /dev/null
@@ -0,0 +1,32 @@
+# 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=22
+source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
+       core.pub opt.pub xorg.pub contrib.pub \
+        core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \
+        raspberrypi3-arm.rsync core-arm64.rsync opt-arm64.rsync xorg-arm64.rsync)
+
+build () {
+  cd $name-$version
+  make
+  make DESTDIR=$PKG MANDIR=/usr/share/man install
+
+  install -m 0644 $SRC/core.rsync $PKG/etc/ports
+  install -m 0644 $SRC/opt.rsync $PKG/etc/ports
+  install -m 0644 $SRC/xorg.rsync $PKG/etc/ports
+  install -m 0644 $SRC/contrib.rsync.inactive $PKG/etc/ports
+  install -m 0644 $SRC/core.pub $PKG/etc/ports
+  install -m 0644 $SRC/opt.pub $PKG/etc/ports
+  install -m 0644 $SRC/xorg.pub $PKG/etc/ports
+  install -m 0644 $SRC/contrib.pub $PKG/etc/ports
+  install -m 0644 $SRC/raspberrypi3-arm.rsync $PKG/etc/ports
+  install -m 0644 $SRC/core-arm64.rsync $PKG/etc/ports
+  install -m 0644 $SRC/opt-arm64.rsync $PKG/etc/ports
+  install -m 0644 $SRC/xorg-arm64.rsync $PKG/etc/ports
+}
diff --git a/ports/contrib.pub b/ports/contrib.pub
new file mode 100644 (file)
index 0000000..81d31e5
--- /dev/null
@@ -0,0 +1,2 @@
+untrusted comment: contrib public key
+RWSagIOpLGJF3/J2edPyOdE4VWoyvvVvt3gdvOArUkvBrgSHjsBEdmrS
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-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.pub b/ports/core.pub
new file mode 100644 (file)
index 0000000..a09d3ac
--- /dev/null
@@ -0,0 +1,2 @@
+untrusted comment: core public key
+RWRJc1FUaeVeqsGlEPc66dguintWWomCSORUNseged62IATuMVCK0zu6
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-arm64.rsync b/ports/opt-arm64.rsync
new file mode 100644 (file)
index 0000000..7db5181
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux-arm.nu
+collection=ports/crux-3.2/opt-arm64/
+destination=/usr/ports/opt-arm64
diff --git a/ports/opt.pub b/ports/opt.pub
new file mode 100644 (file)
index 0000000..346b688
--- /dev/null
@@ -0,0 +1,2 @@
+untrusted comment: opt public key
+RWSE3ohX2g5d/Zmwm/W4S8ZzNNTjXE7bI8XmnpawKOnQ+MiVa7TD0YC9
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/raspberrypi3-arm.rsync b/ports/raspberrypi3-arm.rsync
new file mode 100644 (file)
index 0000000..0a585a7
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux-arm.nu
+collection=ports/crux-3.3/raspberrypi3-arm/
+destination=/usr/ports/raspberrypi3-arm
diff --git a/ports/xorg-arm64.rsync b/ports/xorg-arm64.rsync
new file mode 100644 (file)
index 0000000..83f0aae
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux-arm.nu
+collection=ports/crux-3.2/xorg-arm64/
+destination=/usr/ports/xorg-arm64
diff --git a/ports/xorg.pub b/ports/xorg.pub
new file mode 100644 (file)
index 0000000..983eb51
--- /dev/null
@@ -0,0 +1,2 @@
+untrusted comment: xorg public key
+RWTSGWF5Q7TndIlWcgmz/x/4xBWLbyPRmI3LyI8rsN/iahlpFpgNIwSR
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