octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Package system


From: Bill Denney
Subject: Re: Package system
Date: Fri, 21 Oct 2005 14:54:36 -0400 (EDT)

On Fri, 21 Oct 2005, John W. Eaton wrote:

I have a few comments:

 * The remaining functions currently have the following names

     installed_packages.m
     load_packages.m
     uninstall.m
     get_unsatisfied_deps.m
     install.m

   Maybe we should have just one command?

     pkg -list
     pkg -install -nodeps pkg-name ...
     pkg -uninstall nodeps pkg-name ...
     pkg -require pkg-name ...

   or multiple names, but all starting with pkg:

     pkg_list
     pkg_install
     pkg_uninstall
     pkg_require (or pkg_load)

   If the get_unsatisfied_deps is not intended to be called by
   users, then it should have a name like __pkg_uninstalled_deps__.

Perhaps for pkg_list, it could be implemented like matlab's ver command?

Bill

--
"You can tell whether a man is clever by his answers. You can tell
whether a man is wise by his questions."
  -- Naguib Mahfouz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]