mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
modify TODO list
This commit is contained in:
parent
c123f40db7
commit
3ffa7cba83
@ -1,29 +1,19 @@
|
||||
# $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
|
||||
SBo mailing list on 2008-03-24. UPDATED: This is working in 0.0.4
|
||||
for the dialog interface, but not the cli yet.
|
||||
* Add ability to install packages from the command line using a -i
|
||||
switch.
|
||||
* Add 'long' switches to the cli options, i.e. --build in addition to
|
||||
the current -b switch.
|
||||
* Add in ability to edit the *.info file so folks can quickly change
|
||||
the version or download link (though they'd also have to change the
|
||||
MD5SUM).
|
||||
* Perhaps make the MD5SUM check a variable that a user can turn off?
|
||||
* 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 was added to version 0.0.6.
|
||||
* Include ability to search and display updates to installed SBo packages.
|
||||
UPDATE: Preliminary experimental code for this feature first
|
||||
appeared in version 0.0.8.
|
||||
* More error checking.
|
||||
* General code cleanups.
|
||||
|
Loading…
Reference in New Issue
Block a user