pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/dte editors/dte: import dte-1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78e352629d86
branches:  trunk
changeset: 371884:78e352629d86
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Fri Nov 24 06:46:01 2017 +0000

description:
editors/dte: import dte-1.5

dte is a small and easy to use console text editor.

Features:

 - Multiple buffers/tabs
 - Unlimited undo/redo
 - Search and replace
 - Syntax highlighting
 - Customizable color schemes
 - Customizable key bindings
 - Command language with auto-completion
 - Jump to definition (using ctags)
 - Jump to compiler error

diffstat:

 editors/dte/DESCR    |  13 +++++++++++++
 editors/dte/Makefile |  20 ++++++++++++++++++++
 editors/dte/PLIST    |   5 +++++
 editors/dte/distinfo |   6 ++++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r d20c7ae79a2f -r 78e352629d86 editors/dte/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/dte/DESCR Fri Nov 24 06:46:01 2017 +0000
@@ -0,0 +1,13 @@
+dte is a small and easy to use console text editor.
+
+Features:
+
+ - Multiple buffers/tabs
+ - Unlimited undo/redo
+ - Search and replace
+ - Syntax highlighting
+ - Customizable color schemes
+ - Customizable key bindings
+ - Command language with auto-completion
+ - Jump to definition (using ctags)
+ - Jump to compiler error
diff -r d20c7ae79a2f -r 78e352629d86 editors/dte/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/dte/Makefile      Fri Nov 24 06:46:01 2017 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2017/11/24 06:46:01 kamil Exp $
+
+DISTNAME=      dte-1.5
+CATEGORIES=    editors
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=craigbarnes/}
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/craigbarnes/dte/
+COMMENT=       Small and easy to use console text editor
+LICENSE=       gnu-gpl-v2
+
+USE_TOOLS+=    gmake
+
+MAKE_FILE=     GNUmakefile
+
+MAKE_FLAGS+=   prefix=${PREFIX}
+MAKE_FLAGS+=   mandir=${PREFIX}/${PKGMANDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r d20c7ae79a2f -r 78e352629d86 editors/dte/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/dte/PLIST Fri Nov 24 06:46:01 2017 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2017/11/24 06:46:01 kamil Exp $
+bin/dte
+man/man1/dte.1
+man/man5/dte-syntax.5
+man/man5/dterc.5
diff -r d20c7ae79a2f -r 78e352629d86 editors/dte/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/dte/distinfo      Fri Nov 24 06:46:01 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/11/24 06:46:01 kamil Exp $
+
+SHA1 (dte-1.5.tar.gz) = d7986ebeed08a55b8fffbd597edbcfba43fac072
+RMD160 (dte-1.5.tar.gz) = d4855277018dc95e2a73606a7f0c71b3864f14a4
+SHA512 (dte-1.5.tar.gz) = 39c5c2ba22eff49ed167db122c72352eea9989f8799b04a86d3cdd1e38bf6617965e8e0fd94b6644e7cb626d343012f2c491517a036960bad7c628754dfbf605
+Size (dte-1.5.tar.gz) = 223623 bytes



Home | Main Index | Thread Index | Old Index