From 0f2e897fbe07228e0f0bfc15d0e67d30f1247ac8 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 10 Sep 2013 20:08:19 +0000 Subject: [PATCH] ports: deleted port --- ports/.footprint | 12 ------------ ports/.md5sum | 1 - ports/Pkgfile | 27 --------------------------- ports/contrib.rsync.inactive | 3 --- ports/core-arm.rsync | 3 --- ports/core.rsync | 3 --- ports/opt-arm.rsync | 3 --- ports/opt.rsync | 3 --- ports/xorg-arm.rsync | 3 --- ports/xorg.rsync | 3 --- 10 files changed, 61 deletions(-) delete mode 100644 ports/.footprint delete mode 100644 ports/.md5sum delete mode 100644 ports/Pkgfile delete mode 100644 ports/contrib.rsync.inactive delete mode 100644 ports/core-arm.rsync delete mode 100644 ports/core.rsync delete mode 100644 ports/opt-arm.rsync delete mode 100644 ports/opt.rsync delete mode 100644 ports/xorg-arm.rsync delete mode 100644 ports/xorg.rsync diff --git a/ports/.footprint b/ports/.footprint deleted file mode 100644 index 260646a..0000000 --- a/ports/.footprint +++ /dev/null @@ -1,12 +0,0 @@ -drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/ports/ --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/ -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 deleted file mode 100644 index 9e51d7b..0000000 --- a/ports/.md5sum +++ /dev/null @@ -1 +0,0 @@ -1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz diff --git a/ports/Pkgfile b/ports/Pkgfile deleted file mode 100644 index 9cd1917..0000000 --- a/ports/Pkgfile +++ /dev/null @@ -1,27 +0,0 @@ -# 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 - -name=ports -version=1.5 -release=11 -source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz) - -build () { - cd $name-$version - make - make DESTDIR=$PKG install - - # 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-armhf -URL=http://crux-arm.nu/ports/crux-2.8/core-armhf -__EOF__ -} - diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive deleted file mode 100644 index e84298f..0000000 --- a/ports/contrib.rsync.inactive +++ /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 index 1063822..0000000 --- a/ports/core-arm.rsync +++ /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 index 60540cf..0000000 --- a/ports/core.rsync +++ /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 index 02059fc..0000000 --- a/ports/opt-arm.rsync +++ /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 index 0723133..0000000 --- a/ports/opt.rsync +++ /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 index 53049fc..0000000 --- a/ports/xorg-arm.rsync +++ /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 index 88077aa..0000000 --- a/ports/xorg.rsync +++ /dev/null @@ -1,3 +0,0 @@ -host=crux.nu -collection=ports/crux-2.7/xorg/ -destination=/usr/ports/xorg -- 2.26.2