]> Zhao Yanbai Git Server - minix.git/commit
Replace indent with NetBSD version
authorVivek Prakash <vivekprakash@acm.org>
Sat, 2 Jul 2011 23:26:53 +0000 (23:26 +0000)
committerBen Gras <ben@minix3.org>
Tue, 5 Jul 2011 10:37:57 +0000 (12:37 +0200)
commit97c7d358ea5970ca59196ed90e975115245f9e76
treebe316e078e1808cc884bf98df1e39ef26ee35783
parent4e37b49261a4e8f06001db948dc81182984b56c5
Replace indent with NetBSD version

- minix-port.patch is empty as it compiles unchanged
26 files changed:
commands/Makefile
commands/indent/Makefile [deleted file]
commands/indent/args.c [deleted file]
commands/indent/codes.h [deleted file]
commands/indent/comment.c [deleted file]
commands/indent/globs.h [deleted file]
commands/indent/indent.c [deleted file]
commands/indent/indent.pro [deleted file]
commands/indent/io.c [deleted file]
commands/indent/lexi.c [deleted file]
commands/indent/parse.c [deleted file]
commands/indent/proto.h [deleted file]
tools/nbsd_ports
usr.bin/Makefile
usr.bin/indent/Makefile [new file with mode: 0644]
usr.bin/indent/README [new file with mode: 0644]
usr.bin/indent/args.c [new file with mode: 0644]
usr.bin/indent/indent.1 [new file with mode: 0644]
usr.bin/indent/indent.c [new file with mode: 0644]
usr.bin/indent/indent_codes.h [new file with mode: 0644]
usr.bin/indent/indent_globs.h [new file with mode: 0644]
usr.bin/indent/io.c [new file with mode: 0644]
usr.bin/indent/lexi.c [new file with mode: 0644]
usr.bin/indent/minix-port.patch [new file with mode: 0644]
usr.bin/indent/parse.c [new file with mode: 0644]
usr.bin/indent/pr_comment.c [new file with mode: 0644]