summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconstruct.sh15
-rw-r--r--data/bc/_metadata/description2
l---------data/bc/_metadata/license1
l---------data/bc/_metadata/maintainer1
-rw-r--r--data/bc/_metadata/priority1
-rw-r--r--data/bc/_metadata/section1
-rw-r--r--data/bc/_metadata/version1
-rw-r--r--data/bc/bc-1.06.tar.gzbin0 -> 278926 bytes
-rw-r--r--data/bc/make.sh5
-rw-r--r--data/coreutils/make.sh2
-rw-r--r--data/diffutils/_metadata/description2
l---------data/diffutils/_metadata/license1
l---------data/diffutils/_metadata/maintainer1
-rw-r--r--data/diffutils/_metadata/priority1
-rw-r--r--data/diffutils/_metadata/section1
-rw-r--r--data/diffutils/_metadata/version1
-rw-r--r--data/diffutils/diffutils-2.8.1.tar.gzbin0 -> 780086 bytes
-rw-r--r--data/diffutils/make.sh5
-rw-r--r--data/file/_metadata/description2
-rw-r--r--data/file/_metadata/license29
l---------data/file/_metadata/maintainer1
-rw-r--r--data/file/_metadata/priority1
-rw-r--r--data/file/_metadata/section1
-rw-r--r--data/file/_metadata/version1
-rw-r--r--data/file/file-4.23.tar.gzbin0 -> 563704 bytes
-rw-r--r--data/file/make.sh10
-rw-r--r--data/patch/_metadata/description2
l---------data/patch/_metadata/license1
l---------data/patch/_metadata/maintainer1
-rw-r--r--data/patch/_metadata/priority1
-rw-r--r--data/patch/_metadata/section1
-rw-r--r--data/patch/_metadata/version1
-rw-r--r--data/patch/make.sh5
-rw-r--r--data/patch/patch-2.5.4.tar.gzbin0 -> 186879 bytes
34 files changed, 95 insertions, 3 deletions
diff --git a/construct.sh b/construct.sh
index 39aaa1dbf..7b5c20205 100755
--- a/construct.sh
+++ b/construct.sh
@@ -14,24 +14,33 @@ rm -rf "${PKG_REPO}/debs"
cp -a debs "${PKG_REPO}"
cd "${PKG_REPO}/dists/tangelo"
+cat >main/binary-darwin-arm/Release <<EOF
+Archive: stable
+Version: 1.0r5
+Component: main
+Origin: saurik
+Label: Telesphoreo
+Architecture: darwin-arm
+EOF
+
{
cat <<EOF
Origin: saurik
Label: Telesphoreo
Suite: stable
-Version: 1.0r4
+Version: 1.0r5
Codename: tangelo
Architectures: darwin-arm
Components: main
-Description: Telesphoreo Tangelo 1.0r4
+Description: Telesphoreo Tangelo 1.0r5
MD5Sum:
EOF
find */* -type f | while read -r line; do
- echo a 1>&2
echo " $(md5sum "${line}" | cut -d ' ' -f 1) $(du -b "${line}" | cut -d $'\t' -f 1) ${line}"
done
} >"Release"
+rm -f Release.gpg
gpg -abs -o Release.gpg Release
diff --git a/data/bc/_metadata/description b/data/bc/_metadata/description
new file mode 100644
index 000000000..005d9a0c9
--- /dev/null
+++ b/data/bc/_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/bc/_metadata/license b/data/bc/_metadata/license
new file mode 120000
index 000000000..9c13a9a0f
--- /dev/null
+++ b/data/bc/_metadata/license
@@ -0,0 +1 @@
+../../../licenses/gpl-2 \ No newline at end of file
diff --git a/data/bc/_metadata/maintainer b/data/bc/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/bc/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/bc/_metadata/priority b/data/bc/_metadata/priority
new file mode 100644
index 000000000..ea5b3d7ee
--- /dev/null
+++ b/data/bc/_metadata/priority
@@ -0,0 +1 @@
+important
diff --git a/data/bc/_metadata/section b/data/bc/_metadata/section
new file mode 100644
index 000000000..2ac05bdde
--- /dev/null
+++ b/data/bc/_metadata/section
@@ -0,0 +1 @@
+console
diff --git a/data/bc/_metadata/version b/data/bc/_metadata/version
new file mode 100644
index 000000000..d510f05a9
--- /dev/null
+++ b/data/bc/_metadata/version
@@ -0,0 +1 @@
+1.06
diff --git a/data/bc/bc-1.06.tar.gz b/data/bc/bc-1.06.tar.gz
new file mode 100644
index 000000000..9a7e22cd4
--- /dev/null
+++ b/data/bc/bc-1.06.tar.gz
Binary files differ
diff --git a/data/bc/make.sh b/data/bc/make.sh
new file mode 100644
index 000000000..35a54076e
--- /dev/null
+++ b/data/bc/make.sh
@@ -0,0 +1,5 @@
+pkg:extract
+cd *
+pkg:configure
+make
+pkg:install
diff --git a/data/coreutils/make.sh b/data/coreutils/make.sh
index a654bbf82..3541a8a30 100644
--- a/data/coreutils/make.sh
+++ b/data/coreutils/make.sh
@@ -4,3 +4,5 @@ cd coreutils-6.9
make
pkg:install
pkg:bin cat chgrp chmod chown cp date dd df dir echo false hostname kill ln ls mkdir mknod mv pwd readlink rm rmdir vdir sleep stty su sync touch true uname
+pkg: mkdir -p /usr/sbin
+pkg: mv /usr/bin/chroot /usr/sbin
diff --git a/data/diffutils/_metadata/description b/data/diffutils/_metadata/description
new file mode 100644
index 000000000..005d9a0c9
--- /dev/null
+++ b/data/diffutils/_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/diffutils/_metadata/license b/data/diffutils/_metadata/license
new file mode 120000
index 000000000..9c13a9a0f
--- /dev/null
+++ b/data/diffutils/_metadata/license
@@ -0,0 +1 @@
+../../../licenses/gpl-2 \ No newline at end of file
diff --git a/data/diffutils/_metadata/maintainer b/data/diffutils/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/diffutils/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/diffutils/_metadata/priority b/data/diffutils/_metadata/priority
new file mode 100644
index 000000000..ea5b3d7ee
--- /dev/null
+++ b/data/diffutils/_metadata/priority
@@ -0,0 +1 @@
+important
diff --git a/data/diffutils/_metadata/section b/data/diffutils/_metadata/section
new file mode 100644
index 000000000..2ac05bdde
--- /dev/null
+++ b/data/diffutils/_metadata/section
@@ -0,0 +1 @@
+console
diff --git a/data/diffutils/_metadata/version b/data/diffutils/_metadata/version
new file mode 100644
index 000000000..dbe590065
--- /dev/null
+++ b/data/diffutils/_metadata/version
@@ -0,0 +1 @@
+2.8.1
diff --git a/data/diffutils/diffutils-2.8.1.tar.gz b/data/diffutils/diffutils-2.8.1.tar.gz
new file mode 100644
index 000000000..0ae0a9c7f
--- /dev/null
+++ b/data/diffutils/diffutils-2.8.1.tar.gz
Binary files differ
diff --git a/data/diffutils/make.sh b/data/diffutils/make.sh
new file mode 100644
index 000000000..7e498defb
--- /dev/null
+++ b/data/diffutils/make.sh
@@ -0,0 +1,5 @@
+pkg:extract
+cd *
+pkg:configure
+make
+make install prefix="${PKG_DEST}/usr"
diff --git a/data/file/_metadata/description b/data/file/_metadata/description
new file mode 100644
index 000000000..005d9a0c9
--- /dev/null
+++ b/data/file/_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/file/_metadata/license b/data/file/_metadata/license
new file mode 100644
index 000000000..68148e2ff
--- /dev/null
+++ b/data/file/_metadata/license
@@ -0,0 +1,29 @@
+$File: LEGAL.NOTICE,v 1.15 2006/05/03 18:48:33 christos Exp $
+Copyright (c) Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995.
+Software written by Ian F. Darwin and others;
+maintained 1994- Christos Zoulas.
+
+This software is not subject to any export provision of the United States
+Department of Commerce, and may be exported to any country or planet.
+
+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 immediately at the beginning of the file, without modification,
+ 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.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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.
diff --git a/data/file/_metadata/maintainer b/data/file/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/file/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/file/_metadata/priority b/data/file/_metadata/priority
new file mode 100644
index 000000000..ea5b3d7ee
--- /dev/null
+++ b/data/file/_metadata/priority
@@ -0,0 +1 @@
+important
diff --git a/data/file/_metadata/section b/data/file/_metadata/section
new file mode 100644
index 000000000..2ac05bdde
--- /dev/null
+++ b/data/file/_metadata/section
@@ -0,0 +1 @@
+console
diff --git a/data/file/_metadata/version b/data/file/_metadata/version
new file mode 100644
index 000000000..1f49ed120
--- /dev/null
+++ b/data/file/_metadata/version
@@ -0,0 +1 @@
+4.23
diff --git a/data/file/file-4.23.tar.gz b/data/file/file-4.23.tar.gz
new file mode 100644
index 000000000..cc1a22818
--- /dev/null
+++ b/data/file/file-4.23.tar.gz
Binary files differ
diff --git a/data/file/make.sh b/data/file/make.sh
new file mode 100644
index 000000000..579e6daaa
--- /dev/null
+++ b/data/file/make.sh
@@ -0,0 +1,10 @@
+pkg:extract
+mv * native
+pkg:extract
+cd native
+./configure
+make
+cd ../!(native)
+pkg:configure
+make FILE_COMPILE="$(pwd)/../native/src/file"
+pkg:install
diff --git a/data/patch/_metadata/description b/data/patch/_metadata/description
new file mode 100644
index 000000000..005d9a0c9
--- /dev/null
+++ b/data/patch/_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/patch/_metadata/license b/data/patch/_metadata/license
new file mode 120000
index 000000000..9c13a9a0f
--- /dev/null
+++ b/data/patch/_metadata/license
@@ -0,0 +1 @@
+../../../licenses/gpl-2 \ No newline at end of file
diff --git a/data/patch/_metadata/maintainer b/data/patch/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/patch/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/patch/_metadata/priority b/data/patch/_metadata/priority
new file mode 100644
index 000000000..ea5b3d7ee
--- /dev/null
+++ b/data/patch/_metadata/priority
@@ -0,0 +1 @@
+important
diff --git a/data/patch/_metadata/section b/data/patch/_metadata/section
new file mode 100644
index 000000000..2ac05bdde
--- /dev/null
+++ b/data/patch/_metadata/section
@@ -0,0 +1 @@
+console
diff --git a/data/patch/_metadata/version b/data/patch/_metadata/version
new file mode 100644
index 000000000..fe16b348d
--- /dev/null
+++ b/data/patch/_metadata/version
@@ -0,0 +1 @@
+2.5.4
diff --git a/data/patch/make.sh b/data/patch/make.sh
new file mode 100644
index 000000000..7e498defb
--- /dev/null
+++ b/data/patch/make.sh
@@ -0,0 +1,5 @@
+pkg:extract
+cd *
+pkg:configure
+make
+make install prefix="${PKG_DEST}/usr"
diff --git a/data/patch/patch-2.5.4.tar.gz b/data/patch/patch-2.5.4.tar.gz
new file mode 100644
index 000000000..07847ebaf
--- /dev/null
+++ b/data/patch/patch-2.5.4.tar.gz
Binary files differ