diff options
Diffstat (limited to 'data/xcb')
-rw-r--r-- | data/xcb/_metadata/description | 2 | ||||
-rw-r--r-- | data/xcb/_metadata/license | 30 | ||||
l--------- | data/xcb/_metadata/maintainer | 1 | ||||
-rw-r--r-- | data/xcb/_metadata/priority | 1 | ||||
l--------- | data/xcb/_metadata/pthread-stubs.dep | 1 | ||||
-rw-r--r-- | data/xcb/_metadata/section | 1 | ||||
-rw-r--r-- | data/xcb/_metadata/version | 1 | ||||
l--------- | data/xcb/_metadata/xau.dep | 1 | ||||
-rw-r--r-- | data/xcb/libxcb-1.1.tar.gz | bin | 0 -> 620203 bytes | |||
-rw-r--r-- | data/xcb/make.sh | 5 |
10 files changed, 43 insertions, 0 deletions
diff --git a/data/xcb/_metadata/description b/data/xcb/_metadata/description new file mode 100644 index 000000000..005d9a0c9 --- /dev/null +++ b/data/xcb/_metadata/description @@ -0,0 +1,2 @@ +this package isn't described yet +This package, which I'm certain is incredibly interesting, has yet to be described. This is probably because Jay has spent days getting all kinds of bookkeeping issues, like copyright notifications, all in their correct places, and descriptions just aren't the most important thing he could be working on. If this is a problem, please come back later. diff --git a/data/xcb/_metadata/license b/data/xcb/_metadata/license new file mode 100644 index 000000000..54bfbe5b0 --- /dev/null +++ b/data/xcb/_metadata/license @@ -0,0 +1,30 @@ +Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett. +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, +sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +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 AUTHORS +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 names of the authors +or their institutions 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 +authors. diff --git a/data/xcb/_metadata/maintainer b/data/xcb/_metadata/maintainer new file mode 120000 index 000000000..0fa66e077 --- /dev/null +++ b/data/xcb/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/saurik
\ No newline at end of file diff --git a/data/xcb/_metadata/priority b/data/xcb/_metadata/priority new file mode 100644 index 000000000..134d9bc32 --- /dev/null +++ b/data/xcb/_metadata/priority @@ -0,0 +1 @@ +optional diff --git a/data/xcb/_metadata/pthread-stubs.dep b/data/xcb/_metadata/pthread-stubs.dep new file mode 120000 index 000000000..0235aa9b9 --- /dev/null +++ b/data/xcb/_metadata/pthread-stubs.dep @@ -0,0 +1 @@ +../../pthread-stubs
\ No newline at end of file diff --git a/data/xcb/_metadata/section b/data/xcb/_metadata/section new file mode 100644 index 000000000..b1233ea1c --- /dev/null +++ b/data/xcb/_metadata/section @@ -0,0 +1 @@ +xwindows diff --git a/data/xcb/_metadata/version b/data/xcb/_metadata/version new file mode 100644 index 000000000..9459d4ba2 --- /dev/null +++ b/data/xcb/_metadata/version @@ -0,0 +1 @@ +1.1 diff --git a/data/xcb/_metadata/xau.dep b/data/xcb/_metadata/xau.dep new file mode 120000 index 000000000..e7687940c --- /dev/null +++ b/data/xcb/_metadata/xau.dep @@ -0,0 +1 @@ +../../xau
\ No newline at end of file diff --git a/data/xcb/libxcb-1.1.tar.gz b/data/xcb/libxcb-1.1.tar.gz Binary files differnew file mode 100644 index 000000000..d77a39414 --- /dev/null +++ b/data/xcb/libxcb-1.1.tar.gz diff --git a/data/xcb/make.sh b/data/xcb/make.sh new file mode 100644 index 000000000..35a54076e --- /dev/null +++ b/data/xcb/make.sh @@ -0,0 +1,5 @@ +pkg:extract +cd * +pkg:configure +make +pkg:install |