summaryrefslogtreecommitdiff
path: root/data/openntpd
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-05-06 12:14:12 +0000
committerJay Freeman <saurik@saurik.com>2008-05-06 12:14:12 +0000
commit218e6ba2c04254f10b24ea63366782d1a440bf0a (patch)
tree6e9460f9f1e5d696260418b30b3255a5e2e482e8 /data/openntpd
parent326894574c821313e1a4a11eb9e981a67e9b2fea (diff)
Added OpenNTPD.
git-svn-id: http://svn.telesphoreo.org/trunk@263 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/openntpd')
-rw-r--r--data/openntpd/_metadata/description1
-rw-r--r--data/openntpd/_metadata/license103
l---------data/openntpd/_metadata/maintainer1
-rw-r--r--data/openntpd/_metadata/name1
-rw-r--r--data/openntpd/_metadata/priority1
-rw-r--r--data/openntpd/_metadata/section1
-rw-r--r--data/openntpd/_metadata/version1
-rw-r--r--data/openntpd/make.sh4
-rw-r--r--data/openntpd/openntpd-3.9p1.tar.gzbin0 -> 152700 bytes
9 files changed, 113 insertions, 0 deletions
diff --git a/data/openntpd/_metadata/description b/data/openntpd/_metadata/description
new file mode 100644
index 000000000..cda85437b
--- /dev/null
+++ b/data/openntpd/_metadata/description
@@ -0,0 +1 @@
+designed /specifically/ for OpenBSD
diff --git a/data/openntpd/_metadata/license b/data/openntpd/_metadata/license
new file mode 100644
index 000000000..5ac7f482c
--- /dev/null
+++ b/data/openntpd/_metadata/license
@@ -0,0 +1,103 @@
+This is a summary of the licences for the files that make up Portable
+OpenNTPD.
+
+Apart from the exceptions listed below, all of the files are under an
+ISC-style licence with the following copyright holders, first for the
+files from OpenBSD's ntpd:
+
+Henning Brauer
+Alexander Guy
+
+and the portability layer:
+
+Darren Tucker
+Damien Miller
+Internet Software Consortium
+Todd C. Miller
+Anthony O.Zabelin
+
+/*
+ * 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 THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF MIND, 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.
+ */
+
+Specific parts of the portability layer have the following licences.
+
+bsd-snprintf.c is from OpenSSH and has the following licence:
+/*
+ * Copyright Patrick Powell 1995
+ * This code is based on code written by Patrick Powell
+ * (papowell@astart.com) It may be used for any purpose as long as this
+ * notice remains intact on all source code distributions
+ */
+
+The following files are from OpenSSH or OpenBSD and are under a 2-term
+BSD license with the noted copyright holders:
+
+atomicio.c: Theo de Raadt, Anil Madhavapeddy
+atomicio.h, bsd-poll.h: Theo de Raadt
+
+/*
+ * 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.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 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.
+ */
+
+The following files are from OpenSSH and are under a 3-term BSD license
+with the noted copyright holders:
+
+fake-rfc2553.c, fake-rfc2553.h: WIDE Project, Damien Miller.
+daemon.c, sys-queue.h: The Regents of the University of California
+
+/*
+ * 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 the project nor the names of its contributors
+ * may be used to endorse or promote products derived from this software
+ * without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE PROJECT 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 PROJECT 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.
+ */
+
+$Id: LICENCE,v 1.6 2005/07/03 14:02:40 dtucker Exp $
diff --git a/data/openntpd/_metadata/maintainer b/data/openntpd/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/openntpd/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/openntpd/_metadata/name b/data/openntpd/_metadata/name
new file mode 100644
index 000000000..8e6ea7d76
--- /dev/null
+++ b/data/openntpd/_metadata/name
@@ -0,0 +1 @@
+OpenNTPD
diff --git a/data/openntpd/_metadata/priority b/data/openntpd/_metadata/priority
new file mode 100644
index 000000000..134d9bc32
--- /dev/null
+++ b/data/openntpd/_metadata/priority
@@ -0,0 +1 @@
+optional
diff --git a/data/openntpd/_metadata/section b/data/openntpd/_metadata/section
new file mode 100644
index 000000000..8708e4b54
--- /dev/null
+++ b/data/openntpd/_metadata/section
@@ -0,0 +1 @@
+Networking
diff --git a/data/openntpd/_metadata/version b/data/openntpd/_metadata/version
new file mode 100644
index 000000000..bf77d5496
--- /dev/null
+++ b/data/openntpd/_metadata/version
@@ -0,0 +1 @@
+4.2
diff --git a/data/openntpd/make.sh b/data/openntpd/make.sh
new file mode 100644
index 000000000..bf351ab6a
--- /dev/null
+++ b/data/openntpd/make.sh
@@ -0,0 +1,4 @@
+pkg:setup
+pkg:configure --disable-strip --sysconfdir=/etc
+make
+pkg:install
diff --git a/data/openntpd/openntpd-3.9p1.tar.gz b/data/openntpd/openntpd-3.9p1.tar.gz
new file mode 100644
index 000000000..b24b2bd0a
--- /dev/null
+++ b/data/openntpd/openntpd-3.9p1.tar.gz
Binary files differ