Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jul 2000 20:50:37 -0500
From:      Steve Price <sprice@hiwaay.net>
To:        "David E. O'Brien" <obrien@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/release/scripts print-cdrom-packages.sh
Message-ID:  <20000722205036.B5963@bonsai.hiwaay.net>
In-Reply-To: <200007222343.QAA36091@freefall.freebsd.org>; from obrien@FreeBSD.org on Sat, Jul 22, 2000 at 04:43:54PM -0700
References:  <200007222343.QAA36091@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jul 22, 2000 at 04:43:54PM -0700, David E. O'Brien wrote:
# obrien      2000/07/22 16:43:54 PDT
# 
#   Modified files:
#     release/scripts      print-cdrom-packages.sh 
#   Log:
#   More highly popular packages from the 1998 poll done on -newbies.
#   
#   Approved by:	JKH
#   
#   Revision  Changes    Path
#   1.5       +27 -1     src/release/scripts/print-cdrom-packages.sh

Just out of curiousity, do we really need three versions of ncftp?

+CDROM_SET_1="${CDROM_SET_1} ftp/ncftp"
+CDROM_SET_1="${CDROM_SET_1} ftp/ncftp2"
+CDROM_SET_1="${CDROM_SET_1} ftp/ncftp3"

Also it might make life a bit easier if there were some order to
the ... well, err, ... the order of this list. :)

You'll also need this patch to fix a couple of typos.

-steve

Index: print-cdrom-packages.sh
===================================================================
RCS file: /home/ncvs/src/release/scripts/print-cdrom-packages.sh,v
retrieving revision 1.5
diff -u -r1.5 print-cdrom-packages.sh
--- print-cdrom-packages.sh	2000/07/22 23:43:53	1.5
+++ print-cdrom-packages.sh	2000/07/23 01:45:38
@@ -82,13 +82,13 @@
 CDROM_SET_1="${CDROM_SET_1} www/netscape47-navigator"
 CDROM_SET_1="${CDROM_SET_1} www/lynx"
 CDROM_SET_1="${CDROM_SET_1} print/acroread"
-CDROM_SET_1="${CDROM_SET_1} print/xpdf"
 CDROM_SET_1="${CDROM_SET_1} print/gv"
 CDROM_SET_1="${CDROM_SET_1} print/ghostview"
+CDROM_SET_1="${CDROM_SET_1} graphics/xpdf"
 CDROM_SET_1="${CDROM_SET_1} graphics/xv"
 CDROM_SET_1="${CDROM_SET_1} mail/fetchmail"
 CDROM_SET_1="${CDROM_SET_1} mail/mutt"
-CDROM_SET_1="${CDROM_SET_1} mail/pine"
+CDROM_SET_1="${CDROM_SET_1} mail/pine4"
 CDROM_SET_1="${CDROM_SET_1} mail/xfmail"
 CDROM_SET_1="${CDROM_SET_1} news/tin"
 CDROM_SET_1="${CDROM_SET_1} news/slrn"


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000722205036.B5963>