ports/core (2.3): ports: added xorg repo, moved sources to crux.nu
commit 1e9cc687fa72c340f1cb2279b517db888bc4b46c Author: Simone Rota <sip@crux.nu> Date: Thu Jan 18 18:40:09 2007 +0000 ports: added xorg repo, moved sources to crux.nu diff --git a/ports/.footprint b/ports/.footprint index a703ac2..2219c43 100644 --- a/ports/.footprint +++ b/ports/.footprint @@ -4,6 +4,7 @@ drwxr-xr-x root/root etc/ports/ -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 diff --git a/ports/.md5sum b/ports/.md5sum index 938ba75..f4c1116 100644 --- a/ports/.md5sum +++ b/ports/.md5sum @@ -2,3 +2,4 @@ b20d7d4321003d0d1b453d56f4b6c23e contrib.rsync.inactive 2b42daefa2a3de0a6d22a83681dcf782 core.rsync 0730cec292dcbd0d27417e29c19ef816 opt.rsync 1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz +74965116bd8245c401838a290e6dfdc7 xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile index d23028d..ece2733 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -4,9 +4,9 @@ name=ports version=1.5 -release=5 -source=(http://www.fukt.bsnet.se/~per/crux/files/ports/$name-$version.tar.gz \ - core.rsync opt.rsync contrib.rsync.inactive) +release=6 +source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ + core.rsync opt.rsync xorg.rsync contrib.rsync.inactive) build () { cd $name-$version @@ -15,6 +15,7 @@ build () { 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/xorg.rsync b/ports/xorg.rsync new file mode 100644 index 0000000..94b6612 --- /dev/null +++ b/ports/xorg.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-2.3/xorg/ +destination=/usr/ports/xorg
participants (1)
-
crux@crux.nu