From 825d0b4efe8856b493e83ba87f376583b3521163 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 7 Aug 2009 14:19:06 +0200 Subject: Ajout de ports#1.5-1 --- base/ports/.footprint | 16 ++++++++++++++++ base/ports/.md5sum | 7 +++++++ base/ports/Pkgfile | 21 +++++++++++++++++++++ base/ports/base.rsync | 3 +++ base/ports/extra.rsync | 3 +++ base/ports/gnome.rsync | 3 +++ base/ports/kde.rsync | 3 +++ base/ports/xfce.rsync | 3 +++ base/ports/xorg.rsync | 3 +++ 9 files changed, 62 insertions(+) create mode 100644 base/ports/.footprint create mode 100644 base/ports/.md5sum create mode 100644 base/ports/Pkgfile create mode 100644 base/ports/base.rsync create mode 100644 base/ports/extra.rsync create mode 100644 base/ports/gnome.rsync create mode 100644 base/ports/kde.rsync create mode 100644 base/ports/xfce.rsync create mode 100644 base/ports/xorg.rsync (limited to 'base/ports') diff --git a/base/ports/.footprint b/base/ports/.footprint new file mode 100644 index 000000000..092d5bace --- /dev/null +++ b/base/ports/.footprint @@ -0,0 +1,16 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/ports/ +-rw-r--r-- root/root etc/ports/base.rsync +drwxr-xr-x root/root etc/ports/drivers/ +-rw-r--r-- root/root etc/ports/extra.rsync +-rw-r--r-- root/root etc/ports/gnome.rsync +-rw-r--r-- root/root etc/ports/kde.rsync +-rw-r--r-- root/root etc/ports/xfce.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/base/ports/.md5sum b/base/ports/.md5sum new file mode 100644 index 000000000..cb1fb2095 --- /dev/null +++ b/base/ports/.md5sum @@ -0,0 +1,7 @@ +81463928446390b11fad53471e4ac583 base.rsync +e1ef056cd3d83a3ec44838cabf632b50 extra.rsync +494d1b18f85780621194e1b302d0dbe0 gnome.rsync +caec4fc14e6c0cb971ab805614a124b7 kde.rsync +1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz +deaee599bfb2e333adcdd4df379ce8bc xfce.rsync +7122e27602963d9ac2f424ec07f93466 xorg.rsync diff --git a/base/ports/Pkgfile b/base/ports/Pkgfile new file mode 100644 index 000000000..8556a69d5 --- /dev/null +++ b/base/ports/Pkgfile @@ -0,0 +1,21 @@ +# Description: Système de ports NuTyX +# URL: http://crux.nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed.ch +# Depends: + +name=ports +version=1.5 +release=1 +source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ +base.rsync extra.rsync xorg.rsync xfce.rsync gnome.rsync kde.rsync) + +build () { +cd $name-$version +make +make DESTDIR=$PKG install +for i in base extra xorg xfce gnome kde +do + install -m 0644 ../$i.rsync $PKG/etc/ports/$i.rsync +done +} diff --git a/base/ports/base.rsync b/base/ports/base.rsync new file mode 100644 index 000000000..3241a7c80 --- /dev/null +++ b/base/ports/base.rsync @@ -0,0 +1,3 @@ +host=kiao.no-ip.info:22 +collection=ports/nutyx-2009/base/ +destination=/usr/ports/base diff --git a/base/ports/extra.rsync b/base/ports/extra.rsync new file mode 100644 index 000000000..777e6236c --- /dev/null +++ b/base/ports/extra.rsync @@ -0,0 +1,3 @@ +host=kiao.no-ip.info:22 +collection=ports/nutyx-2009/extra/ +destination=/usr/ports/extra diff --git a/base/ports/gnome.rsync b/base/ports/gnome.rsync new file mode 100644 index 000000000..6c35624ba --- /dev/null +++ b/base/ports/gnome.rsync @@ -0,0 +1,3 @@ +host=kiao.no-ip.info:22 +collection=ports/nutyx-2009/gnome/ +destination=/usr/ports/gnome diff --git a/base/ports/kde.rsync b/base/ports/kde.rsync new file mode 100644 index 000000000..0a03a648e --- /dev/null +++ b/base/ports/kde.rsync @@ -0,0 +1,3 @@ +host=kiao.no-ip.info:22 +collection=ports/nutyx-2009/kde/ +destination=/usr/ports/kde diff --git a/base/ports/xfce.rsync b/base/ports/xfce.rsync new file mode 100644 index 000000000..d4e91c22a --- /dev/null +++ b/base/ports/xfce.rsync @@ -0,0 +1,3 @@ +host=kiao.no-ip.info:22 +collection=ports/nutyx-2009/xfce/ +destination=/usr/ports/xfce diff --git a/base/ports/xorg.rsync b/base/ports/xorg.rsync new file mode 100644 index 000000000..f9e8c4326 --- /dev/null +++ b/base/ports/xorg.rsync @@ -0,0 +1,3 @@ +host=kiao.no-ip.info:22 +collection=ports/nutyx-2009/xorg/ +destination=/usr/ports/xorg -- cgit v1.2.3-54-g00ecf