diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2008-01-14 17:41:09 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2008-01-14 17:41:09 +0000 |
| commit | dfd530066b27fca00bb81a49a5d36b7e73d5b69a (patch) | |
| tree | c260c8efc1f3b91e59624d05095e1273816ee98a /release/scripts | |
| parent | 40a05fc98d98d7a6a2fd136a13dbb7c53ba2072e (diff) | |
Notes
Diffstat (limited to 'release/scripts')
| -rw-r--r-- | release/scripts/package-split.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/release/scripts/package-split.py b/release/scripts/package-split.py index 4b6982da375d..a43d34ba2f17 100644 --- a/release/scripts/package-split.py +++ b/release/scripts/package-split.py @@ -62,10 +62,12 @@ def disc3_packages(): 'devel/gmake', 'editors/emacs', 'editors/vim-lite', + 'editors/xemacs', 'emulators/mtools', 'graphics/png', 'graphics/xv', 'irc/xchat', + 'lang/php5', 'mail/exim', 'mail/fetchmail', 'mail/mutt', @@ -73,6 +75,7 @@ def disc3_packages(): 'mail/popd', 'mail/xfmail', 'mail/postfix', + 'misc/compat5x', 'net/cvsup-without-gui', 'net/rsync', 'net/samba3', @@ -84,15 +87,23 @@ def disc3_packages(): 'print/ghostscript-gnu-nox11', 'print/gv', 'print/psutils-letter', + 'print/teTeX', 'shells/bash', 'shells/pdksh', 'shells/zsh', 'security/sudo', + 'textproc/docproj-jadetex', + 'www/apache13', + 'www/apache13-modssl', + 'www/apache22', 'www/links', 'www/lynx', 'x11/rxvt', # Formerly on disc3 'ports-mgmt/portaudit'] + if arch == 'i386': + pkgs.extend(['www/opera', + 'misc/compat4x']) return pkgs # The list of desired packages |
