pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/dte



Module Name:    pkgsrc
Committed By:   kamil
Date:           Fri Nov 24 06:46:01 UTC 2017

Added Files:
        pkgsrc/editors/dte: DESCR Makefile PLIST distinfo

Log Message:
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


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

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

Added files:

Index: pkgsrc/editors/dte/DESCR
diff -u /dev/null pkgsrc/editors/dte/DESCR:1.1
--- /dev/null   Fri Nov 24 06:46:01 2017
+++ pkgsrc/editors/dte/DESCR    Fri Nov 24 06:46:01 2017
@@ -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
Index: pkgsrc/editors/dte/Makefile
diff -u /dev/null pkgsrc/editors/dte/Makefile:1.1
--- /dev/null   Fri Nov 24 06:46:01 2017
+++ pkgsrc/editors/dte/Makefile Fri Nov 24 06:46:01 2017
@@ -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"
Index: pkgsrc/editors/dte/PLIST
diff -u /dev/null pkgsrc/editors/dte/PLIST:1.1
--- /dev/null   Fri Nov 24 06:46:01 2017
+++ pkgsrc/editors/dte/PLIST    Fri Nov 24 06:46:01 2017
@@ -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
Index: pkgsrc/editors/dte/distinfo
diff -u /dev/null pkgsrc/editors/dte/distinfo:1.1
--- /dev/null   Fri Nov 24 06:46:01 2017
+++ pkgsrc/editors/dte/distinfo Fri Nov 24 06:46:01 2017
@@ -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