summaryrefslogtreecommitdiff
path: root/data/nvi
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/nvi
parenta45e85d54e8df7a333946cc52fec519fc6aa4d87 (diff)
Initial commit.
git-svn-id: http://svn.telesphoreo.org/trunk@2 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/nvi')
-rw-r--r--data/nvi/_metadata/description2
-rw-r--r--data/nvi/_metadata/license40
l---------data/nvi/_metadata/maintainer1
-rw-r--r--data/nvi/_metadata/priority1
-rw-r--r--data/nvi/_metadata/section1
-rw-r--r--data/nvi/_metadata/version1
-rw-r--r--data/nvi/make.sh7
-rw-r--r--data/nvi/nvi-1.79.tar.gzbin0 -> 1295401 bytes
-rw-r--r--data/nvi/subshell.diff16
9 files changed, 69 insertions, 0 deletions
diff --git a/data/nvi/_metadata/description b/data/nvi/_metadata/description
new file mode 100644
index 000000000..005d9a0c9
--- /dev/null
+++ b/data/nvi/_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/nvi/_metadata/license b/data/nvi/_metadata/license
new file mode 100644
index 000000000..78e8f4a40
--- /dev/null
+++ b/data/nvi/_metadata/license
@@ -0,0 +1,40 @@
+The vi program is freely redistributable. You are welcome to copy, modify
+and share it with others under the conditions listed in this file. If any
+company (not any individual!) finds vi sufficiently useful that you would
+have purchased it, or if any company wishes to redistribute it, contributions
+to the authors would be appreciated.
+
+/*-
+ * Copyright (c) 1991, 1992, 1993, 1994
+ * The Regents of the University of California. All rights reserved.
+ * Copyright (c) 1991, 1992, 1993, 1994, 1995, 1996
+ * Keith Bostic. All rights reserved.
+ *
+ * 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. All advertising materials mentioning features or use of this software
+ * must display the following acknowledgement:
+ * This product includes software developed by the University of
+ * California, Berkeley and its contributors.
+ * 4. Neither the name of the University 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 REGENTS 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 REGENTS 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/nvi/_metadata/maintainer b/data/nvi/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/nvi/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/nvi/_metadata/priority b/data/nvi/_metadata/priority
new file mode 100644
index 000000000..ea5b3d7ee
--- /dev/null
+++ b/data/nvi/_metadata/priority
@@ -0,0 +1 @@
+important
diff --git a/data/nvi/_metadata/section b/data/nvi/_metadata/section
new file mode 100644
index 000000000..85042acd1
--- /dev/null
+++ b/data/nvi/_metadata/section
@@ -0,0 +1 @@
+editor
diff --git a/data/nvi/_metadata/version b/data/nvi/_metadata/version
new file mode 100644
index 000000000..17420a571
--- /dev/null
+++ b/data/nvi/_metadata/version
@@ -0,0 +1 @@
+1.79
diff --git a/data/nvi/make.sh b/data/nvi/make.sh
new file mode 100644
index 000000000..5b013df51
--- /dev/null
+++ b/data/nvi/make.sh
@@ -0,0 +1,7 @@
+pkg:extract
+cd nvi-1.79
+pkg:patch
+cd build
+ac_cv_lib_termcap=no vi_cv_sys5_pty=no pkg:configure --disable-curses
+make CC=arm-apple-darwin-gcc
+make install prefix="${PKG_DEST}/usr" strip="$(which arm-apple-darwin-strip)"
diff --git a/data/nvi/nvi-1.79.tar.gz b/data/nvi/nvi-1.79.tar.gz
new file mode 100644
index 000000000..ccb6ac979
--- /dev/null
+++ b/data/nvi/nvi-1.79.tar.gz
Binary files differ
diff --git a/data/nvi/subshell.diff b/data/nvi/subshell.diff
new file mode 100644
index 000000000..71322ab43
--- /dev/null
+++ b/data/nvi/subshell.diff
@@ -0,0 +1,16 @@
+diff -ru nvi-1.79/build/Makefile.in nvi-1.79+iPhone/build/Makefile.in
+--- nvi-1.79/build/Makefile.in 1996-10-23 13:43:38.000000000 +0000
++++ nvi-1.79+iPhone/build/Makefile.in 2008-01-01 05:24:54.000000000 +0000
+@@ -137,12 +137,6 @@
+ $(chmod) $(dmode) $(datadir)/vi/catalog
+ (cd $(srcdir)/catalog && $(cp) $(cat) $(datadir)/vi/catalog && \
+ cd $(datadir)/vi/catalog && $(chmod) $(fmode) *)
+- @echo "Installing Perl scripts: $(datadir)/vi/perl ..."
+- $(mkdir) $(datadir)/vi/perl && $(chmod) $(dmode) $(datadir)/vi/perl
+- [ -f VI.pm ] && $(cp) VI.pm $(datadir)/vi/perl && \
+- cd $(datadir)/vi/perl && $(chmod) $(fmode) VI.pm)
+- (cd $(srcdir)/perl_scripts && $(cp) *.pl $(datadir)/vi/perl && \
+- cd $(datadir)/vi/perl && $(chmod) $(fmode) *.pl)
+ @echo "Installing Tcl scripts: $(datadir)/vi/tcl ..."
+ $(mkdir) $(datadir)/vi/tcl && $(chmod) $(dmode) $(datadir)/vi/tcl
+ (cd $(srcdir)/tcl_scripts && $(cp) *.tcl $(datadir)/vi/tcl && \