Date: Wed, 05 Sep 2001 03:22:47 +0900 From: "Akinori MUSHA" <knu@iDaemons.org> To: ports@FreeBSD.org Subject: Adding portupgrade to CD-ROM #1 Message-ID: <86bskqhl3c.wl@archon.local.idaemons.org>
next in thread | raw e-mail | index | archive | help
Is anybody against adding portupgrade to CD-ROM #1? Total space increase is about 1.6MB. knu@archon[2]% mkdir /tmp/foo knu@archon[2]% export PKGREPOSITORY=/tmp PKGREPOSITORYSUBDIR=foo knu@archon[2]% export PACKAGEBASE=http://bento.FreeBSD.org/errorlogs/packages-4-latest/ knu@archon[2]% pkg_fetch -Rf portupgrade ---> Fetching portupgrade.tgz Receiving /villa/tmp/portupgrade.tgz (70410 bytes): 100% 70410 bytes transferred in 2.5 seconds (27.42 kBps) ---> Fetching ruby-1.6.4.2001.09.03.tgz Receiving /villa/tmp/ruby-1.6.4.2001.09.03.tgz (927765 bytes): 100% 927765 bytes transferred in 44.6 seconds (20.34 kBps) ---> Fetching ruby_static-1.6.4.2001.09.03.tgz Receiving /villa/tmp/ruby_static-1.6.4.2001.09.03 (519812 bytes): 100% 519812 bytes transferred in 27.6 seconds (18.36 kBps) ---> Fetching ruby-uri-0.9,1.tgz Receiving /villa/tmp/ruby-uri-0.9,1.tgz (18663 bytes): 100% 18663 bytes transferred in 0.9 seconds (19.55 kBps) ---> Fetching ruby-optparse-0.8.4.tgz Receiving /villa/tmp/ruby-optparse-0.8.4.tgz (70028 bytes): 100% 70028 bytes transferred in 2.5 seconds (27.29 kBps) ---> Fetching ruby-fnmatch-1.1b.tgz Receiving /villa/tmp/ruby-fnmatch-1.1b.tgz (3589 bytes): 100% 3589 bytes transferred in 0.1 seconds (50.76 kBps) ---> Fetching pkg_tarup-1.2_3.tgz Receiving /villa/tmp/pkg_tarup-1.2_3.tgz (2758 bytes): 100% 2758 bytes transferred in 0.0 seconds (57.19 kBps) knu@archon[2]% du -k /tmp/foo 1616 /tmp/foo -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" Index: print-cdrom-packages.sh =================================================================== RCS file: /home/ncvs/src/release/scripts/print-cdrom-packages.sh,v retrieving revision 1.12 diff -u -r1.12 print-cdrom-packages.sh --- print-cdrom-packages.sh 2001/09/04 17:41:52 1.12 +++ print-cdrom-packages.sh 2001/09/04 18:10:12 @@ -118,6 +118,7 @@ CDROM_SET_1="${CDROM_SET_1} shells/bash2" CDROM_SET_1="${CDROM_SET_1} shells/pdksh" CDROM_SET_1="${CDROM_SET_1} shells/zsh" +CDROM_SET_1="${CDROM_SET_1} sysutils/portupgrade" CDROM_SET_1="${CDROM_SET_1} www/linux-netscape47-communicator" CDROM_SET_1="${CDROM_SET_1} www/linux-netscape47-navigator" CDROM_SET_1="${CDROM_SET_1} www/lynx" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86bskqhl3c.wl>