sbopkg/src/usr/doc/TODO

29 lines
1.6 KiB
Plaintext
Raw Normal View History

# $Id$
Sbopkg TODO (in no particular order)
* Add ability to manually edit a package's files (i.e. SlackBuild)
from within sbopkg -- perhaps call $EDITOR. This creates the issue of
how to keep the changes after an rsync, which will clobber everything.
Possibly do something like append ".sbopkg" to a copy of the SlackBuild
and then add "--exclude='*.sbopkg'" to the rsync call. See discussion on
2008-03-29 22:38:28 +03:00
SBo mailing list on 2008-03-24. UPDATED: This is working in 0.0.4
for the dialog interface, but not the cli yet.
* When using the dialog interface, change the listing of packages to
be a checklist or radiolist whereby the user can select more than
one package to build at a time. This would possibly change how the
user would be able to view the README, slack-desc etc. since a
checklist or radiolist would not present the current 'view' menu.
Not sure how the order of packages selected would be set.
* Add ability to view more than just the README from the command line.
This was added, but it needs to be improved. UPDATED: This works
much better now.
* Include ability to work with more than one repo with different
Slackware versions, i.e. /home/sbo/11.0 and /home/sbo/12.0. The
first menu in the dialog after selecting "Browse" would be a menu
showing the various Slackware versions in the local mirror. UPDATED:
This has been added to SVN and should appear in version 0.0.6.
2008-07-15 03:15:23 +04:00
* Include ability to search and display updates to installed SBo packages.
UPDATE: Alpha code for this feature is in SVN.
* More error checking.
* General code cleanups.