"move" part of the OpenBSD::State code into its own (stateless) class
authorespie <espie@openbsd.org>
Fri, 21 Jan 2022 17:41:41 +0000 (17:41 +0000)
committerespie <espie@openbsd.org>
Fri, 21 Jan 2022 17:41:41 +0000 (17:41 +0000)
commitd72407327c3add6ca8d7f3ddf9ed4436c8d17ee9
tree3b47ab2a713c823593a45ef0211c368205c4b447
parent7b70791f9c8b9cf6e4e3dab89a42924d2d036253
"move" part of the OpenBSD::State code into its own (stateless) class
so that it can be reused light-weight by portgen and the likes.

(the actual move will happen once the base sets all have the new files)
usr.sbin/pkg_add/Makefile
usr.sbin/pkg_add/OpenBSD/BaseState.pm [new file with mode: 0644]
usr.sbin/pkg_add/OpenBSD/BaseState.pod [new file with mode: 0644]