From 35ef70353227e4dff60fc36437f08293be752b25 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Wed, 9 Jan 2008 22:21:43 +0000 Subject: Factored out --enable-{static=no,shared=yes}, did some extreme porting on pkg-config and libtool, added support for numerous X libraries and a few X applications, and got a solid build of Python with a bunch of modules (compiled as a shared library with the right extensions ;P). git-svn-id: http://svn.telesphoreo.org/trunk@12 514c082c-b64e-11dc-b46d-3d985efe055d --- data/xt/_metadata/description | 2 ++ data/xt/_metadata/license | 22 ++++++++++++++++++++++ data/xt/_metadata/maintainer | 1 + data/xt/_metadata/priority | 1 + data/xt/_metadata/section | 1 + data/xt/_metadata/sm.dep | 1 + data/xt/_metadata/version | 1 + data/xt/_metadata/x11.dep | 1 + 8 files changed, 30 insertions(+) create mode 100644 data/xt/_metadata/description create mode 100644 data/xt/_metadata/license create mode 120000 data/xt/_metadata/maintainer create mode 100644 data/xt/_metadata/priority create mode 100644 data/xt/_metadata/section create mode 120000 data/xt/_metadata/sm.dep create mode 100644 data/xt/_metadata/version create mode 120000 data/xt/_metadata/x11.dep (limited to 'data/xt/_metadata') diff --git a/data/xt/_metadata/description b/data/xt/_metadata/description new file mode 100644 index 000000000..005d9a0c9 --- /dev/null +++ b/data/xt/_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/xt/_metadata/license b/data/xt/_metadata/license new file mode 100644 index 000000000..4ee13ed77 --- /dev/null +++ b/data/xt/_metadata/license @@ -0,0 +1,22 @@ +$Id$ + +Copyright © 2001,2003 Keith Packard + +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, and that the name of Keith Packard not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Keith Packard makes no +representations about the suitability of this software for any purpose. It +is provided "as is" without express or implied warranty. + +KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL KEITH PACKARD 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/xt/_metadata/maintainer b/data/xt/_metadata/maintainer new file mode 120000 index 000000000..0fa66e077 --- /dev/null +++ b/data/xt/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/saurik \ No newline at end of file diff --git a/data/xt/_metadata/priority b/data/xt/_metadata/priority new file mode 100644 index 000000000..134d9bc32 --- /dev/null +++ b/data/xt/_metadata/priority @@ -0,0 +1 @@ +optional diff --git a/data/xt/_metadata/section b/data/xt/_metadata/section new file mode 100644 index 000000000..b1233ea1c --- /dev/null +++ b/data/xt/_metadata/section @@ -0,0 +1 @@ +xwindows diff --git a/data/xt/_metadata/sm.dep b/data/xt/_metadata/sm.dep new file mode 120000 index 000000000..f4f31ff98 --- /dev/null +++ b/data/xt/_metadata/sm.dep @@ -0,0 +1 @@ +../../sm \ No newline at end of file diff --git a/data/xt/_metadata/version b/data/xt/_metadata/version new file mode 100644 index 000000000..ee90284c2 --- /dev/null +++ b/data/xt/_metadata/version @@ -0,0 +1 @@ +1.0.4 diff --git a/data/xt/_metadata/x11.dep b/data/xt/_metadata/x11.dep new file mode 120000 index 000000000..36b207a71 --- /dev/null +++ b/data/xt/_metadata/x11.dep @@ -0,0 +1 @@ +../../x11 \ No newline at end of file -- cgit v1.2.3