pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jan 27 11:27:16 UTC 2021

Modified Files:
        pkgsrc/editors: Makefile
Added Files:
        pkgsrc/editors/dit: DESCR Makefile PLIST distinfo

Log Message:
add editors/dit.

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


To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 pkgsrc/editors/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/dit/DESCR pkgsrc/editors/dit/Makefile \
    pkgsrc/editors/dit/PLIST pkgsrc/editors/dit/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/Makefile
diff -u pkgsrc/editors/Makefile:1.215 pkgsrc/editors/Makefile:1.216
--- pkgsrc/editors/Makefile:1.215       Sat Dec 12 13:32:51 2020
+++ pkgsrc/editors/Makefile     Wed Jan 27 11:27:16 2021
@@ -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+=      cooledit
 SUBDIR+=       dasher
 SUBDIR+=       deforaos-editor
 SUBDIR+=       dhex
+SUBDIR+=       dit
 SUBDIR+=       dte
 SUBDIR+=       easyedit
 SUBDIR+=       ed

Added files:

Index: pkgsrc/editors/dit/DESCR
diff -u /dev/null pkgsrc/editors/dit/DESCR:1.1
--- /dev/null   Wed Jan 27 11:27:16 2021
+++ pkgsrc/editors/dit/DESCR    Wed Jan 27 11:27:16 2021
@@ -0,0 +1 @@
+A console text editor for Unix that you already know how to use.
Index: pkgsrc/editors/dit/Makefile
diff -u /dev/null pkgsrc/editors/dit/Makefile:1.1
--- /dev/null   Wed Jan 27 11:27:16 2021
+++ pkgsrc/editors/dit/Makefile Wed Jan 27 11:27:16 2021
@@ -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"
Index: pkgsrc/editors/dit/PLIST
diff -u /dev/null pkgsrc/editors/dit/PLIST:1.1
--- /dev/null   Wed Jan 27 11:27:16 2021
+++ pkgsrc/editors/dit/PLIST    Wed Jan 27 11:27:16 2021
@@ -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
Index: pkgsrc/editors/dit/distinfo
diff -u /dev/null pkgsrc/editors/dit/distinfo:1.1
--- /dev/null   Wed Jan 27 11:27:16 2021
+++ pkgsrc/editors/dit/distinfo Wed Jan 27 11:27:16 2021
@@ -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