Index: editors/dte/Makefile =================================================================== --- editors/dte/Makefile (nonexistent) +++ editors/dte/Makefile (working copy) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= dte +DISTVERSIONPREFIX= v +DISTVERSION= 1.5 +CATEGORIES= editors + +MAINTAINER= dg@syrec.org +COMMENT= Small and easy to use console text editor + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gmake ncurses iconv +MAKEFILE= ${WRKSRC}/GNUmakefile +MAKE_ARGS= V=1 prefix=${PREFIX} mandir=${PREFIX}/man +USE_GITHUB= yes +GH_ACCOUNT= craigbarnes +TEST_TARGET= check + +PLIST_FILES= bin/dte \ + man/man1/dte.1.gz \ + man/man5/dte-syntax.5.gz \ + man/man5/dterc.5.gz \ + +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dte + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include Property changes on: editors/dte/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: editors/dte/distinfo =================================================================== --- editors/dte/distinfo (nonexistent) +++ editors/dte/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1513255480 +SHA256 (craigbarnes-dte-v1.5_GH0.tar.gz) = a59a52bac1d7400c10a13f9b1f45c584efb90bd7315f59b70445498abed889ca +SIZE (craigbarnes-dte-v1.5_GH0.tar.gz) = 223623 Property changes on: editors/dte/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: editors/dte/files/patch-config_binding_default =================================================================== --- editors/dte/files/patch-config_binding_default (nonexistent) +++ editors/dte/files/patch-config_binding_default (working copy) @@ -0,0 +1,10 @@ +--- config/binding/default.orig 2017-12-14 13:44:20 UTC ++++ config/binding/default +@@ -9,6 +9,7 @@ bind pgdown pgdown + bind delete delete + bind ^\[ unselect + bind ^\? erase ++bind ^H erase + + bind C-left 'word-bwd -s' + bind C-right 'word-fwd -s' Property changes on: editors/dte/files/patch-config_binding_default ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: editors/dte/pkg-descr =================================================================== --- editors/dte/pkg-descr (nonexistent) +++ editors/dte/pkg-descr (working copy) @@ -0,0 +1,13 @@ +A small and easy to use console text editor, featuring + + - 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 + +WWW: https://craigbarnes.gitlab.io/dte/ Property changes on: editors/dte/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property