Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/nvi we have moved.



details:   https://anonhg.NetBSD.org/src/rev/35db8017e738
branches:  trunk
changeset: 324975:35db8017e738
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 28 22:39:29 2013 +0000

description:
we have moved.

diffstat:

 usr.bin/nvi/Makefile                         |    17 -
 usr.bin/nvi/Makefile.inc                     |     8 -
 usr.bin/nvi/build/Makefile                   |    69 -
 usr.bin/nvi/build/config.h                   |   287 --
 usr.bin/nvi/build/pathnames.h                |    49 -
 usr.bin/nvi/build/port.h                     |   201 -
 usr.bin/nvi/catalog/Makefile                 |   101 -
 usr.bin/nvi/docs/Makefile                    |     5 -
 usr.bin/nvi/docs/USD.doc/Makefile            |     5 -
 usr.bin/nvi/docs/USD.doc/edit/Makefile       |    24 -
 usr.bin/nvi/docs/USD.doc/edit/edit.vindex    |   113 -
 usr.bin/nvi/docs/USD.doc/exref/Makefile      |    21 -
 usr.bin/nvi/docs/USD.doc/vi.ref/Makefile     |    35 -
 usr.bin/nvi/docs/USD.doc/vi.ref/ex.cmd.roff  |  1926 ----------------
 usr.bin/nvi/docs/USD.doc/vi.ref/merge.awk    |    18 -
 usr.bin/nvi/docs/USD.doc/vi.ref/ref.so       |   105 -
 usr.bin/nvi/docs/USD.doc/vi.ref/set.opt.roff |  1312 -----------
 usr.bin/nvi/docs/USD.doc/vi.ref/vi.cmd.roff  |  3097 --------------------------
 usr.bin/nvi/docs/USD.doc/vi.ref/vi.ref       |  1851 ---------------
 usr.bin/nvi/docs/USD.doc/vitut/Makefile      |    26 -
 usr.bin/nvi/docs/ev                          |    55 -
 usr.bin/nvi/docs/help                        |   230 -
 usr.bin/nvi/docs/info/Makefile               |    12 -
 usr.bin/nvi/docs/internals/autowrite         |    88 -
 usr.bin/nvi/docs/internals/context           |    32 -
 usr.bin/nvi/docs/internals/cscope.NOTES      |   142 -
 usr.bin/nvi/docs/internals/gdb.script        |    76 -
 usr.bin/nvi/docs/internals/input             |   350 --
 usr.bin/nvi/docs/internals/openmode          |    36 -
 usr.bin/nvi/docs/internals/quoting           |   208 -
 usr.bin/nvi/docs/internals/structures        |    68 -
 usr.bin/nvi/recover/Makefile                 |     7 -
 usr.bin/nvi/recover/virecover                |    49 -
 usr.bin/nvi/recover/virecover.8              |    90 -
 34 files changed, 0 insertions(+), 10713 deletions(-)

diffs (truncated from 10849 to 300 lines):

