recognize @option firmware
authorespie <espie@openbsd.org>
Sat, 4 Jan 2014 14:14:55 +0000 (14:14 +0000)
committerespie <espie@openbsd.org>
Sat, 4 Jan 2014 14:14:55 +0000 (14:14 +0000)
usr.sbin/pkg_add/OpenBSD/PackingElement.pm
usr.sbin/pkg_add/OpenBSD/PackingList.pm

index f9dd204..717ca72 100644 (file)
@@ -1,5 +1,5 @@
 # ex:ts=8 sw=4:
-# $OpenBSD: PackingElement.pm,v 1.219 2014/01/04 01:42:46 espie Exp $
+# $OpenBSD: PackingElement.pm,v 1.220 2014/01/04 14:14:55 espie Exp $
 #
 # Copyright (c) 2003-2010 Marc Espie <espie@openbsd.org>
 #
@@ -851,6 +851,8 @@ sub new
                return OpenBSD::PackingElement::NoDefaultConflict->new;
        } elsif ($args eq 'manual-installation') {
                return OpenBSD::PackingElement::ManualInstallation->new;
+       } elsif ($args eq 'firmware') {
+               return OpenBSD::PackingElement::Firmware->new;
        } elsif ($args eq 'system-package') {
                return OpenBSD::PackingElement::SystemPackage->new;
        } elsif ($args eq 'always-update') {
@@ -892,6 +894,10 @@ sub write_no_sig()
 {
 }
 
+package OpenBSD::PackingElement::Firmware;
+our @ISA=qw(OpenBSD::PackingElement::ManualInstallation);
+sub category() { 'firmware' }
+
 package OpenBSD::PackingElement::SystemPackage;
 our @ISA=qw(OpenBSD::PackingElement::UniqueOption);
 
index ab5d5de..a0d8abb 100644 (file)
@@ -1,5 +1,5 @@
 # ex:ts=8 sw=4:
-# $OpenBSD: PackingList.pm,v 1.125 2014/01/04 00:14:08 espie Exp $
+# $OpenBSD: PackingList.pm,v 1.126 2014/01/04 14:14:55 espie Exp $
 #
 # Copyright (c) 2003-2010 Marc Espie <espie@openbsd.org>
 #
@@ -438,7 +438,7 @@ sub match_pkgpath
 }
 
 our @unique_categories =
-    (qw(name url signer digital-signature no-default-conflict manual-installation always-update explicit-update extrainfo localbase arch));
+    (qw(name url signer digital-signature no-default-conflict manual-installation firmware always-update explicit-update extrainfo localbase arch));
 
 our @list_categories =
     (qw(conflict pkgpath incompatibility ask-update updateset depend