Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2001 00:36:12 -0800
From:      Jordan Hubbard <jkh@osd.bsdi.com>
To:        steve@havk.org
Cc:        obrien@FreeBSD.org, jkh@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/release/scripts print-cdrom-packages.sh
Message-ID:  <20010321003612T.jkh@osd.bsdi.com>
In-Reply-To: <20010320195634.A75317@bsd.havk.org>
References:  <200103202119.f2KLJKE18477@freefall.freebsd.org> <20010320171144.A48071@dragon.nuxi.com> <20010320195634.A75317@bsd.havk.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> Yes I did use it for previous releases and had intended to use
> it for this release after I updated it.

Hmmm, oh dear, I honestly thought it was going totally unused.

Would something like the following gross you out too much, just to
totally contrive something off the top of my head which is probably
not even close to properly designed, but...

BTW, I'm not a big fan of XML by any stretch of the imagination, but
it's really hard to make up arbitrary ascii description formats these
days without being faced with some hard questions as to why you didn't
just go with something standard. :)


<?xml version="1.0"?>

<!--
This file attempts to define various package sets which are important
to CDROM production.  Suitability for any purpose other than the "official"
CDROM set is neither intended or implied.

$FreeBSD$

-->

<cdsets vendor="FreeBSD">
<set disc="1" class="minimal">
  <packages arch="alpha">
    <item>emulators/osf1_base</item>
  </packages>
  <packages arch="i386">
    <item>emulators/linux_base</item>
  </packages>
  <packages>
    <item>x11/XFree86-4</item>
    <item>x11/XFree86-4-clients</item>
    <item>x11/XFree86-4-documents</item>
    <item>x11/XFree86-4-libraries</item>
    <item>x11/XFree86-4-manuals</item>
    <item>x11-fonts/XFree86-4-font100dpi</item>
    <item>x11-fonts/XFree86-4-font75dpi</item>
    <item>x11-fonts/XFree86-4-fontCyrillic</item>
    <item>x11-fonts/XFree86-4-fontDefaultBitmaps</item>
    <item>x11-fonts/XFree86-4-fontEncodings</item>
    <item>x11-fonts/XFree86-4-fontLatin2</item>
    <item>x11-fonts/XFree86-4-fontScalable</item>
    <item>x11-servers/XFree86-4-FontServer</item>
    <item>x11-servers/XFree86-4-NestServer</item>
    <item>x11-servers/XFree86-4-PrintServer</item>
    <item>x11-servers/XFree86-4-Server</item>
    <item>x11-servers/XFree86-4-VirtualFramebufferServer</item>
    <item>x11/kde2</item>
    <item>x11/gnome</item>
    <item>x11-wm/afterstep</item>
    <item>x11-wm/enlightenment</item>
    <item>x11-wm/fvwm2</item>
    <item>net/pcnfsd</item>
  </packages>
</set>

<set disc="1" class="desirable">
  <packages arch="i386">
    <item>shells/ksh93</item>
  </packages>
  <packages>
    <item>net/cvsup-bin</item>
    <item>shells/bash2</item>
    <item>shells/pdksh</item>
    <item>shells/zsh</item>
    <item>editors/vim5</item>
    <item>editors/emacs20</item>
    <item>www/netscape-wrapper</item>
    <item>www/netscape-remote</item>
    <item>www/netscape47-communicator</item>
    <item>www/lynx</item>
    <item>print/acroread</item>
    <item>print/xpdf</item>
    <item>print/gv</item>
    <item>print/ghostview</item>
    <item>graphics/xv</item>
    <item>mail/fetchmail</item>
    <item>mail/mutt</item>
    <item>mail/pine</item>
    <item>mail/xfmail</item>
    <item>news/tin</item>
    <item>news/slrn</item>
    <item>ftp/ncftp</item>
    <item>irc/xchat</item>
    <item>emulators/mtools</item>
    <item>misc/screen</item>
    <item>x11/rxvt</item>
    <item>astro/xearth</item>
    <item>devel/gmake</item>
    <item>archivers/bzip2</item>
    <item>archivers/unzip</item>
  </packages>
</set>
</cdsets>

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?20010321003612T.jkh>