pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils Push the installboot.plist files down into a ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1994e043f430
branches:  trunk
changeset: 323353:1994e043f430
user:      thorpej <thorpej%pkgsrc.org@localhost>
date:      Wed May 08 05:02:35 2019 +0000

description:
Push the installboot.plist files down into a "files" directory in
the pkg source area, as per convention.

(No rev bump -- installed content hasn't changed.)

diffstat:

 sysutils/u-boot-a10-olinuxino-lime/files/installboot.plist |  47 ++++++++++
 sysutils/u-boot-a10-olinuxino-lime/installboot.plist       |  47 ----------
 sysutils/u-boot-bananapi-m3/files/installboot.plist        |  47 ++++++++++
 sysutils/u-boot-bananapi-m3/installboot.plist              |  47 ----------
 sysutils/u-boot-bananapi/files/installboot.plist           |  47 ++++++++++
 sysutils/u-boot-bananapi/installboot.plist                 |  47 ----------
 sysutils/u-boot-chip-pro/files/installboot.plist           |  47 ++++++++++
 sysutils/u-boot-chip-pro/installboot.plist                 |  47 ----------
 sysutils/u-boot-chip/files/installboot.plist               |  47 ++++++++++
 sysutils/u-boot-chip/installboot.plist                     |  47 ----------
 sysutils/u-boot-cubieboard2/files/installboot.plist        |  47 ++++++++++
 sysutils/u-boot-cubieboard2/installboot.plist              |  47 ----------
 sysutils/u-boot-cubieboard4/files/installboot.plist        |  47 ++++++++++
 sysutils/u-boot-cubieboard4/installboot.plist              |  47 ----------
 sysutils/u-boot-cubietruck-plus/files/installboot.plist    |  47 ++++++++++
 sysutils/u-boot-cubietruck-plus/installboot.plist          |  47 ----------
 sysutils/u-boot-cubietruck/files/installboot.plist         |  47 ++++++++++
 sysutils/u-boot-cubietruck/installboot.plist               |  47 ----------
 sysutils/u-boot-hummingbird-a31/files/installboot.plist    |  47 ++++++++++
 sysutils/u-boot-hummingbird-a31/installboot.plist          |  47 ----------
 sysutils/u-boot-nanopi-m1/files/installboot.plist          |  47 ++++++++++
 sysutils/u-boot-nanopi-m1/installboot.plist                |  47 ----------
 sysutils/u-boot-nanopi-neo-plus2/files/installboot.plist   |  47 ++++++++++
 sysutils/u-boot-nanopi-neo-plus2/installboot.plist         |  47 ----------
 sysutils/u-boot-nanopi-neo/files/installboot.plist         |  47 ++++++++++
 sysutils/u-boot-nanopi-neo/installboot.plist               |  47 ----------
 sysutils/u-boot-nanopi-neo2/files/installboot.plist        |  47 ++++++++++
 sysutils/u-boot-nanopi-neo2/installboot.plist              |  47 ----------
 sysutils/u-boot-orangepi-2/files/installboot.plist         |  47 ++++++++++
 sysutils/u-boot-orangepi-2/installboot.plist               |  47 ----------
 sysutils/u-boot-orangepi-one/files/installboot.plist       |  47 ++++++++++
 sysutils/u-boot-orangepi-one/installboot.plist             |  47 ----------
 sysutils/u-boot-orangepi-plus2e/files/installboot.plist    |  47 ++++++++++
 sysutils/u-boot-orangepi-plus2e/installboot.plist          |  47 ----------
 sysutils/u-boot-orangepi-zero-plus/files/installboot.plist |  47 ++++++++++
 sysutils/u-boot-orangepi-zero-plus/installboot.plist       |  47 ----------
 sysutils/u-boot-orangepi-zero/files/installboot.plist      |  47 ++++++++++
 sysutils/u-boot-orangepi-zero/installboot.plist            |  47 ----------
 sysutils/u-boot-pine-h64/files/installboot.plist           |  47 ++++++++++
 sysutils/u-boot-pine-h64/installboot.plist                 |  47 ----------
 sysutils/u-boot-pine64/files/installboot.plist             |  47 ++++++++++
 sysutils/u-boot-pine64/installboot.plist                   |  47 ----------
 sysutils/u-boot-pinebook/files/installboot.plist           |  47 ++++++++++
 sysutils/u-boot-pinebook/installboot.plist                 |  47 ----------
 sysutils/u-boot-pocketchip/files/installboot.plist         |  47 ++++++++++
 sysutils/u-boot-pocketchip/installboot.plist               |  47 ----------
 sysutils/u-boot-sopine-baseboard/files/installboot.plist   |  63 ++++++++++++++
 sysutils/u-boot-sopine-baseboard/installboot.plist         |  63 --------------
 sysutils/u-boot/u-boot.mk                                  |   4 +-
 49 files changed, 1146 insertions(+), 1146 deletions(-)

diffs (truncated from 2498 to 300 lines):

diff -r 93d809bd822f -r 1994e043f430 sysutils/u-boot-a10-olinuxino-lime/files/installboot.plist
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-a10-olinuxino-lime/files/installboot.plist        Wed May 08 05:02:35 2019 +0000
@@ -0,0 +1,47 @@
+<!-- $NetBSD: installboot.plist,v 1.1 2019/05/08 05:02:35 thorpej Exp $ -->
+<!--
+  Copyright (c) 2019 The NetBSD Foundation, Inc.
+  All rights reserved.
+ 
+  This code is derived from software contributed to The NetBSD Foundation
+  by Jason R. Thorpe.
+ 
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+ 
+  THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+  POSSIBILITY OF SUCH DAMAGE.
+-->
+<plist>
+<dict>
+       <key>olimex,a10-olinuxino-lime</key>
+       <dict>
+               <key>description</key>
+               <string>Olimex A10-OLinuXino-LIME</string>
+               <key>u-boot-install</key>
+               <array>
+                       <dict>
+                               <key>file-name</key>
+                               <string>u-boot-sunxi-with-spl.bin</string>
+                               <key>image-offset</key>
+                               <integer>8192</integer>
+                       </dict>
+               </array>
+       </dict>
+</dict>
+</plist>
diff -r 93d809bd822f -r 1994e043f430 sysutils/u-boot-a10-olinuxino-lime/installboot.plist
--- a/sysutils/u-boot-a10-olinuxino-lime/installboot.plist      Wed May 08 02:26:11 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,47 +0,0 @@
-<!-- $NetBSD: installboot.plist,v 1.1 2019/05/07 14:06:23 thorpej Exp $ -->
-<!--
-  Copyright (c) 2019 The NetBSD Foundation, Inc.
-  All rights reserved.
- 
-  This code is derived from software contributed to The NetBSD Foundation
-  by Jason R. Thorpe.
- 
-  Redistribution and use in source and binary forms, with or without
-  modification, are permitted provided that the following conditions
-  are met:
-  1. Redistributions of source code must retain the above copyright
-     notice, this list of conditions and the following disclaimer.
-  2. Redistributions in binary form must reproduce the above copyright
-     notice, this list of conditions and the following disclaimer in the
-     documentation and/or other materials provided with the distribution.
- 
-  THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
-  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
-  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-  POSSIBILITY OF SUCH DAMAGE.
--->
-<plist>
-<dict>
-       <key>olimex,a10-olinuxino-lime</key>
-       <dict>
-               <key>description</key>
-               <string>Olimex A10-OLinuXino-LIME</string>
-               <key>u-boot-install</key>
-               <array>
-                       <dict>
-                               <key>file-name</key>
-                               <string>u-boot-sunxi-with-spl.bin</string>
-                               <key>image-offset</key>
-                               <integer>8192</integer>
-                       </dict>
-               </array>
-       </dict>
-</dict>
-</plist>
diff -r 93d809bd822f -r 1994e043f430 sysutils/u-boot-bananapi-m3/files/installboot.plist
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-bananapi-m3/files/installboot.plist       Wed May 08 05:02:35 2019 +0000
@@ -0,0 +1,47 @@
+<!-- $NetBSD: installboot.plist,v 1.1 2019/05/08 05:02:35 thorpej Exp $ -->
+<!--
+  Copyright (c) 2019 The NetBSD Foundation, Inc.
+  All rights reserved.
+ 
+  This code is derived from software contributed to The NetBSD Foundation
+  by Jason R. Thorpe.
+ 
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+ 
+  THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+  POSSIBILITY OF SUCH DAMAGE.
+-->
+<plist>
+<dict>
+       <key>sinovoip,bpi-m3</key>
+       <dict>
+               <key>description</key>
+               <string>Banana Pi BPI-M3</string>
+               <key>u-boot-install</key>
+               <array>
+                       <dict>
+                               <key>file-name</key>
+                               <string>u-boot-sunxi-with-spl.bin</string>
+                               <key>image-offset</key>
+                               <integer>8192</integer>
+                       </dict>
+               </array>
+       </dict>
+</dict>
+</plist>
diff -r 93d809bd822f -r 1994e043f430 sysutils/u-boot-bananapi-m3/installboot.plist
--- a/sysutils/u-boot-bananapi-m3/installboot.plist     Wed May 08 02:26:11 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,47 +0,0 @@
-<!-- $NetBSD: installboot.plist,v 1.1 2019/05/07 14:06:23 thorpej Exp $ -->
-<!--
-  Copyright (c) 2019 The NetBSD Foundation, Inc.
-  All rights reserved.
- 
-  This code is derived from software contributed to The NetBSD Foundation
-  by Jason R. Thorpe.
- 
-  Redistribution and use in source and binary forms, with or without
-  modification, are permitted provided that the following conditions
-  are met:
-  1. Redistributions of source code must retain the above copyright
-     notice, this list of conditions and the following disclaimer.
-  2. Redistributions in binary form must reproduce the above copyright
-     notice, this list of conditions and the following disclaimer in the
-     documentation and/or other materials provided with the distribution.
- 
-  THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
-  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
-  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-  POSSIBILITY OF SUCH DAMAGE.
--->
-<plist>
-<dict>
-       <key>sinovoip,bpi-m3</key>
-       <dict>
-               <key>description</key>
-               <string>Banana Pi BPI-M3</string>
-               <key>u-boot-install</key>
-               <array>
-                       <dict>
-                               <key>file-name</key>
-                               <string>u-boot-sunxi-with-spl.bin</string>
-                               <key>image-offset</key>
-                               <integer>8192</integer>
-                       </dict>
-               </array>
-       </dict>
-</dict>
-</plist>
diff -r 93d809bd822f -r 1994e043f430 sysutils/u-boot-bananapi/files/installboot.plist
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-bananapi/files/installboot.plist  Wed May 08 05:02:35 2019 +0000
@@ -0,0 +1,47 @@
+<!-- $NetBSD: installboot.plist,v 1.1 2019/05/08 05:02:36 thorpej Exp $ -->
+<!--
+  Copyright (c) 2019 The NetBSD Foundation, Inc.
+  All rights reserved.
+ 
+  This code is derived from software contributed to The NetBSD Foundation
+  by Jason R. Thorpe.
+ 
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+ 
+  THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+  POSSIBILITY OF SUCH DAMAGE.
+-->
+<plist>
+<dict>
+       <key>lemaker,bananapi</key>
+       <dict>
+               <key>description</key>
+               <string>LeMaker Banana Pi</string>
+               <key>u-boot-install</key>
+               <array>
+                       <dict>
+                               <key>file-name</key>
+                               <string>u-boot-sunxi-with-spl.bin</string>
+                               <key>image-offset</key>
+                               <integer>8192</integer>
+                       </dict>
+               </array>
+       </dict>
+</dict>
+</plist>
diff -r 93d809bd822f -r 1994e043f430 sysutils/u-boot-bananapi/installboot.plist
--- a/sysutils/u-boot-bananapi/installboot.plist        Wed May 08 02:26:11 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,47 +0,0 @@
-<!-- $NetBSD: installboot.plist,v 1.1 2019/05/07 14:06:23 thorpej Exp $ -->
-<!--
-  Copyright (c) 2019 The NetBSD Foundation, Inc.
-  All rights reserved.
- 
-  This code is derived from software contributed to The NetBSD Foundation
-  by Jason R. Thorpe.
- 
-  Redistribution and use in source and binary forms, with or without
-  modification, are permitted provided that the following conditions
-  are met:
-  1. Redistributions of source code must retain the above copyright
-     notice, this list of conditions and the following disclaimer.
-  2. Redistributions in binary form must reproduce the above copyright
-     notice, this list of conditions and the following disclaimer in the
-     documentation and/or other materials provided with the distribution.
- 
-  THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
-  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
-  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-  POSSIBILITY OF SUCH DAMAGE.
--->
-<plist>
-<dict>
-       <key>lemaker,bananapi</key>
-       <dict>
-               <key>description</key>
-               <string>LeMaker Banana Pi</string>
-               <key>u-boot-install</key>
-               <array>
-                       <dict>
-                               <key>file-name</key>
-                               <string>u-boot-sunxi-with-spl.bin</string>
-                               <key>image-offset</key>



Home | Main Index | Thread Index | Old Index