On Thu, Jan 05, 2006 at 09:10:08AM -0600, Daniel A. Ramaley wrote: > On Wednesday 04 January 2006 18:43, you wrote: > >I know it isn't simple, one must first have a way to say: "hey, I'm a > >package who was added by a user, I wasn't added just to serve a > >package you deleted!!", and then check if the dependency is used by > >any package. Also, it should always ask if we want to delete that > >dependecy, maybe someone starts using it directly instead of using the > >package which needed it to be added. But, IMHO, it would be nice, =). > > It sounds like you want something similar to the apt-get and aptitude > programs from Debian Linux. I think that something like that for > OpenBSD would be wonderful. But creating it would require considerable > developer effort.
Not considerable, it's on my todo list of things I'm going to implement sooner or later. I was first going to add some annotation to packing-lists on the fly, now it looks a bit expensive. Creating another file is wasteful, maybe just turn out the x bit for the PLIST would serve the same purpose. Anyways, YES, it's something that is planned, you can even find traces of it in pkg_add already...