pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors add editors/dit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07ec8762b0c5
branches:  trunk
changeset: 445676:07ec8762b0c5
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jan 27 11:27:16 2021 +0000

description:
add editors/dit.

A console text editor for Unix that you already know how to use.

diffstat:

 editors/Makefile     |   3 +-
 editors/dit/DESCR    |   1 +
 editors/dit/Makefile |  25 ++++++++++++++
 editors/dit/PLIST    |  92 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 editors/dit/distinfo |   6 +++
 5 files changed, 126 insertions(+), 1 deletions(-)

diffs (157 lines):

diff -r eb9be8d1bbcd -r 07ec8762b0c5 editors/Makefile
--- a/editors/Makefile  Wed Jan 27 09:43:59 2021 +0000
+++ b/editors/Makefile  Wed Jan 27 11:27:16 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.215 2020/12/12 13:32:51 nia Exp $
+# $NetBSD: Makefile,v 1.216 2021/01/27 11:27:16 nia Exp $
 #
 
 COMMENT=       Editors
@@ -21,6 +21,7 @@
 SUBDIR+=       dasher
 SUBDIR+=       deforaos-editor
 SUBDIR+=       dhex
+SUBDIR+=       dit
 SUBDIR+=       dte
 SUBDIR+=       easyedit
 SUBDIR+=       ed
