OpenBSD CVS

CVS log for src/usr.sbin/pkg_add/Attic/pkg


[BACK] Up to [local] / src / usr.sbin / pkg_add

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20, Fri Jul 13 16:45:10 2012 UTC (11 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +1 -1 lines
FILE REMOVED

do not install the pkg(1) front-end stub in /usr/sbin anymore, everyone
uses the '_' variants
ok espie

Revision 1.19 / (download) - annotate - [select for diffs], Sun Dec 5 09:41:55 2010 UTC (13 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.18: +2 -3 lines
Diff to previous 1.18 (colored)

tweak the framework so that individual modules don't exist and return
the exit code upstream instead.
this simplifies the task of people who want to reuse it, as noted by
landry@

Revision 1.18 / (download) - annotate - [select for diffs], Thu Jun 10 23:39:50 2010 UTC (14 years ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.17: +7 -5 lines
Diff to previous 1.17 (colored)

remove warning, adapted from Vadim Zhukov

Revision 1.17 / (download) - annotate - [select for diffs], Wed Jun 9 07:26:01 2010 UTC (14 years ago) by espie
Branch: MAIN
Changes since 1.16: +5 -5 lines
Diff to previous 1.16 (colored)

ui changes: go thru a state object for most printouts

Revision 1.16 / (download) - annotate - [select for diffs], Sat Jun 5 17:15:32 2010 UTC (14 years ago) by espie
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

move files after a discussion with Theo.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Jun 5 13:56:06 2010 UTC (14 years ago) by espie
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored)

usage line and error out if pkg foo.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Jun 5 12:30:36 2010 UTC (14 years ago) by espie
Branch: MAIN
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored)

new command pkg_fsck, very incomplete for now. Runs only very basic checks.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jun 4 13:19:39 2010 UTC (14 years ago) by espie
Branch: MAIN
Changes since 1.12: +18 -33 lines
Diff to previous 1.12 (colored)

move code around, so that commands can be used as modules.
pkg becomes the start hub, which does nothing except require the
correct module.
Saner code wrt Add/Delete, and more sharing.

Revision 1.12 / (download) - annotate - [select for diffs], Mon May 10 09:17:54 2010 UTC (14 years, 1 month ago) by espie
Branch: MAIN
Changes since 1.11: +0 -0 lines
Diff to previous 1.11 (colored)

whitespace fixes

Revision 1.11 / (download) - annotate - [select for diffs], Tue Nov 10 11:36:56 2009 UTC (14 years, 7 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.10: +1 -0 lines
Diff to previous 1.10 (colored)

bad espie: use strict/warnings consistently, and fix two nits and two
actual errors !

Revision 1.10 / (download) - annotate - [select for diffs], Sun Apr 19 14:58:32 2009 UTC (15 years, 1 month ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

synch with my new style search/location changes
It's likely there will be some fallout, but it's getting a bit too large
to keep around.
This does kill a few very old oddities as well.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 12 09:53:36 2007 UTC (17 years ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

tidy error messages: uses $! more consistently, do not append \n on die,
do append \n on warn.

Fix the two cases where the temp dir vanished too soon: not copying +DESC
should have been apparent. Not finding a +DISPLAY file is not a reason for
burping all over the place.

Revision 1.8 / (download) - annotate - [select for diffs], Mon May 14 11:02:14 2007 UTC (17 years, 1 month ago) by espie
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

put Search objects into their own file, finally

Revision 1.7 / (download) - annotate - [select for diffs], Mon May 14 10:53:31 2007 UTC (17 years, 1 month ago) by espie
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

put search objects into a search class.

Revision 1.6 / (download) - annotate - [select for diffs], Mon May 14 10:43:45 2007 UTC (17 years, 1 month ago) by espie
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

name tweaks: match -> match_list, match_repo -> match

Revision 1.5 / (download) - annotate - [select for diffs], Mon May 14 10:27:46 2007 UTC (17 years, 1 month ago) by espie
Branch: MAIN
Changes since 1.4: +4 -3 lines
Diff to previous 1.4 (colored)

use Repository::Installed a bit more

Revision 1.4 / (download) - annotate - [select for diffs], Sat May 12 14:48:45 2007 UTC (17 years, 1 month ago) by espie
Branch: MAIN
Changes since 1.3: +5 -8 lines
Diff to previous 1.3 (colored)

use PkgSpec objects most of the time

Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 11 09:44:06 2004 UTC (19 years, 8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

split PackageName handling into PackageName stuff/PkgSpec matching.
Kill new method that isn't really used.

Name explicit splitstem() to get the stem of a packagename.

Adjust calls to the interface.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 6 07:51:17 2004 UTC (19 years, 10 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.1: +14 -23 lines
Diff to previous 1.1 (colored)

unified headers, switch to smaller copyright notice.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Oct 16 17:43:34 2003 UTC (20 years, 7 months ago) by espie
Branch: espie
CVS Tags: pkgtools, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

new import of my pkgtools, after a slight naming disagreement with the
Upper Management...

Revision 1.1 / (download) - annotate - [select for diffs], Thu Oct 16 17:43:34 2003 UTC (20 years, 7 months ago) by espie
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.