diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2008-01-14 17:28:36 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2008-01-14 17:28:36 +0000 |
| commit | 7c8464f8df195e60f232d01051374da411d78a72 (patch) | |
| tree | d4336445eeb8bf42dc509c340a1987996cd0add0 | |
| parent | db87c718544687f2840e8041afa6980f2da6f516 (diff) | |
Notes
| -rw-r--r-- | release/scripts/package-split.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/release/scripts/package-split.py b/release/scripts/package-split.py index cd0e2c3de98b..fd24a08c52dd 100644 --- a/release/scripts/package-split.py +++ b/release/scripts/package-split.py @@ -60,10 +60,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', @@ -71,6 +73,8 @@ def disc3_packages(): 'mail/popd', 'mail/xfmail', 'mail/postfix', + 'misc/compat5x', + 'misc/compat6x', 'net/cvsup-without-gui', 'net/rsync', 'net/samba3', @@ -82,15 +86,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 |
