diff options
author | orchidman <lesibel@free.fr> | 2011-10-17 09:46:54 +0200 |
---|---|---|
committer | orchidman <lesibel@free.fr> | 2011-10-17 09:46:54 +0200 |
commit | f741b9c1fcfc41f26e3077052312aba1d0970fcd (patch) | |
tree | 270d7affc265493de3215addb7c5f752ac203c16 /base/ports | |
parent | e9c864c4ef4ec203888e36dc60a4d2af27233ec5 (diff) | |
parent | debd0fd60b2242d10b644c31295d1a01ae727b7b (diff) | |
download | nutyx-pakxe-f741b9c1fcfc41f26e3077052312aba1d0970fcd.tar.gz nutyx-pakxe-f741b9c1fcfc41f26e3077052312aba1d0970fcd.tar.bz2 nutyx-pakxe-f741b9c1fcfc41f26e3077052312aba1d0970fcd.tar.xz nutyx-pakxe-f741b9c1fcfc41f26e3077052312aba1d0970fcd.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'base/ports')
-rw-r--r-- | base/ports/.footprint.i686 | 3 | ||||
-rw-r--r-- | base/ports/.footprint.x86_64 | 3 | ||||
-rw-r--r-- | base/ports/.md5sum.i686 | 3 | ||||
-rw-r--r-- | base/ports/.md5sum.x86_64 | 3 | ||||
-rw-r--r-- | base/ports/Pkgfile | 6 | ||||
-rw-r--r-- | base/ports/kde.rsync | 3 | ||||
-rw-r--r-- | base/ports/xfce.rsync | 3 | ||||
-rw-r--r-- | base/ports/xorg.rsync | 3 |
8 files changed, 3 insertions, 24 deletions
diff --git a/base/ports/.footprint.i686 b/base/ports/.footprint.i686 index 6a3cf7443..3fad46975 100644 --- a/base/ports/.footprint.i686 +++ b/base/ports/.footprint.i686 @@ -3,9 +3,6 @@ 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/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 diff --git a/base/ports/.footprint.x86_64 b/base/ports/.footprint.x86_64 index 6a3cf7443..3fad46975 100644 --- a/base/ports/.footprint.x86_64 +++ b/base/ports/.footprint.x86_64 @@ -3,9 +3,6 @@ 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/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 diff --git a/base/ports/.md5sum.i686 b/base/ports/.md5sum.i686 index 2dd3f21bb..85fd327d7 100644 --- a/base/ports/.md5sum.i686 +++ b/base/ports/.md5sum.i686 @@ -1,6 +1,3 @@ 981d852cfbbc792c7a6f64ba3c882ea5 base.rsync 2c7eaabfc11956e55470d8c1cac8dc28 extra.rsync -2940a36a7b22d629a9d1421ceb59c899 kde.rsync 1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz -e96384725a205bdec47cbfca76c71b2e xfce.rsync -c34639ed44265a274b750774c2a1603d xorg.rsync diff --git a/base/ports/.md5sum.x86_64 b/base/ports/.md5sum.x86_64 index 2dd3f21bb..85fd327d7 100644 --- a/base/ports/.md5sum.x86_64 +++ b/base/ports/.md5sum.x86_64 @@ -1,6 +1,3 @@ 981d852cfbbc792c7a6f64ba3c882ea5 base.rsync 2c7eaabfc11956e55470d8c1cac8dc28 extra.rsync -2940a36a7b22d629a9d1421ceb59c899 kde.rsync 1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz -e96384725a205bdec47cbfca76c71b2e xfce.rsync -c34639ed44265a274b750774c2a1603d xorg.rsync diff --git a/base/ports/Pkgfile b/base/ports/Pkgfile index a99ee1448..c04fb52fc 100644 --- a/base/ports/Pkgfile +++ b/base/ports/Pkgfile @@ -5,9 +5,9 @@ name=ports version=1.5 -release=10 +release=11 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ -base.rsync extra.rsync xorg.rsync xfce.rsync kde.rsync) + base.rsync extra.rsync) build () { cd $name-$version @@ -16,7 +16,7 @@ make DESTDIR=$PKG install mkdir -p $PKG/usr/share/ mv $PKG/usr/man \ $PKG/usr/share -for i in base extra xorg xfce kde +for i in base extra do install -m 0644 ../$i.rsync $PKG/etc/ports/$i.rsync done diff --git a/base/ports/kde.rsync b/base/ports/kde.rsync deleted file mode 100644 index e9e7d7833..000000000 --- a/base/ports/kde.rsync +++ /dev/null @@ -1,3 +0,0 @@ -host=nutyx.meticul.eu -collection=nutyx/ports/nutyx-pakxe/kde/ -destination=/usr/ports/kde diff --git a/base/ports/xfce.rsync b/base/ports/xfce.rsync deleted file mode 100644 index 7d646721e..000000000 --- a/base/ports/xfce.rsync +++ /dev/null @@ -1,3 +0,0 @@ -host=nutyx.meticul.eu -collection=nutyx/ports/nutyx-pakxe/xfce/ -destination=/usr/ports/xfce diff --git a/base/ports/xorg.rsync b/base/ports/xorg.rsync deleted file mode 100644 index 403c1d3a8..000000000 --- a/base/ports/xorg.rsync +++ /dev/null @@ -1,3 +0,0 @@ -host=nutyx.meticul.eu -collection=nutyx/ports/nutyx-pakxe/xorg/ -destination=/usr/ports/xorg |