From ff9969b0c3c8de1265cf8be0a17206442cb6f9bc Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Fri, 12 Oct 2018 16:10:43 -1000 Subject: Mark packages for iOS11+ and update various xorg packages --- data/xf86bigfontproto/_metadata/description | 1 + data/xf86bigfontproto/_metadata/in.1443.00 | 0 data/xf86bigfontproto/_metadata/license | 43 +++++++++++++++++++++ data/xf86bigfontproto/_metadata/maintainer | 1 + data/xf86bigfontproto/_metadata/priority | 1 + data/xf86bigfontproto/_metadata/role | 1 + data/xf86bigfontproto/_metadata/section | 1 + data/xf86bigfontproto/_metadata/tags | 1 + data/xf86bigfontproto/_metadata/version | 1 + data/xf86bigfontproto/make.sh | 5 +++ .../xf86bigfontproto-1.2.0.tar.bz2 | Bin 0 -> 49191 bytes 11 files changed, 55 insertions(+) create mode 100644 data/xf86bigfontproto/_metadata/description create mode 100644 data/xf86bigfontproto/_metadata/in.1443.00 create mode 100644 data/xf86bigfontproto/_metadata/license create mode 120000 data/xf86bigfontproto/_metadata/maintainer create mode 100644 data/xf86bigfontproto/_metadata/priority create mode 100644 data/xf86bigfontproto/_metadata/role create mode 100644 data/xf86bigfontproto/_metadata/section create mode 100644 data/xf86bigfontproto/_metadata/tags create mode 100644 data/xf86bigfontproto/_metadata/version create mode 100644 data/xf86bigfontproto/make.sh create mode 100644 data/xf86bigfontproto/xf86bigfontproto-1.2.0.tar.bz2 (limited to 'data/xf86bigfontproto') diff --git a/data/xf86bigfontproto/_metadata/description b/data/xf86bigfontproto/_metadata/description new file mode 100644 index 000000000..6626caf57 --- /dev/null +++ b/data/xf86bigfontproto/_metadata/description @@ -0,0 +1 @@ +prototypes for X big fonts diff --git a/data/xf86bigfontproto/_metadata/in.1443.00 b/data/xf86bigfontproto/_metadata/in.1443.00 new file mode 100644 index 000000000..e69de29bb diff --git a/data/xf86bigfontproto/_metadata/license b/data/xf86bigfontproto/_metadata/license new file mode 100644 index 000000000..1724bb299 --- /dev/null +++ b/data/xf86bigfontproto/_metadata/license @@ -0,0 +1,43 @@ +Copyright 1987, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. + + +Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Digital not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING +ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL +DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR +ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +SOFTWARE. + diff --git a/data/xf86bigfontproto/_metadata/maintainer b/data/xf86bigfontproto/_metadata/maintainer new file mode 120000 index 000000000..573d7ebef --- /dev/null +++ b/data/xf86bigfontproto/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/sbingner \ No newline at end of file diff --git a/data/xf86bigfontproto/_metadata/priority b/data/xf86bigfontproto/_metadata/priority new file mode 100644 index 000000000..134d9bc32 --- /dev/null +++ b/data/xf86bigfontproto/_metadata/priority @@ -0,0 +1 @@ +optional diff --git a/data/xf86bigfontproto/_metadata/role b/data/xf86bigfontproto/_metadata/role new file mode 100644 index 000000000..8d0320866 --- /dev/null +++ b/data/xf86bigfontproto/_metadata/role @@ -0,0 +1 @@ +developer diff --git a/data/xf86bigfontproto/_metadata/section b/data/xf86bigfontproto/_metadata/section new file mode 100644 index 000000000..fca3b768c --- /dev/null +++ b/data/xf86bigfontproto/_metadata/section @@ -0,0 +1 @@ +X_Window diff --git a/data/xf86bigfontproto/_metadata/tags b/data/xf86bigfontproto/_metadata/tags new file mode 100644 index 000000000..a8928cec8 --- /dev/null +++ b/data/xf86bigfontproto/_metadata/tags @@ -0,0 +1 @@ +purpose::library diff --git a/data/xf86bigfontproto/_metadata/version b/data/xf86bigfontproto/_metadata/version new file mode 100644 index 000000000..26aaba0e8 --- /dev/null +++ b/data/xf86bigfontproto/_metadata/version @@ -0,0 +1 @@ +1.2.0 diff --git a/data/xf86bigfontproto/make.sh b/data/xf86bigfontproto/make.sh new file mode 100644 index 000000000..dc6b1ecb8 --- /dev/null +++ b/data/xf86bigfontproto/make.sh @@ -0,0 +1,5 @@ +pkg:setup +autoreconf -f -i +pkg:configure +make +pkg:install diff --git a/data/xf86bigfontproto/xf86bigfontproto-1.2.0.tar.bz2 b/data/xf86bigfontproto/xf86bigfontproto-1.2.0.tar.bz2 new file mode 100644 index 000000000..3228dbce6 Binary files /dev/null and b/data/xf86bigfontproto/xf86bigfontproto-1.2.0.tar.bz2 differ -- cgit v1.2.3