diff -r 71301b4e640b -r 35db8017e738 usr.bin/nvi/Makefile
--- a/usr.bin/nvi/Makefile      Thu Nov 28 22:38:59 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-#      $NetBSD: Makefile,v 1.3 2008/10/13 18:11:54 dyoung Exp $
-
-.include "Makefile.inc"
-
-.include <bsd.own.mk>
-
-.if ${MKSHARE} != "no"
-SUBDIR+= catalog
-.endif
-
-SUBDIR+= build recover
-
-.if ${MKDOC} != "no"
-SUBDIR+= docs
-.endif
-
-.include <bsd.subdir.mk>
diff -r 71301b4e640b -r 35db8017e738 usr.bin/nvi/Makefile.inc
--- a/usr.bin/nvi/Makefile.inc  Thu Nov 28 22:38:59 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-#      $NetBSD: Makefile.inc,v 1.3 2013/09/21 22:28:12 joerg Exp $
-
-.include <bsd.own.mk>
-
-DIST= ${NETBSDSRCDIR}/dist/nvi
-.PATH: ${DIST}
-
-CWARNFLAGS.clang+=     -Wno-error=unused-const-variable
diff -r 71301b4e640b -r 35db8017e738 usr.bin/nvi/build/Makefile
--- a/usr.bin/nvi/build/Makefile        Thu Nov 28 22:38:59 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,69 +0,0 @@
-#      $NetBSD: Makefile,v 1.17 2012/03/21 05:44:39 matt Exp $
-
-.include <bsd.own.mk>
-
-USE_WIDECHAR?=yes
-
-CWARNFLAGS.clang+=     -Wno-uninitialized -Wno-format-security
-
-CPPFLAGS+=-I${DIST}/include -I${.CURDIR} -I. -DGTAGS
-#DBG=-g
-
-#CWARNFLAGS+=-Wno-parentheses -Wno-unused -Wno-missing-prototypes
-#.if defined(HAVE_GCC)
-#CWARNFLAGS+=-Wno-pointer-sign
-#COPTS+=-fno-strict-aliasing
-#.endif
-
-LDADD+=        -lcurses -lterminfo
-DPADD+=        ${LIBCURSES} ${LIBTERMINFO}
-PROG=  vi
-SRCS=  api.c cl_bsd.c cl_funcs.c cl_main.c cl_read.c cl_screen.c cl_term.c \
-       conv.c cut.c db.c db1.c delete.c ex.c ex_abbrev.c ex_append.c \
-       ex_args.c ex_argv.c ex_at.c ex_bang.c ex_cd.c ex_cmd.c ex_cscope.c \
-       ex_delete.c ex_display.c ex_edit.c ex_equal.c ex_file.c ex_filter.c \
-       ex_global.c ex_init.c ex_join.c ex_map.c ex_mark.c ex_mkexrc.c \
-       ex_move.c ex_open.c ex_perl.c ex_preserve.c ex_print.c ex_put.c \
-       ex_quit.c ex_read.c ex_screen.c ex_script.c ex_set.c ex_shell.c \
-       ex_shift.c ex_source.c ex_stop.c ex_subst.c ex_tag.c ex_tcl.c \
-       ex_txt.c ex_undo.c ex_usage.c ex_util.c ex_version.c ex_visual.c \
-       ex_write.c ex_yank.c ex_z.c exf.c getc.c gs.c key.c log.c \
-       main.c mark.c msg.c nothread.c options.c options_f.c put.c recover.c \
-       screen.c search.c seq.c util.c v_at.c v_ch.c v_cmd.c v_delete.c \
-       v_event.c v_ex.c v_increment.c v_init.c v_itxt.c v_left.c v_mark.c \
-       v_match.c v_paragraph.c v_put.c v_redraw.c v_replace.c v_right.c \
-       v_screen.c v_scroll.c v_search.c v_section.c v_sentence.c v_status.c \
-       v_txt.c v_ulcase.c v_undo.c v_util.c v_word.c v_xchar.c v_yank.c \
-       v_z.c v_zexit.c vi.c vs_line.c vs_msg.c vs_refresh.c vs_relative.c \
-       vs_smap.c vs_split.c
-
-# For wide char support
-.if ${USE_WIDECHAR} == "yes"
-SRCS+= regcomp.c regerror.c regexec.c regfree.c
-CPPFLAGS+=-I${DIST}/regex -D__REGEX_PRIVATE -DUSE_WIDECHAR
-.endif
-
-LINKS= ${BINDIR}/vi ${BINDIR}/ex ${BINDIR}/vi ${BINDIR}/view
-MLINKS=        vi.1 ex.1 vi.1 view.1
-
-DPSRCS+=options_def.h
-CLEANFILES+=options_def.h
-
-options_def.h: options.awk options.c
-       ${_MKTARGET_CREATE}
-       ${TOOL_AWK} -f ${.ALLSRC} >${.TARGET}
-
-.include "../Makefile.inc"
-.include "../../Makefile.inc"
-
-WARNS= 4
-
-.PATH: ${DIST}/vi ${DIST}/ex ${DIST}/cl
-.PATH: ${DIST}/common
-.PATH: ${DIST}/regex
-.PATH: ${DIST}/docs/vi.man
-
-COPTS.exf.c += -Wno-format-nonliteral
-COPTS.msg.c += -Wno-format-nonliteral
-
-.include <bsd.prog.mk>
diff -r 71301b4e640b -r 35db8017e738 usr.bin/nvi/build/config.h
--- a/usr.bin/nvi/build/config.h        Thu Nov 28 22:38:59 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,287 +0,0 @@
-/* config.h.  Generated from config.h.in by configure.  */
-/* config.h.in.  Generated from configure.in by autoheader.  */
-/* Id: acconfig.h,v 8.34 2002/01/19 23:01:35 skimo Exp  (Berkeley) Date: 2002/01/19 23:01:35  */
-
-/* Define to `int' if <sys/types.h> doesn't define.  */
-/* #undef ssize_t */
-
-/* Define if you want a debugging version. */
-/* #undef DEBUG */
-
-/* Define if you have a System V-style (broken) gettimeofday. */
-/* #undef HAVE_BROKEN_GETTIMEOFDAY */
-
-/* Define if you have a Ultrix-style (broken) vdisable. */
-/* #undef HAVE_BROKEN_VDISABLE */
-
-/* Define if you have a BSD version of curses. */
-/* #undef HAVE_BSD_CURSES */
-
-/* Define if you have wide ncurses(3). */
-/* #undef HAVE_NCURSESW */
-
-/* Define if you have the curses(3) waddnwstr function. */
-/* #undef HAVE_CURSES_ADDNWSTR */
-
-/* Define if you have the curses(3) waddnstr function. */
-#define HAVE_CURSES_WADDNSTR 1
-
-/* Define if you have the curses(3) beep function. */
-#define HAVE_CURSES_BEEP 1
-
-/* Define if you have the curses(3) flash function. */
-#define HAVE_CURSES_FLASH 1
-
-/* Define if you have the curses(3) idlok function. */
-#define HAVE_CURSES_IDLOK 1
-
-/* Define if you have the curses(3) keypad function. */
-#define HAVE_CURSES_KEYPAD 1
-
-/* Define if you have the curses(3) newterm function. */
-#define HAVE_CURSES_NEWTERM 1
-
-/* Define if you have the curses(3) setupterm function. */
-#define HAVE_CURSES_SETUPTERM 1
-
-/* Define if you have the curses(3) tigetstr/tigetnum functions. */
-#define HAVE_CURSES_TIGETSTR 1
-
-/* Define if you have the DB __hash_open call in the C library. */
-/* #undef HAVE_DB_HASH_OPEN */
-
-/* Define if you have the chsize(2) system call. */
-/* #undef HAVE_FTRUNCATE_CHSIZE */
-
-/* Define if you have the ftruncate(2) system call. */
-#define HAVE_FTRUNCATE_FTRUNCATE 1
-
-/* Define if you have gcc. */
-#define HAVE_GCC 1
-
-/* Define if you have fcntl(2) style locking. */
-/* #undef HAVE_LOCK_FCNTL */
-
-/* Define if you have flock(2) style locking. */
-#define HAVE_LOCK_FLOCK 1
-
-/* Define is appropriate pango is available */
-/* #undef HAVE_PANGO */
-
-/* Define if you want to compile in the Perl interpreter. */
-/* #undef HAVE_PERL_INTERP */
-
-/* Define if using pthread. */
-/* #undef HAVE_PTHREAD */
-
-/* Define if you have the Berkeley style revoke(2) system call. */
-#define HAVE_REVOKE 1
-
-/* Define if you have the Berkeley style strsep(3) function. */
-#define HAVE_STRSEP 1
-
-/* Define if you have <sys/mman.h> */
-#define HAVE_SYS_MMAN_H 1
-
-/* Define if you have <sys/select.h> */
-#define HAVE_SYS_SELECT_H 1
-
-/* Define if you have the System V style pty calls. */
-#define HAVE_SYS5_PTY 1
-
-/* Define if you want to compile in the Tcl interpreter. */
-/* #undef HAVE_TCL_INTERP */
-
-/* Define is appropriate zvt is available */
-/* #undef HAVE_ZVT */
-
-/* Define if your sprintf returns a pointer, not a length. */
-/* #undef SPRINTF_RET_CHARPNT */
-
-/* Define when using db1 */
-#define USE_DB1 1
-
-/* Define when using db4 logging */
-/* #undef USE_DB4_LOGGING */
-
-/* Define when dynamically loading DB 3 */
-/* #undef USE_DYNAMIC_LOADING */
-
-/* Define when iconv can be used */
-#define USE_ICONV 1
-
-/* Define when perl's setenv should be used */
-/* #undef USE_PERL_SETENV */
-
-/* Define when using S-Lang */
-/* #undef USE_SLANG_CURSES */
-
-/* Define when using wide characters */
-/* #undef USE_WIDECHAR */
-
-/* Define if you have <ncurses.h> */
-/* #undef HAVE_NCURSES_H */
-
-/* Define when fprintf prototype not in an obvious place */
-/* #undef NEED_FPRINTF_PROTO */
-
-/* Define to 1 if you have the `bsearch' function. */
-#define HAVE_BSEARCH 1
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#define HAVE_DLFCN_H 1
-
-/* Define to 1 if you have the `fork' function. */
-#define HAVE_FORK 1
-
-/* Define to 1 if you have the `gethostname' function. */
-#define HAVE_GETHOSTNAME 1
-
-/* Define to 1 if you have the `getpagesize' function. */
-#define HAVE_GETPAGESIZE 1
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#define HAVE_INTTYPES_H 1
-
-/* Define to 1 if you have the `iswblank' function. */
-#define HAVE_ISWBLANK 1
-
-/* Define to 1 if you have the `memcpy' function. */
-#define HAVE_MEMCPY 1
-
-/* Define to 1 if you have the `memchr' function. */
-#define HAVE_MEMCHR 1
-
-/* Define to 1 if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H 1
-
-/* Define to 1 if you have the `memset' function. */
-#define HAVE_MEMSET 1
-
-/* Define to 1 if you have the `mkstemp' function. */
-#define HAVE_MKSTEMP 1
-
-/* Define to 1 if you have a working `mmap' system call. */
-#define HAVE_MMAP 1
-
-/* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
-/* #undef HAVE_NCURSESW_NCURSES_H */
-
-/* Define to 1 if you have the <ncurses.h> header file. */
-/* #undef HAVE_NCURSES_H */
-
-/* Define to 1 if you have the `select' function. */
-#define HAVE_SELECT 1
-
-/* Define to 1 if you have the `setenv' function. */
-#define HAVE_SETENV 1
-
-/* Define to 1 if you have the `snprintf' function. */
-#define HAVE_SNPRINTF 1
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#define HAVE_STDINT_H 1
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H 1
-
-/* Define to 1 if you have the `strdup' function. */
-#define HAVE_STRDUP 1
-



Home | Main Index | Thread Index | Old Index