summaryrefslogtreecommitdiff
path: root/data/uuid
diff options
context:
space:
mode:
Diffstat (limited to 'data/uuid')
-rw-r--r--data/uuid/_metadata/description2
-rw-r--r--data/uuid/_metadata/license23
l---------data/uuid/_metadata/maintainer1
-rw-r--r--data/uuid/_metadata/priority1
-rw-r--r--data/uuid/_metadata/section1
-rw-r--r--data/uuid/_metadata/version1
-rw-r--r--data/uuid/make.sh6
-rw-r--r--data/uuid/strip.diff12
-rw-r--r--data/uuid/uuid-1.6.0.tar.gzbin0 -> 406796 bytes
9 files changed, 47 insertions, 0 deletions
diff --git a/data/uuid/_metadata/description b/data/uuid/_metadata/description
new file mode 100644
index 000000000..005d9a0c9
--- /dev/null
+++ b/data/uuid/_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/uuid/_metadata/license b/data/uuid/_metadata/license
new file mode 100644
index 000000000..c03b14124
--- /dev/null
+++ b/data/uuid/_metadata/license
@@ -0,0 +1,23 @@
+ Copyright (c) 2004-2007 Ralf S. Engelschall <rse@engelschall.com>
+ Copyright (c) 2004-2007 The OSSP Project <http://www.ossp.org/>
+
+ This file is part of OSSP uuid, a library for the generation
+ of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/
+
+ Permission to use, copy, modify, and distribute this software for
+ any purpose with or without fee is hereby granted, provided that
+ the above copyright notice and this permission notice appear in all
+ copies.
+
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+ 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.
diff --git a/data/uuid/_metadata/maintainer b/data/uuid/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/uuid/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/uuid/_metadata/priority b/data/uuid/_metadata/priority
new file mode 100644
index 000000000..ea5b3d7ee
--- /dev/null
+++ b/data/uuid/_metadata/priority
@@ -0,0 +1 @@
+important
diff --git a/data/uuid/_metadata/section b/data/uuid/_metadata/section
new file mode 100644
index 000000000..f99e8394e
--- /dev/null
+++ b/data/uuid/_metadata/section
@@ -0,0 +1 @@
+platform
diff --git a/data/uuid/_metadata/version b/data/uuid/_metadata/version
new file mode 100644
index 000000000..dc1e644a1
--- /dev/null
+++ b/data/uuid/_metadata/version
@@ -0,0 +1 @@
+1.6.0
diff --git a/data/uuid/make.sh b/data/uuid/make.sh
new file mode 100644
index 000000000..2364bb283
--- /dev/null
+++ b/data/uuid/make.sh
@@ -0,0 +1,6 @@
+pkg:extract
+cd *
+pkg:patch
+pkg:configure ac_cv_va_copy=yes --enable-static=no
+make
+pkg:install
diff --git a/data/uuid/strip.diff b/data/uuid/strip.diff
new file mode 100644
index 000000000..d04fbe99d
--- /dev/null
+++ b/data/uuid/strip.diff
@@ -0,0 +1,12 @@
+diff -ru uuid-1.6.0/Makefile.in uuid-1.6.0+iPhone/Makefile.in
+--- uuid-1.6.0/Makefile.in 2007-05-19 19:58:11.000000000 +0000
++++ uuid-1.6.0+iPhone/Makefile.in 2008-01-02 02:41:23.000000000 +0000
+@@ -253,7 +253,7 @@
+ -@if [ ".$(WITH_CXX)" = .yes ]; then \
+ $(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 $(CXX_NAME) $(DESTDIR)$(libdir)/; \
+ fi
+- @$(LIBTOOL) --mode=install $(SHTOOL) install -c -s -m 755 uuid $(DESTDIR)$(bindir)/
++ @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 755 uuid $(DESTDIR)$(bindir)/
+ $(SHTOOL) install -c -m 644 $(S)/uuid.1 $(DESTDIR)$(mandir)/man1/
+ -@if [ ".$(WITH_PERL)" = .yes ]; then \
+ (cd $(S)/perl && $(MAKE) $(MFLAGS) install DESTDIR=$(DESTDIR)); \
diff --git a/data/uuid/uuid-1.6.0.tar.gz b/data/uuid/uuid-1.6.0.tar.gz
new file mode 100644
index 000000000..c913952c9
--- /dev/null
+++ b/data/uuid/uuid-1.6.0.tar.gz
Binary files differ