diff options
author | Jay Freeman <saurik@saurik.com> | 2008-11-23 09:58:15 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-11-23 09:58:15 +0000 |
commit | 7d2613934765fb2d694b66f2392b4d29aa1ab6db (patch) | |
tree | 131839fb2a96f2f4315bbbcf0d3fee4c7cc1e297 /data/xar/_metadata | |
parent | 7b83a4bcaf0e9b80d0f0c96e3d8f78c58ec99845 (diff) |
Adding XAR because it makes me laugh.
git-svn-id: http://svn.telesphoreo.org/trunk@513 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/xar/_metadata')
-rw-r--r-- | data/xar/_metadata/description | 1 | ||||
-rw-r--r-- | data/xar/_metadata/homepage | 1 | ||||
l--------- | data/xar/_metadata/libxml2.dep | 1 | ||||
-rw-r--r-- | data/xar/_metadata/license | 33 | ||||
l--------- | data/xar/_metadata/maintainer | 1 | ||||
-rw-r--r-- | data/xar/_metadata/name | 1 | ||||
l--------- | data/xar/_metadata/openssl.dep | 1 | ||||
-rw-r--r-- | data/xar/_metadata/priority | 1 | ||||
-rw-r--r-- | data/xar/_metadata/role | 1 | ||||
-rw-r--r-- | data/xar/_metadata/section | 1 | ||||
-rw-r--r-- | data/xar/_metadata/tags | 1 | ||||
-rw-r--r-- | data/xar/_metadata/version | 1 |
12 files changed, 44 insertions, 0 deletions
diff --git a/data/xar/_metadata/description b/data/xar/_metadata/description new file mode 100644 index 000000000..8e8129635 --- /dev/null +++ b/data/xar/_metadata/description @@ -0,0 +1 @@ +easily extensible archive format diff --git a/data/xar/_metadata/homepage b/data/xar/_metadata/homepage new file mode 100644 index 000000000..e0b67ea87 --- /dev/null +++ b/data/xar/_metadata/homepage @@ -0,0 +1 @@ +http://code.google.com/p/xar/ diff --git a/data/xar/_metadata/libxml2.dep b/data/xar/_metadata/libxml2.dep new file mode 120000 index 000000000..076284360 --- /dev/null +++ b/data/xar/_metadata/libxml2.dep @@ -0,0 +1 @@ +../../libxml2
\ No newline at end of file diff --git a/data/xar/_metadata/license b/data/xar/_metadata/license new file mode 100644 index 000000000..986a52e6a --- /dev/null +++ b/data/xar/_metadata/license @@ -0,0 +1,33 @@ +/* + * Copyright (c) 2005 Rob Braun + * All rights reserved. + * + * 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. + * 3. Neither the name of Rob Braun nor the names of his contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT OWNER 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. + */ +/* + * 03-Apr-2005 + * DRI: Rob Braun <bbraun@opendarwin.org> + */ + diff --git a/data/xar/_metadata/maintainer b/data/xar/_metadata/maintainer new file mode 120000 index 000000000..0fa66e077 --- /dev/null +++ b/data/xar/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/saurik
\ No newline at end of file diff --git a/data/xar/_metadata/name b/data/xar/_metadata/name new file mode 100644 index 000000000..c5e61224d --- /dev/null +++ b/data/xar/_metadata/name @@ -0,0 +1 @@ +XAR diff --git a/data/xar/_metadata/openssl.dep b/data/xar/_metadata/openssl.dep new file mode 120000 index 000000000..9b58fd56b --- /dev/null +++ b/data/xar/_metadata/openssl.dep @@ -0,0 +1 @@ +../../openssl
\ No newline at end of file diff --git a/data/xar/_metadata/priority b/data/xar/_metadata/priority new file mode 100644 index 000000000..134d9bc32 --- /dev/null +++ b/data/xar/_metadata/priority @@ -0,0 +1 @@ +optional diff --git a/data/xar/_metadata/role b/data/xar/_metadata/role new file mode 100644 index 000000000..52b4d7301 --- /dev/null +++ b/data/xar/_metadata/role @@ -0,0 +1 @@ +hacker diff --git a/data/xar/_metadata/section b/data/xar/_metadata/section new file mode 100644 index 000000000..888e3e192 --- /dev/null +++ b/data/xar/_metadata/section @@ -0,0 +1 @@ +Archiving diff --git a/data/xar/_metadata/tags b/data/xar/_metadata/tags new file mode 100644 index 000000000..ad5d50831 --- /dev/null +++ b/data/xar/_metadata/tags @@ -0,0 +1 @@ +purpose::console diff --git a/data/xar/_metadata/version b/data/xar/_metadata/version new file mode 100644 index 000000000..4cda8f19e --- /dev/null +++ b/data/xar/_metadata/version @@ -0,0 +1 @@ +1.5.2 |