2001-03-16 02:29 david * README: Edited the README file to correct the configure section. 2001-03-16 02:27 david * Makefile.in: Added an uninstall rule to the Makefile. 2001-03-16 02:25 david * Makefile.in: Modified the install rule. 2001-03-16 02:18 david * NEWS: Updated the NEWS file for autoslack 1.7. 2001-03-16 02:12 david * README: Modified the README file to explain the new location of the CHECKSUMS.md5 files. 2001-03-16 02:10 david * prototype.in: The prototype file now contains the local state dir. 2001-03-16 02:07 david * Makefile.in: Modified the make dist rule to add the prototype.in and rules.in files. 2001-03-16 02:05 david * Makefile.in, configure.in, prototype.in, rules.in: Added the rules file (which is processed by autoconf) for the protopkg build system. Modified the prototype file to use the configure options. 2001-03-16 02:02 david * Makefile.in, prototype, prototype.in, doc/NEWS-1.6.1: Moved the 1.6.x NEWS file into /doc. The prototype file is now going to be created based on the configure options. 2001-03-16 02:00 david * src/autoslack.pl.in: Removed extra newlines on the xerr() calls. 2001-03-16 01:58 david * src/autoslack.pl.in: Replaced all "die" calls with "xerr". xerr is a local function that displays an error message and exits with a non-zero return code. 2001-03-16 01:53 david * Makefile.in, src/autoslack.pl.in: Modified autoslack.pl to read the CHECKSUMS.md5 files from the local state dir, which is set by the autoconf script. 2001-03-16 01:40 david * IDEAS, TODO: Modified the todo list. 2001-03-16 01:35 david * src/autoslack.pl.in: Substitute in the sysconfdir in autoslack.pl. 2001-03-16 01:32 david * doc/: autoslack.conf.pod, autoslack.sources.pod: Added back regular source files for the autoslack.conf and autoslack.sources man pages. 2001-03-16 01:31 david * Makefile.in, configure.in, doc/autoslack.conf.pod.in, doc/autoslack.sources.pod.in: There's no need for the autoslack.conf and autoslack.sources files to list the location of the config file. Removed the synopsis sections from those man pages and removed them from the autoconf system. 2001-03-15 00:31 david * Makefile.in: Modified the Makefile to clean up the generated man pages (get rid of the Perl headers and stuff). 2001-03-15 00:24 david * Makefile.in, doc/autoslack.conf.pod.in, doc/autoslack.sources.pod.in: Added the variable substitutions to the man pages. Modified the Makefile distclean rule. 2001-03-15 00:23 david * TODO, configure.in, doc/autoslack.conf.pod, doc/autoslack.conf.pod.in, doc/autoslack.sources.pod, doc/autoslack.sources.pod.in: Moved the config file man pages to be processed by autoconf. 2001-03-15 00:16 david * Makefile.in, doc/autoslack.sources.pod: Added the autoslack.sources man page file. Modified the Makefile to build and install it. 2001-03-15 00:06 david * doc/autoslack.conf.pod: Removed the program definitions from the autoslack.conf man page. These are substituted into the actual autoslack program at "compile" time. 2001-03-15 00:03 david * doc/autoslack.pod: Updated the man pages to reflect the new options. 2001-03-14 13:59 david * README: Updated the README to reflect the new autoconf build system. 2001-03-14 13:44 david * Makefile.in, aclocal.m4: Added PERL-MODULES to the make dist rule. Modified the error message from the AC_PERL_MODULE macro. 2001-03-14 13:43 david * PERL-MODULES: Added the PERL-MODULES file to explain how to install Perl modules. 2001-03-14 12:58 david * utils/release: Removed the release script since make dist now works. 2001-03-14 12:57 david * Makefile.in, utils/release: Finishing touches on the make dist rule. 2001-03-14 12:48 david * Makefile.in, utils/makeman: Removed makeman script. Working on the make dist rule. 2001-03-14 12:42 david * Makefile.in, TODO: Added the "make dist" Makefile rule. 2001-03-14 12:25 david * src/autoslack.pl.in: Bug fix patch from Valery Dachev. 2001-03-14 02:03 david * aclocal.m4: Finished the perl module autoconf macro. 2001-03-14 01:53 david * aclocal.m4: Working on the Perl module macro. 2001-03-14 01:43 david * aclocal.m4, configure.in: Added Perl module autoconf macro and the tests for the needed Perl modules in the configure.in script. 2001-03-14 01:21 david * Makefile.in, configure.in: More autotools updates. Getting closer... 2001-03-14 01:17 david * etc/autoslack.conf, src/autoslack.pl, src/autoslack.pl.in: autoslack source is now subst'ed by autoconf or something. Removed the md5sum and *pkg variables from the config file as those are now directly substituted into the autoslack source. 2001-03-14 01:12 david * Makefile.in, configure.in: autotools fixes and so forth. 2001-03-14 00:52 david * Makefile.in, configure.in, install-sh: autotools mods, added install-sh to make autoconf happy. 2001-03-14 00:40 david * Makefile.in, TODO, configure.in: autotools updates. 2001-03-14 00:20 david * Makefile.in, configure.in, utils/release: autotools mods. 2001-03-14 00:13 david * configure.in: Added initial configure.in file. Wheee! 2001-03-14 00:07 david * utils/release: Modified the release script to work with the new directory layout. 2001-03-14 00:02 david * src/: autoslack, autoslack.pl: autoslack source file renamed to autoslack.pl 2001-03-13 23:59 david * doc/: autoslack.conf.pod, autoslack.pod: Moved pod files to the doc subdirectory. 2001-03-13 23:58 david * autoslack, autoslack.conf, autoslack.sources, etc/autoslack.conf, etc/autoslack.sources, src/autoslack: Moved autoslack into the src subdirectory. Moved the config files into the etc subdirectory. 2001-03-13 22:33 david * prototype: Added a prototype file template that we'll use when generating a Slackware package for autoslack. 2001-03-13 22:23 david * utils/release: Modified the release script to always generate the latest man pages. 2001-03-13 22:23 david * utils/makeman: Added the makeman script for generating man pages from the pod source. 2001-03-13 22:16 david * utils/: README, cvs2cl.pl, release: Added the utils subdirectory for scripts and such that help during the development/release stages. 2001-03-13 22:05 david * BUGS, ChangeLog, ChangeLog-1.6.1: Moved the changelog file for versions 1.0 through 1.6.1 to ChangeLog-1.6.1. This is in case anyone wants to see what happened through those versions (when it wasn't under CVS control). 2001-03-13 21:57 david * autoslack: OK, here's the initial import of what will become autoslack-1.7. Moving the changelog to CVS control, so hopefully no one will miss the old ChangeLog. - Added bugfix patch from Valery Dachev. Fixes some package matching errors as well as bugfixes from the Mar 13th diff. - Added example autoslack.sources file. The comment block at the top should explain how the file works and how to use it with autoslack. - Added patch from Valery Dachev. This patch corrects some small bugs and introduces a few new features, including: * Offline mode support via the --offline option. * Support for specifying the packages to upgrade at the command line via the --packages=LIST option (comma seperated list of packages). * Better handling of package upgrades, removals, and installs (checks return codes). * Support for the "autoslack.sources" file which is used to list a collection of sources from which you obtain your updates. The source you wish to use is specified with the --source=ID option. 2001-03-13 21:55 david * autoslack.8.gz, autoslack.conf.5.gz: Moved the man pages into the pod subdirectory. Will add a script to easily generate these from the updated .pod files. 2001-03-13 21:54 david * IDEAS, TODO, autoslack.sources: Added missing files. 2001-03-13 21:53 david * autoslack, installer: Initial import of current work-in-progress for the next autoslack release. This should be fun... 2001-03-13 21:49 david * ChangeLog, NEWS, autoslack, installer: autoslack-1.6.1 merged into CVS for archival purposes. 2001-03-13 21:48 david * BUGS, ChangeLog, DEVELOPERS, NEWS, NEWS-1.1, README, autoslack, autoslack.8.gz, autoslack.conf.5.gz, installer, doc/NEWS-1.1, doc/NEWS-1.5.3: autoslack-1.6 merged into CVS for archival purposes. 2001-03-13 21:46 david * ChangeLog, NEWS, autoslack: autoslack-1.5.3 merged into CVS for archival purposes. 2001-03-13 21:45 david * ChangeLog, NEWS, autoslack: autoslack-1.5.2 merged into CVS for archival purposes. 2001-03-13 21:44 david * ChangeLog, NEWS, autoslack: autoslack-1.5.1 merged into CVS for archival purposes. 2001-03-13 21:43 david * ChangeLog, NEWS, NEWS-1.1, README, autoslack, autoslack.8.gz, autoslack.conf, autoslack.conf.5.gz: autoslack-1.5 merged into CVS for archival purposes. 2001-03-13 21:41 david * BUGS, NEWS: Added missing BUGS and NEWS files. 2001-03-13 21:41 david * ChangeLog, README, autoslack, autoslack.8.gz: autoslack-1.1 merged into CVS for archival purposes. 2001-03-13 21:39 david * CHECKSUMS.readme, ChangeLog, GPL, README, autoslack, autoslack.8.gz, autoslack.conf, autoslack.conf.5.gz, installer: Initial revision 2001-03-13 21:39 david * CHECKSUMS.readme, ChangeLog, GPL, README, autoslack, autoslack.8.gz, autoslack.conf, autoslack.conf.5.gz, installer: autoslack-1.0 imported into CVS for archival purposes.