Commit graph

13 commits

Author SHA1 Message Date
Jeremy C. Reed
c59ace3d46 Or pkgup as the name? 2008-03-14 00:00:27 +00:00
Jeremy C. Reed
9746ea4998 Change and add some TODOs.
Changed default TAG (need to automate that).

Add "upgrade" command but only pkg_add -uu so is not intelligent yet :(
2008-03-13 23:44:16 +00:00
Jeremy C. Reed
6f53de3fb4 Improve "downloadall" to indicate if already downloaded. 2008-01-10 23:48:39 +00:00
Jeremy C. Reed
ba25febd7f Fix downloadall.
I broke it in earlier commit today.

Also add some more commented out debugging.
2008-01-10 23:40:56 +00:00
Jeremy C. Reed
e0bdb507f0 Change an argument name.
Change check to checkall
and add check for single package.
Mention libraries.

Add some more notes of stuff to implement.
2008-01-10 23:31:37 +00:00
Jeremy C. Reed
942182612d Change "check" to "checkall"
And add "check" for a single package.
2008-01-10 23:28:06 +00:00
Jeremy C. Reed
7d4666ddc3 Change some debugging echos to go to stderr -- these are all
commented out though.

Fix problem where it would match multiple packages where the
package name appeared to be a version like -75dpi or -100dpi.

For the "check" routine better indicate if installed package is newer
than in available database.
2008-01-10 23:03:36 +00:00
Jeremy C. Reed
d7862db41e Add TODO file. 2007-12-19 21:57:53 +00:00
Jeremy C. Reed
17a1b72168 Add an -r release option
This is to override the default uname -r.

For example, my system is still 4.0_RC4,
but I am using pub/pkgsrc/packages/NetBSD/x86_64/4.0_2007Q3/All/

TODO: Also need to figure out the "branch" also.
2007-12-19 18:38:26 +00:00
Jeremy C. Reed
0e8b90922a Add some TODOs.
Document some features not implemented yet.
2007-12-19 18:16:05 +00:00
Jeremy C. Reed
9f4f3ceddb Sort the commands. 2007-12-19 18:09:12 +00:00
Jeremy C. Reed
c3b8ecc755 Add man page. 2007-12-19 18:03:06 +00:00
Jeremy C. Reed
b46528c1d0 Import my pkg_get script.
The package is not done yet, but the script works.
I have been slowly tweaking it and improving it for several months now
on multiple pkgsrc systems.

It is a sh shell script.

It can download the pkg_summary database. And then uses that
to check what is installed, download packages, and install.

I put this in CVS to invite others to use it and improve it.
It is very short. It needs work. The script needs to be cleaned up.

Enjoy!
2007-12-19 17:40:27 +00:00