summaryrefslogtreecommitdiff
path: root/data/bind
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-01 05:58:43 +0000
committerJay Freeman <saurik@saurik.com>2008-01-01 05:58:43 +0000
commitea2670c18699e514ee1d65dfd35ad22c296a74e7 (patch)
tree6826a5266d78c22210c194772a8daed06ef0a19c /data/bind
parenta45e85d54e8df7a333946cc52fec519fc6aa4d87 (diff)
Initial commit.
git-svn-id: http://svn.telesphoreo.org/trunk@2 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/bind')
-rw-r--r--data/bind/_metadata/description2
-rw-r--r--data/bind/_metadata/license30
l---------data/bind/_metadata/maintainer1
-rw-r--r--data/bind/_metadata/priority1
-rw-r--r--data/bind/_metadata/section1
-rw-r--r--data/bind/_metadata/version1
-rw-r--r--data/bind/bind-9.4.2.tar.gzbin0 -> 6574042 bytes
-rw-r--r--data/bind/gen.diff12
-rw-r--r--data/bind/make.sh5
9 files changed, 53 insertions, 0 deletions
diff --git a/data/bind/_metadata/description b/data/bind/_metadata/description
new file mode 100644
index 000000000..005d9a0c9
--- /dev/null
+++ b/data/bind/_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/bind/_metadata/license b/data/bind/_metadata/license
new file mode 100644
index 000000000..48141e718
--- /dev/null
+++ b/data/bind/_metadata/license
@@ -0,0 +1,30 @@
+Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 1996-2003 Internet Software Consortium.
+
+Permission to use, copy, modify, and/or 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.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+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.
+
+$Id: COPYRIGHT,v 1.9.18.4 2007/08/28 07:19:54 tbox Exp $
+
+Portions Copyright (C) 1996-2001 Nominum, Inc.
+
+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.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND NOMINUM DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NOMINUM BE LIABLE FOR
+ANY SPECIAL, DIRECT, 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/bind/_metadata/maintainer b/data/bind/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/bind/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/bind/_metadata/priority b/data/bind/_metadata/priority
new file mode 100644
index 000000000..ea5b3d7ee
--- /dev/null
+++ b/data/bind/_metadata/priority
@@ -0,0 +1 @@
+important
diff --git a/data/bind/_metadata/section b/data/bind/_metadata/section
new file mode 100644
index 000000000..992ae1298
--- /dev/null
+++ b/data/bind/_metadata/section
@@ -0,0 +1 @@
+network
diff --git a/data/bind/_metadata/version b/data/bind/_metadata/version
new file mode 100644
index 000000000..3c40359d3
--- /dev/null
+++ b/data/bind/_metadata/version
@@ -0,0 +1 @@
+9.4.2
diff --git a/data/bind/bind-9.4.2.tar.gz b/data/bind/bind-9.4.2.tar.gz
new file mode 100644
index 000000000..b625049f8
--- /dev/null
+++ b/data/bind/bind-9.4.2.tar.gz
Binary files differ
diff --git a/data/bind/gen.diff b/data/bind/gen.diff
new file mode 100644
index 000000000..9816fafba
--- /dev/null
+++ b/data/bind/gen.diff
@@ -0,0 +1,12 @@
+diff -r -u bind-9.3.2-P2/lib/dns/Makefile.in bind-9.3.2-P2+iPhone/lib/dns/Makefile.in
+--- bind-9.3.2-P2/lib/dns/Makefile.in 2004-12-09 04:07:15.000000000 +0000
++++ bind-9.3.2-P2+iPhone/lib/dns/Makefile.in 2007-12-28 05:22:22.000000000 +0000
+@@ -156,7 +156,7 @@
+ ./gen -s ${srcdir} > code.h
+
+ gen: gen.c
+- ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS}
++ gcc ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS}
+
+ rbtdb64.@O@: rbtdb.c
+
diff --git a/data/bind/make.sh b/data/bind/make.sh
new file mode 100644
index 000000000..b8a32fc36
--- /dev/null
+++ b/data/bind/make.sh
@@ -0,0 +1,5 @@
+tar -zxvf "${PKG_DATA}/bind-9.4.2.tar.gz"
+cd bind-9.4.2
+pkg:configure --enable-shared=yes --enable-static=no --with-randomdev=/dev/random BUILD_CC=gcc
+make
+pkg:install