spkg - The Unofficial Slackware Linux Package Manager

home | downloads | documentation | howto | history

History

2023-09-01

2006-07-17

2006-07-14

I started publishing patches to the alpha1 version of spkg in the patches directory.

2006-07-10

Firtst alpha version released! This version implements install, remove and list commands. See manpage for more information. Other new features include fully functional command line interface with corresponding manpage and implementation of safe break points. You can safely break any command using some reasonable signal like SIGINT and all changes made so far will be automatically rolled back. There are new command verbosity selection options too. I've put spkg on diet and completely dropped sqlite and filedb database code. This results in fewer dependencies and little to no performance impact. Filedb code was replaced with JudySL arrays. See this page for more info. Enjoy it!

2005-07-17

Install command is nearly completed. spkg installs 60 packages (total size 18MB) under 3 seconds. Installpkg from pkgtools needs 90 seconds to install the same set of packages. Whooooa! Maybe I should reabbreviate spkg for speeeeedy package manager. :] Keep tuned.

2005-06-29

Pkgdb completed.

2005-06-27

Filedb library received new features: fast distributed checksumming and per file arbitrary data storing. It is possible to open multiple file databases at once. Implemented new, much better error handling everywhere. TODO file is now automatically updated on the web.

2005-06-21

I've implemented Python bindings. Now I'm finishing pkgdb library.

2005-06-14

SQL database wrapper API completed. Untgz documented.

2005-06-12

Another milestone achieved. Pkgdb is fast. Database operations on averange package can be done in 2ms on my 1GHz Athlon. Full synchronization with legacy database on my system can be done in 1 second. (522 packages)

2005-06-10

Website created. Development code released.

Written by Ondřej Jirman, 2005 - 2011
Last update: 2013-04-02 08:32
Contact: Ondřej Jirman (megous.com)