CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ports: overlayed with efikamx-arm repo
authorVictor Martinez <pitillo@ono.com>
Fri, 27 Sep 2013 10:29:45 +0000 (12:29 +0200)
committerVictor Martinez <pitillo@ono.com>
Fri, 27 Sep 2013 10:29:45 +0000 (12:29 +0200)
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.rsync [new file with mode: 0644]
ports/efikamx-arm.rsync [new file with mode: 0644]
ports/opt-arm.rsync [new file with mode: 0644]
ports/opt.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..ce08e5e
--- /dev/null
@@ -0,0 +1,18 @@
+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-arm.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/efikamx-arm.rsync
+-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/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/man/
+drwxr-xr-x     root/root       usr/man/man8/
+-rw-r--r--     root/root       usr/man/man8/ports.8.gz
+drwxr-xr-x     root/root       usr/ports/
diff --git a/ports/.md5sum b/ports/.md5sum
new file mode 100644 (file)
index 0000000..a5ccd3f
--- /dev/null
@@ -0,0 +1,9 @@
+1235031f24a2a6b4fcc790ebd879c973  contrib.rsync.inactive
+258abb4a71b4492775491ff9b794ebc2  core-arm.rsync
+d7ede8cfe6da977021f4217363c07d6d  core.rsync
+85a00970c3169e83cbf8ead2c02f1fd4  efikamx-arm.rsync
+43fa89c9e106f774f02b25c47c66c164  opt-arm.rsync
+ba2755e20ca669275ee837ee9cd18c50  opt.rsync
+1f178e2bb1beab9782993931c9832280  ports-1.5.tar.gz
+9f71ef6b0b381828629858fbb9eff78a  xorg-arm.rsync
+3bb81f15783c470e116e41a2fabece90  xorg.rsync
diff --git a/ports/Pkgfile b/ports/Pkgfile
new file mode 100644 (file)
index 0000000..8f9195f
--- /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=14
+source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
+        core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \
+        core-arm.rsync opt-arm.rsync xorg-arm.rsync efikamx-arm.rsync)
+
+build () {
+  cd $name-$version
+  make
+  make DESTDIR=$PKG 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..55acbb4
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux.nu
+collection=ports/crux-3.0/contrib/
+destination=/usr/ports/contrib
diff --git a/ports/core-arm.rsync b/ports/core-arm.rsync
new file mode 100644 (file)
index 0000000..a525277
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux-arm.nu
+collection=ports/crux-3.0/core-arm/
+destination=/usr/ports/core-arm
diff --git a/ports/core.rsync b/ports/core.rsync
new file mode 100644 (file)
index 0000000..4bd8401
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux.nu
+collection=ports/crux-3.0/core/
+destination=/usr/ports/core
diff --git a/ports/efikamx-arm.rsync b/ports/efikamx-arm.rsync
new file mode 100644 (file)
index 0000000..7672dc1
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux-arm.nu
+collection=ports/crux-3.0/efikamx-arm/
+destination=/usr/ports/efikamx-arm
diff --git a/ports/opt-arm.rsync b/ports/opt-arm.rsync
new file mode 100644 (file)
index 0000000..b6e4ee5
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux-arm.nu
+collection=ports/crux-3.0/opt-arm/
+destination=/usr/ports/opt-arm
diff --git a/ports/opt.rsync b/ports/opt.rsync
new file mode 100644 (file)
index 0000000..a8220d3
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux.nu
+collection=ports/crux-3.0/opt/
+destination=/usr/ports/opt
diff --git a/ports/xorg-arm.rsync b/ports/xorg-arm.rsync
new file mode 100644 (file)
index 0000000..7a38d74
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux-arm.nu
+collection=ports/crux-3.0/xorg-arm/
+destination=/usr/ports/xorg-arm
diff --git a/ports/xorg.rsync b/ports/xorg.rsync
new file mode 100644 (file)
index 0000000..42be5e8
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux.nu
+collection=ports/crux-3.0/xorg/
+destination=/usr/ports/xorg