CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ports: added rsync files for overlay collections
authorVictor Martinez <pitillo@ono.com>
Wed, 27 Jul 2011 13:37:10 +0000 (13:37 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 27 Jul 2011 13:37:10 +0000 (13:37 +0000)
ports/.footprint
ports/.md5sum
ports/Pkgfile
ports/core-arm.rsync [new file with mode: 0644]
ports/opt-arm.rsync [new file with mode: 0644]
ports/xorg-arm.rsync [new file with mode: 0644]

index 2219c430cda6bf7aa4df9be22feea9e6c0a06be3..afcfce432a48d7a93a0d18e6e1906e103450b8da 100644 (file)
@@ -1,9 +1,12 @@
 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/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/
index 891ea321279f6ff700af94fd87ea1151722eb16e..32a671c7cea506ba0bd6f5bc7559c7fdc82df72c 100644 (file)
@@ -1,5 +1,8 @@
 c79603d71569837b6848c5cb320c44bd  contrib.rsync.inactive
+2ed3873acf5ecfec6575a69d1a200ace  core-arm.rsync
 b77a6e0dd97a45652de03bd3a82a416f  core.rsync
+c9abc72a1ccfdef8fd1ec5162617cae2  opt-arm.rsync
 03246f47123cd2342ddfaf4c44fa9c89  opt.rsync
 1f178e2bb1beab9782993931c9832280  ports-1.5.tar.gz
+eaf090c823185bd08fa041905cee8dda  xorg-arm.rsync
 320d50cc72759a55097b1b2d4c40da9a  xorg.rsync
index b0ba721321b833e61c43e485749ec630795ba760..98270614867ff9da9f0b37727d1f9291d5ab2fe4 100644 (file)
@@ -5,18 +5,15 @@
 
 name=ports
 version=1.5
-release=10
+release=11
 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \
-        core.rsync opt.rsync xorg.rsync contrib.rsync.inactive)
+        core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \
+        core-arm.rsync opt-arm.rsync xorg-arm.rsync)
 
 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
+  install -m 0644 $SRC/*.rsync* $PKG/etc/ports
 }
diff --git a/ports/core-arm.rsync b/ports/core-arm.rsync
new file mode 100644 (file)
index 0000000..1063822
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux-arm.nu
+collection=ports/crux-2.7/core-arm/
+destination=/usr/ports/core-arm
diff --git a/ports/opt-arm.rsync b/ports/opt-arm.rsync
new file mode 100644 (file)
index 0000000..02059fc
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux-arm.nu
+collection=ports/crux-2.7/opt-arm/
+destination=/usr/ports/opt-arm
diff --git a/ports/xorg-arm.rsync b/ports/xorg-arm.rsync
new file mode 100644 (file)
index 0000000..53049fc
--- /dev/null
@@ -0,0 +1,3 @@
+host=crux-arm.nu
+collection=ports/crux-2.7/xorg-arm/
+destination=/usr/ports/xorg-arm