diff options
-rw-r--r-- | base/ports/.footprint | 1 | ||||
-rw-r--r-- | base/ports/.md5sum | 1 | ||||
-rw-r--r-- | base/ports/Pkgfile | 6 | ||||
-rw-r--r-- | base/ports/kde3.rsync | 3 |
4 files changed, 8 insertions, 3 deletions
diff --git a/base/ports/.footprint b/base/ports/.footprint index a97a5d358..2688601c7 100644 --- a/base/ports/.footprint +++ b/base/ports/.footprint @@ -6,6 +6,7 @@ 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/kde3.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/ diff --git a/base/ports/.md5sum b/base/ports/.md5sum index b7924e54f..8aa2a509d 100644 --- a/base/ports/.md5sum +++ b/base/ports/.md5sum @@ -3,6 +3,7 @@ b1890dc14205ee3522a71f1fffb60695 acompiler.rsync ec4d6c6b77dbf1b34fc1cbce768f08c9 extra.rsync 1638ee8d0897ff01facc54fc3b3b1993 gnome.rsync 81a1d0451caa1b6563f0bff627812eb5 kde.rsync +b0a3eb601acaf6d92144def8d834e8cc kde3.rsync 1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz 6cae147a1fb7984fd5c83ccd68fee081 xfce.rsync d0d33d83c80892b274c7e547f5e35a00 xorg.rsync diff --git a/base/ports/Pkgfile b/base/ports/Pkgfile index baba73312..c60bc4560 100644 --- a/base/ports/Pkgfile +++ b/base/ports/Pkgfile @@ -6,9 +6,9 @@ name=ports version=1.5 -release=6 +release=7 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ -base.rsync acompiler.rsync extra.rsync xorg.rsync xfce.rsync kde.rsync gnome.rsync) +base.rsync acompiler.rsync extra.rsync xorg.rsync xfce.rsync kde.rsync kde3.rsync gnome.rsync) build () { cd $name-$version @@ -17,7 +17,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 gnome acompiler +for i in base extra xorg xfce kde kde3 gnome acompiler do install -m 0644 ../$i.rsync $PKG/etc/ports/$i.rsync done diff --git a/base/ports/kde3.rsync b/base/ports/kde3.rsync new file mode 100644 index 000000000..87c0d3b1e --- /dev/null +++ b/base/ports/kde3.rsync @@ -0,0 +1,3 @@ +host=kiao.no-ip.info:22 +collection=ports/nutyx-attapu/kde3/ +destination=/usr/ports/kde3 |