diff options
author | Jay Freeman <saurik@saurik.com> | 2008-01-02 02:54:43 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-01-02 02:54:43 +0000 |
commit | 7fe4faa796d3393f6a806c3ebb56c0a2792c1144 (patch) | |
tree | 9565d87578116d8cdb2d1577085bd6e9f3f04853 /data/libxml2 | |
parent | 0673535c576267adb537935c02917a526166442d (diff) |
Now serving 100 packages, fixed gzip priority/dependents, and moved subversion to versioning.
git-svn-id: http://svn.telesphoreo.org/trunk@8 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/libxml2')
-rw-r--r-- | data/libxml2/_metadata/description | 2 | ||||
-rw-r--r-- | data/libxml2/_metadata/license | 27 | ||||
l--------- | data/libxml2/_metadata/maintainer | 1 | ||||
-rw-r--r-- | data/libxml2/_metadata/priority | 1 | ||||
-rw-r--r-- | data/libxml2/_metadata/section | 1 | ||||
-rw-r--r-- | data/libxml2/_metadata/version | 1 | ||||
-rw-r--r-- | data/libxml2/libxml2-2.6.30.tar.gz | bin | 0 -> 4726657 bytes | |||
-rw-r--r-- | data/libxml2/make.sh | 5 |
8 files changed, 38 insertions, 0 deletions
diff --git a/data/libxml2/_metadata/description b/data/libxml2/_metadata/description new file mode 100644 index 000000000..005d9a0c9 --- /dev/null +++ b/data/libxml2/_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/libxml2/_metadata/license b/data/libxml2/_metadata/license new file mode 100644 index 000000000..417e95531 --- /dev/null +++ b/data/libxml2/_metadata/license @@ -0,0 +1,27 @@ +Except where otherwise noted in the source code (e.g. the files hash.c, +list.c and the trio files, which are covered by a similar licence but +with different Copyright notices) all the files are: + + Copyright (C) 1998-2003 Daniel Veillard. 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 fur- +nished 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, FIT- +NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- +NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of Daniel Veillard shall not +be used in advertising or otherwise to promote the sale, use or other deal- +ings in this Software without prior written authorization from him. + diff --git a/data/libxml2/_metadata/maintainer b/data/libxml2/_metadata/maintainer new file mode 120000 index 000000000..0fa66e077 --- /dev/null +++ b/data/libxml2/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/saurik
\ No newline at end of file diff --git a/data/libxml2/_metadata/priority b/data/libxml2/_metadata/priority new file mode 100644 index 000000000..a6a7b9cd7 --- /dev/null +++ b/data/libxml2/_metadata/priority @@ -0,0 +1 @@ +standard diff --git a/data/libxml2/_metadata/section b/data/libxml2/_metadata/section new file mode 100644 index 000000000..a9fe5db96 --- /dev/null +++ b/data/libxml2/_metadata/section @@ -0,0 +1 @@ +xml diff --git a/data/libxml2/_metadata/version b/data/libxml2/_metadata/version new file mode 100644 index 000000000..cb7a35cab --- /dev/null +++ b/data/libxml2/_metadata/version @@ -0,0 +1 @@ +2.6.30 diff --git a/data/libxml2/libxml2-2.6.30.tar.gz b/data/libxml2/libxml2-2.6.30.tar.gz Binary files differnew file mode 100644 index 000000000..9091f21df --- /dev/null +++ b/data/libxml2/libxml2-2.6.30.tar.gz diff --git a/data/libxml2/make.sh b/data/libxml2/make.sh new file mode 100644 index 000000000..4b553ed44 --- /dev/null +++ b/data/libxml2/make.sh @@ -0,0 +1,5 @@ +pkg:extract +cd * +pkg:configure --enable-static=no --without-python +make +pkg:install |