summaryrefslogtreecommitdiff
path: root/data/ngrep
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/ngrep
parenta45e85d54e8df7a333946cc52fec519fc6aa4d87 (diff)
Initial commit.
git-svn-id: http://svn.telesphoreo.org/trunk@2 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/ngrep')
-rw-r--r--data/ngrep/_metadata/description2
-rw-r--r--data/ngrep/_metadata/license38
l---------data/ngrep/_metadata/maintainer1
-rw-r--r--data/ngrep/_metadata/priority1
-rw-r--r--data/ngrep/_metadata/section1
-rw-r--r--data/ngrep/_metadata/version1
-rw-r--r--data/ngrep/host.diff12
-rw-r--r--data/ngrep/make.sh10
-rw-r--r--data/ngrep/ngrep-1.45.tar.bz2bin0 -> 463361 bytes
9 files changed, 66 insertions, 0 deletions
diff --git a/data/ngrep/_metadata/description b/data/ngrep/_metadata/description
new file mode 100644
index 000000000..005d9a0c9
--- /dev/null
+++ b/data/ngrep/_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/ngrep/_metadata/license b/data/ngrep/_metadata/license
new file mode 100644
index 000000000..426c9c344
--- /dev/null
+++ b/data/ngrep/_metadata/license
@@ -0,0 +1,38 @@
+Copyright (c) 2006 Jordan Ritter. All rights reserved.
+
+Permission is granted to anyone to use this software for any purpose on
+any computer system, and to alter it and redistribute it, subject
+to the following restrictions:
+
+1. The origin of this software must not be misrepresented, either by
+ explicit claim or by omission.
+
+2. Altered versions must be plainly marked as such, and must not be
+ misrepresented as being the original software. Any altered version
+ must clearly and properly represent the origin of this software in
+ any accompanying documentation.
+
+3. All advertising materials which relate specifically to derivate
+ works of this software must display the following acknowledgement:
+ This product includes software developed by Jordan Ritter.
+
+4. The name of the Author may not be used to endorse or promote
+ products derived from this software without specific prior written
+ permission.
+
+5. This notice, and any references to this notice, in any original or
+ derived source distribution of or documentation for this software,
+ may not be removed or altered.
+
+
+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/ngrep/_metadata/maintainer b/data/ngrep/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/ngrep/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/ngrep/_metadata/priority b/data/ngrep/_metadata/priority
new file mode 100644
index 000000000..a6a7b9cd7
--- /dev/null
+++ b/data/ngrep/_metadata/priority
@@ -0,0 +1 @@
+standard
diff --git a/data/ngrep/_metadata/section b/data/ngrep/_metadata/section
new file mode 100644
index 000000000..992ae1298
--- /dev/null
+++ b/data/ngrep/_metadata/section
@@ -0,0 +1 @@
+network
diff --git a/data/ngrep/_metadata/version b/data/ngrep/_metadata/version
new file mode 100644
index 000000000..24c87c512
--- /dev/null
+++ b/data/ngrep/_metadata/version
@@ -0,0 +1 @@
+1.45
diff --git a/data/ngrep/host.diff b/data/ngrep/host.diff
new file mode 100644
index 000000000..752dd069a
--- /dev/null
+++ b/data/ngrep/host.diff
@@ -0,0 +1,12 @@
+diff -ur ngrep-1.45/configure.in ngrep-1.45+iPhone/configure.in
+--- ngrep-1.45/configure.in 2006-11-15 03:43:56.000000000 +0000
++++ ngrep-1.45+iPhone/configure.in 2007-12-31 01:29:18.000000000 +0000
+@@ -146,7 +146,7 @@
+
+ fi
+
+-( cd $REGEX_DIR && ./configure )
++( cd $REGEX_DIR && eval ./configure $ac_configure_args )
+
+ AC_SUBST(REGEX_DIR)
+ AC_SUBST(REGEX_OBJS)
diff --git a/data/ngrep/make.sh b/data/ngrep/make.sh
new file mode 100644
index 000000000..53af27b91
--- /dev/null
+++ b/data/ngrep/make.sh
@@ -0,0 +1,10 @@
+tar -jxvf "${PKG_DATA}/ngrep-1.45.tar.bz2"
+cd ngrep-1.45
+pkg:patch
+autoconf
+cd regex-0.12
+autoconf
+cd ..
+pkg:configure "--with-pcap-includes=${PKG_ROOT}/usr/include"
+make
+pkg:install
diff --git a/data/ngrep/ngrep-1.45.tar.bz2 b/data/ngrep/ngrep-1.45.tar.bz2
new file mode 100644
index 000000000..636e9d1d3
--- /dev/null
+++ b/data/ngrep/ngrep-1.45.tar.bz2
Binary files differ