CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ports: remove all .rsync files (ports in core-cross no longer uses rsync)
authorJose V Beneyto <sepen@crux.nu>
Fri, 19 Oct 2012 00:33:17 +0000 (00:33 +0000)
committerJose V Beneyto <sepen@crux.nu>
Fri, 19 Oct 2012 00:37:54 +0000 (00:37 +0000)
ports/.footprint
ports/.md5sum
ports/Pkgfile
ports/contrib.rsync.inactive [deleted file]
ports/core-arm.rsync [deleted file]
ports/core.rsync [deleted file]
ports/opt-arm.rsync [deleted file]
ports/opt.rsync [deleted file]
ports/xorg-arm.rsync [deleted file]
ports/xorg.rsync [deleted file]

index afcfce432a48d7a93a0d18e6e1906e103450b8da..260646a198c8355c53bcf0015a56620f359a400d 100644 (file)
@@ -1,13 +1,8 @@
 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
+-rw-r--r--     root/root       etc/ports/core-arm.httpup
+-rw-r--r--     root/root       etc/ports/core.httpup
 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/
 -rwxr-xr-x     root/root       usr/bin/ports
index 32a671c7cea506ba0bd6f5bc7559c7fdc82df72c..9e51d7bf7a9e0b21557854199b9beef66e13f69a 100644 (file)
@@ -1,8 +1 @@
-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 98270614867ff9da9f0b37727d1f9291d5ab2fe4..0bead6f23d59e9de7c39092400f86addfa561800 100644 (file)
@@ -6,14 +6,22 @@
 name=ports
 version=1.5
 release=11
-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)
+source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz)
 
 build () {
   cd $name-$version
   make
   make DESTDIR=$PKG install
 
-  install -m 0644 $SRC/*.rsync* $PKG/etc/ports
+  # use httpup for core-cross since we don't have rsync
+  # also note that we only need core and core-arm overlay
+  cat > $PKG/etc/ports/core.httpup << __EOF__
+ROOT_DIR=/usr/ports/core
+URL=http://crux.nu/ports/crux-2.8/core
+__EOF__
+  cat > $PKG/etc/ports/core-arm.httpup << __EOF__
+ROOT_DIR=/usr/ports/core-arm
+URL=http://crux-arm.nu/ports/crux-2.8/core-arm
+__EOF__
 }
+
diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive
deleted file mode 100644 (file)
index e84298f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-host=crux.nu
-collection=ports/crux-2.7/contrib/
-destination=/usr/ports/contrib
diff --git a/ports/core-arm.rsync b/ports/core-arm.rsync
deleted file mode 100644 (file)
index 1063822..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-host=crux-arm.nu
-collection=ports/crux-2.7/core-arm/
-destination=/usr/ports/core-arm
diff --git a/ports/core.rsync b/ports/core.rsync
deleted file mode 100644 (file)
index 60540cf..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-host=crux.nu
-collection=ports/crux-2.7/core/
-destination=/usr/ports/core
diff --git a/ports/opt-arm.rsync b/ports/opt-arm.rsync
deleted file mode 100644 (file)
index 02059fc..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-host=crux-arm.nu
-collection=ports/crux-2.7/opt-arm/
-destination=/usr/ports/opt-arm
diff --git a/ports/opt.rsync b/ports/opt.rsync
deleted file mode 100644 (file)
index 0723133..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-host=crux.nu
-collection=ports/crux-2.7/opt/
-destination=/usr/ports/opt
diff --git a/ports/xorg-arm.rsync b/ports/xorg-arm.rsync
deleted file mode 100644 (file)
index 53049fc..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-host=crux-arm.nu
-collection=ports/crux-2.7/xorg-arm/
-destination=/usr/ports/xorg-arm
diff --git a/ports/xorg.rsync b/ports/xorg.rsync
deleted file mode 100644 (file)
index 88077aa..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-host=crux.nu
-collection=ports/crux-2.7/xorg/
-destination=/usr/ports/xorg