set reasonable packages list

. clang, binutils and git and dependencies on CD
	. don't bzip .iso

Change-Id: If43324b46289de5fd1ca7b64785f8ae6e97fd6b7
This commit is contained in:
Ben Gras 2014-09-13 22:22:51 +02:00
parent 43eceae54c
commit 5457987d13
3 changed files with 63 additions and 70 deletions

View File

@ -1,70 +1,63 @@
9e-
apr-1
apr-util-
autoconf-
automake-
bash-2
bash-4
bchunk-
bcrypt-
binutils-
bison-
curl-
diffutils-
digest-
expat-
f2c-
figlet-2
flex-
gawk-
gettext-lib-
gettext-tools-
gmake-
gmp-
grep-
gsed-
gtexinfo-
gzip-
lcov-
libiberty-
libiconv-
libidn-
libtool-base-
lua-
m4-
mdf2iso-
mpfr-
naim-
nano-
nawk-
ncurses-
neon-
netdrv_tg3-
openssh-
openssl-
p5-Digest-SHA1-
p5-Error-
p5-enum-
p5-pkgsrc-Dewey-
patch-
pax-
pdksh-
perl-5
pkg-config-
pkg_install-info-
pkg_leaves-
pkgdep-
pkgdepgraph-
pkgdiff-
pkglint-
png-
perl-
pth-
p5-Net-SSLeay-
gettext-lib-
libidn-
p5-Net-LibIDN-
p5-Net-IP-
heimdal-
p5-GSSAPI-
p5-Digest-HMAC-
p5-Net-DNS-0
p5-TimeDate-
p5-IO-Socket-SSL-
xmlcatmgr-
libffi-
p5-Net-SMTP-SSL-
p5-MailTools-
p5-Error-
p5-Email-Valid-1
p5-Authen-SASL-2
expat-
curl-
python27-
libxml2-
tcp_wrappers-
git-base-
clang-
binutils-
openssh-
libfontenc-
freetype2-
mkfontscale-
mkfontdir-
encodings-
roboto-fonts-
rtf2latex-
sign-
tcl-8
tcl-tls-
tds-
tegaki-zinnia-japanese-kyoiku-
ucon64-
unzoo-
zoo-
wwwcount-
z80-asm-
zombies-
bootstrap-mk-files-
bmake-
digest-
libfetch-
zsh-
zsync-
zzuf-
buffer-
p5-XML-Parser-2
intltool-
readline-
rsync-
scmgit-base-
sqlite3-
unzip-
url2pkg-
vim-7
vim-share-
zip-
libtool-base-
gmake-
gettext-tools-
bash-2

View File

@ -45,6 +45,9 @@ retrieve()
do pkgname="`fgrep PKGNAME=${name} $SUMMARY | sed 's/PKGNAME=//g'`"
if [ `echo $pkgname | wc -w` -ne 1 ]
then echo " *** Could not resolve $name (not found or too many matches: $pkgname) ***"
echo Matches:
echo $pkgname
exit 1
else echo Getting $pkgname
fetch -r ${PACKAGEURL}/${pkgname}.tgz
fi

View File

@ -349,9 +349,6 @@ partition -m $IMG 0 81:$isosects 81:$ROOTSECTS 81:$USRSECTS
# Clean up: RELEASEDIR no longer needed
rm -r $RELEASEDIR
echo "${ZIP}ping $IMG"
$ZIP -f $IMG
if [ "$FILENAMEOUT" ]
then echo "$IMG" >$FILENAMEOUT
fi