
Glsapt is used by many slackware based distros
http://en.wikipedia.org/wiki/Slapt-get
DISCLAIMER
It is a tool to install packages plus many more built in advanced features
just like any power tool care must be used not to cause damage to the user
so I present this as an option not a solution
it can be installed and used but a lot of fine tuning would be needed to make it work "perfectly"
with Porteus (I don't claim that the word perfectly does exist or it is implied here since package management still requires system administration and proper set up and careful use )
but all that aside I am happy to say this works

Why ?
I would like to try some of the other options that have become popularized
and used by a few slackware based distros
this doesn't imply dissatisfaction to the way slackware installs packages or the way Porteus installs
modules
it is just a tool that could be used to compliment things
on a personal level for me as a development tool for when we switch over to slackware 14
there are just a few dependencies to get this to run
after some more testing I will list what is needed and a mini how to get started
I already have a script to add Porteus packages to the PACKAGES.TXT
but I am currently only using the official default setup for now
so I can see if anything is still missing or not
This gets you a vanilla install no modified files 32bit
http://bigbass-porteus.googlecode.com/f ... i386-1.tgz
http://bigbass-porteus.googlecode.com/f ... i386-1.tgz
http://bigbass-porteus.googlecode.com/f ... i486-1.txz
http://bigbass-porteus.googlecode.com/f ... i486-1.txz
http://bigbass-porteus.googlecode.com/f ... i486-1.txz
http://bigbass-porteus.googlecode.com/f ... h-1stb.tgz
For a basic setup with dependency resolving point to slacky with this in /etc/slapt-get/slapt-getrc
32bit I blocked KDE since TDE is installed you will see where
Code: Select all
WORKINGDIR=/var/slapt-get
EXCLUDE=^aaa_elflibs,^devs,^glibc-.*,^kernel-.*,^udev,.*-[0-9]+dl$,x86_64,^kde,^koffice*
SOURCE=ftp://ftp.slackware.com/pub/slackware/slackware-13.37/:OFFICIAL
SOURCE=http://software.jaos.org/slackpacks/13.37/:CUSTOM
SOURCE=http://repository.slacky.eu/slackware-13.37/:PREFERRED
Joe