From 8ce5eb64efec1dee6ce8f90e11bb7782f1091bae Mon Sep 17 00:00:00 2001 From: Lukc Date: Sun, 12 Dec 2010 10:47:25 +0100 Subject: Recette de ports retirée. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ports/.footprint | 14 -------------- ports/.md5sum | 5 ----- ports/Pkgfile | 20 -------------------- ports/Pkgfile.old | 21 --------------------- ports/contrib.rsync.inactive | 3 --- ports/core.rsync | 3 --- ports/opt.rsync | 3 --- ports/xorg.rsync | 3 --- 8 files changed, 72 deletions(-) delete mode 100644 ports/.footprint delete mode 100644 ports/.md5sum delete mode 100644 ports/Pkgfile delete mode 100644 ports/Pkgfile.old delete mode 100644 ports/contrib.rsync.inactive delete mode 100644 ports/core.rsync delete mode 100644 ports/opt.rsync delete mode 100644 ports/xorg.rsync diff --git a/ports/.footprint b/ports/.footprint deleted file mode 100644 index 2219c43..0000000 --- a/ports/.footprint +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 891ea32..0000000 --- a/ports/.md5sum +++ /dev/null @@ -1,5 +0,0 @@ -c79603d71569837b6848c5cb320c44bd contrib.rsync.inactive -b77a6e0dd97a45652de03bd3a82a416f core.rsync -03246f47123cd2342ddfaf4c44fa9c89 opt.rsync -1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz -320d50cc72759a55097b1b2d4c40da9a xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile deleted file mode 100644 index a400097..0000000 --- a/ports/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -description="CRUX ports system tools" -packager="" -maintainer="CRUX System Team, core-ports at crux dot nu" -url="http://crux.nu" -depends=() - -name=ports -version=1.5 -release=10 -source=(http://crux.nu/files/tools/ports/ports-1.5.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/Pkgfile.old b/ports/Pkgfile.old deleted file mode 100644 index cb47299..0000000 --- a/ports/Pkgfile.old +++ /dev/null @@ -1,21 +0,0 @@ -# Description: CRUX ports system tools -# URL: http://crux.nu -# Maintainer: CRUX System Team, core-ports at crux dot nu - -name=ports -version=1.5 -release=10 -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 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.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.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.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 -- cgit v1.2.3-54-g00ecf