Commit Graph

26 Commits

Author SHA1 Message Date
chess.griffin
4fb55805c5 modify README and sbopkg(8) to mention ability to install package; add comment to sbopkg 2008-09-10 13:30:03 +00:00
chess.griffin
d72f08a27f modify sbopkg.conf.5 man page to document TERMBUILD. 2008-08-29 01:24:15 +00:00
chess.griffin
713ebe612c tweak sbopkg.conf man page 2008-08-27 01:30:44 +00:00
chess.griffin
1a63682c4b modify sbopkg.conf(5) man page based on modified sbopkg.conf.new file 2008-08-25 02:26:40 +00:00
chess.griffin
4d042bed39 edit both man pages to refer to sbopkg.conf.new 2008-08-24 02:25:13 +00:00
chess.griffin
d6502e7a23 fix typos in sbopkg.conf man page regarding TMP and OUTPUT; thanks to samac for the bug report. 2008-08-14 18:26:04 +00:00
chess.griffin
e1b1e0e52e clean up whitespace in docs and man pages 2008-08-14 00:30:05 +00:00
chess.griffin
2473d5af3d fix typos and add tweaks to both man pages 2008-08-11 02:28:00 +00:00
chess.griffin
5ed68c6bdf update sbopkg.conf(5) man page to include explanation about setting environmental variables 2008-08-05 16:43:38 +00:00
chess.griffin
7e66ccb047 change date in man pages; tweak TODO and README 2008-08-02 15:23:45 +00:00
chess.griffin
d86d8bd6b9 edit sbopkg.8 man page to clarify that -q can also search for more than one glob 2008-07-17 13:57:24 +00:00
chess.griffin
6fc9636fa5 thanks to some suggestions from Erik Hanson, I have modified the update code to make it more accurate and (hopefully) quicker; also updated sbopkg(8) man page to include the new -c option to check for updates; thanks Erik! 2008-07-16 14:24:33 +00:00
chess.griffin
c895f59dff formatting tweaks to both man pages 2008-07-15 15:34:11 +00:00
chess.griffin
24a0317e7b update date in man pages 2008-05-03 00:21:58 +00:00
chess.griffin
d44e2beb2d get ready for Slackware 12.1: update sbopkg, sbopkg.conf.sample, and both man pages to include Slackware 12.1; set default repo to 12.1; no substantive changes otherwise. I will release a point update (0.0.6.1) after 12.1 is released 2008-04-22 13:58:13 +00:00
chess.griffin
e1b46f0d1a change search options again; now -q for query is the switch to search by string and -s is the old search by specific package name; these switches make more sense; update sbopkg.8 man page; update TODO 2008-04-09 14:14:46 +00:00
chess.griffin
aff26f4024 edit sbopkg.8 man page for new -i and -s functionality 2008-04-08 18:52:52 +00:00
chess.griffin
590667bb8c change version numbers to SVN; from now on, SVN code will remain at version SVN and I will change the version numbers at each release; import initial code to allow the user to change the Slackware version for the matching SBo mirror. In other words, a user can have a local mirror for the Slackware 11.0 SlackBuilds from SBo and also a mirror for the 12.0 SlackBuilds. These would default to /home/sbo/11.0 and /home/sbo/12.0 initially. The user can override the default SLACKVER set in the config file either with the new -v switch for cli users, or from within the dialog interface; also update man pages to reflect this new feature. 2008-04-03 22:40:00 +00:00
chess.griffin
704a8e07ce update version numbers in sbopkg and both man pages to 0.0.6 2008-04-02 17:56:47 +00:00
chess.griffin
250c4cb11b initial search code in dialog interface; tweak sbopkg.8 man page 2008-04-01 13:10:28 +00:00
chess.griffin
dc9c37ed35 cleanup sbopkg.8 man page by including references to environmental variables that are used; also correct some typos 2008-03-31 19:11:24 +00:00
chess.griffin
6eef7054d2 after discussions on IRC, I decided to change sbopkg.conf.sample back to simply a listing of variables without the option to pass environmental variables. I think exporting variables or some such complicates matters for this tool and it is really not needed. Also edited sbopkg.8 man page to remove references to environmental variables. 2008-03-29 19:47:58 +00:00
chess.griffin
9fd5df4562 add initial code for editing the SlackBuild. Seem to work ok but have not yet added ability to build a package using the edited SlackBuild but that is an easy addition. Can also delete the local edited copy of the SlackBuild. The rsync command was also tweaked to exclude the .sbopkg which is the text appended to the local edited SlackBuild. Edited man pages and version number in sbopkg to 0.0.4 2008-03-28 19:19:07 +00:00
chess.griffin
8e8e6714a9 many whitespace cleanups; added timeout to rsync call; separated rsync_command from rsync_repo in order to keep the dialog box in state while rsync is performed, similar to what happens when a build occurs; there are still some old commented out code for the time being; general cleanups 2008-03-28 02:57:25 +00:00
chess.griffin
1bb8f93543 create 0.0.2 tag; many, many changes and enhancements, many due to excellent diff and help by slakmagik; created cache directory (Robby Workman) and added ability to view cache; fixed the issue with the pkg building screen so it now holds while pkg is building (slakmagik); added -f option so user can override config file (slakmagik); added checks to see if user has write permissions on rsync directory; added --delete flag to rsync call (Alan Hicks); many other code cleanups and enhancements (slakmagik); edited sbopkg.conf.sample so it is a shell script that is parsed by sbopkg; edited both man pages to reflect changes 2008-03-27 02:35:12 +00:00
chess.griffin
8907ba66db initial commit of sbopkg, sbopkg.conf.sample, TODO, sbopkg.conf.5, and sbopkg.8; add all except the man pages to svn propset for $Id$ tags 2008-03-24 00:42:47 +00:00