CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ports: Initial import (verified compilation).
authorVictor Martinez <pitillo@ono.com>
Sun, 14 Mar 2010 11:13:20 +0000 (11:13 +0000)
committerVictor Martinez <pitillo@ono.com>
Sun, 14 Mar 2010 11:13:20 +0000 (11:13 +0000)
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.rsync [new file with mode: 0644]
ports/opt.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..2219c43
--- /dev/null
@@ -0,0 +1,14 @@
+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/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/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..40faf91
--- /dev/null
@@ -0,0 +1,5 @@
+eda17ce353fc24b421c59ea6916ba13a  contrib.rsync.inactive
+3004d426e9190cc80e49f1d7cb65faaa  core.rsync
+68b49eb43b12d4c4118b98e23c96b0c2  opt.rsync
+1f178e2bb1beab9782993931c9832280  ports-1.5.tar.gz
+648c609e615c493a2dbde95207c9330f  xorg.rsync
diff --git a/ports/Pkgfile b/ports/Pkgfile
new file mode 100644 (file)
index 0000000..6bba090
--- /dev/null
@@ -0,0 +1,22 @@
+# 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, crux-arm at mikeux dot dyndns dot org
+
+name=ports
+version=1.5
+release=9
+source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
+        core.rsync opt.rsync xorg.rsync contrib.rsync.inactive)
+
+build () {
+    cd $name-$version
+    make
+    make DESTDIR=$PKG install
+
+    install -m 0644 ../core.rsync $PKG/etc/ports/core.rsync
+    install -m 0644 ../opt.rsync $PKG/etc/ports/opt.rsync
+    install -m 0644 ../xorg.rsync $PKG/etc/ports/xorg.rsync
+    install -m 0644 ../contrib.rsync.inactive \
+        $PKG/etc/ports/contrib.rsync.inactive
+}
diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive
new file mode 100644 (file)
index 0000000..9e06f91
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux.nu
+collection=ports/crux-2.6/contrib/
+destination=/usr/ports/contrib
diff --git a/ports/core.rsync b/ports/core.rsync
new file mode 100644 (file)
index 0000000..ea4adee
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux.nu
+collection=ports/crux-2.6/core/
+destination=/usr/ports/core
diff --git a/ports/opt.rsync b/ports/opt.rsync
new file mode 100644 (file)
index 0000000..dffab37
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux.nu
+collection=ports/crux-2.6/opt/
+destination=/usr/ports/opt
diff --git a/ports/xorg.rsync b/ports/xorg.rsync
new file mode 100644 (file)
index 0000000..8bea785
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux.nu
+collection=ports/crux-2.6/xorg/
+destination=/usr/ports/xorg