diff -r eb9be8d1bbcd -r 07ec8762b0c5 editors/dit/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/dit/DESCR Wed Jan 27 11:27:16 2021 +0000
@@ -0,0 +1,1 @@
+A console text editor for Unix that you already know how to use.
diff -r eb9be8d1bbcd -r 07ec8762b0c5 editors/dit/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/dit/Makefile      Wed Jan 27 11:27:16 2021 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2021/01/27 11:27:16 nia Exp $
+
+DISTNAME=      dit-0.6
+CATEGORIES=    editors
+MASTER_SITES=  https://hisham.hm/dit/releases/0.6/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://hisham.hm/dit/home.html
+COMMENT=       Console text editor that you already know how to use
+LICENSE=       gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+FAKE_NCURSES=  yes
+USE_CURSES=    wide
+
+CONFIGURE_ARGS+=       --with-lua-prefix=${_LUA_DOT_VERSION}
+
+LUA_VERSIONS_ACCEPTED= 53 52 51
+
+# when compiling with NetBSD curses:
+# error: 'cchar_t' {aka 'struct <anonymous>'} has no member named 'chars'
+.include "../../devel/ncursesw/buildlink3.mk"
+.include "../../lang/lua/buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r eb9be8d1bbcd -r 07ec8762b0c5 editors/dit/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/dit/PLIST Wed Jan 27 11:27:16 2021 +0000
@@ -0,0 +1,92 @@
+@comment $NetBSD: PLIST,v 1.1 2021/01/27 11:27:16 nia Exp $
+bin/dit
+share/apps/konsole/dit.keytab
+share/dit/bindings/default
+share/dit/highlight/autoconf.dithl
+share/dit/highlight/c.dithl
+share/dit/highlight/c.dithlinc
+share/dit/highlight/conf.dithl
+share/dit/highlight/css.dithl
+share/dit/highlight/css.dithlinc
+share/dit/highlight/diff.dithl
+share/dit/highlight/diff.dithlinc
+share/dit/highlight/dithl.dithl
+share/dit/highlight/etlua.dithl
+share/dit/highlight/gitcommit.dithl
+share/dit/highlight/gitconflict.dithlinc
+share/dit/highlight/haskell.dithl
+share/dit/highlight/haskell.dithlinc
+share/dit/highlight/html.dithl
+share/dit/highlight/html.dithlinc
+share/dit/highlight/java.dithl
+share/dit/highlight/javascript.dithl
+share/dit/highlight/javascript.dithlinc
+share/dit/highlight/latex.dithl
+share/dit/highlight/latex.dithlinc
+share/dit/highlight/ldoc.dithlinc
+share/dit/highlight/lex.dithl
+share/dit/highlight/lhs.dithl
+share/dit/highlight/lpeg_re.dithlinc
+share/dit/highlight/ltp.dithl
+share/dit/highlight/lua.dithl
+share/dit/highlight/lua.dithlinc
+share/dit/highlight/make.dithl
+share/dit/highlight/markdown.dithl
+share/dit/highlight/markdown.dithlinc
+share/dit/highlight/nestedm4.dithlinc
+share/dit/highlight/perl.dithl
+share/dit/highlight/php.dithl
+share/dit/highlight/python.dithl
+share/dit/highlight/ruby.dithl
+share/dit/highlight/shell.dithl
+share/dit/highlight/shell.dithlinc
+share/dit/highlight/shellbacktick.dithlinc
+share/dit/highlight/xml.dithl
+share/dit/highlight/yacc.dithl
+share/dit/highlight/yats.dithl
+share/dit/scripts/c.lua
+share/dit/scripts/cmd.lua
+share/dit/scripts/cscope.lua
+share/dit/scripts/dit/code.lua
+share/dit/scripts/dit/global.lua
+share/dit/scripts/dit/line_commit.lua
+share/dit/scripts/dit/tab_complete.lua
+share/dit/scripts/haskell.lua
+share/dit/scripts/java.lua
+share/dit/scripts/latex.lua
+share/dit/scripts/lua.lua
+share/dit/scripts/luacheck/analyze.lua
+share/dit/scripts/luacheck/argparse.lua
+share/dit/scripts/luacheck/builtin_standards.lua
+share/dit/scripts/luacheck/cache.lua
+share/dit/scripts/luacheck/check.lua
+share/dit/scripts/luacheck/config.lua
+share/dit/scripts/luacheck/core_utils.lua
+share/dit/scripts/luacheck/detect_globals.lua
+share/dit/scripts/luacheck/expand_rockspec.lua
+share/dit/scripts/luacheck/filter.lua
+share/dit/scripts/luacheck/format.lua
+share/dit/scripts/luacheck/fs.lua
+share/dit/scripts/luacheck/globbing.lua
+share/dit/scripts/luacheck/init.lua
+share/dit/scripts/luacheck/inline_options.lua
+share/dit/scripts/luacheck/lexer.lua
+share/dit/scripts/luacheck/linearize.lua
+share/dit/scripts/luacheck/main.lua
+share/dit/scripts/luacheck/multithreading.lua
+share/dit/scripts/luacheck/options.lua
+share/dit/scripts/luacheck/parser.lua
+share/dit/scripts/luacheck/reachability.lua
+share/dit/scripts/luacheck/standards.lua
+share/dit/scripts/luacheck/stds.lua
+share/dit/scripts/luacheck/utils.lua
+share/dit/scripts/luacheck/version.lua
+share/dit/scripts/luacheck/whitespace.lua
+share/dit/scripts/shell.lua
+share/dit/scripts/tmux.lua
+share/dit/terminals/konsole
+share/dit/terminals/linux
+share/dit/terminals/rxvt
+share/dit/terminals/wsvt25
+share/dit/terminals/xterm-1002
+share/dit/terminals/xterm-color
diff -r eb9be8d1bbcd -r 07ec8762b0c5 editors/dit/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/dit/distinfo      Wed Jan 27 11:27:16 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/01/27 11:27:16 nia Exp $
+
+SHA1 (dit-0.6.tar.gz) = cd21ee6eebcb9b6daa32b897d169eab10bc3d3b6
+RMD160 (dit-0.6.tar.gz) = 43b2f4c3aa693bd93a25aa204cde13201b12d996
+SHA512 (dit-0.6.tar.gz) = 7cba2fb9b9f4cb412aa0ec89275120114c6945aa845268fc85027f43b8205d212f083b7696dfc301f3fe05b63b867d3a43a061357ba244ed06af81003b5b7767
+Size (dit-0.6.tar.gz) = 563644 bytes



Home | Main Index | Thread Index | Old Index